diff --git a/apps/common/main/lib/component/ComboBoxFonts.js b/apps/common/main/lib/component/ComboBoxFonts.js
index 7ce9f0b5be..fd5225233f 100644
--- a/apps/common/main/lib/component/ComboBoxFonts.js
+++ b/apps/common/main/lib/component/ComboBoxFonts.js
@@ -100,7 +100,7 @@ define([
function CThumbnailLoader() {
this.supportBinaryFormat = !(Common.Controllers.Desktop.isActive() && !Common.Controllers.Desktop.isFeatureAvailable('isSupportBinaryFontsSprite'));
- // наш формат - альфамаска с сжатием типа rle для полностью прозрачных пикселов
+ // Our format is an alpha mask with rle compression for fully transparent pixels
this.image = null;
this.binaryFormat = null;
@@ -423,7 +423,7 @@ define([
if (me.rendered) {
if (document.selection) { // IE
document.selection.createRange().text = text;
- } else if (input.selectionStart || input.selectionStart == '0') { //FF и Webkit
+ } else if (input.selectionStart || input.selectionStart == '0') { //FF and Webkit
input.value = text;
input.selectionStart = inputVal.length;
input.selectionEnd = text.length;
diff --git a/apps/common/main/lib/controller/Comments.js b/apps/common/main/lib/controller/Comments.js
index e51f6705c6..9afaf5fccc 100644
--- a/apps/common/main/lib/controller/Comments.js
+++ b/apps/common/main/lib/controller/Comments.js
@@ -873,7 +873,7 @@ define([
var same_uids = (0 === _.difference(this.uids, uids).length) && (0 === _.difference(uids, this.uids).length);
if (hint && this.isSelectedComment && same_uids && !this.isModeChanged) {
- // хотим показать тот же коментарий что был и выбран
+ // want to show the same comment that was selected
return;
}
diff --git a/apps/documenteditor/embed/locale/fi.json b/apps/documenteditor/embed/locale/fi.json
index c846e7defc..eb3c3c1c49 100644
--- a/apps/documenteditor/embed/locale/fi.json
+++ b/apps/documenteditor/embed/locale/fi.json
@@ -26,6 +26,7 @@
"DE.ApplicationController.errorInconsistentExtXlsx": "Tapahtui virhe avatessa tiedostoa.
Tiedoston sisältö viittaa laskentataulukoihin (esim. .xlsx), mutta tiedostopääte on virheellinen: %1.",
"DE.ApplicationController.errorLoadingFont": "Fontteja ei ole ladattu.
Ota yhteyttä asiakirjapalvelimen ylläpitäjään.",
"DE.ApplicationController.errorSubmit": "Lähettäminen epäonnistui.",
+ "DE.ApplicationController.errorToken": "Asiakirjan turvatunnus ei ole oikein muodostettu.
Ole hyvä ja ota yhteyttä Document Server-palvelimen ylläpitäjään.",
"DE.ApplicationController.errorTokenExpire": "Asiakirjan turvatunnus on erääntynyt.
Ole hyvä ja ota yhteyttä asiakirjapalvelimen ylläpitäjään.",
"DE.ApplicationController.errorUpdateVersionOnDisconnect": "Yhteys on palautettu, ja tiedoston versio on muuttunut.
Ennen kuin voit jatkaa työskentelyä, sinun on ladattava tämä tiedosto tai kopioitava sen sisältö ja tarkistettava, että se on ennallaan ja sitten päivitettävä tämä sivu.",
"DE.ApplicationController.errorUserDrop": "Tiedostoon ei tällä hetkellä pääse.",
@@ -33,6 +34,7 @@
"DE.ApplicationController.openErrorText": "Tapahtui virhe avattaessa tiedostoa.",
"DE.ApplicationController.scriptLoadError": "Yhteys on liian hidas ja joitakin komponentteja ei voitu ladata. Lataa sivu uudelleen.",
"DE.ApplicationController.textAnonymous": "Anonyymi",
+ "DE.ApplicationController.textCancel": "Peruuta",
"DE.ApplicationController.textClear": "Tyhjennä kaikki kentät",
"DE.ApplicationController.textConvertFormDownload": "Lataa tiedosto täytettävänä PDF-lomakkeena voidaksesi täyttää sen.",
"DE.ApplicationController.textCtrl": "Ctrl",
@@ -41,6 +43,7 @@
"DE.ApplicationController.textGuest": "Vierailija",
"DE.ApplicationController.textLoadingDocument": "Ladataan asiakirjaa",
"DE.ApplicationController.textNext": "Seuraava kenttä",
+ "DE.ApplicationController.textOk": "OK",
"DE.ApplicationController.textRequired": "Täytä kaikki vaaditut kentät lähettääksesi lomakkeen.",
"DE.ApplicationController.textSubmit": "Lähetä",
"DE.ApplicationController.textSubmited": "Lomake lähetettiin onnistuneesti
Sulje vihje napsauttamalla tätä",
@@ -48,7 +51,12 @@
"DE.ApplicationController.titleLicenseNotActive": "Lisenssi ei ole aktiivinen",
"DE.ApplicationController.txtClose": "Sulje",
"DE.ApplicationController.txtEmpty": "(Tyhjä)",
+ "DE.ApplicationController.txtNo": "Ei",
+ "DE.ApplicationController.txtOpenWarning": "Tämän linkin avaaminen voi olla haitallista laitteellesi ja tiedoillesi. Tietokonettasi suojellaksesi avaa vain linkkejä luotetuista lähteistä. Linkin kohde voi olla turvaton:
%1
Oletko varma, että haluat jatkaa?",
"DE.ApplicationController.txtPressLink": "Paina %1 ja klikkaa linkkiä",
+ "DE.ApplicationController.txtSecurityWarningLink": "Tämä asiakirja yrittää yhdistää %1.
Jos luotat tähän sivustoon, paina \"OK\" pitäen Ctrl näppäintä pohjassa.",
+ "DE.ApplicationController.txtSecurityWarningOpenFile": "Tämä asiakirja yrittää avata tiedosto dialogin. Paina \"OK\" avataksesi. ",
+ "DE.ApplicationController.txtYes": "Kyllä",
"DE.ApplicationController.unknownErrorText": "Tuntematon virhe.",
"DE.ApplicationController.unsupportedBrowserErrorText": "Käyttämäsi selain ei ole tuettu.",
"DE.ApplicationController.waitText": "Ole hyvä ja odota...",
diff --git a/apps/documenteditor/embed/locale/pl.json b/apps/documenteditor/embed/locale/pl.json
index 9aa1da8f71..b28fdda07b 100644
--- a/apps/documenteditor/embed/locale/pl.json
+++ b/apps/documenteditor/embed/locale/pl.json
@@ -34,6 +34,7 @@
"DE.ApplicationController.openErrorText": "Wystąpił błąd podczas otwierania pliku.",
"DE.ApplicationController.scriptLoadError": "Połączenie jest zbyt wolne, niektóre komponenty mogą być niezaładowane. Proszę odświeżyć stronę.",
"DE.ApplicationController.textAnonymous": "Anonimowy użytkownik",
+ "DE.ApplicationController.textCancel": "Anuluj",
"DE.ApplicationController.textClear": "Wyczyść wszystkie pola",
"DE.ApplicationController.textConvertFormDownload": "Pobierz plik jako interaktywny PDF",
"DE.ApplicationController.textCtrl": "Ctrl",
@@ -43,6 +44,7 @@
"DE.ApplicationController.textLoadingDocument": "Wgrywanie dokumentu",
"DE.ApplicationController.textNext": "Następne pole",
"DE.ApplicationController.textOf": "z",
+ "DE.ApplicationController.textOk": "OK",
"DE.ApplicationController.textRequired": "Wypełnij wszystkie wymagane pola, aby wysłać formularz.",
"DE.ApplicationController.textSubmit": "Prześlij",
"DE.ApplicationController.textSubmited": "Formularz załączony poprawnie
Kliknij aby zamknąć podpowiedź.",
@@ -50,7 +52,12 @@
"DE.ApplicationController.titleLicenseNotActive": "Licencja jest nieaktywna",
"DE.ApplicationController.txtClose": "Zamknij",
"DE.ApplicationController.txtEmpty": "(Pusty)",
+ "DE.ApplicationController.txtNo": "Nie",
+ "DE.ApplicationController.txtOpenWarning": "Kliknięcie tego linku może być szkodliwe dla Twojego urządzenia i danych. Aby chronić swój komputer, klikaj tylko hiperłącza pochodzące z zaufanych źródeł. Ta lokalizacja może być niebezpieczna:
%1
Czy na pewno chcesz kontynuować?",
"DE.ApplicationController.txtPressLink": "Naciśnij %1 i kliknij w link",
+ "DE.ApplicationController.txtSecurityWarningLink": "Ten dokument próbuje połączyć się z %1.
Jeśli ufasz tej witrynie, naciśnij „OK”, przytrzymując klawisz Ctrl.",
+ "DE.ApplicationController.txtSecurityWarningOpenFile": "Ten dokument próbuje otworzyć okno dialogowe pliku, naciśnij \"OK\", aby otworzyć.",
+ "DE.ApplicationController.txtYes": "Tak",
"DE.ApplicationController.unknownErrorText": "Nieznany błąd.",
"DE.ApplicationController.unsupportedBrowserErrorText": "Twoja przeglądarka nie jest wspierana.",
"DE.ApplicationController.waitText": "Proszę czekać...",
diff --git a/apps/documenteditor/embed/locale/ro.json b/apps/documenteditor/embed/locale/ro.json
index efd130ffc0..773dc97464 100644
--- a/apps/documenteditor/embed/locale/ro.json
+++ b/apps/documenteditor/embed/locale/ro.json
@@ -54,7 +54,7 @@
"DE.ApplicationController.txtEmpty": "(Gol)",
"DE.ApplicationController.txtNo": "Nu",
"DE.ApplicationController.txtOpenWarning": "Accesarea acestui link poate dăuna dispozitivului sau datelor dvs. Pentru a vă proteja calculatorul, evitați să dați click pe linkuri de la surse necunoscute. Această locație poate fi nesigură:
%1
Sigur doriti sa continuati? ",
- "DE.ApplicationController.txtPressLink": "Apăsați %1 și faceți clic pe linkul",
+ "DE.ApplicationController.txtPressLink": "Apăsați %1 și faceți clic pe link",
"DE.ApplicationController.txtSecurityWarningLink": "Acest document încearcă să se conecteze la %1.
Dacă aveți încredere în acest site, faceți clic pe OK și țineți apăsată tasta Ctrl.",
"DE.ApplicationController.txtSecurityWarningOpenFile": "Acest document încearcă să deschidă fereastra de dialog, apăsați OK pentru a-l deschide.",
"DE.ApplicationController.txtYes": "Da",
diff --git a/apps/documenteditor/forms/locale/fi.json b/apps/documenteditor/forms/locale/fi.json
index 70157b5f50..e3f90785bf 100644
--- a/apps/documenteditor/forms/locale/fi.json
+++ b/apps/documenteditor/forms/locale/fi.json
@@ -37,11 +37,15 @@
"Common.UI.SearchBar.tipNextResult": "Seuraava tulos",
"Common.UI.SearchBar.tipPreviousResult": "Edellinen tulos",
"Common.UI.SynchronizeTip.textDontShow": "Älä näytä tätä viestiä uudelleen",
+ "Common.UI.SynchronizeTip.textGotIt": "Ymmärretty",
+ "Common.UI.SynchronizeTip.textNew": "Uusi",
"Common.UI.Themes.txtThemeClassicLight": "Klassinen vaalea",
"Common.UI.Themes.txtThemeContrastDark": "Tumma kontrasti",
"Common.UI.Themes.txtThemeDark": "Tumma",
"Common.UI.Themes.txtThemeGray": "Harmaa",
"Common.UI.Themes.txtThemeLight": "Vaalea",
+ "Common.UI.Themes.txtThemeModernDark": "Moderni tumma",
+ "Common.UI.Themes.txtThemeModernLight": "Moderni vaalea",
"Common.UI.Themes.txtThemeSystem": "Sama kuin järjetelmässä",
"Common.UI.Window.cancelButtonText": "Peruuta",
"Common.UI.Window.closeButtonText": "Sulje",
@@ -85,6 +89,8 @@
"Common.Views.ShareDialog.warnCopy": "Selaimen virhe! Käytä näppäinyhdistelmää [Ctrl] + [C]",
"DE.Controllers.ApplicationController.convertationErrorText": "Tiedostomuodon muuttaminen epäonnistui.",
"DE.Controllers.ApplicationController.convertationTimeoutText": "Tiedostomuunnoksen aikaraja ylittyi.",
+ "DE.Controllers.ApplicationController.criticalErrorExtText": "Paina \"OK\" palataksesi asiakirjaluetteloon.",
+ "DE.Controllers.ApplicationController.criticalErrorExtTextClose": "Paina \"OK\" sulkeaksesi editorin.",
"DE.Controllers.ApplicationController.criticalErrorTitle": "Virhe",
"DE.Controllers.ApplicationController.downloadErrorText": "Lataus epäonnistui.",
"DE.Controllers.ApplicationController.downloadTextText": "Ladataan asiakirjaa...",
@@ -116,6 +122,7 @@
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Yhteys on palautettu, ja tiedoston versio on muuttunut.
Ennen kuin voit jatkaa työskentelyä, sinun on ladattava tämä tiedosto tai kopioitava sen sisältö ja tarkistettava, että se on ennallaan ja sitten päivitettävä tämä sivu.",
"DE.Controllers.ApplicationController.errorUserDrop": "Tiedostoon ei tällä hetkellä pääse.",
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Yhteys on katkennut. Voit vielä selata asiakirjaa,
mutta et voi ladata tai tulostaa sitä ennen kuin yhteys on palautettu.",
+ "DE.Controllers.ApplicationController.helpTextFillStatus": "Tämä lomake on valmis roolipohjaiselle täyttämiselle. Napsauta tila-painiketta tarkastaaksesi täyttämisen vaiheen.",
"DE.Controllers.ApplicationController.mniImageFromFile": "Kuva tiedostosta",
"DE.Controllers.ApplicationController.mniImageFromStorage": "Kuva tallennusvälineestä",
"DE.Controllers.ApplicationController.mniImageFromUrl": "Kuva verkko-osoitteesta",
@@ -129,6 +136,7 @@
"DE.Controllers.ApplicationController.textBuyNow": "Vieraile sivustolla",
"DE.Controllers.ApplicationController.textCloseTip": "Sulje vihje klikkaamalla.",
"DE.Controllers.ApplicationController.textContactUs": "Ota yhteyttä myyntiosastoon",
+ "DE.Controllers.ApplicationController.textContinue": "Jatka",
"DE.Controllers.ApplicationController.textFilled": "Täytetty",
"DE.Controllers.ApplicationController.textGotIt": "OK",
"DE.Controllers.ApplicationController.textGuest": "Vierailija",
@@ -139,8 +147,11 @@
"DE.Controllers.ApplicationController.textSaveAsDesktop": "Tallenna nimellä...",
"DE.Controllers.ApplicationController.textSubmited": "Lomake lähetettiin onnistuneesti
Sulje vihje napsauttamalla tätä",
"DE.Controllers.ApplicationController.textSubmitOk": "Sinun PDF-lomakkeesi on tallennettu Valmiit-osioon.",
+ "DE.Controllers.ApplicationController.tipLicenseExceeded": "Asiakirja on avoinna vain luku-tilassa, koska lisenssinmukainen sallittujen yhteyksien maksimilukumäärä on saavutettu.
Yritä uudelleen myöhemmin tai ota yhteys asiakirjan omistajaan saadaksesi muokkausoikeudet.",
+ "DE.Controllers.ApplicationController.tipLicenseUsersExceeded": "Asiakirja on avoinna vain luku-tilassa, koska lisenssinmukainen sallittujen muokkaavien käyttäjien lukumäärä on saavutettu.
Yritä uudelleen myöhemmin tai ota yhteys asiakirjan omistajaan saadaksesi muokkausoikeudet.",
"DE.Controllers.ApplicationController.titleLicenseExp": "Lisenssi erääntynyt",
"DE.Controllers.ApplicationController.titleLicenseNotActive": "Lisenssi ei ole aktiivinen",
+ "DE.Controllers.ApplicationController.titleReadOnly": "Kirjoitussuojattu tila",
"DE.Controllers.ApplicationController.titleServerVersion": "Editori päivitetty",
"DE.Controllers.ApplicationController.titleUpdateVersion": "Versio muuttunut",
"DE.Controllers.ApplicationController.txtArt": "Tekstisi tähän",
@@ -150,7 +161,9 @@
"DE.Controllers.ApplicationController.txtEmpty": "(Tyhjä)",
"DE.Controllers.ApplicationController.txtEnterDate": "Syötä päivämäärä",
"DE.Controllers.ApplicationController.txtPressLink": "Paina Ctrl -näppäintä ja klikkaa linkkiä",
+ "DE.Controllers.ApplicationController.txtSignedForm": "Tämä asiakirja on suojattu, eikä sitä voi muokata.",
"DE.Controllers.ApplicationController.txtUntitled": "Ei otsikkoa",
+ "DE.Controllers.ApplicationController.txtWarnUrl": "Tämän linkin avaaminen voi vahingoittaa laitettasi ja tietojasi. Suojellaksesi tietokonettasi, avaa linkkejä vain luotettavista lähteistä. Linkin kohde voi olla turvaton:
{0}
Oletko varma, että haluat jatkaa?",
"DE.Controllers.ApplicationController.unknownErrorText": "Tuntematon virhe.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Käyttämäsi selain ei ole tuettu.",
"DE.Controllers.ApplicationController.uploadImageExtMessage": "Kuvan tiedostomuoto tuntematon.",
@@ -163,6 +176,7 @@
"DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "Lisenssi on uusittava.
Sinulla on rajoitettu käyttöoikeus asiakirjan muokkaustyökaluun.
Ota yhteyttä ylläpitäjään saadaksesi täydet käyttöoikeudet.",
"DE.Controllers.ApplicationController.warnNoLicense": "Olet saavuttanut samanaikaisten yhteyksien rajan %1 muokkaustyökaluun. Asiakirja avataan vain luku-tilassa.
Ota yhteyttä %1 myyntiosastoon käyttöoikeuden laajentamiseksi.",
"DE.Controllers.ApplicationController.warnNoLicenseUsers": "Olet saavuttanut käyttäjärajan %1 muokkaustyökalussa. Ota yhteyttä %1 myyntiosastoon käyttöoikeuden laajentamiseksi.",
+ "DE.Controllers.ApplicationController.warnStartFilling": "Lomakkeen täyttäminen meneillään.
Tiedoston muokkaaminen ei ole mahdollista.",
"DE.Views.ApplicationView.textClear": "Tyhjennä kaikki kentät",
"DE.Views.ApplicationView.textClearField": "Tyhjennä kenttä",
"DE.Views.ApplicationView.textClose": "Sulje tiedosto",
@@ -177,6 +191,7 @@
"DE.Views.ApplicationView.textSubmit": "Lähetä",
"DE.Views.ApplicationView.textUndo": "Kumoa",
"DE.Views.ApplicationView.textZoom": "Suurenna",
+ "DE.Views.ApplicationView.tipFillStatus": "Täytön tila",
"DE.Views.ApplicationView.tipRedo": "Tee uudelleen",
"DE.Views.ApplicationView.tipSubmit": "Lähetä lomake",
"DE.Views.ApplicationView.tipUndo": "Kumoa",
diff --git a/apps/documenteditor/forms/locale/pl.json b/apps/documenteditor/forms/locale/pl.json
index 08864925db..f11f96fd8f 100644
--- a/apps/documenteditor/forms/locale/pl.json
+++ b/apps/documenteditor/forms/locale/pl.json
@@ -38,6 +38,7 @@
"Common.UI.SearchBar.tipPreviousResult": "Poprzedni wynik",
"Common.UI.SynchronizeTip.textDontShow": "Nie pokazuj więcej tego komunikatu",
"Common.UI.SynchronizeTip.textGotIt": "Rozumiem",
+ "Common.UI.SynchronizeTip.textNew": "nowy",
"Common.UI.Themes.txtThemeClassicLight": "Klasyczny jasny",
"Common.UI.Themes.txtThemeContrastDark": "Tryb ciemny",
"Common.UI.Themes.txtThemeDark": "Ciemny",
@@ -135,6 +136,7 @@
"DE.Controllers.ApplicationController.textBuyNow": "Odwiedź stronę web",
"DE.Controllers.ApplicationController.textCloseTip": "Kliknij, aby zamknąć wskazówkę.",
"DE.Controllers.ApplicationController.textContactUs": "Skontaktuj się z działem sprzedaży",
+ "DE.Controllers.ApplicationController.textContinue": "Kontynuuj",
"DE.Controllers.ApplicationController.textFilled": "Wypełnione",
"DE.Controllers.ApplicationController.textGotIt": "Rozumiem",
"DE.Controllers.ApplicationController.textGuest": "Gość",
@@ -146,8 +148,11 @@
"DE.Controllers.ApplicationController.textSaveAsDesktop": "Zapisz jako...",
"DE.Controllers.ApplicationController.textSubmited": "Formularz załączony poprawnie
Kliknij aby zamknąć podpowiedź.",
"DE.Controllers.ApplicationController.textSubmitOk": "Twój formularz PDF został zapisany w sekcji Zakończone.",
+ "DE.Controllers.ApplicationController.tipLicenseExceeded": "Dokument jest otwarty w trybie tylko do odczytu, ponieważ osiągnięto maksymalną liczbę jednoczesnych połączeń dozwoloną przez licencję.
Spróbuj ponownie później lub skontaktuj się z właścicielem dokumentu, jeśli potrzebujesz dostępu do edycji.",
+ "DE.Controllers.ApplicationController.tipLicenseUsersExceeded": "Dokument jest otwarty w trybie tylko do odczytu, ponieważ osiągnięto maksymalną liczbę użytkowników, którym licencja pozwala na edycję dokumentu.
Spróbuj ponownie później lub skontaktuj się z właścicielem dokumentu, jeśli potrzebujesz dostępu do edycji.",
"DE.Controllers.ApplicationController.titleLicenseExp": "Upłynął okres ważności licencji",
"DE.Controllers.ApplicationController.titleLicenseNotActive": "Licencja jest nieaktywna",
+ "DE.Controllers.ApplicationController.titleReadOnly": "Tryb tylko do odczytu",
"DE.Controllers.ApplicationController.titleServerVersion": "Zaktualizowano edytor",
"DE.Controllers.ApplicationController.titleUpdateVersion": "Wersja uległa zmianie",
"DE.Controllers.ApplicationController.txtArt": "Twój tekst tutaj",
@@ -157,7 +162,9 @@
"DE.Controllers.ApplicationController.txtEmpty": "(Pusty)",
"DE.Controllers.ApplicationController.txtEnterDate": "Wpisz datę",
"DE.Controllers.ApplicationController.txtPressLink": "Naciśnij Ctrl i kliknij w link",
+ "DE.Controllers.ApplicationController.txtSignedForm": "Ten dokument został podpisany i nie może być edytowany.",
"DE.Controllers.ApplicationController.txtUntitled": "Bez Nazwy",
+ "DE.Controllers.ApplicationController.txtWarnUrl": "Kliknięcie tego linku może być szkodliwe dla urządzenia i danych.
Czy na pewno chcesz kontynuować?",
"DE.Controllers.ApplicationController.unknownErrorText": "Nieznany błąd.",
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Twoja przeglądarka nie jest wspierana.",
"DE.Controllers.ApplicationController.uploadImageExtMessage": "Nieznany format obrazu.",
@@ -170,6 +177,7 @@
"DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "Licencja musi zostać odnowiona.
Masz ograniczony dostęp do edycji dokumentu.
Skontaktuj się ze swoim administratorem, aby uzyskać pełny dostęp.",
"DE.Controllers.ApplicationController.warnNoLicense": "Osiągnięto limit jednoczesnych połączeń z edytorami %1. Ten dokument zostanie otwarty tylko do przeglądania.
Skontaktuj się z zespołem sprzedaży %1 w celu uzyskania osobistych warunków uaktualnienia.",
"DE.Controllers.ApplicationController.warnNoLicenseUsers": "Osiągnięto limit użytkowników dla %1 edytorów. Skontaktuj się z zespołem sprzedaży %1, aby uzyskać warunki osobistej aktualizacji.",
+ "DE.Controllers.ApplicationController.warnStartFilling": "Trwa wypełnianie formularza.
Edycja pliku jest obecnie niedostępna.",
"DE.Views.ApplicationView.textClear": "Wyczyść wszystkie pola",
"DE.Views.ApplicationView.textClearField": "Wyczyść pole",
"DE.Views.ApplicationView.textClose": "Zamknij plik",
diff --git a/apps/documenteditor/forms/locale/ro.json b/apps/documenteditor/forms/locale/ro.json
index 606b754cd1..01654384fc 100644
--- a/apps/documenteditor/forms/locale/ro.json
+++ b/apps/documenteditor/forms/locale/ro.json
@@ -161,7 +161,7 @@
"DE.Controllers.ApplicationController.txtClose": "Închidere",
"DE.Controllers.ApplicationController.txtEmpty": "(Gol)",
"DE.Controllers.ApplicationController.txtEnterDate": "Introducere data",
- "DE.Controllers.ApplicationController.txtPressLink": "Apăsați Ctrl și faceți clic pe linkul",
+ "DE.Controllers.ApplicationController.txtPressLink": "Apăsați Ctrl și faceți clic pe link",
"DE.Controllers.ApplicationController.txtSignedForm": "Documentul este semnat și nu poate fi modificat.",
"DE.Controllers.ApplicationController.txtUntitled": "Fără titlu",
"DE.Controllers.ApplicationController.txtWarnUrl": "Accesarea acestui link poate dăuna dispozitivului sau datelor dvs. Pentru a vă proteja calculatorul, evitați să dați click pe linkuri de la surse necunoscute. Această locație poate fi nesigură:
{0}
Sigur doriti sa continuati? ",
diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js
index ef4eec633d..958df260bd 100644
--- a/apps/documenteditor/main/app/controller/Main.js
+++ b/apps/documenteditor/main/app/controller/Main.js
@@ -1131,7 +1131,7 @@ define([
(!this.getApplication().getController('Toolbar').dlgSymbolTable || !this.getApplication().getController('Toolbar').dlgSymbolTable.isVisible()) &&
!((id == Asc.c_oAscAsyncAction['LoadDocumentFonts'] || id == Asc.c_oAscAsyncAction['LoadFonts'] || id == Asc.c_oAscAsyncAction['ApplyChanges'] || id == Asc.c_oAscAsyncAction['DownloadAs'] || id == Asc.c_oAscAsyncAction['LoadImage'] || id == Asc.c_oAscAsyncAction['UploadImage']) &&
(this.dontCloseDummyComment || this.inTextareaControl || Common.Utils.ModalWindow.isVisible() || this.inFormControl)) ) {
-// this.onEditComplete(this.loadMask); //если делать фокус, то при принятии чужих изменений, заканчивается свой композитный ввод
+// this.onEditComplete(this.loadMask); // if try to set the focus, then when accepting co-authoring changes, composite input ends.
this.api.asc_enableKeyEvents(true);
}
},
diff --git a/apps/documenteditor/main/app/controller/RightMenu.js b/apps/documenteditor/main/app/controller/RightMenu.js
index 8387fb01c0..3706ed3d9a 100644
--- a/apps/documenteditor/main/app/controller/RightMenu.js
+++ b/apps/documenteditor/main/app/controller/RightMenu.js
@@ -236,9 +236,9 @@ define([
} else
this._settings[settingsType].locked = value.get_Locked() || content_locked || isProtected;
- if (!this._settings[Common.Utils.documentSettingsType.MailMerge].locked) // lock MailMerge-InsertField, если хотя бы один объект locked
+ if (!this._settings[Common.Utils.documentSettingsType.MailMerge].locked) // lock MailMerge-InsertField, if at least one object is locked
this._settings[Common.Utils.documentSettingsType.MailMerge].locked = value.get_Locked() || isProtected;
- if (!this._settings[Common.Utils.documentSettingsType.Signature].locked) // lock Signature, если хотя бы один объект locked
+ if (!this._settings[Common.Utils.documentSettingsType.Signature].locked) // lock Signature, if at least one object is locked
this._settings[Common.Utils.documentSettingsType.Signature].locked = value.get_Locked();
}
diff --git a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js
index d23c833777..4c41a32dfe 100644
--- a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js
+++ b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js
@@ -100,17 +100,17 @@ define([
Right : 0.19,
Top : null,
Bottom : null,
- Flag : 0 // 0(checked) - как в таблице, 1(indeterminate) - разные значения, не определено, 2 (unchecked) - собственные
+ Flag : 0 // 0(checked) - as in table, 1(indeterminate) - different values, undefined, 2 (unchecked) - own values
};
this.TableBorders = {};
this.CellBorders = {};
- this.ChangedTableBorders = undefined; // undefined - не менялись, null - применялись пресеты, отправлять TableBorders, object - менялись отдельные границы, отправлять ChangedTableBorders
- this.ChangedCellBorders = undefined; // undefined - не менялись, null - применялись пресеты, отправлять CellBorders, object - менялись отдельные границы, отправлять ChangedCellBorders
+ this.ChangedTableBorders = undefined; // undefined - not changed, null - apply presets, send TableBorders, object - apply some borders, send ChangedTableBorders
+ this.ChangedCellBorders = undefined; // undefined - not changed, null - apply presets, send CellBorders, object - apply some borders, send ChangedCellBorders
this.BorderSize = {ptValue: 0, pxValue: 0};
- this.TableColor = {Value: 1, Color: 'transparent'}; // value=1 - цвет определен - прозрачный или другой
- this.CellColor = {Value: 1, Color: 'transparent'}; // value=1 - цвет определен - прозрачный или другой, value=0 - цвет не определен, рисуем прозрачным
+ this.TableColor = {Value: 1, Color: 'transparent'}; // value=1 - color is defined - transparent or other
+ this.CellColor = {Value: 1, Color: 'transparent'}; // value=1 - color is defined - transparent or other, value=0 - color is undefined, draw transparent
this.IndeterminateColor = '#C8C8C8';
this.IndeterminateSize = 4.5;
@@ -331,7 +331,7 @@ define([
labelText: this.textCheckMargins
});
this.chCellMargins.on('change', _.bind(function(field, newValue, oldValue, eOpts){
- if ( oldValue=='checked' && this._originalProps && this._originalProps.get_CellMargins().get_Flag()==1 ) { // позволяем выставлять значение indeterminate только если исходные значения не совпадали
+ if ( oldValue=='checked' && this._originalProps && this._originalProps.get_CellMargins().get_Flag()==1 ) { // allow to set the indeterminate value only if the original values did not match
field.setValue('indeterminate', true);
}
this.fillMargins.call( this, field.getValue());
@@ -1234,7 +1234,7 @@ define([
}
if ( flag===0 ) {
- // Если для всех выделенных ячеек пришло одинаковое значение Flag=0 (Use Default Margins), выставим в поля для Cell Margins значения DefaultMargins
+ // If the same value is received for all selected cells Flag=0 (Use Default Margins), set DefaultMargins values in the fields for Cell Margins
if (this.CellMargins.Left=== null) this.CellMargins.Left = this.TableMargins.Left;
if (this.CellMargins.Top=== null) this.CellMargins.Top = this.TableMargins.Top;
if (this.CellMargins.Right=== null) this.CellMargins.Right = this.TableMargins.Right;
diff --git a/apps/documenteditor/main/locale/ar.json b/apps/documenteditor/main/locale/ar.json
index 59c624d198..668d9500ec 100644
--- a/apps/documenteditor/main/locale/ar.json
+++ b/apps/documenteditor/main/locale/ar.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "شبه شفاف",
"DE.Views.WatermarkSettingsDialog.textUnderline": "تحته خط",
"DE.Views.WatermarkSettingsDialog.tipFontName": "اسم الخط",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "حجم الخط"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "حجم الخط",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/az.json b/apps/documenteditor/main/locale/az.json
index d6329d5a35..84f6ad3790 100644
--- a/apps/documenteditor/main/locale/az.json
+++ b/apps/documenteditor/main/locale/az.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Yarım şəffaf",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Altından xətt çəkilmiş",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Şrift Adı",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Şrift Ölçüsü"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Şrift Ölçüsü",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/be.json b/apps/documenteditor/main/locale/be.json
index 8850410980..ce984160bb 100644
--- a/apps/documenteditor/main/locale/be.json
+++ b/apps/documenteditor/main/locale/be.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Паўпразрысты",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Падкрэслены",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Назва шрыфту",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Памер шрыфту"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Памер шрыфту",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/bg.json b/apps/documenteditor/main/locale/bg.json
index 1a66a18c0b..5678e7f16b 100644
--- a/apps/documenteditor/main/locale/bg.json
+++ b/apps/documenteditor/main/locale/bg.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Underline",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Име на шрифта",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер на шрифта"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер на шрифта",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json
index 7afa854504..d139a99104 100644
--- a/apps/documenteditor/main/locale/ca.json
+++ b/apps/documenteditor/main/locale/ca.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Subratllar",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nom de la lletra",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida de la lletra"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida de la lletra",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/cs.json b/apps/documenteditor/main/locale/cs.json
index 47ae7c1ace..85bfe59ab4 100644
--- a/apps/documenteditor/main/locale/cs.json
+++ b/apps/documenteditor/main/locale/cs.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Poloprůhledné",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Podtržené",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Název písma",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost písma"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost písma",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/da.json b/apps/documenteditor/main/locale/da.json
index 68b149f1c3..254bf11e4f 100644
--- a/apps/documenteditor/main/locale/da.json
+++ b/apps/documenteditor/main/locale/da.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Halvgennemsigtig",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Understreg",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Skrifttypenavn",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Skriftstørrelse"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Skriftstørrelse",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json
index 985da59ac3..6ac59e3910 100644
--- a/apps/documenteditor/main/locale/de.json
+++ b/apps/documenteditor/main/locale/de.json
@@ -2540,6 +2540,7 @@
"DE.Views.DocumentHolder.txtMatrixAlign": "Matrixausrichtung",
"DE.Views.DocumentHolder.txtOverbar": "Balken über dem Text",
"DE.Views.DocumentHolder.txtOverwriteCells": "Zellen überschreiben",
+ "DE.Views.DocumentHolder.txtPastePicture": "Bild",
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Ursprüngliche Formatierung beibehalten",
"DE.Views.DocumentHolder.txtPercentage": "Prozentsatz",
"DE.Views.DocumentHolder.txtPressLink": "Drücken Sie {0} und klicken Sie auf den Link",
@@ -2819,6 +2820,7 @@
"DE.Views.FormSettings.textGroupKey": "Gruppenschlüssel",
"DE.Views.FormSettings.textImage": "Bild",
"DE.Views.FormSettings.textKey": "Schlüssel",
+ "DE.Views.FormSettings.textLabel": "Bezeichnung",
"DE.Views.FormSettings.textLang": "Sprache",
"DE.Views.FormSettings.textLetters": "Buchstaben",
"DE.Views.FormSettings.textLock": "Sperren",
diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json
index b439b34dd3..254e3bcaab 100644
--- a/apps/documenteditor/main/locale/el.json
+++ b/apps/documenteditor/main/locale/el.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Ημιδιαφανές",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Υπογράμμιση",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Όνομα γραμματοσειράς",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Μέγεθος γραμματοσειράς"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Μέγεθος γραμματοσειράς",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 7a0ceed724..94a0fe3e65 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -2540,8 +2540,8 @@
"DE.Views.DocumentHolder.txtMatrixAlign": "Matrix alignment",
"DE.Views.DocumentHolder.txtOverbar": "Bar over text",
"DE.Views.DocumentHolder.txtOverwriteCells": "Overwrite cells",
- "DE.Views.DocumentHolder.txtPasteSourceFormat": "Keep source formatting",
"DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.DocumentHolder.txtPasteSourceFormat": "Keep source formatting",
"DE.Views.DocumentHolder.txtPercentage": "Percentage",
"DE.Views.DocumentHolder.txtPressLink": "Press {0} and click link",
"DE.Views.DocumentHolder.txtPrintSelection": "Print selection",
@@ -2820,6 +2820,7 @@
"DE.Views.FormSettings.textGroupKey": "Group key",
"DE.Views.FormSettings.textImage": "Image",
"DE.Views.FormSettings.textKey": "Key",
+ "DE.Views.FormSettings.textLabel": "Label",
"DE.Views.FormSettings.textLang": "Language",
"DE.Views.FormSettings.textLetters": "Letters",
"DE.Views.FormSettings.textLock": "Lock",
@@ -2854,7 +2855,6 @@
"DE.Views.FormSettings.textValue": "Value options",
"DE.Views.FormSettings.textWidth": "Cell width",
"DE.Views.FormSettings.textZipCodeUS": "US ZIP Code (e.g. 92663 or 92663-1234)",
- "DE.Views.FormSettings.textLabel": "Label",
"DE.Views.FormsTab.capBtnCheckBox": "Checkbox",
"DE.Views.FormsTab.capBtnComboBox": "Combo Box",
"DE.Views.FormsTab.capBtnComplex": "Complex Field",
diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json
index 3500cf2392..73303ac70d 100644
--- a/apps/documenteditor/main/locale/es.json
+++ b/apps/documenteditor/main/locale/es.json
@@ -2540,6 +2540,7 @@
"DE.Views.DocumentHolder.txtMatrixAlign": "Alineación de la matriz",
"DE.Views.DocumentHolder.txtOverbar": "Barra sobre texto",
"DE.Views.DocumentHolder.txtOverwriteCells": "Sobreescribir las celdas",
+ "DE.Views.DocumentHolder.txtPastePicture": "Imagen",
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Mantener el formato original",
"DE.Views.DocumentHolder.txtPercentage": "Porcentaje",
"DE.Views.DocumentHolder.txtPressLink": "Pulse {0} y haga clic en el enlace",
@@ -2819,6 +2820,7 @@
"DE.Views.FormSettings.textGroupKey": "Clave de grupo",
"DE.Views.FormSettings.textImage": "Imagen",
"DE.Views.FormSettings.textKey": "Clave",
+ "DE.Views.FormSettings.textLabel": "Etiqueta",
"DE.Views.FormSettings.textLang": "Idioma",
"DE.Views.FormSettings.textLetters": "Letras",
"DE.Views.FormSettings.textLock": "Bloquear",
@@ -2861,7 +2863,7 @@
"DE.Views.FormsTab.capBtnEmail": "Dirección de correo electrónico",
"DE.Views.FormsTab.capBtnFinal": "Marcar como final",
"DE.Views.FormsTab.capBtnImage": "Imagen",
- "DE.Views.FormsTab.capBtnManager": "Gestionar destinatarios",
+ "DE.Views.FormsTab.capBtnManager": "Gestionar roles de destinatarios",
"DE.Views.FormsTab.capBtnNext": "Campo siguiente",
"DE.Views.FormsTab.capBtnPhone": "Número de teléfono",
"DE.Views.FormsTab.capBtnPrev": "Campo anterior",
@@ -2907,7 +2909,7 @@
"DE.Views.FormsTab.tipImageField": "Insertar imagen",
"DE.Views.FormsTab.tipInlineText": "Insertar campo de texto alineado",
"DE.Views.FormsTab.tipLastPage": "Ir a la última página",
- "DE.Views.FormsTab.tipManager": "Gestionar destinatarios",
+ "DE.Views.FormsTab.tipManager": "Gestionar roles de destinatarios",
"DE.Views.FormsTab.tipNextForm": "Ir al campo siguiente",
"DE.Views.FormsTab.tipNextPage": "Ir a la página siguiente",
"DE.Views.FormsTab.tipPhoneField": "Insertar número de teléfono",
@@ -3580,7 +3582,7 @@
"DE.Views.RolesManagerDlg.textEmpty": "Todavía no se ha creado ningún destinatario.
Cree al menos un destinatario y aparecerá en este campo.",
"DE.Views.RolesManagerDlg.textNew": "Nuevo",
"DE.Views.RolesManagerDlg.textUp": "Mover el destinatario hacia arriba",
- "DE.Views.RolesManagerDlg.txtTitle": "Gestionar destinatarios",
+ "DE.Views.RolesManagerDlg.txtTitle": "Gestionar roles de destinatarios",
"DE.Views.RolesManagerDlg.warnCantDelete": "No puede eliminar este destinatario porque tiene campos asociados.",
"DE.Views.RolesManagerDlg.warnDelete": "¿Está seguro de que desea eliminar el destinatario {0}?",
"DE.Views.SaveFormDlg.saveButtonText": "Guardar",
diff --git a/apps/documenteditor/main/locale/eu.json b/apps/documenteditor/main/locale/eu.json
index 06db077df1..770fac3f6c 100644
--- a/apps/documenteditor/main/locale/eu.json
+++ b/apps/documenteditor/main/locale/eu.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Erdigardena",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Azpimarra",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Letra-tipoaren izena",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Letra-tamaina"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Letra-tamaina",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/fi.json b/apps/documenteditor/main/locale/fi.json
index d2a0d6e5d2..7ffe46ca5a 100644
--- a/apps/documenteditor/main/locale/fi.json
+++ b/apps/documenteditor/main/locale/fi.json
@@ -99,9 +99,9 @@
"Common.Controllers.ReviewChanges.textWidow": "Leskirivien hallinta",
"Common.Controllers.ReviewChanges.textWord": "Sanan taso",
"Common.Controllers.Shortcuts.txtDescriptionAddNewRow": "Add a new row at the bottom of the table.",
- "Common.Controllers.Shortcuts.txtDescriptionApplyHeading1": "Apply the style of the heading 1 to the selected text fragment.",
- "Common.Controllers.Shortcuts.txtDescriptionApplyHeading2": "Apply the style of the heading 2 to the selected text fragment.",
- "Common.Controllers.Shortcuts.txtDescriptionApplyHeading3": "Apply the style of the heading 3 to the selected text fragment.",
+ "Common.Controllers.Shortcuts.txtDescriptionApplyHeading1": "Käytä otsikon 1 tyyliä valittuun tekstikatkelmaan.",
+ "Common.Controllers.Shortcuts.txtDescriptionApplyHeading2": "Käytä otsikon 2 tyyliä valittuun tekstikatkelmaan.",
+ "Common.Controllers.Shortcuts.txtDescriptionApplyHeading3": "Käytä otsikon 3 tyyliä valittuun tekstikatkelmaan.",
"Common.Controllers.Shortcuts.txtDescriptionApplyListBullet": "Create an unordered bulleted list from the selected text fragment, or start a new one.",
"Common.Controllers.Shortcuts.txtDescriptionBigMoveObjectDown": "Use the keyboard arrow to move the selected object by a big step down.",
"Common.Controllers.Shortcuts.txtDescriptionBigMoveObjectLeft": "Use the keyboard arrow to move the selected object by a big step to the left.",
@@ -146,12 +146,12 @@
"Common.Controllers.Shortcuts.txtDescriptionInsertLineBreak": "Add a line break without starting a new paragraph.",
"Common.Controllers.Shortcuts.txtDescriptionInsertLineBreakMultilineForm": "Add a line break in the multiline form.",
"Common.Controllers.Shortcuts.txtDescriptionInsertPageBreak": "Insert a page break at the current cursor position.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertPageNumber": "Add the current page number at the current cursor position.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertTab": "Add the tab character to a paragraph (if the cursor is not at the beginning of a paragraph).",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertPageNumber": "Lisää nykyisen sivun numero",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertTab": "Lisää tabulaattori",
"Common.Controllers.Shortcuts.txtDescriptionInsertTableBreak": "Insert a table break within the table.",
"Common.Controllers.Shortcuts.txtDescriptionItalic": "Make the font of the selected text fragment italicized and slightly slanted.",
"Common.Controllers.Shortcuts.txtDescriptionJustifyPara": "Switch a paragraph between justified and left-aligned.",
- "Common.Controllers.Shortcuts.txtDescriptionLeftPara": "Align a paragraph left.",
+ "Common.Controllers.Shortcuts.txtDescriptionLeftPara": "Tasaa kappale vasemmalle.",
"Common.Controllers.Shortcuts.txtDescriptionLittleMoveObjectDown": "Hold down the specified key and use the keyboard arrow to move the selected object down by one pixel at a time.",
"Common.Controllers.Shortcuts.txtDescriptionLittleMoveObjectLeft": "Hold down the specified key and use the keyboard arrow to move the selected object to the left by one pixel at a time.",
"Common.Controllers.Shortcuts.txtDescriptionLittleMoveObjectRight": "Hold down the specified key and use the keyboard arrow to move the selected object to the right by one pixel at a time.",
@@ -198,7 +198,7 @@
"Common.Controllers.Shortcuts.txtDescriptionOpenFindDialog": "Open the Find dialog window to start searching for a character/word/phrase in the currently edited document.",
"Common.Controllers.Shortcuts.txtDescriptionOpenHelpMenu": "Open the Document Editor Help menu.",
"Common.Controllers.Shortcuts.txtDescriptionPaste": "Insert the previously copied text fragment from the computer clipboard memory to the current cursor position. The text can be previously copied from the same document, from another document, or from some other program.",
- "Common.Controllers.Shortcuts.txtDescriptionPasteFormat": "Apply the previously copied formatting to the text in the currently edited document.",
+ "Common.Controllers.Shortcuts.txtDescriptionPasteFormat": "Käytä aiemmin kopioitua muotoilua muokattavana olevan asiakirjan tekstiin.",
"Common.Controllers.Shortcuts.txtDescriptionPasteTextWithoutFormat": "Insert the previously copied text fragment from the computer clipboard memory to the current cursor position without preserving its original formatting. The text can be previously copied from the same document, from another document, or from some other program.",
"Common.Controllers.Shortcuts.txtDescriptionPreviousFileTab": "Switch to the previous file tab in Desktop Editors or browser tab in Online Editors.",
"Common.Controllers.Shortcuts.txtDescriptionPreviousModalControl": "Navigate between controls to give focus to the previous control in modal dialogues.",
@@ -254,7 +254,7 @@
"Common.Controllers.Shortcuts.txtLabelBigMoveObjectLeft": "BigMoveObjectLeft",
"Common.Controllers.Shortcuts.txtLabelBigMoveObjectRight": "BigMoveObjectRight",
"Common.Controllers.Shortcuts.txtLabelBigMoveObjectUp": "BigMoveObjectUp",
- "Common.Controllers.Shortcuts.txtLabelBold": "Bold",
+ "Common.Controllers.Shortcuts.txtLabelBold": "Lihavoitu",
"Common.Controllers.Shortcuts.txtLabelCenterPara": "CenterPara",
"Common.Controllers.Shortcuts.txtLabelChooseNextComboBoxOption": "ChooseNextComboBoxOption",
"Common.Controllers.Shortcuts.txtLabelChoosePreviousComboBoxOption": "ChoosePreviousComboBoxOption",
@@ -835,7 +835,7 @@
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanTrue": "Kyllä",
"Common.Views.DocumentPropertyDialog.txtPropertyTitleBlankError": "Property should have a title",
"Common.Views.DocumentPropertyDialog.txtPropertyTitleLabel": "Title",
- "Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"No\"",
+ "Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Kyllä\" tai \"Ei\"",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeDate": "Date",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeLabel": "Tyyppi",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumber": "Numero",
@@ -856,7 +856,7 @@
"Common.Views.ExternalEditor.textClose": "Sulje",
"Common.Views.ExternalEditor.textSave": "Tallenna & Poistu",
"Common.Views.ExternalLinksDlg.closeButtonText": "Close",
- "Common.Views.ExternalLinksDlg.textAutoUpdate": "Automatically update data from the linked sources",
+ "Common.Views.ExternalLinksDlg.textAutoUpdate": "Päivitä tiedot automaattisesti linkitetyistä lähteistä",
"Common.Views.ExternalLinksDlg.textChange": "Change source",
"Common.Views.ExternalLinksDlg.textDelete": "Break links",
"Common.Views.ExternalLinksDlg.textDeleteAll": "Break all links",
@@ -879,7 +879,7 @@
"Common.Views.FormatSettingsDialog.textSeparator": "Use 1000 separator",
"Common.Views.FormatSettingsDialog.textSymbols": "Symbols",
"Common.Views.FormatSettingsDialog.textTitle": "Number format",
- "Common.Views.FormatSettingsDialog.txtAccounting": "Accounting",
+ "Common.Views.FormatSettingsDialog.txtAccounting": "Kirjanpito",
"Common.Views.FormatSettingsDialog.txtAs10": "As tenths (5/10)",
"Common.Views.FormatSettingsDialog.txtAs100": "As hundredths (50/100)",
"Common.Views.FormatSettingsDialog.txtAs16": "As sixteenths (8/16)",
@@ -992,7 +992,7 @@
"Common.Views.MacrosDialog.tipFunctionCopy": "Copy custom function",
"Common.Views.MacrosDialog.tipFunctionDelete": "Delete custom function",
"Common.Views.MacrosDialog.tipFunctionRename": "Rename custom function",
- "Common.Views.MacrosDialog.tipMacrosAdd": "Add macros",
+ "Common.Views.MacrosDialog.tipMacrosAdd": "Lisää makroja",
"Common.Views.MacrosDialog.tipMacrosCopy": "Copy macros",
"Common.Views.MacrosDialog.tipMacrosDebug": "Debug macros",
"Common.Views.MacrosDialog.tipMacrosRename": "Rename macros",
@@ -1181,7 +1181,7 @@
"Common.Views.ShortcutsDialog.txtEmpty": "No matches found. Adjust your search.",
"Common.Views.ShortcutsDialog.txtRestoreAll": "Restore All to Defaults",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Do you want to continue?",
- "Common.Views.ShortcutsDialog.txtRestoreDescription": "All shortcuts settings will be restored to default.",
+ "Common.Views.ShortcutsDialog.txtRestoreDescription": "Kaikki näppäinpikakomennot palautetaan oletusarvoihin.",
"Common.Views.ShortcutsDialog.txtRestoreToDefault": "Restore to default",
"Common.Views.ShortcutsDialog.txtSearch": "Search",
"Common.Views.ShortcutsDialog.txtTitle": "Keyboard Shortcuts",
@@ -1193,7 +1193,7 @@
"Common.Views.ShortcutsEditDialog.txtInputWarnOneLocked": "The shortcut used by action %1 and can’t be changed",
"Common.Views.ShortcutsEditDialog.txtNewShortcut": "New shortcut",
"Common.Views.ShortcutsEditDialog.txtRestoreContinue": "Do you want to continue?",
- "Common.Views.ShortcutsEditDialog.txtRestoreDescription": "All shortcuts for action “%1” will be restored to default.",
+ "Common.Views.ShortcutsEditDialog.txtRestoreDescription": "Kaikki näppäinpikakomennot toiminnolle “%1” palautetaan oletusarvoihin.",
"Common.Views.ShortcutsEditDialog.txtRestoreToDefault": "Restore to default",
"Common.Views.ShortcutsEditDialog.txtTitle": "Edit shortcut",
"Common.Views.ShortcutsEditDialog.txtTypeDesiredShortcut": "Type desired shortcut",
@@ -2281,7 +2281,7 @@
"DE.Views.DocumentHolder.allProfText": "Kaikki - Ammattimainen",
"DE.Views.DocumentHolder.belowText": "alapuolella",
"DE.Views.DocumentHolder.breakBeforeText": "Sivun katko ennen",
- "DE.Views.DocumentHolder.btnChart": "Add, remove or change chart elements such as the title, legend, gridlines, and data labels",
+ "DE.Views.DocumentHolder.btnChart": "Lisää, poista tai muuta taulukko",
"DE.Views.DocumentHolder.bulletsText": "Luettelomerkit ja numerointi",
"DE.Views.DocumentHolder.cellAlignText": "Solun vertikaalinen tasaus",
"DE.Views.DocumentHolder.cellText": "Solu",
@@ -2784,7 +2784,7 @@
"DE.Views.FileMenuPanels.Settings.txtWorkspace": "Työtila",
"DE.Views.FileMenuPanels.ViewSaveAs.textDownloadAs": "Lataa muodossa",
"DE.Views.FileMenuPanels.ViewSaveCopy.textSaveCopyAs": "Tallenna kopio nimellä",
- "DE.Views.FormSettings.textAddRole": "Add recipient",
+ "DE.Views.FormSettings.textAddRole": "Lisää vastaanottaja",
"DE.Views.FormSettings.textAlways": "Aina",
"DE.Views.FormSettings.textAnyone": "Kuka tahansa",
"DE.Views.FormSettings.textAspect": "Lukitse kuvasuhde",
@@ -3503,7 +3503,7 @@
"DE.Views.PrintWithPreview.textMarginsNormal": "Normaali",
"DE.Views.PrintWithPreview.textMarginsWide": "Leveä",
"DE.Views.PrintWithPreview.txtAllPages": "Kaikki sivut",
- "DE.Views.PrintWithPreview.txtBlackAndWhitePrinting": "Black and white printing",
+ "DE.Views.PrintWithPreview.txtBlackAndWhitePrinting": "Mustavalkoinen tulostus",
"DE.Views.PrintWithPreview.txtBothSides": "Tulosta molemmille puolille",
"DE.Views.PrintWithPreview.txtBothSidesLongDesc": "Käännä pitkän sivun ympäri",
"DE.Views.PrintWithPreview.txtBothSidesShortDesc": "Käännä lyhyen sivun ympäri",
@@ -3762,7 +3762,7 @@
"DE.Views.TableSettings.strRepeatRow": "Toista ylätunnisteena jokaisen sivun alussa",
"DE.Views.TableSettings.textAddFormula": "Lisää kaava",
"DE.Views.TableSettings.textAdvanced": "Näytä laajennetut asetukset",
- "DE.Views.TableSettings.textAutofit": "Automaticaly resize to fit content",
+ "DE.Views.TableSettings.textAutofit": "Muuta kokoa automaattisesti sisällön mukaan",
"DE.Views.TableSettings.textBackColor": "Taustan väri",
"DE.Views.TableSettings.textBanded": "Niputettu",
"DE.Views.TableSettings.textBorderColor": "Väri",
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Läpikuultava",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Alleviivaus",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Fontti",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonttikoko"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonttikoko",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json
index c0d581db38..380eebe4b6 100644
--- a/apps/documenteditor/main/locale/fr.json
+++ b/apps/documenteditor/main/locale/fr.json
@@ -392,10 +392,10 @@
"Common.Controllers.Shortcuts.txtLabelZoom100": "Zoom 100 %",
"Common.Controllers.Shortcuts.txtLabelZoomIn": "Zoom avant",
"Common.Controllers.Shortcuts.txtLabelZoomOut": "Zoom arrière",
- "Common.define.chartData.textArea": "Zone",
- "Common.define.chartData.textAreaStacked": "Zone empilée",
- "Common.define.chartData.textAreaStackedPer": "Aire Empilée 100%",
- "Common.define.chartData.textBar": "En barre",
+ "Common.define.chartData.textArea": "Aires",
+ "Common.define.chartData.textAreaStacked": "Aires empilées",
+ "Common.define.chartData.textAreaStackedPer": "Aires empilées 100%",
+ "Common.define.chartData.textBar": "À barres",
"Common.define.chartData.textBarNormal": "colonne groupée ",
"Common.define.chartData.textBarNormal3d": "Barres groupées en 3D",
"Common.define.chartData.textBarNormal3dPerspective": "Colonne 3D",
@@ -406,7 +406,7 @@
"Common.define.chartData.textCharts": "Graphiques",
"Common.define.chartData.textColumn": "Colonne",
"Common.define.chartData.textCombo": "Combo",
- "Common.define.chartData.textComboAreaBar": "Zone empilée - colonne en cluster ",
+ "Common.define.chartData.textComboAreaBar": "Aires empilées - histogramme groupé",
"Common.define.chartData.textComboBarLine": "Colonne - ligne groupée",
"Common.define.chartData.textComboBarLineSecondary": "Colonne ligne groupée sur le second axe",
"Common.define.chartData.textComboCustom": "Combinaison personnalisée",
@@ -424,8 +424,8 @@
"Common.define.chartData.textLineStackedMarker": "ligne empilée avec marqueurs",
"Common.define.chartData.textLineStackedPer": "100% ligne empilée",
"Common.define.chartData.textLineStackedPerMarker": "100% ligne empilée avec marqueurs",
- "Common.define.chartData.textPie": "Graphiques à secteurs",
- "Common.define.chartData.textPie3d": "Camembert 3D",
+ "Common.define.chartData.textPie": "Secteurs",
+ "Common.define.chartData.textPie3d": "Secteurs en 3D",
"Common.define.chartData.textPoint": "Nuages de points (XY)",
"Common.define.chartData.textRadar": "Radar",
"Common.define.chartData.textRadarFilled": "Radar plein",
@@ -1600,7 +1600,7 @@
"DE.Controllers.Main.txtShape_octagon": "Octogone",
"DE.Controllers.Main.txtShape_parallelogram": "Parallélogramme",
"DE.Controllers.Main.txtShape_pentagon": "Pentagone",
- "DE.Controllers.Main.txtShape_pie": "Secteur",
+ "DE.Controllers.Main.txtShape_pie": "Secteurs",
"DE.Controllers.Main.txtShape_plaque": "Signe",
"DE.Controllers.Main.txtShape_plus": "Plus",
"DE.Controllers.Main.txtShape_polyline1": "Dessin à main levée",
@@ -1771,7 +1771,7 @@
"DE.Controllers.Toolbar.txtAccent_ArrowD": "Flèche gauche-droite au-dessus",
"DE.Controllers.Toolbar.txtAccent_ArrowL": "Flèche vers la gauche au-dessus",
"DE.Controllers.Toolbar.txtAccent_ArrowR": "Flèche vers la droite au-dessus",
- "DE.Controllers.Toolbar.txtAccent_Bar": "Barre",
+ "DE.Controllers.Toolbar.txtAccent_Bar": "À barres",
"DE.Controllers.Toolbar.txtAccent_BarBot": "Barre inférieure",
"DE.Controllers.Toolbar.txtAccent_BarTop": "Barre supérieure",
"DE.Controllers.Toolbar.txtAccent_BorderBox": "Formule encadrée (avec espace réservé)",
@@ -2540,6 +2540,7 @@
"DE.Views.DocumentHolder.txtMatrixAlign": "Alignement de la matrice",
"DE.Views.DocumentHolder.txtOverbar": "Barre au-dessus d'un texte",
"DE.Views.DocumentHolder.txtOverwriteCells": "Remplacer les cellules",
+ "DE.Views.DocumentHolder.txtPastePicture": "Image",
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Reproduire la mise en forme",
"DE.Views.DocumentHolder.txtPercentage": "Pourcentage",
"DE.Views.DocumentHolder.txtPressLink": "Appuyez sur {0} et cliquez sur le lien",
@@ -2819,6 +2820,7 @@
"DE.Views.FormSettings.textGroupKey": "Clé de groupe",
"DE.Views.FormSettings.textImage": "Image",
"DE.Views.FormSettings.textKey": "Clé",
+ "DE.Views.FormSettings.textLabel": "Étiquette",
"DE.Views.FormSettings.textLang": "Langue",
"DE.Views.FormSettings.textLetters": "Lettres",
"DE.Views.FormSettings.textLock": "Verrouiller",
@@ -4216,7 +4218,7 @@
"DE.Views.Toolbar.tipShapesMerge": "Combiner les formes",
"DE.Views.Toolbar.tipShowHiddenChars": "Caractères non imprimables",
"DE.Views.Toolbar.tipSynchronize": "Le document a été modifié par un autre utilisateur. Cliquez pour enregistrer vos modifications et recharger des mises à jour.",
- "DE.Views.Toolbar.tipTextDir": "Direction du texte",
+ "DE.Views.Toolbar.tipTextDir": "Orientation du texte",
"DE.Views.Toolbar.tipTextFromFile": "Texte à partir d'un fichier",
"DE.Views.Toolbar.tipUndo": "Annuler",
"DE.Views.Toolbar.tipWatermark": "Modifier le filigrane",
diff --git a/apps/documenteditor/main/locale/gl.json b/apps/documenteditor/main/locale/gl.json
index 0775b4b7f4..11f7458c7a 100644
--- a/apps/documenteditor/main/locale/gl.json
+++ b/apps/documenteditor/main/locale/gl.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Subliñado",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nome da fonte",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño da fonte"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño da fonte",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/he.json b/apps/documenteditor/main/locale/he.json
index 363fabd45c..570c85e981 100644
--- a/apps/documenteditor/main/locale/he.json
+++ b/apps/documenteditor/main/locale/he.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "חצי שקוף",
"DE.Views.WatermarkSettingsDialog.textUnderline": "קו תחתון",
"DE.Views.WatermarkSettingsDialog.tipFontName": "שם גופן",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "גודל גופן"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "גודל גופן",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/hu.json b/apps/documenteditor/main/locale/hu.json
index 5b909c684a..183a689c2f 100644
--- a/apps/documenteditor/main/locale/hu.json
+++ b/apps/documenteditor/main/locale/hu.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Féligáttetsző",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Aláhúzott",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Betűtípus neve",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Betűméret"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Betűméret",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/hy.json b/apps/documenteditor/main/locale/hy.json
index 516efc7511..720b73c1b7 100644
--- a/apps/documenteditor/main/locale/hy.json
+++ b/apps/documenteditor/main/locale/hy.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Կիսաթափանցիկ",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Ընդգծված",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Տառատեսակի անուն",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Տառատեսակի չափ"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Տառատեսակի չափ",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/id.json b/apps/documenteditor/main/locale/id.json
index 6313b93e43..f67b2c4523 100644
--- a/apps/documenteditor/main/locale/id.json
+++ b/apps/documenteditor/main/locale/id.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semi Transparan",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Garis bawah",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nama font",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Ukuran font"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Ukuran font",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/it.json b/apps/documenteditor/main/locale/it.json
index 60973f359e..a0b2b799e7 100644
--- a/apps/documenteditor/main/locale/it.json
+++ b/apps/documenteditor/main/locale/it.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitrasparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Sottolineato",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nome carattere",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensione carattere"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensione carattere",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/ja.json b/apps/documenteditor/main/locale/ja.json
index dc8167eeae..3af99f8f39 100644
--- a/apps/documenteditor/main/locale/ja.json
+++ b/apps/documenteditor/main/locale/ja.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "半透明",
"DE.Views.WatermarkSettingsDialog.textUnderline": "アンダーライン",
"DE.Views.WatermarkSettingsDialog.tipFontName": "フォント名",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "フォントのサイズ"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "フォントのサイズ",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/ko.json b/apps/documenteditor/main/locale/ko.json
index a2f2b0879c..d1424e8c86 100644
--- a/apps/documenteditor/main/locale/ko.json
+++ b/apps/documenteditor/main/locale/ko.json
@@ -1181,22 +1181,22 @@
"Common.Views.ShortcutsDialog.txtEmpty": "No matches found. Adjust your search.",
"Common.Views.ShortcutsDialog.txtRestoreAll": "Restore All to Defaults",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Do you want to continue?",
- "Common.Views.ShortcutsDialog.txtRestoreDescription": "All shortcuts settings will be restored to default.",
+ "Common.Views.ShortcutsDialog.txtRestoreDescription": "모든 단축키 설정이 초기상태로 복구될 것입니다.",
"Common.Views.ShortcutsDialog.txtRestoreToDefault": "Restore to default",
"Common.Views.ShortcutsDialog.txtSearch": "Search",
- "Common.Views.ShortcutsDialog.txtTitle": "Keyboard Shortcuts",
+ "Common.Views.ShortcutsDialog.txtTitle": "키보드 단축키",
"Common.Views.ShortcutsEditDialog.txtAction": "동작",
- "Common.Views.ShortcutsEditDialog.txtInputPlaceholder": "Type desired shortcut",
- "Common.Views.ShortcutsEditDialog.txtInputWarnMany": "The shortcut used by actions %1",
- "Common.Views.ShortcutsEditDialog.txtInputWarnManyLocked": "The shortcut used by actions %1 and can’t be changed",
- "Common.Views.ShortcutsEditDialog.txtInputWarnOne": "The shortcut used by action %1",
- "Common.Views.ShortcutsEditDialog.txtInputWarnOneLocked": "The shortcut used by action %1 and can’t be changed",
- "Common.Views.ShortcutsEditDialog.txtNewShortcut": "New shortcut",
+ "Common.Views.ShortcutsEditDialog.txtInputPlaceholder": "원하는 단축키를 입력하세요",
+ "Common.Views.ShortcutsEditDialog.txtInputWarnMany": "%1 동작에 사용된 단축키",
+ "Common.Views.ShortcutsEditDialog.txtInputWarnManyLocked": "%1 동작에 사용된 단축키이고 변경될 수 없음",
+ "Common.Views.ShortcutsEditDialog.txtInputWarnOne": "%1 동작에 사용된 단축키",
+ "Common.Views.ShortcutsEditDialog.txtInputWarnOneLocked": "%1 동작에 사용된 단축키이고 변경할 수 없음",
+ "Common.Views.ShortcutsEditDialog.txtNewShortcut": "새로운 단축키",
"Common.Views.ShortcutsEditDialog.txtRestoreContinue": "Do you want to continue?",
- "Common.Views.ShortcutsEditDialog.txtRestoreDescription": "All shortcuts for action “%1” will be restored to default.",
+ "Common.Views.ShortcutsEditDialog.txtRestoreDescription": "\"%1\" 동작에 대한 단축키가 초기상태로 복구될 것입니다.",
"Common.Views.ShortcutsEditDialog.txtRestoreToDefault": "Restore to default",
- "Common.Views.ShortcutsEditDialog.txtTitle": "Edit shortcut",
- "Common.Views.ShortcutsEditDialog.txtTypeDesiredShortcut": "Type desired shortcut",
+ "Common.Views.ShortcutsEditDialog.txtTitle": "단축키 편집",
+ "Common.Views.ShortcutsEditDialog.txtTypeDesiredShortcut": "원하는 단축키를 입력하세요",
"Common.Views.SignDialog.textBold": "볼드체",
"Common.Views.SignDialog.textCertificate": "인증",
"Common.Views.SignDialog.textChange": "변경",
@@ -2708,7 +2708,7 @@
"DE.Views.FileMenuPanels.Settings.strFontSizeType": "글꼴 크기 목록에서 첫 번째 항목 사용",
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "대문자 무시",
"DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "숫자가 있는 단어 무시",
- "DE.Views.FileMenuPanels.Settings.strKeyboardShortcuts": "Keyboard Shortcuts",
+ "DE.Views.FileMenuPanels.Settings.strKeyboardShortcuts": "키보드 단축키",
"DE.Views.FileMenuPanels.Settings.strMacrosSettings": "매크로 설정",
"DE.Views.FileMenuPanels.Settings.strNumeral": "숫자 형식",
"DE.Views.FileMenuPanels.Settings.strPasteButton": "내용을 붙여넣을 때 \"붙여넣기 옵션\" 표시",
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "투명한",
"DE.Views.WatermarkSettingsDialog.textUnderline": "밑줄",
"DE.Views.WatermarkSettingsDialog.tipFontName": "글꼴 이름",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "글꼴 크기"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "글꼴 크기",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/lo.json b/apps/documenteditor/main/locale/lo.json
index 3b66d8f310..4866f7817a 100644
--- a/apps/documenteditor/main/locale/lo.json
+++ b/apps/documenteditor/main/locale/lo.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "ຂີ້ດກ້ອງ",
"DE.Views.WatermarkSettingsDialog.tipFontName": "ຊື່ຕົວອັກສອນ",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "ຂະໜາດຕົວອັກສອນ"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "ຂະໜາດຕົວອັກສອນ",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/lv.json b/apps/documenteditor/main/locale/lv.json
index 0be571d61d..d460595fba 100644
--- a/apps/documenteditor/main/locale/lv.json
+++ b/apps/documenteditor/main/locale/lv.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Daļēji caurspīdīgs",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Pasvītrot",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Fonta nosaukums",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonta izmērs"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonta izmērs",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/ms.json b/apps/documenteditor/main/locale/ms.json
index 4ee4fa6a5d..c175d3e6c8 100644
--- a/apps/documenteditor/main/locale/ms.json
+++ b/apps/documenteditor/main/locale/ms.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Separa telus",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Garis bawah",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nama Fon",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Saiz Fon"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Saiz Fon",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/nl.json b/apps/documenteditor/main/locale/nl.json
index 5786fac432..2afadb0998 100644
--- a/apps/documenteditor/main/locale/nl.json
+++ b/apps/documenteditor/main/locale/nl.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "semi-transparant",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Onderstreept",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Lettertype",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tekengrootte"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tekengrootte",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/no.json b/apps/documenteditor/main/locale/no.json
index 70d98dd45c..5a1f21ec76 100644
--- a/apps/documenteditor/main/locale/no.json
+++ b/apps/documenteditor/main/locale/no.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Understreking",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Font name",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/pl.json b/apps/documenteditor/main/locale/pl.json
index f07f3be6dd..5ce48f25d9 100644
--- a/apps/documenteditor/main/locale/pl.json
+++ b/apps/documenteditor/main/locale/pl.json
@@ -2466,7 +2466,7 @@
"DE.Views.DocumentHolder.textUpdateAll": "Odśwież całą tabelę",
"DE.Views.DocumentHolder.textUpdatePages": "Odśwież wyłącznie numery stron",
"DE.Views.DocumentHolder.textUpdateTOC": "Odśwież tabelę zawartości",
- "DE.Views.DocumentHolder.textUpDownBars": " Up/Down Bars",
+ "DE.Views.DocumentHolder.textUpDownBars": "Paski w górę/w dół",
"DE.Views.DocumentHolder.textVertAxis": "Vertical axis",
"DE.Views.DocumentHolder.textVertAxisSec": "Secondary vertical axis",
"DE.Views.DocumentHolder.textVerticalMajor": "Vertical Major",
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Półprzezroczysty",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Podkreślenie",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nazwa czcionki",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Rozmiar czcionki"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Rozmiar czcionki",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/pt-pt.json b/apps/documenteditor/main/locale/pt-pt.json
index 8ae39829f5..9163fd2e8b 100644
--- a/apps/documenteditor/main/locale/pt-pt.json
+++ b/apps/documenteditor/main/locale/pt-pt.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semi-transparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Sublinhado",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nome do tipo de letra",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho do tipo de letra"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho do tipo de letra",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json
index 9fe537971e..097ac98cd6 100644
--- a/apps/documenteditor/main/locale/pt.json
+++ b/apps/documenteditor/main/locale/pt.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Sublinhar",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nome da Fonte",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho da fonte"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho da fonte",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json
index 99c5934054..c2d9335864 100644
--- a/apps/documenteditor/main/locale/ro.json
+++ b/apps/documenteditor/main/locale/ro.json
@@ -2540,9 +2540,10 @@
"DE.Views.DocumentHolder.txtMatrixAlign": "Aliniere matrice",
"DE.Views.DocumentHolder.txtOverbar": "Bară deasupra textului",
"DE.Views.DocumentHolder.txtOverwriteCells": "Suprascriere celule",
+ "DE.Views.DocumentHolder.txtPastePicture": "Imagine",
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Păstrare formatare sursă",
"DE.Views.DocumentHolder.txtPercentage": "Procent",
- "DE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe linkul",
+ "DE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe link",
"DE.Views.DocumentHolder.txtPrintSelection": "Imprimarea selecției",
"DE.Views.DocumentHolder.txtRemFractionBar": "Eliminare bară de fracție",
"DE.Views.DocumentHolder.txtRemLimit": "Eliminare limită",
@@ -2819,6 +2820,7 @@
"DE.Views.FormSettings.textGroupKey": "Cheie de grup",
"DE.Views.FormSettings.textImage": "Imagine",
"DE.Views.FormSettings.textKey": "Cheie",
+ "DE.Views.FormSettings.textLabel": "Eticheta",
"DE.Views.FormSettings.textLang": "Limbă",
"DE.Views.FormSettings.textLetters": "Litere",
"DE.Views.FormSettings.textLock": "Blocare",
diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json
index a011af6285..fffe812be5 100644
--- a/apps/documenteditor/main/locale/ru.json
+++ b/apps/documenteditor/main/locale/ru.json
@@ -2540,6 +2540,7 @@
"DE.Views.DocumentHolder.txtMatrixAlign": "Выравнивание матрицы",
"DE.Views.DocumentHolder.txtOverbar": "Черта над текстом",
"DE.Views.DocumentHolder.txtOverwriteCells": "Заменить содержимое ячеек",
+ "DE.Views.DocumentHolder.txtPastePicture": "Изображение",
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Сохранить исходное форматирование",
"DE.Views.DocumentHolder.txtPercentage": "Процент",
"DE.Views.DocumentHolder.txtPressLink": "Нажмите {0} и щелкните по ссылке",
@@ -2819,6 +2820,7 @@
"DE.Views.FormSettings.textGroupKey": "Ключ группы",
"DE.Views.FormSettings.textImage": "Изображение",
"DE.Views.FormSettings.textKey": "Ключ",
+ "DE.Views.FormSettings.textLabel": "Надпись",
"DE.Views.FormSettings.textLang": "Язык",
"DE.Views.FormSettings.textLetters": "Буквы",
"DE.Views.FormSettings.textLock": "Заблокировать",
diff --git a/apps/documenteditor/main/locale/si.json b/apps/documenteditor/main/locale/si.json
index b08b8ee4dd..684c570886 100644
--- a/apps/documenteditor/main/locale/si.json
+++ b/apps/documenteditor/main/locale/si.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "අර්ධ පාරදෘශ්යතාව",
"DE.Views.WatermarkSettingsDialog.textUnderline": "යටිඉර",
"DE.Views.WatermarkSettingsDialog.tipFontName": "රුවකුරේ නම",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "රුවකුරේ තරම"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "රුවකුරේ තරම",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/sk.json b/apps/documenteditor/main/locale/sk.json
index a43122dde5..2e9c5149a3 100644
--- a/apps/documenteditor/main/locale/sk.json
+++ b/apps/documenteditor/main/locale/sk.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Polopriehľadný",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Podčiarknutie",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Názov písma",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veľkosť písma"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veľkosť písma",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/sl.json b/apps/documenteditor/main/locale/sl.json
index 54511eb44f..21554abe88 100644
--- a/apps/documenteditor/main/locale/sl.json
+++ b/apps/documenteditor/main/locale/sl.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Underline",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Ime pisave",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost pisave"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost pisave",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/sq.json b/apps/documenteditor/main/locale/sq.json
index 1224406dfc..6425bc4975 100644
--- a/apps/documenteditor/main/locale/sq.json
+++ b/apps/documenteditor/main/locale/sq.json
@@ -2540,6 +2540,7 @@
"DE.Views.DocumentHolder.txtMatrixAlign": "Rreshtimi i matricës",
"DE.Views.DocumentHolder.txtOverbar": "Shirit mbi tekstin",
"DE.Views.DocumentHolder.txtOverwriteCells": "Mbishkruaj qelizat",
+ "DE.Views.DocumentHolder.txtPastePicture": "Pikturë",
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Vazhdo formatimin e burimit",
"DE.Views.DocumentHolder.txtPercentage": "Përqindje",
"DE.Views.DocumentHolder.txtPressLink": "Shtypni {0} dhe klikoni lidhjen",
@@ -2819,6 +2820,7 @@
"DE.Views.FormSettings.textGroupKey": "Çelësi i grupit",
"DE.Views.FormSettings.textImage": "Foto",
"DE.Views.FormSettings.textKey": "Çelës",
+ "DE.Views.FormSettings.textLabel": "Etiketë",
"DE.Views.FormSettings.textLang": "Gjuhë",
"DE.Views.FormSettings.textLetters": "Shkronja",
"DE.Views.FormSettings.textLock": "Kyç",
diff --git a/apps/documenteditor/main/locale/sr-cyrl.json b/apps/documenteditor/main/locale/sr-cyrl.json
index 9dcb79c966..bd0b146055 100644
--- a/apps/documenteditor/main/locale/sr-cyrl.json
+++ b/apps/documenteditor/main/locale/sr-cyrl.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Полупровидно",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Подвуци",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Назив фонта",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Величина фонта"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Величина фонта",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/sr.json b/apps/documenteditor/main/locale/sr.json
index 2f06766baf..9adc2e8b88 100644
--- a/apps/documenteditor/main/locale/sr.json
+++ b/apps/documenteditor/main/locale/sr.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Poluprovidno",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Podvuci",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Naziv fonta ",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veličina fonta"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veličina fonta",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/sv.json b/apps/documenteditor/main/locale/sv.json
index 10aee407b2..62b7fd9f95 100644
--- a/apps/documenteditor/main/locale/sv.json
+++ b/apps/documenteditor/main/locale/sv.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "halvgenomskinlig",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Understrykning",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Fontnamn",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fontstorlek"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fontstorlek",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/tr.json b/apps/documenteditor/main/locale/tr.json
index 6f91653193..c0bbe0c536 100644
--- a/apps/documenteditor/main/locale/tr.json
+++ b/apps/documenteditor/main/locale/tr.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Yarı saydam",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Altı çizili",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Yazı Tipi",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Yazıtipi boyutu"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Yazıtipi boyutu",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/uk.json b/apps/documenteditor/main/locale/uk.json
index ef3336b86a..2f674ad11e 100644
--- a/apps/documenteditor/main/locale/uk.json
+++ b/apps/documenteditor/main/locale/uk.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Напівпрозорий",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Підкреслений",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Шрифт",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Розмір шрифту"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Розмір шрифту",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/ur.json b/apps/documenteditor/main/locale/ur.json
index 8d34b6cd02..fed509bd65 100644
--- a/apps/documenteditor/main/locale/ur.json
+++ b/apps/documenteditor/main/locale/ur.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "نیم شفاف",
"DE.Views.WatermarkSettingsDialog.textUnderline": "لکیر",
"DE.Views.WatermarkSettingsDialog.tipFontName": "فونٹ کا نام",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "فونٹ کا سائز"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "فونٹ کا سائز",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/vi.json b/apps/documenteditor/main/locale/vi.json
index b5c12fa678..5d51e1e8e9 100644
--- a/apps/documenteditor/main/locale/vi.json
+++ b/apps/documenteditor/main/locale/vi.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Underline",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Font name",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/zh-tw.json b/apps/documenteditor/main/locale/zh-tw.json
index 4bbfddbb86..21f8de9a90 100644
--- a/apps/documenteditor/main/locale/zh-tw.json
+++ b/apps/documenteditor/main/locale/zh-tw.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "半透明",
"DE.Views.WatermarkSettingsDialog.textUnderline": "底線",
"DE.Views.WatermarkSettingsDialog.tipFontName": "字型名稱",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "字型大小"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "字型大小",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/main/locale/zh.json b/apps/documenteditor/main/locale/zh.json
index 947bf9785e..8607a5dbed 100644
--- a/apps/documenteditor/main/locale/zh.json
+++ b/apps/documenteditor/main/locale/zh.json
@@ -4278,5 +4278,7 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "半透明",
"DE.Views.WatermarkSettingsDialog.textUnderline": "下划线",
"DE.Views.WatermarkSettingsDialog.tipFontName": "字体名称",
- "DE.Views.WatermarkSettingsDialog.tipFontSize": "字体大小"
+ "DE.Views.WatermarkSettingsDialog.tipFontSize": "字体大小",
+ "DE.Views.DocumentHolder.txtPastePicture": "Picture",
+ "DE.Views.FormSettings.textLabel": "Label"
}
\ No newline at end of file
diff --git a/apps/documenteditor/mobile/locale/fi.json b/apps/documenteditor/mobile/locale/fi.json
index 6218898ddb..f6fc51f0a0 100644
--- a/apps/documenteditor/mobile/locale/fi.json
+++ b/apps/documenteditor/mobile/locale/fi.json
@@ -81,6 +81,7 @@
"textAllChangesRejectedPreview": "Kaikki muutokset hylätty (Esikatsele)",
"textBreakBefore": "Sivun katko ennen",
"textCancel": "Peruuta",
+ "textCaps": "Kaikki isoilla kirjaimilla",
"textCenter": "Tasaa keskelle",
"textChart": "Kaavio",
"textCollaboration": "Yhteistoiminta",
@@ -135,7 +136,6 @@
"textBack": "Back",
"textBaseline": "Baseline",
"textBold": "Bold",
- "textCaps": "All caps",
"textContextual": "Don't add intervals between paragraphs of the same style",
"textDeleteComment": "Delete Comment",
"textDeleted": "Deleted:",
@@ -242,8 +242,10 @@
"textAdditional": "Lisä",
"textAdditionalFormatting": "Lisämuotoilu",
"textAddress": "Osoite",
+ "textAdvancedSettings": "Lisäasetukset",
"textAfter": "Jälkeen",
"textAlign": "Tasaa",
+ "textAllCaps": "Kaikki isoilla kirjaimilla",
"textAllowOverlap": "Salli päällekkäisyys",
"textApril": "Huhtikuu",
"textArrange": "Järjestä",
@@ -365,8 +367,6 @@
"textWrappingStyle": "Rivityksen tyyli",
"textActualSize": "Actual size",
"textAdvanced": "Advanced",
- "textAdvancedSettings": "Advanced settings",
- "textAllCaps": "All caps",
"textAmountOfLevels": "Amount of Levels",
"textAuto": "Auto",
"textBack": "Back",
@@ -764,6 +764,7 @@
"textTheme": "Teema",
"textTop": "Yläosa",
"textTrackedChanges": "Seuratut muutokset",
+ "textTypeEditingWarning": "Salli asiakirjassa vain tämän tyyppinen muokkaaminen.",
"textUnitOfMeasurement": "Mittausyksikkö",
"textVerify": "Varmenna",
"textVersionHistory": "Versiohistoria",
@@ -812,7 +813,6 @@
"textSave": "Save",
"textTitle": "Title",
"textTypeEditing": "Type Of Editing",
- "textTypeEditingWarning": "Allow only this type of editing in the document.",
"textUnprotect": "Unprotect",
"textUploaded": "Uploaded",
"textWords": "Words",
diff --git a/apps/documenteditor/mobile/locale/ko.json b/apps/documenteditor/mobile/locale/ko.json
index 5ce8ae8916..f367651bda 100644
--- a/apps/documenteditor/mobile/locale/ko.json
+++ b/apps/documenteditor/mobile/locale/ko.json
@@ -668,6 +668,7 @@
"titleReadOnly": "읽기 전용 모드",
"titleServerVersion": "편집기가 업데이트되었습니다.",
"titleUpdateVersion": "버전이 변경되었습니다",
+ "txtSignedForm": "이 문서는 서명되어 편집할 수 없습니다.",
"warnDownloadAsPdf": "{0}(이)가 편집 가능한 형식으로 변환됩니다. 시간이 다소 소요될 수 있습니다. 완성된 문서는 텍스트를 편집할 수 있도록 최적화되므로 특히 원본 파일에 많은 그래픽이 포함된 경우 원본 {0}와/과 완전히 같지 않을 수 있습니다.",
"warnLicenseAnonymous": "익명 사용자에 대한 접근이 거부되었습니다.
이 문서는 보기 전용으로 열립니다.",
"warnLicenseBefore": "라이선스가 활성화되지 않았습니다.
관리자에게 문의하세요.",
@@ -676,8 +677,7 @@
"warnLicenseLimitedRenewed": "라이선스를 업데이트해야 합니다. 문서 편집 기능이 제한됩니다.
전체 액세스 권한을 얻으려면 관리자에게 문의하십시오.",
"warnNoLicense": "%1 편집 연결 수 제한에 도달했습니다. 이 문서는 보기 모드로 열립니다. 개인적인 업그레이드 사항은 %1 영업팀에 연락하십시오.",
"warnNoLicenseUsers": "ONLYOFFICE 편집자의이 버전은 동시 사용자에게 일정한 제한이 있습니다.
더 필요한 것이 있으면 현재 라이센스를 업그레이드하거나 상용 라이센스를 구입하십시오.",
- "warnProcessRightsChange": "파일을 편집 할 권한이 없습니다.",
- "txtSignedForm": "This document has been signed and cannot be edited."
+ "warnProcessRightsChange": "파일을 편집 할 권한이 없습니다."
},
"Settings": {
"advDRMOptions": "보호 된 파일",
diff --git a/apps/pdfeditor/main/app/controller/Main.js b/apps/pdfeditor/main/app/controller/Main.js
index bbe35ca8e6..7bcdbb3d26 100644
--- a/apps/pdfeditor/main/app/controller/Main.js
+++ b/apps/pdfeditor/main/app/controller/Main.js
@@ -876,7 +876,7 @@ define([
(!this.getApplication().getController('LeftMenu').dlgSearch || !this.getApplication().getController('LeftMenu').dlgSearch.isVisible()) &&
(!this.getApplication().getController('Toolbar').dlgSymbolTable || !this.getApplication().getController('Toolbar').dlgSymbolTable.isVisible()) &&
!((id == Asc.c_oAscAsyncAction['LoadDocumentFonts'] || id == Asc.c_oAscAsyncAction['LoadFonts'] || id == Asc.c_oAscAsyncAction['ApplyChanges'] || id == Asc.c_oAscAsyncAction['DownloadAs']) && (this.dontCloseDummyComment || this.inTextareaControl || Common.Utils.ModalWindow.isVisible() || this.inFormControl)) ) {
-// this.onEditComplete(this.loadMask); //если делать фокус, то при принятии чужих изменений, заканчивается свой композитный ввод
+// this.onEditComplete(this.loadMask); //if try to set the focus, then when accepting co-authoring changes, composite input ends.
this.api.asc_enableKeyEvents(true);
}
},
diff --git a/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js b/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js
index 21520b4c87..44f3a51cfd 100644
--- a/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js
+++ b/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js
@@ -82,10 +82,10 @@ define([
Right : 0.19,
Top : null,
Bottom : null,
- Flag : 0 // 0(checked) - как в таблице, 1(indeterminate) - разные значения, не определено, 2 (unchecked) - собственные
+ Flag : 0 // 0(checked) - as in table, 1(indeterminate) - different values, undefined, 2 (unchecked) - own values
};
- this._initialMarginsDefault = false; // если для всех выделенных ячеек пришло одинаковое значение Flag=0 (Use Default Margins)
+ this._initialMarginsDefault = false; // If the same value is received for all selected cells Flag=0 (Use Default Margins)
this._originalProps = new Asc.CTableProp(this.options.tableProps);
this.slideSize = this.options.slideSize;
},
@@ -319,7 +319,7 @@ define([
labelText: this.textCheckMargins
});
this.chCellMargins.on('change', _.bind(function(field, newValue, oldValue, eOpts){
- if ( oldValue=='checked' && this._originalProps && this._originalProps.get_CellMargins().get_Flag()==1 ) { // позволяем выставлять значение indeterminate только если исходные значения не совпадали
+ if ( oldValue=='checked' && this._originalProps && this._originalProps.get_CellMargins().get_Flag()==1 ) { // allow to set the indeterminate value only if the original values did not match
field.setValue('indeterminate', true);
}
this.fillMargins.call( this, field.getValue());
@@ -567,7 +567,7 @@ define([
}
if ( flag===0 ) {
- // Если для всех выделенных ячеек пришло одинаковое значение Flag=0 (Use Default Margins), выставим в поля для Cell Margins значения DefaultMargins
+ // If the same value is received for all selected cells Flag=0 (Use Default Margins), set DefaultMargins values in the fields for Cell Margins
if (this.CellMargins.Left=== null) this.CellMargins.Left = this.TableMargins.Left;
if (this.CellMargins.Top=== null) this.CellMargins.Top = this.TableMargins.Top;
if (this.CellMargins.Right=== null) this.CellMargins.Right = this.TableMargins.Right;
@@ -588,7 +588,7 @@ define([
fillMargins : function (checkMarginsState) {
if ( this._initialMarginsDefault && checkMarginsState=='unchecked' ) {
- // изначально для всех ячеек использовали DefaultMargins, а теперь снимаем галку -> выставим в поля для маргинов 0, а не пустые значения
+ // Initially, DefaultMargins were used for all cells, and now uncheck option -> set 0 for cells margins (not empty values)
if (this.CellMargins.Left=== null) this.CellMargins.Left = 0;
if (this.CellMargins.Top=== null) this.CellMargins.Top = 0;
if (this.CellMargins.Right=== null) this.CellMargins.Right = 0;
diff --git a/apps/pdfeditor/main/locale/fr.json b/apps/pdfeditor/main/locale/fr.json
index 6c6528bbf1..a448597246 100644
--- a/apps/pdfeditor/main/locale/fr.json
+++ b/apps/pdfeditor/main/locale/fr.json
@@ -311,10 +311,10 @@
"Common.Controllers.Shortcuts.txtLabelZoom100": "Zoom100",
"Common.Controllers.Shortcuts.txtLabelZoomIn": "ZoomIn",
"Common.Controllers.Shortcuts.txtLabelZoomOut": "ZoomOut",
- "Common.define.chartData.textArea": "En aires",
+ "Common.define.chartData.textArea": "Aires",
"Common.define.chartData.textAreaStacked": "Aires empilées",
"Common.define.chartData.textAreaStackedPer": "Aires empilées 100%",
- "Common.define.chartData.textBar": "Barre",
+ "Common.define.chartData.textBar": "À barres",
"Common.define.chartData.textBarNormal": "Histogramme groupé",
"Common.define.chartData.textBarNormal3d": "Histogramme groupé en 3D ",
"Common.define.chartData.textBarNormal3dPerspective": "Histogrammes en 3D",
@@ -826,7 +826,7 @@
"Common.Views.Protection.txtInvisibleSignature": "Ajouter une signature numérique",
"Common.Views.Protection.txtSignature": "Signature",
"Common.Views.Protection.txtSignatureLine": "Ajouter la zone de signature",
- "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir Récents",
+ "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir récent",
"Common.Views.RenameDialog.textName": "Nom de fichier",
"Common.Views.RenameDialog.txtInvalidName": "Le nom du fichier ne peut contenir aucun des caractères suivants :",
"Common.Views.ReviewPopover.textAdd": "Ajouter",
@@ -1277,7 +1277,7 @@
"PDFE.Controllers.InsTab.txtShape_octagon": "Octogone",
"PDFE.Controllers.InsTab.txtShape_parallelogram": "Parallélogramme",
"PDFE.Controllers.InsTab.txtShape_pentagon": "Pentagone",
- "PDFE.Controllers.InsTab.txtShape_pie": "Secteur",
+ "PDFE.Controllers.InsTab.txtShape_pie": "Secteurs",
"PDFE.Controllers.InsTab.txtShape_plaque": "Signe",
"PDFE.Controllers.InsTab.txtShape_plus": "Plus",
"PDFE.Controllers.InsTab.txtShape_polyline1": "Dessin à main levée",
@@ -2003,7 +2003,7 @@
"PDFE.Views.FileMenu.btnInfoCaption": "Infos",
"PDFE.Views.FileMenu.btnPrintCaption": "Imprimer",
"PDFE.Views.FileMenu.btnProtectCaption": "Protéger",
- "PDFE.Views.FileMenu.btnRecentFilesCaption": "Ouvrir Récents",
+ "PDFE.Views.FileMenu.btnRecentFilesCaption": "Ouvrir récent",
"PDFE.Views.FileMenu.btnRenameCaption": "Changer de nom",
"PDFE.Views.FileMenu.btnReturnCaption": "Retour au document",
"PDFE.Views.FileMenu.btnRightsCaption": "Droits d'accès",
@@ -2559,7 +2559,7 @@
"PDFE.Views.RedactTab.tipMarkForRedact": "Marquer pour la biffure",
"PDFE.Views.RedactTab.tipRedactPages": "Biffer les pages",
"PDFE.Views.RedactTab.txtMarkCurrentPage": "Marquer la page actuelle",
- "PDFE.Views.RedactTab.txtSelectRange": "Sélectionner la ligne",
+ "PDFE.Views.RedactTab.txtSelectRange": "Sélectionner la plage",
"PDFE.Views.RightMenu.ariaRightMenu": "Menu de droite",
"PDFE.Views.RightMenu.txtChartSettings": "Paramètres du graphique",
"PDFE.Views.RightMenu.txtFormSettings": "Paramètres du formulaire",
@@ -2905,7 +2905,7 @@
"PDFE.Views.Toolbar.textTabFile": "Fichier",
"PDFE.Views.Toolbar.textTabHome": "Accueil",
"PDFE.Views.Toolbar.textTabInsert": "Insertion",
- "PDFE.Views.Toolbar.textTabRedact": "Biffer",
+ "PDFE.Views.Toolbar.textTabRedact": "Biffure",
"PDFE.Views.Toolbar.textTabView": "Affichage",
"PDFE.Views.Toolbar.textUnderline": "Souligné",
"PDFE.Views.Toolbar.tipAddComment": "Ajouter un commentaire",
@@ -2970,7 +2970,7 @@
"PDFE.Views.Toolbar.tipShapeMerge": "Combiner les formes",
"PDFE.Views.Toolbar.tipSubmit": "Envoyer le formulaire ",
"PDFE.Views.Toolbar.tipSynchronize": "Le document a été modifié par un autre utilisateur. Cliquez pour enregistrer vos modifications et recharger des mises à jour.",
- "PDFE.Views.Toolbar.tipTextDir": "Direction du texte",
+ "PDFE.Views.Toolbar.tipTextDir": "Orientation du texte",
"PDFE.Views.Toolbar.tipUndo": "Annuler",
"PDFE.Views.Toolbar.tipVAligh": "Alignement vertical",
"PDFE.Views.Toolbar.txtArrowComment": "Flèche",
diff --git a/apps/pdfeditor/main/locale/ko.json b/apps/pdfeditor/main/locale/ko.json
index 0559278942..4fee4f2286 100644
--- a/apps/pdfeditor/main/locale/ko.json
+++ b/apps/pdfeditor/main/locale/ko.json
@@ -17,7 +17,7 @@
"Common.Controllers.Plugins.textPluginSuccessfullyInstalled": "{0}이(가) 성공적으로 설치되었습니다. 모든 백그라운드 플러그인은 여기에서 사용할 수 있습니다.",
"Common.Controllers.Plugins.textRunInstalledPlugins": "설치된 플러그인 실행",
"Common.Controllers.Plugins.textRunPlugin": "플러그인 실행",
- "Common.Controllers.Shortcuts.txtDescriptionAddNewRow": "Add a new row at the bottom of the table.",
+ "Common.Controllers.Shortcuts.txtDescriptionAddNewRow": "표의 맨 아래에 새로운 행 추가.",
"Common.Controllers.Shortcuts.txtDescriptionApplyHeading1": "Apply the style of the heading 1 to the selected text fragment.",
"Common.Controllers.Shortcuts.txtDescriptionApplyHeading2": "Apply the style of the heading 2 to the selected text fragment.",
"Common.Controllers.Shortcuts.txtDescriptionApplyHeading3": "Apply the style of the heading 3 to the selected text fragment.",
@@ -50,27 +50,27 @@
"Common.Controllers.Shortcuts.txtDescriptionEnDash": "Insert an en dash to the right of the cursor.",
"Common.Controllers.Shortcuts.txtDescriptionEndParagraph": "End the current paragraph and start a new one.",
"Common.Controllers.Shortcuts.txtDescriptionEndParagraphCell": "Start a new paragraph within a cell.",
- "Common.Controllers.Shortcuts.txtDescriptionEquationAddPlaceholder": "Add a new placeholder to the equation argument.",
+ "Common.Controllers.Shortcuts.txtDescriptionEquationAddPlaceholder": "방정식 인수에 새로운 입력 칸 추가.",
"Common.Controllers.Shortcuts.txtDescriptionEquationChangeAlignmentLeft": "Change the alignment level of the operator to the left (for the second line of the equation with a forced break).",
"Common.Controllers.Shortcuts.txtDescriptionEquationChangeAlignmentRight": "Change the alignment level of the operator to the right (for the second line of the equation with a forced break).",
"Common.Controllers.Shortcuts.txtDescriptionEuroSign": "Insert the Euro sign at the current cursor position.",
"Common.Controllers.Shortcuts.txtDescriptionHorizontalEllipsis": "Insert the ellipsis sign at the current cursor position.",
"Common.Controllers.Shortcuts.txtDescriptionIncreaseFontSize": "Increase the size of the font for the selected text fragment 1 point.",
"Common.Controllers.Shortcuts.txtDescriptionIndent": "Indent a paragraph from the left incrementally.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertColumnBreak": "Add a column break.",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertColumnBreak": "열 나누기 추가.",
"Common.Controllers.Shortcuts.txtDescriptionInsertEndnoteNow": "Insert an endnote.",
"Common.Controllers.Shortcuts.txtDescriptionInsertEquation": "Insert an equation at the current cursor position.",
"Common.Controllers.Shortcuts.txtDescriptionInsertFootnoteNow": "Insert a footnote.",
"Common.Controllers.Shortcuts.txtDescriptionInsertHyperlink": "Insert a hyperlink which can be used to go to a web address.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertLineBreak": "Add a line break without starting a new paragraph.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertLineBreakMultilineForm": "Add a line break in the multiline form.",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertLineBreak": "새 단락을 시작하지 않고 줄 나누기 추가.",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertLineBreakMultilineForm": "여러 줄 양식에 줄 바꿈 추가.",
"Common.Controllers.Shortcuts.txtDescriptionInsertPageBreak": "Insert a page break at the current cursor position.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertPageNumber": "Add the current page number at the current cursor position.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertTab": "Add the tab character to a paragraph (if the cursor is not at the beginning of a paragraph).",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertPageNumber": "현재 커서 위치에 현재 쪽 번호 넣기.",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertTab": "문단에 탭문자 더하기(커서가 문단의 시작에 있지 않다면)",
"Common.Controllers.Shortcuts.txtDescriptionInsertTableBreak": "Insert a table break within the table.",
"Common.Controllers.Shortcuts.txtDescriptionItalic": "Make the font of the selected text fragment italicized and slightly slanted.",
"Common.Controllers.Shortcuts.txtDescriptionJustifyPara": "Switch a paragraph between justified and left-aligned.",
- "Common.Controllers.Shortcuts.txtDescriptionLeftPara": "Align a paragraph left.",
+ "Common.Controllers.Shortcuts.txtDescriptionLeftPara": "문단 왼쪽 정렬",
"Common.Controllers.Shortcuts.txtDescriptionLittleMoveObjectDown": "Hold down the specified key and use the keyboard arrow to move the selected object down by one pixel at a time.",
"Common.Controllers.Shortcuts.txtDescriptionLittleMoveObjectLeft": "Hold down the specified key and use the keyboard arrow to move the selected object to the left by one pixel at a time.",
"Common.Controllers.Shortcuts.txtDescriptionLittleMoveObjectRight": "Hold down the specified key and use the keyboard arrow to move the selected object to the right by one pixel at a time.",
@@ -164,7 +164,7 @@
"Common.Controllers.Shortcuts.txtDescriptionZoom100": "Reset the 'Zoom' parameter of the current PDF to a default 100%.",
"Common.Controllers.Shortcuts.txtDescriptionZoomIn": "Zoom in the currently edited PDF.",
"Common.Controllers.Shortcuts.txtDescriptionZoomOut": "Zoom out the currently edited PDF.",
- "Common.Controllers.Shortcuts.txtLabelAddNewRow": "AddNewRow",
+ "Common.Controllers.Shortcuts.txtLabelAddNewRow": "새 행 추가",
"Common.Controllers.Shortcuts.txtLabelApplyHeading1": "ApplyHeading1",
"Common.Controllers.Shortcuts.txtLabelApplyHeading2": "ApplyHeading2",
"Common.Controllers.Shortcuts.txtLabelApplyHeading3": "ApplyHeading3",
@@ -313,15 +313,15 @@
"Common.Controllers.Shortcuts.txtLabelZoomOut": "ZoomOut",
"Common.define.chartData.textArea": "Area",
"Common.define.chartData.textAreaStacked": "Stacked area",
- "Common.define.chartData.textAreaStackedPer": "100% Stacked area",
+ "Common.define.chartData.textAreaStackedPer": "100% 누적 영역형",
"Common.define.chartData.textBar": "Bar",
"Common.define.chartData.textBarNormal": "Clustered column",
- "Common.define.chartData.textBarNormal3d": "3-D Clustered column",
- "Common.define.chartData.textBarNormal3dPerspective": "3-D column",
+ "Common.define.chartData.textBarNormal3d": "3차원 묶은 세로 막대",
+ "Common.define.chartData.textBarNormal3dPerspective": "3차원 세로 막대",
"Common.define.chartData.textBarStacked": "Stacked column",
- "Common.define.chartData.textBarStacked3d": "3-D Stacked column",
- "Common.define.chartData.textBarStackedPer": "100% Stacked column",
- "Common.define.chartData.textBarStackedPer3d": "3-D 100% Stacked column",
+ "Common.define.chartData.textBarStacked3d": "3차원 누적 세로 막대형",
+ "Common.define.chartData.textBarStackedPer": "100% 누적 세로 막대형",
+ "Common.define.chartData.textBarStackedPer3d": "3차원 100 % 누적 세로 막 대형",
"Common.define.chartData.textCharts": "Charts",
"Common.define.chartData.textColumn": "Column",
"Common.define.chartData.textCombo": "Combo",
@@ -331,20 +331,20 @@
"Common.define.chartData.textComboCustom": "Custom combination",
"Common.define.chartData.textDoughnut": "Doughnut",
"Common.define.chartData.textHBarNormal": "Clustered bar",
- "Common.define.chartData.textHBarNormal3d": "3-D Clustered bar",
+ "Common.define.chartData.textHBarNormal3d": "3차원 집합 막대",
"Common.define.chartData.textHBarStacked": "Stacked bar",
- "Common.define.chartData.textHBarStacked3d": "3-D Stacked bar",
- "Common.define.chartData.textHBarStackedPer": "100% Stacked bar",
- "Common.define.chartData.textHBarStackedPer3d": "3-D 100% Stacked bar",
+ "Common.define.chartData.textHBarStacked3d": "3차원 누적 가로 막대형",
+ "Common.define.chartData.textHBarStackedPer": "100% 누적 막대형",
+ "Common.define.chartData.textHBarStackedPer3d": "3차원 100 % 기준 누적 가로 막 대형",
"Common.define.chartData.textLine": "Line",
- "Common.define.chartData.textLine3d": "3-D line",
+ "Common.define.chartData.textLine3d": "3차원 꺾은 선형",
"Common.define.chartData.textLineMarker": "Line with markers",
"Common.define.chartData.textLineStacked": "Stacked line",
"Common.define.chartData.textLineStackedMarker": "Stacked line with markers",
- "Common.define.chartData.textLineStackedPer": "100% Stacked line",
- "Common.define.chartData.textLineStackedPerMarker": "100% Stacked line with markers",
+ "Common.define.chartData.textLineStackedPer": "100 % 기준 누적 꺾은 선형",
+ "Common.define.chartData.textLineStackedPerMarker": "표식이 있는 100 % 기준 누적 꺾은 선형",
"Common.define.chartData.textPie": "Pie",
- "Common.define.chartData.textPie3d": "3-D pie",
+ "Common.define.chartData.textPie3d": "3차원 원형",
"Common.define.chartData.textPoint": "XY (Scatter)",
"Common.define.chartData.textRadar": "Radar",
"Common.define.chartData.textRadarFilled": "Filled radar",
@@ -885,11 +885,11 @@
"Common.Views.ShortcutsDialog.txtEmpty": "No matches found. Adjust your search.",
"Common.Views.ShortcutsDialog.txtRestoreAll": "Restore All to Defaults",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Do you want to continue?",
- "Common.Views.ShortcutsDialog.txtRestoreDescription": "All shortcuts settings will be restored to default.",
+ "Common.Views.ShortcutsDialog.txtRestoreDescription": "모든 단축키 설정이 초기상태로 복구될 것입니다.",
"Common.Views.ShortcutsDialog.txtRestoreToDefault": "Restore to default",
"Common.Views.ShortcutsDialog.txtSearch": "Search",
"Common.Views.ShortcutsDialog.txtTitle": "Keyboard Shortcuts",
- "Common.Views.ShortcutsEditDialog.txtAction": "Action",
+ "Common.Views.ShortcutsEditDialog.txtAction": "동작",
"Common.Views.ShortcutsEditDialog.txtInputPlaceholder": "Type desired shortcut",
"Common.Views.ShortcutsEditDialog.txtInputWarnMany": "The shortcut used by actions %1",
"Common.Views.ShortcutsEditDialog.txtInputWarnManyLocked": "The shortcut used by actions %1 and can’t be changed",
@@ -897,7 +897,7 @@
"Common.Views.ShortcutsEditDialog.txtInputWarnOneLocked": "The shortcut used by action %1 and can’t be changed",
"Common.Views.ShortcutsEditDialog.txtNewShortcut": "New shortcut",
"Common.Views.ShortcutsEditDialog.txtRestoreContinue": "Do you want to continue?",
- "Common.Views.ShortcutsEditDialog.txtRestoreDescription": "All shortcuts for action “%1” will be restored to default.",
+ "Common.Views.ShortcutsEditDialog.txtRestoreDescription": "\"%1\" 동작에 대한 단축키가 초기상태로 복구될 것입니다.",
"Common.Views.ShortcutsEditDialog.txtRestoreToDefault": "Restore to default",
"Common.Views.ShortcutsEditDialog.txtTitle": "Edit shortcut",
"Common.Views.ShortcutsEditDialog.txtTypeDesiredShortcut": "Type desired shortcut",
@@ -1591,15 +1591,15 @@
"PDFE.Controllers.Print.txtCustom": "사용자 정의",
"PDFE.Controllers.Print.txtPrintRangeInvalid": "잘못된 인쇄 범위",
"PDFE.Controllers.Print.txtPrintRangeSingleRange": "단일 페이지 번호 또는 단일 페이지 범위(예: 5-12)를 입력합니다. 또는 PDF로 인쇄할 수 있습니다.",
- "PDFE.Controllers.RedactTab.applyButtonText": "Apply",
+ "PDFE.Controllers.RedactTab.applyButtonText": "적용",
"PDFE.Controllers.RedactTab.doNotApplyButtonText": "Dont't apply",
"PDFE.Controllers.RedactTab.textApplyRedact": "Redacted information will be permanently removed from this document. Once you save it, information couldn't be retrieved anymore",
"PDFE.Controllers.RedactTab.textEnterPageRange": "Enter page range for redaction",
"PDFE.Controllers.RedactTab.textEnterRangeDescription": "e.g. 1, 2, 8-11",
"PDFE.Controllers.RedactTab.textRedactPages": "Redact pages",
"PDFE.Controllers.RedactTab.textUnappliedRedactions": "This document contains redaction marks that yet not have been applied.
Until you select “Apply Redactions” these marks can be removed and information can be retrieved",
- "PDFE.Controllers.RedactTab.tipApplyRedaction": "Apply and save all redactions. Unsaved redactions can still be undone.",
- "PDFE.Controllers.RedactTab.tipApplyRedactionHeader": "Apply redactions",
+ "PDFE.Controllers.RedactTab.tipApplyRedaction": "모든 편집을 적용하고 저장하세요. 저장하지 않은 편집은 적용되지 않을 수 있습니다.",
+ "PDFE.Controllers.RedactTab.tipApplyRedactionHeader": "편집 적용",
"PDFE.Controllers.RedactTab.tipMarkForRedaction": "Use these tools to mark, search, and redact sensitive content in your PDF",
"PDFE.Controllers.RedactTab.tipMarkForRedactionHeader": "Mark for redactions",
"PDFE.Controllers.RedactTab.txtInvalidFormat": "Invalid format. Use single number or range with dash, e.g., 2 or 2-6",
@@ -1637,7 +1637,7 @@
"PDFE.Controllers.Viewport.txtDarkMode": "다크 모드",
"PDFE.Views.ChartSettings.text3dDepth": "Depth (% of base)",
"PDFE.Views.ChartSettings.text3dHeight": "Height (% of base)",
- "PDFE.Views.ChartSettings.text3dRotation": "3D Rotation",
+ "PDFE.Views.ChartSettings.text3dRotation": "3D 회전",
"PDFE.Views.ChartSettings.textAdvanced": "Show advanced settings",
"PDFE.Views.ChartSettings.textAutoscale": "Autoscale",
"PDFE.Views.ChartSettings.textChartType": "Change chart type",
@@ -1663,7 +1663,7 @@
"PDFE.Views.ChartSettings.textWidth": "Width",
"PDFE.Views.ChartSettings.textX": "X rotation",
"PDFE.Views.ChartSettings.textY": "Y rotation",
- "PDFE.Views.ChartSettingsAdvanced.textAlt": "Alternative text",
+ "PDFE.Views.ChartSettingsAdvanced.textAlt": "대체 텍스트",
"PDFE.Views.ChartSettingsAdvanced.textAltDescription": "Description",
"PDFE.Views.ChartSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, shape, chart, or table.",
"PDFE.Views.ChartSettingsAdvanced.textAltTitle": "Title",
@@ -1768,7 +1768,7 @@
"PDFE.Views.DocumentHolder.allLinearText": "모두 - 선형",
"PDFE.Views.DocumentHolder.allProfText": "전체 - 프로페셔널",
"PDFE.Views.DocumentHolder.belowText": "아래",
- "PDFE.Views.DocumentHolder.btnChart": "Add, remove or change chart elements such as the title, legend, gridlines, and data labels",
+ "PDFE.Views.DocumentHolder.btnChart": "제목, 범례, 눈금선, 데이터 레이블 같은 차트 요소 추가, 제거 또는 변경",
"PDFE.Views.DocumentHolder.cellAlignText": "셀 수직 정렬",
"PDFE.Views.DocumentHolder.cellText": "셀",
"PDFE.Views.DocumentHolder.centerText": "가운데",
@@ -1888,7 +1888,7 @@
"PDFE.Views.DocumentHolder.textTop": "Top",
"PDFE.Views.DocumentHolder.textTrendline": "Trendline",
"PDFE.Views.DocumentHolder.textUndo": "실행 취소",
- "PDFE.Views.DocumentHolder.textUpDownBars": " Up/Down Bars",
+ "PDFE.Views.DocumentHolder.textUpDownBars": "위/아래 막대",
"PDFE.Views.DocumentHolder.textVertAxis": "Vertical axis",
"PDFE.Views.DocumentHolder.textVertAxisSec": "Secondary vertical axis",
"PDFE.Views.DocumentHolder.textVerticalMajor": "Vertical Major",
@@ -2550,11 +2550,11 @@
"PDFE.Views.PrintWithPreview.txtSelection": "선택",
"PDFE.Views.PrintWithPreview.txtTop": "맨 위",
"PDFE.Views.PrintWithPreview.txtWaitingForPrinters": "프린터 대기 중",
- "PDFE.Views.RedactTab.capApplyRedactions": "Apply Redactions",
+ "PDFE.Views.RedactTab.capApplyRedactions": "편집 적용",
"PDFE.Views.RedactTab.capFindRedact": "Find & Redact",
"PDFE.Views.RedactTab.capMarkRedact": "Mark for Redaction",
"PDFE.Views.RedactTab.capRedactPages": "Redact Pages",
- "PDFE.Views.RedactTab.tipApplyRedactions": "Apply redactions",
+ "PDFE.Views.RedactTab.tipApplyRedactions": "편집 적용",
"PDFE.Views.RedactTab.tipFindRedact": "Find & redact",
"PDFE.Views.RedactTab.tipMarkForRedact": "Mark for redaction",
"PDFE.Views.RedactTab.tipRedactPages": "Redact pages",
diff --git a/apps/pdfeditor/main/locale/ro.json b/apps/pdfeditor/main/locale/ro.json
index d3f0f0eb80..3ca1caee5b 100644
--- a/apps/pdfeditor/main/locale/ro.json
+++ b/apps/pdfeditor/main/locale/ro.json
@@ -1964,7 +1964,7 @@
"PDFE.Views.DocumentHolder.txtPastePageAfter": "Lipire pagină după",
"PDFE.Views.DocumentHolder.txtPastePageBefore": "Lipire pagină înainte",
"PDFE.Views.DocumentHolder.txtPercentage": "Procent",
- "PDFE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe linkul",
+ "PDFE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe link",
"PDFE.Views.DocumentHolder.txtPrintSelection": "Imprimare selecție",
"PDFE.Views.DocumentHolder.txtRemFractionBar": "Eliminare bară de fracție",
"PDFE.Views.DocumentHolder.txtRemLimit": "Eliminare limită",
diff --git a/apps/pdfeditor/main/locale/sq.json b/apps/pdfeditor/main/locale/sq.json
index 64c8708bf6..52b3de8419 100644
--- a/apps/pdfeditor/main/locale/sq.json
+++ b/apps/pdfeditor/main/locale/sq.json
@@ -881,7 +881,7 @@
"Common.Views.ShapeShadowDialog.txtSize": "Madhësia",
"Common.Views.ShapeShadowDialog.txtTitle": "Rregulloni hijen",
"Common.Views.ShapeShadowDialog.txtTransparency": "Transparencë",
- "Common.Views.ShortcutsDialog.txtDescription": "Description",
+ "Common.Views.ShortcutsDialog.txtDescription": "Përshkrim",
"Common.Views.ShortcutsDialog.txtEmpty": "Nuk u gjetën përputhje. Rregulloni kërkimin tuaj.",
"Common.Views.ShortcutsDialog.txtRestoreAll": "Riktheni të gjitha në cilësimet fillestare",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Dëshironi të vazhdoni?",
diff --git a/apps/presentationeditor/embed/locale/pl.json b/apps/presentationeditor/embed/locale/pl.json
index a1cf73a76b..1b35e7149d 100644
--- a/apps/presentationeditor/embed/locale/pl.json
+++ b/apps/presentationeditor/embed/locale/pl.json
@@ -39,6 +39,10 @@
"PE.ApplicationController.titleLicenseExp": "Upłynął okres ważności licencji",
"PE.ApplicationController.titleLicenseNotActive": "Licencja jest nieaktywna",
"PE.ApplicationController.txtClose": "Zamknij",
+ "PE.ApplicationController.txtNo": "Nie",
+ "PE.ApplicationController.txtOpenWarning": "Kliknięcie tego linku może być szkodliwe dla Twojego urządzenia i danych. Aby chronić swój komputer, klikaj tylko hiperłącza pochodzące z zaufanych źródeł. Ta lokalizacja może być niebezpieczna:
%1
Czy na pewno chcesz kontynuować?",
+ "PE.ApplicationController.txtPressLink": "Kliknij link by go otworzyć",
+ "PE.ApplicationController.txtYes": "Tak",
"PE.ApplicationController.unknownErrorText": "Nieznany błąd.",
"PE.ApplicationController.unsupportedBrowserErrorText": "Twoja przeglądarka nie jest wspierana.",
"PE.ApplicationController.waitText": "Proszę czekać...",
diff --git a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js
index f8fadd5b23..55a0e6b97d 100644
--- a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js
+++ b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js
@@ -82,10 +82,10 @@ define([
Right : 0.19,
Top : null,
Bottom : null,
- Flag : 0 // 0(checked) - как в таблице, 1(indeterminate) - разные значения, не определено, 2 (unchecked) - собственные
+ Flag : 0 // 0(checked) - as in table, 1(indeterminate) - different values, undefined, 2 (unchecked) - own values
};
- this._initialMarginsDefault = false; // если для всех выделенных ячеек пришло одинаковое значение Flag=0 (Use Default Margins)
+ this._initialMarginsDefault = false; // If the same value is received for all selected cells Flag=0 (Use Default Margins)
this._originalProps = new Asc.CTableProp(this.options.tableProps);
this.slideSize = this.options.slideSize;
},
@@ -319,7 +319,7 @@ define([
labelText: this.textCheckMargins
});
this.chCellMargins.on('change', _.bind(function(field, newValue, oldValue, eOpts){
- if ( oldValue=='checked' && this._originalProps && this._originalProps.get_CellMargins().get_Flag()==1 ) { // позволяем выставлять значение indeterminate только если исходные значения не совпадали
+ if ( oldValue=='checked' && this._originalProps && this._originalProps.get_CellMargins().get_Flag()==1 ) { // allow to set the indeterminate value only if the original values did not match
field.setValue('indeterminate', true);
}
this.fillMargins.call( this, field.getValue());
@@ -567,7 +567,7 @@ define([
}
if ( flag===0 ) {
- // Если для всех выделенных ячеек пришло одинаковое значение Flag=0 (Use Default Margins), выставим в поля для Cell Margins значения DefaultMargins
+ // If the same value is received for all selected cells Flag=0 (Use Default Margins), set DefaultMargins values in the fields for Cell Margins
if (this.CellMargins.Left=== null) this.CellMargins.Left = this.TableMargins.Left;
if (this.CellMargins.Top=== null) this.CellMargins.Top = this.TableMargins.Top;
if (this.CellMargins.Right=== null) this.CellMargins.Right = this.TableMargins.Right;
@@ -588,7 +588,7 @@ define([
fillMargins : function (checkMarginsState) {
if ( this._initialMarginsDefault && checkMarginsState=='unchecked' ) {
- // изначально для всех ячеек использовали DefaultMargins, а теперь снимаем галку -> выставим в поля для маргинов 0, а не пустые значения
+ // Initially, DefaultMargins were used for all cells, and now uncheck option -> set 0 for cells margins (not empty values)
if (this.CellMargins.Left=== null) this.CellMargins.Left = 0;
if (this.CellMargins.Top=== null) this.CellMargins.Top = 0;
if (this.CellMargins.Right=== null) this.CellMargins.Right = 0;
diff --git a/apps/presentationeditor/main/locale/fr.json b/apps/presentationeditor/main/locale/fr.json
index 42e1eacc94..dcf15d8ffe 100644
--- a/apps/presentationeditor/main/locale/fr.json
+++ b/apps/presentationeditor/main/locale/fr.json
@@ -281,9 +281,9 @@
"Common.Controllers.Shortcuts.txtLabelZoom100": "Zoom100",
"Common.Controllers.Shortcuts.txtLabelZoomIn": "ZoomIn",
"Common.Controllers.Shortcuts.txtLabelZoomOut": "ZoomOut",
- "Common.define.chartData.textArea": "En aires",
- "Common.define.chartData.textAreaStacked": "Zone empilée",
- "Common.define.chartData.textAreaStackedPer": "Aire Empilée 100%",
+ "Common.define.chartData.textArea": "Aires",
+ "Common.define.chartData.textAreaStacked": "Aires empilées",
+ "Common.define.chartData.textAreaStackedPer": "Aires empilées 100%",
"Common.define.chartData.textBar": "En barre",
"Common.define.chartData.textBarNormal": "colonne groupée ",
"Common.define.chartData.textBarNormal3d": "Barres groupées en 3D",
@@ -295,7 +295,7 @@
"Common.define.chartData.textCharts": "Graphiques",
"Common.define.chartData.textColumn": "Colonne",
"Common.define.chartData.textCombo": "Combo",
- "Common.define.chartData.textComboAreaBar": "Zone empilée - colonne en cluster ",
+ "Common.define.chartData.textComboAreaBar": "Aires empilées - histogramme groupé",
"Common.define.chartData.textComboBarLine": "Colonne - ligne groupée",
"Common.define.chartData.textComboBarLineSecondary": "Colonne ligne groupée sur le second axe",
"Common.define.chartData.textComboCustom": "Combinaison personnalisée",
@@ -313,8 +313,8 @@
"Common.define.chartData.textLineStackedMarker": "ligne empilée avec marqueurs",
"Common.define.chartData.textLineStackedPer": "100% ligne empilée",
"Common.define.chartData.textLineStackedPerMarker": "100% ligne empilée avec marqueurs",
- "Common.define.chartData.textPie": "Graphiques à secteurs",
- "Common.define.chartData.textPie3d": "Camembert 3D",
+ "Common.define.chartData.textPie": "Secteurs",
+ "Common.define.chartData.textPie3d": "Secteurs en 3D",
"Common.define.chartData.textPoint": "Nuages de points (XY)",
"Common.define.chartData.textRadar": "Radar",
"Common.define.chartData.textRadarFilled": "Radar plein",
@@ -1137,7 +1137,7 @@
"Common.Views.Protection.txtInvisibleSignature": "Ajouter une signature numérique",
"Common.Views.Protection.txtSignature": "Signature",
"Common.Views.Protection.txtSignatureLine": "Ajouter la zone de signature",
- "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir Récents",
+ "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir récent",
"Common.Views.RenameDialog.textName": "Nom de fichier",
"Common.Views.RenameDialog.txtInvalidName": "Un nom de fichier ne peut pas contenir les caractères suivants :",
"Common.Views.ReviewChanges.hintNext": "À la modification suivante",
@@ -1632,7 +1632,7 @@
"PE.Controllers.Main.txtShape_octagon": "Octogone",
"PE.Controllers.Main.txtShape_parallelogram": "Parallélogramme",
"PE.Controllers.Main.txtShape_pentagon": "Pentagone",
- "PE.Controllers.Main.txtShape_pie": "Secteur",
+ "PE.Controllers.Main.txtShape_pie": "Secteurs",
"PE.Controllers.Main.txtShape_plaque": "Signe",
"PE.Controllers.Main.txtShape_plus": "Plus",
"PE.Controllers.Main.txtShape_polyline1": "Dessin à main levée",
@@ -2340,7 +2340,7 @@
"PE.Views.DocumentHolder.textBottom": "Bas",
"PE.Views.DocumentHolder.textCenter": "Centrer",
"PE.Views.DocumentHolder.textChartTitle": "Titre du graphique",
- "PE.Views.DocumentHolder.textClearGuides": "Effacer les guides",
+ "PE.Views.DocumentHolder.textClearGuides": "Effacer les repères",
"PE.Views.DocumentHolder.textCm": "cm",
"PE.Views.DocumentHolder.textCopy": "Copier",
"PE.Views.DocumentHolder.textCrop": "Rogner",
@@ -3448,7 +3448,7 @@
"PE.Views.Toolbar.tipSlideNum": "Inserer le numéro de diapositive",
"PE.Views.Toolbar.tipSlideSize": "Sélectionner la taille de la diapositive",
"PE.Views.Toolbar.tipSlideTheme": "Thème de diapositive",
- "PE.Views.Toolbar.tipTextDir": "Direction du texte",
+ "PE.Views.Toolbar.tipTextDir": "Orientation du texte",
"PE.Views.Toolbar.tipUndo": "Annuler",
"PE.Views.Toolbar.tipVAligh": "Alignement vertical",
"PE.Views.Toolbar.tipViewSettings": "Paramètres d'affichage",
@@ -3507,7 +3507,7 @@
"PE.Views.ViewTab.textAddHGuides": "Ajouter un repère horizontal",
"PE.Views.ViewTab.textAddVGuides": "Ajouter un repère vertical",
"PE.Views.ViewTab.textAlwaysShowToolbar": "Toujours afficher la barre d'outils",
- "PE.Views.ViewTab.textClearGuides": "Effacer les guides",
+ "PE.Views.ViewTab.textClearGuides": "Effacer les repères",
"PE.Views.ViewTab.textCm": "cm",
"PE.Views.ViewTab.textCustom": "Personnalisé",
"PE.Views.ViewTab.textFill": "Remplissage",
@@ -3524,7 +3524,7 @@
"PE.Views.ViewTab.textRightMenu": "Panneau droit",
"PE.Views.ViewTab.textRulers": "Règles",
"PE.Views.ViewTab.textShowGridlines": "Afficher le quadrillage",
- "PE.Views.ViewTab.textShowGuides": "Afficher les guides",
+ "PE.Views.ViewTab.textShowGuides": "Afficher les repères",
"PE.Views.ViewTab.textSlideMaster": "Masque de diapositives",
"PE.Views.ViewTab.textSmartGuides": "Repères actifs",
"PE.Views.ViewTab.textSnapObjects": "Fixer l'objet à la grille",
@@ -3534,7 +3534,7 @@
"PE.Views.ViewTab.tipFitToSlide": "Ajuster à la diapositive",
"PE.Views.ViewTab.tipFitToWidth": "Ajuster à la largeur",
"PE.Views.ViewTab.tipGridlines": "Afficher le quadrillage",
- "PE.Views.ViewTab.tipGuides": "Afficher les guides",
+ "PE.Views.ViewTab.tipGuides": "Afficher les repères",
"PE.Views.ViewTab.tipHandTool": "Outil Main",
"PE.Views.ViewTab.tipInterfaceTheme": "Thème d'interface",
"PE.Views.ViewTab.tipMacros": "Macros",
diff --git a/apps/presentationeditor/main/locale/pl.json b/apps/presentationeditor/main/locale/pl.json
index b39de253aa..ab0c96f908 100644
--- a/apps/presentationeditor/main/locale/pl.json
+++ b/apps/presentationeditor/main/locale/pl.json
@@ -25,7 +25,7 @@
"Common.Controllers.Plugins.textPluginSuccessfullyInstalled": "{0} zostało pomyślnie zainstalowanych. Możesz uzyskać dostęp do wszystkich wtyczek działających w tle tutaj.",
"Common.Controllers.Plugins.textRunInstalledPlugins": "Uruchom zainstalowane wtyczki",
"Common.Controllers.Plugins.textRunPlugin": "Uruchom wtyczkę",
- "Common.Controllers.Shortcuts.txtDescriptionAddNewRow": "Add a new row at the bottom of the table.",
+ "Common.Controllers.Shortcuts.txtDescriptionAddNewRow": "Dodaj nowy wiersz na dole tabeli.",
"Common.Controllers.Shortcuts.txtDescriptionBigMoveObjectDown": "Use the keyboard arrow to move the selected object by a big step down.",
"Common.Controllers.Shortcuts.txtDescriptionBigMoveObjectLeft": "Use the keyboard arrow to move the selected object by a big step to the left.",
"Common.Controllers.Shortcuts.txtDescriptionBigMoveObjectRight": "Use the keyboard arrow to move the selected object by a big step to the right.",
@@ -37,9 +37,9 @@
"Common.Controllers.Shortcuts.txtDescriptionCloseMenu": "Close a menu or modal window. Reset adding shapes mode. Remove the cursor from the shape content. Remove selection step by step (e.g., if the content of a shape within a group is selected, the cursor will be removed from the content first, then from the shape, then from the group). Deselect the copied format. Reset text drag-n-drop. Reset marker selection mode.",
"Common.Controllers.Shortcuts.txtDescriptionCopy": "Send the selected object/text/slide in the slide list to the computer clipboard memory. The copied object can be later inserted to another place in the same presentation.",
"Common.Controllers.Shortcuts.txtDescriptionCopyFormat": "Copy the formatting from the selected fragment of the currently edited text. The copied formatting can be later applied to another text fragment in the same presentation.",
- "Common.Controllers.Shortcuts.txtDescriptionCut": "Cut the selected object/text/slide in the slide list and send it to the computer clipboard memory. The cut object can be later inserted to another place in the same presentation.",
+ "Common.Controllers.Shortcuts.txtDescriptionCut": "Wytnij wybrany obiekt/tekst/slajd z listy slajdów i prześlij go do schowka komputera. Wycięty obiekt można później wstawić w inne miejsce w tej samej prezentacji.",
"Common.Controllers.Shortcuts.txtDescriptionDecreaseFontSize": "Decrease the size of the font for the selected text fragment 1 point.",
- "Common.Controllers.Shortcuts.txtDescriptionDeleteLeftChar": "Delete one character/selection/graphical object to the left of the cursor.",
+ "Common.Controllers.Shortcuts.txtDescriptionDeleteLeftChar": "Usuń jeden znak/zaznaczenie/obiekt graficzny znajdujący się po lewej stronie kursora.",
"Common.Controllers.Shortcuts.txtDescriptionDeleteLeftWord": "Delete one word/selection/graphical object to the left of the cursor.",
"Common.Controllers.Shortcuts.txtDescriptionDeleteRightChar": "Delete one character/selection/graphical object to the right of the cursor.",
"Common.Controllers.Shortcuts.txtDescriptionDeleteRightWord": "Delete one word/selection/graphical object to the right of the cursor.",
@@ -57,9 +57,9 @@
"Common.Controllers.Shortcuts.txtDescriptionEditShape": "When the shape is selected, if it does not contain content, create content and move the cursor to the beginning of the line. If the content is empty, move the cursor to it, otherwise select the entire content.",
"Common.Controllers.Shortcuts.txtDescriptionEditUndo": "Reverse the latest performed action.",
"Common.Controllers.Shortcuts.txtDescriptionEnDash": "Insert an en dash to the right of the cursor.",
- "Common.Controllers.Shortcuts.txtDescriptionEndParagraph": "Add a new paragraph or add a new line to the Title/Subtitle placeholder.",
+ "Common.Controllers.Shortcuts.txtDescriptionEndParagraph": "Dodaj nowy akapit lub dodaj nowy wiersz do pola zastępczego Tytuł/Podtytuł.",
"Common.Controllers.Shortcuts.txtDescriptionEndParagraphCell": "Start a new paragraph within a cell. If cells are selected, delete their contents. If the table is selected, move the cursor to the first cell. If it is empty, move the cursor to the beginning, otherwise select the contents of the cell.",
- "Common.Controllers.Shortcuts.txtDescriptionEquationAddPlaceholder": "Add a new placeholder to the equation argument.",
+ "Common.Controllers.Shortcuts.txtDescriptionEquationAddPlaceholder": "Dodaj nowy symbol zastępczy do argumentu równania.",
"Common.Controllers.Shortcuts.txtDescriptionEuroSign": "Insert the Euro sign at the current cursor position.",
"Common.Controllers.Shortcuts.txtDescriptionGoToFirstSlide": "Go to the first slide of the currently edited presentation/first thumbnail in the thumbnails list.",
"Common.Controllers.Shortcuts.txtDescriptionGoToLastSlide": "Go to the last slide of the currently edited presentation/last thumbnail in the thumbnails list.",
@@ -70,7 +70,7 @@
"Common.Controllers.Shortcuts.txtDescriptionIncreaseFontSize": "Increase the size of the font for the selected text fragment 1 point.",
"Common.Controllers.Shortcuts.txtDescriptionIndent": "Increase the paragraph left indent by one tabulation position.",
"Common.Controllers.Shortcuts.txtDescriptionInsertHyperlink": "Insert a hyperlink which can be used to go to a web address or to a certain slide in the presentation.",
- "Common.Controllers.Shortcuts.txtDescriptionInsertLineBreak": "Add a line break to the text.",
+ "Common.Controllers.Shortcuts.txtDescriptionInsertLineBreak": "Dodaj podział wiersza do tekstu.",
"Common.Controllers.Shortcuts.txtDescriptionInsertTab": "Add the tab character to a paragraph.",
"Common.Controllers.Shortcuts.txtDescriptionItalic": "Make the font of the selected text fragment slightly slanted to the right.",
"Common.Controllers.Shortcuts.txtDescriptionJustifyPara": "Justify the text in the paragraph, adding additional space between words so that the left and the right text edges will be aligned with the paragraph margins.",
@@ -140,7 +140,7 @@
"Common.Controllers.Shortcuts.txtDescriptionSelectToStartLine": "Select a text fragment from the cursor to the beginning of the current line.",
"Common.Controllers.Shortcuts.txtDescriptionShowParaMarks": "Show or hide the display of nonprinting characters.",
"Common.Controllers.Shortcuts.txtDescriptionSpeechWorker": "Enables/disables the transmission of actions performed in the application for screen readers.",
- "Common.Controllers.Shortcuts.txtDescriptionStartIndent": "Add a level to the numbering of a paragraph (with the cursor at the beginning of a line).",
+ "Common.Controllers.Shortcuts.txtDescriptionStartIndent": "Dodaj poziom do numeracji akapitu (umieść kursor na początku wiersza).",
"Common.Controllers.Shortcuts.txtDescriptionStartUnIndent": "Remove a level from the numbering of a paragraph (with the cursor at the beginning of a line).",
"Common.Controllers.Shortcuts.txtDescriptionStrikeout": "Make the selected text fragment struck out with a line going through the letters.",
"Common.Controllers.Shortcuts.txtDescriptionSubscript": "Make the selected text fragment smaller, placing it to the lower part of the text line, e.g. as in chemical formulas.",
@@ -165,7 +165,7 @@
"Common.Controllers.Shortcuts.txtLabelCloseMenu": "CloseMenu",
"Common.Controllers.Shortcuts.txtLabelCopy": "Copy",
"Common.Controllers.Shortcuts.txtLabelCopyFormat": "CopyFormat",
- "Common.Controllers.Shortcuts.txtLabelCut": "Cut",
+ "Common.Controllers.Shortcuts.txtLabelCut": "Wytnij",
"Common.Controllers.Shortcuts.txtLabelDecreaseFontSize": "DecreaseFontSize",
"Common.Controllers.Shortcuts.txtLabelDeleteLeftChar": "DeleteLeftChar",
"Common.Controllers.Shortcuts.txtLabelDeleteLeftWord": "DeleteLeftWord",
@@ -913,7 +913,7 @@
"Common.Views.CustomizeQuickAccessDialog.textRedo": "Redo",
"Common.Views.CustomizeQuickAccessDialog.textSave": "Save",
"Common.Views.CustomizeQuickAccessDialog.textStartOver": "Show from Beginning",
- "Common.Views.CustomizeQuickAccessDialog.textTitle": "Customize quick access",
+ "Common.Views.CustomizeQuickAccessDialog.textTitle": "Dostosuj Szybki dostęp",
"Common.Views.CustomizeQuickAccessDialog.textUndo": "Undo",
"Common.Views.DocumentAccessDialog.textLoading": "Ładowanie...",
"Common.Views.DocumentAccessDialog.textTitle": "Ustaw uprawnienia dostępu",
@@ -965,7 +965,7 @@
"Common.Views.FormatSettingsDialog.textSeparator": "Use 1000 separator",
"Common.Views.FormatSettingsDialog.textSymbols": "Symbols",
"Common.Views.FormatSettingsDialog.textTitle": "Number format",
- "Common.Views.FormatSettingsDialog.txtAccounting": "Accounting",
+ "Common.Views.FormatSettingsDialog.txtAccounting": "Rachunkowy",
"Common.Views.FormatSettingsDialog.txtAs10": "As tenths (5/10)",
"Common.Views.FormatSettingsDialog.txtAs100": "As hundredths (50/100)",
"Common.Views.FormatSettingsDialog.txtAs16": "As sixteenths (8/16)",
@@ -973,7 +973,7 @@
"Common.Views.FormatSettingsDialog.txtAs4": "As fourths (2/4)",
"Common.Views.FormatSettingsDialog.txtAs8": "As eighths (4/8)",
"Common.Views.FormatSettingsDialog.txtCurrency": "Currency",
- "Common.Views.FormatSettingsDialog.txtCustom": "Custom",
+ "Common.Views.FormatSettingsDialog.txtCustom": "Niestandardowy",
"Common.Views.FormatSettingsDialog.txtCustomWarning": "Please enter the custom number format carefully. Spreadsheet Editor does not check custom formats for errors that may affect the xlsx file.",
"Common.Views.FormatSettingsDialog.txtDate": "Date",
"Common.Views.FormatSettingsDialog.txtFraction": "Fraction",
@@ -1009,7 +1009,7 @@
"Common.Views.Header.textStartOver": "Show from Beginning",
"Common.Views.Header.textZoom": "Powiększenie",
"Common.Views.Header.tipAccessRights": "Zarządzaj prawami dostępu do dokumentu",
- "Common.Views.Header.tipCustomizeQuickAccessToolbar": "Customize Quick Access Toolbar",
+ "Common.Views.Header.tipCustomizeQuickAccessToolbar": "Dostosuj Szybki dostęp",
"Common.Views.Header.tipDownload": "Pobierz plik",
"Common.Views.Header.tipGoEdit": "Edytuj bieżący plik",
"Common.Views.Header.tipPrint": "Drukuj plik",
@@ -1072,8 +1072,8 @@
"Common.Views.MacrosDialog.textCopy": "Kopiuj",
"Common.Views.MacrosDialog.textCreateFromDesc": "Create from description",
"Common.Views.MacrosDialog.textCreateMacrosFromDesc": "Create macros from description",
- "Common.Views.MacrosDialog.textCustomFunction": "Custom function",
- "Common.Views.MacrosDialog.textCustomFunctions": "Custom functions",
+ "Common.Views.MacrosDialog.textCustomFunction": "Funkcja niestandardowa",
+ "Common.Views.MacrosDialog.textCustomFunctions": "Funkcje niestandardowe",
"Common.Views.MacrosDialog.textDebug": "Debug",
"Common.Views.MacrosDialog.textDelete": "Delete",
"Common.Views.MacrosDialog.textFunctions": "Functions",
@@ -1087,7 +1087,7 @@
"Common.Views.MacrosDialog.textTitle": "Macros",
"Common.Views.MacrosDialog.textUnMakeAutostart": "Unmake autostart",
"Common.Views.MacrosDialog.tipAI": "AI",
- "Common.Views.MacrosDialog.tipFunctionAdd": "Add custom function",
+ "Common.Views.MacrosDialog.tipFunctionAdd": "Dodaj funkcję niestandardową",
"Common.Views.MacrosDialog.tipFunctionCopy": "Copy custom function",
"Common.Views.MacrosDialog.tipFunctionDelete": "Delete custom function",
"Common.Views.MacrosDialog.tipFunctionRename": "Rename custom function",
@@ -1127,7 +1127,7 @@
"Common.Views.Plugins.textTheListOfBackgroundPlugins": "Lista wtyczek działających w tle",
"Common.Views.Plugins.tipMore": "More",
"Common.Views.Protection.hintAddPwd": "Szyfruj hasłem",
- "Common.Views.Protection.hintDelPwd": "Delete password",
+ "Common.Views.Protection.hintDelPwd": "Usuń hasło",
"Common.Views.Protection.hintPwd": "Zmień lub usuń hasło",
"Common.Views.Protection.hintSignature": "Dodaj podpis cyfrowy lub linię do podpisu",
"Common.Views.Protection.txtAddPwd": "Dodaj hasło",
@@ -1247,7 +1247,7 @@
"Common.Views.ShortcutsDialog.txtRestoreToDefault": "Restore to default",
"Common.Views.ShortcutsDialog.txtSearch": "Search",
"Common.Views.ShortcutsDialog.txtTitle": "Keyboard Shortcuts",
- "Common.Views.ShortcutsEditDialog.txtAction": "Action",
+ "Common.Views.ShortcutsEditDialog.txtAction": "Akcja",
"Common.Views.ShortcutsEditDialog.txtInputPlaceholder": "Type desired shortcut",
"Common.Views.ShortcutsEditDialog.txtInputWarnMany": "The shortcut used by actions %1",
"Common.Views.ShortcutsEditDialog.txtInputWarnManyLocked": "The shortcut used by actions %1 and can’t be changed",
@@ -2149,7 +2149,7 @@
"PE.Views.ChartSettings.textAdvanced": "Pokaż ustawienia zaawansowane",
"PE.Views.ChartSettings.textAutoscale": "Autoscale",
"PE.Views.ChartSettings.textChartType": "Zmień typ wykresu",
- "PE.Views.ChartSettings.textData": "Data",
+ "PE.Views.ChartSettings.textData": "Dane",
"PE.Views.ChartSettings.textDefault": "Domyślny obrót",
"PE.Views.ChartSettings.textDown": "W dół",
"PE.Views.ChartSettings.textEditData": "Edytuj dane",
@@ -2187,8 +2187,8 @@
"PE.Views.ChartSettingsAdvanced.textChartName": "Chart name",
"PE.Views.ChartSettingsAdvanced.textChartTitle": "Chart Title",
"PE.Views.ChartSettingsAdvanced.textCross": "Cross",
- "PE.Views.ChartSettingsAdvanced.textCustom": "Custom",
- "PE.Views.ChartSettingsAdvanced.textDataLabels": "Data Labels",
+ "PE.Views.ChartSettingsAdvanced.textCustom": "Niestandardowy",
+ "PE.Views.ChartSettingsAdvanced.textDataLabels": "etykiety danych",
"PE.Views.ChartSettingsAdvanced.textFit": "Fit Width",
"PE.Views.ChartSettingsAdvanced.textFixed": "Fixed",
"PE.Views.ChartSettingsAdvanced.textFormat": "Label format",
@@ -2346,9 +2346,9 @@
"PE.Views.DocumentHolder.textCrop": "Przytnij",
"PE.Views.DocumentHolder.textCropFill": "Wypełnij",
"PE.Views.DocumentHolder.textCropFit": "Dopasuj",
- "PE.Views.DocumentHolder.textCustom": "Custom",
+ "PE.Views.DocumentHolder.textCustom": "Niestandardowy",
"PE.Views.DocumentHolder.textCut": "Wytnij",
- "PE.Views.DocumentHolder.textDataLabels": "Data labels",
+ "PE.Views.DocumentHolder.textDataLabels": "etykiety danych",
"PE.Views.DocumentHolder.textDataTable": "Data Table",
"PE.Views.DocumentHolder.textDeleteGuide": "Delete guide",
"PE.Views.DocumentHolder.textDeleteLayout": "Delete Layout",
@@ -2671,8 +2671,8 @@
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Domyślny tryb pamięci podręcznej",
"PE.Views.FileMenuPanels.Settings.txtCm": "Centymetr",
"PE.Views.FileMenuPanels.Settings.txtCollaboration": "Współpraca",
- "PE.Views.FileMenuPanels.Settings.txtCustomize": "Customize",
- "PE.Views.FileMenuPanels.Settings.txtCustomizeQuickAccess": "Customize quick access",
+ "PE.Views.FileMenuPanels.Settings.txtCustomize": "dostosuj",
+ "PE.Views.FileMenuPanels.Settings.txtCustomizeQuickAccess": "Dostosuj Szybki dostęp",
"PE.Views.FileMenuPanels.Settings.txtEditingSaving": "Edycja i zapisywanie",
"PE.Views.FileMenuPanels.Settings.txtFastTip": "Real-time co-editing. All changes are saved automatically",
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Dopasuj do slajdu",
@@ -2704,7 +2704,7 @@
"PE.Views.FileMenuPanels.ViewSaveAs.textDownloadAs": "Download as",
"PE.Views.FileMenuPanels.ViewSaveCopy.textSaveCopyAs": "Zapisz kopię jako",
"PE.Views.GridSettings.textCm": "cm",
- "PE.Views.GridSettings.textCustom": "Custom",
+ "PE.Views.GridSettings.textCustom": "Niestandardowy",
"PE.Views.GridSettings.textSpacing": "Spacing",
"PE.Views.GridSettings.textTitle": "Grid settings",
"PE.Views.HeaderFooterDialog.applyAllText": "Zastosuj do wszystkich",
@@ -2868,7 +2868,7 @@
"PE.Views.PrintWithPreview.txtColorPrinting": "Color printing",
"PE.Views.PrintWithPreview.txtCopies": "Kopie",
"PE.Views.PrintWithPreview.txtCurrentPage": "Current slide",
- "PE.Views.PrintWithPreview.txtCustom": "Custom",
+ "PE.Views.PrintWithPreview.txtCustom": "Niestandardowy",
"PE.Views.PrintWithPreview.txtCustomPages": "Niestandardowy zakres",
"PE.Views.PrintWithPreview.txtEmptyTable": "There is nothing to print because the presentation is empty",
"PE.Views.PrintWithPreview.txtHeaderFooterSettings": "Ustawienia nagłówka/stopki",
@@ -3186,7 +3186,7 @@
"PE.Views.TableSettings.tipOuter": "Ustaw tylko obramowanie zewnętrzne",
"PE.Views.TableSettings.tipRight": "Ustaw tylko obramowanie prawej krawędzi",
"PE.Views.TableSettings.tipTop": "Ustaw tylko obramowanie górnej krawędzi",
- "PE.Views.TableSettings.txtGroupTable_Custom": "Custom",
+ "PE.Views.TableSettings.txtGroupTable_Custom": "Niestandardowy",
"PE.Views.TableSettings.txtGroupTable_Dark": "Ciemny",
"PE.Views.TableSettings.txtGroupTable_Light": "Jasny",
"PE.Views.TableSettings.txtGroupTable_Medium": "Średni",
@@ -3509,7 +3509,7 @@
"PE.Views.ViewTab.textAlwaysShowToolbar": "Zawsze pokazuj pasek narzędzi",
"PE.Views.ViewTab.textClearGuides": "Clear guides",
"PE.Views.ViewTab.textCm": "cm",
- "PE.Views.ViewTab.textCustom": "Custom",
+ "PE.Views.ViewTab.textCustom": "Niestandardowy",
"PE.Views.ViewTab.textFill": "Wypełnij",
"PE.Views.ViewTab.textFitToSlide": "Dopasuj do slajdu",
"PE.Views.ViewTab.textFitToWidth": "Dopasuj do szerokości",
diff --git a/apps/presentationeditor/main/locale/ro.json b/apps/presentationeditor/main/locale/ro.json
index 5f69e6f3c1..20896826fd 100644
--- a/apps/presentationeditor/main/locale/ro.json
+++ b/apps/presentationeditor/main/locale/ro.json
@@ -2517,7 +2517,7 @@
"PE.Views.DocumentHolder.txtPastePicture": "Imagine",
"PE.Views.DocumentHolder.txtPasteSourceFormat": "Păstrare formatare sursă",
"PE.Views.DocumentHolder.txtPercentage": "Procent",
- "PE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe linkul",
+ "PE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe link",
"PE.Views.DocumentHolder.txtPreview": "Pornire expunere diapozitive",
"PE.Views.DocumentHolder.txtPrintSelection": "Imprimarea selecției",
"PE.Views.DocumentHolder.txtRemFractionBar": "Eliminare bară de fracție",
diff --git a/apps/presentationeditor/main/locale/sq.json b/apps/presentationeditor/main/locale/sq.json
index 4d6c35f9b9..cd8c292df9 100644
--- a/apps/presentationeditor/main/locale/sq.json
+++ b/apps/presentationeditor/main/locale/sq.json
@@ -1239,7 +1239,7 @@
"Common.Views.ShapeShadowDialog.txtSize": "Madhësia",
"Common.Views.ShapeShadowDialog.txtTitle": "Rregulloni hijen",
"Common.Views.ShapeShadowDialog.txtTransparency": "Transparencë",
- "Common.Views.ShortcutsDialog.txtDescription": "Description",
+ "Common.Views.ShortcutsDialog.txtDescription": "Përshkrim",
"Common.Views.ShortcutsDialog.txtEmpty": "Nuk u gjetën përputhje. Rregulloni kërkimin tuaj.",
"Common.Views.ShortcutsDialog.txtRestoreAll": "Riktheni të gjitha në cilësimet fillestare",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Dëshironi të vazhdoni?",
diff --git a/apps/spreadsheeteditor/embed/locale/pl.json b/apps/spreadsheeteditor/embed/locale/pl.json
index 0b5ef49400..ff4005536d 100644
--- a/apps/spreadsheeteditor/embed/locale/pl.json
+++ b/apps/spreadsheeteditor/embed/locale/pl.json
@@ -39,6 +39,10 @@
"SSE.ApplicationController.titleLicenseExp": "Upłynął okres ważności licencji",
"SSE.ApplicationController.titleLicenseNotActive": "Licencja jest nieaktywna",
"SSE.ApplicationController.txtClose": "Zamknij",
+ "SSE.ApplicationController.txtNo": "Nie",
+ "SSE.ApplicationController.txtOpenWarning": "Kliknięcie tego linku może być szkodliwe dla Twojego urządzenia i danych. Aby chronić swój komputer, klikaj tylko hiperłącza pochodzące z zaufanych źródeł. Ta lokalizacja może być niebezpieczna:
%1
Czy na pewno chcesz kontynuować?",
+ "SSE.ApplicationController.txtPressLink": "Kliknij link by go otworzyć",
+ "SSE.ApplicationController.txtYes": "Tak",
"SSE.ApplicationController.unknownErrorText": "Nieznany błąd.",
"SSE.ApplicationController.unsupportedBrowserErrorText": "Twoja przeglądarka nie jest wspierana.",
"SSE.ApplicationController.waitText": "Proszę czekać...",
diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolderExt.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolderExt.js
index b8d7bdb4cd..5699630b48 100644
--- a/apps/spreadsheeteditor/main/app/controller/DocumentHolderExt.js
+++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolderExt.js
@@ -2496,8 +2496,8 @@ define([], function () {
documentHolder.menuParagraphBullets.setVisible(istextchartmenu!==true);
documentHolder.menuHyperlinkShape.setVisible(istextshapemenu && can_add_hyperlink!==false && hyperinfo);
documentHolder.menuAddHyperlinkShape.setVisible(istextshapemenu && can_add_hyperlink!==false && !hyperinfo);
- documentHolder.menuParagraphVAlign.setVisible(istextchartmenu!==true && !isEquation); // убрать после того, как заголовок можно будет растягивать по вертикали!!
- documentHolder.menuParagraphDirection.setVisible(istextchartmenu!==true && !isEquation); // убрать после того, как заголовок можно будет растягивать по вертикали!!
+ documentHolder.menuParagraphVAlign.setVisible(istextchartmenu!==true && !isEquation); // remove it after the header can be stretched vertically!!
+ documentHolder.menuParagraphDirection.setVisible(istextchartmenu!==true && !isEquation); // remove it after the header can be stretched vertically!!
documentHolder.textInShapeMenu.items[3].setVisible(istextchartmenu!==true || istextshapemenu && can_add_hyperlink!==false);
documentHolder.pmiTextAdvanced.setVisible(documentHolder.pmiTextAdvanced.textInfo!==undefined);
@@ -2746,8 +2746,8 @@ define([], function () {
documentHolder.menuHyperlinkShape.setVisible(false);
documentHolder.menuAddHyperlinkShape.setVisible(false);
- documentHolder.menuParagraphVAlign.setVisible(false); // убрать после того, как заголовок можно будет растягивать по вертикали!!
- documentHolder.menuParagraphDirection.setVisible(false); // убрать после того, как заголовок можно будет растягивать по вертикали!!
+ documentHolder.menuParagraphVAlign.setVisible(false); // remove it after the header can be stretched vertically!!
+ documentHolder.menuParagraphDirection.setVisible(false); // remove it after the header can be stretched vertically!!
documentHolder.pmiTextAdvanced.setVisible(false);
documentHolder.menuParagraphEquation.setVisible(false);
documentHolder.textInShapeMenu.items[9].setVisible(false);
diff --git a/apps/spreadsheeteditor/main/app/controller/RightMenu.js b/apps/spreadsheeteditor/main/app/controller/RightMenu.js
index 9f1cfd1e43..6320609adc 100644
--- a/apps/spreadsheeteditor/main/app/controller/RightMenu.js
+++ b/apps/spreadsheeteditor/main/app/controller/RightMenu.js
@@ -231,9 +231,9 @@ define([
this._settings[settingsType].props = value;
this._settings[settingsType].hidden = 0;
- if (!this._settings[Common.Utils.documentSettingsType.Signature].locked) // lock Signature, если хотя бы один объект locked
+ if (!this._settings[Common.Utils.documentSettingsType.Signature].locked) // lock Signature, if at least one object is locked
this._settings[Common.Utils.documentSettingsType.Signature].locked = value.asc_getLocked();
- if (!this._settings[Common.Utils.documentSettingsType.Paragraph].locked) // lock Paragraph, если хотя бы у одной автофигуры заблокирован текст
+ if (!this._settings[Common.Utils.documentSettingsType.Paragraph].locked) // lock Paragraph, if at least one shape has locked text
this._settings[Common.Utils.documentSettingsType.Paragraph].locked = this._state.wsProps['Objects'] && locktext;
}
diff --git a/apps/spreadsheeteditor/main/app/view/SetValueDialog.js b/apps/spreadsheeteditor/main/app/view/SetValueDialog.js
index 3d854bfdd7..db5608c0d7 100644
--- a/apps/spreadsheeteditor/main/app/view/SetValueDialog.js
+++ b/apps/spreadsheeteditor/main/app/view/SetValueDialog.js
@@ -88,7 +88,7 @@ define([], function () { 'use strict';
var input = me.spnSize.$input[0];
if (document.selection) { // IE
me.spnSize.$input.select();
- } else { //FF и Webkit
+ } else { //FF and Webkit
input.selectionStart = 0;
input.selectionEnd = (me.startvalue).toString().length;
}
diff --git a/apps/spreadsheeteditor/main/locale/ar.json b/apps/spreadsheeteditor/main/locale/ar.json
index 0e0844b46b..02bc18710b 100644
--- a/apps/spreadsheeteditor/main/locale/ar.json
+++ b/apps/spreadsheeteditor/main/locale/ar.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "أدخل كلمة السر لفك تشفير الصفحة",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "فك حماية الورقة",
"SSE.Views.WBProtection.txtWBUnlockDescription": "أدخل كلمة سر لفك تشفير المصنف",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "فك حماية المصنف"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "فك حماية المصنف",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/az.json b/apps/spreadsheeteditor/main/locale/az.json
index bb09386b7e..858eccf77a 100644
--- a/apps/spreadsheeteditor/main/locale/az.json
+++ b/apps/spreadsheeteditor/main/locale/az.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Vərəqin mühafizəsini ləğv etmək üçün parol daxil edin",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Vərəqin qorumasını ləğv et",
"SSE.Views.WBProtection.txtWBUnlockDescription": "İş kitabının mühafizəsini ləğv etmək üçün parol daxil edin",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "İş kitabının qorumasını ləğv et"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "İş kitabının qorumasını ləğv et",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/be.json b/apps/spreadsheeteditor/main/locale/be.json
index fdfc1d6c3d..b705a25570 100644
--- a/apps/spreadsheeteditor/main/locale/be.json
+++ b/apps/spreadsheeteditor/main/locale/be.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Каб зняць абарону аркуша, увядзіце пароль",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Зняць абарону аркуша",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Каб зняць абарону кнігі, увядзіце пароль",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняць абарону працоўнай кнігі"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняць абарону працоўнай кнігі",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/bg.json b/apps/spreadsheeteditor/main/locale/bg.json
index d4c54822ae..9eb4716def 100644
--- a/apps/spreadsheeteditor/main/locale/bg.json
+++ b/apps/spreadsheeteditor/main/locale/bg.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/ca.json b/apps/spreadsheeteditor/main/locale/ca.json
index 396b59a670..8e77d14dfd 100644
--- a/apps/spreadsheeteditor/main/locale/ca.json
+++ b/apps/spreadsheeteditor/main/locale/ca.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Introdueix una contrasenya per desprotegir el full",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Desprotegeix el full",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Introdueix una contrasenya per desprotegir el llibre",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotegeix el llibre de treball"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotegeix el llibre de treball",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json
index d98f9842d6..48f8973498 100644
--- a/apps/spreadsheeteditor/main/locale/cs.json
+++ b/apps/spreadsheeteditor/main/locale/cs.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Zadejte heslo pro deaktivaci zabezpečení listu",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Zrušit zabezpečení listu",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Vložte heslo pro přístup k sešitu",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušit zabezpečení sešitu"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušit zabezpečení sešitu",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/da.json b/apps/spreadsheeteditor/main/locale/da.json
index 23b37fa49b..f6640f3c27 100644
--- a/apps/spreadsheeteditor/main/locale/da.json
+++ b/apps/spreadsheeteditor/main/locale/da.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Indtast en adgangskode for at fjerne beskyttelsen af arket",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Fjern beskyttelse af ark",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Indtast en adgangskode for at fjerne beskyttelsen af projektmappen",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "ubeskyt projektmappe"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "ubeskyt projektmappe",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json
index 094849fec5..75679a95bc 100644
--- a/apps/spreadsheeteditor/main/locale/de.json
+++ b/apps/spreadsheeteditor/main/locale/de.json
@@ -1483,6 +1483,7 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "Wenn Sie mit dem Speichern in diesem Format fortsetzen, werden alle Objekte außer Text verloren gehen.
Möchten Sie wirklich fortsetzen?",
"SSE.Controllers.LeftMenu.warnDownloadCsv": "Das CSV-Format unterstützt nicht das Speichern einer Datei mit mehreren Blättern und allen Elementen außer Text.
Um nur das aktive Blatt als CSV zu speichern, drücken Sie OK.
Um die gesamte Tabelle und alle Funktionen zu speichern, klicken Sie auf Abbrechen und wählen Sie ein anderes Format aus.",
"SSE.Controllers.LeftMenu.warnDownloadCsvSheets": "Das CSV-Format unterstützt nicht das Speichern einer Datei mit mehreren Blättern.
Um das ausgewählte Format beizubehalten und nur das aktuelle Blatt zu speichern, drücken Sie auf Speichern.
Um das aktuelle Arbeitsblatt zu speichern, klicken Sie auf Abbrechen und speichern Sie es in einem anderen Format.",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Das Speichern dieser Datei kann aufgrund eingeschränkter Formatunterstützung zum Verlust einiger Formeln, Zellformatierungen oder eingebetteter Objekte führen.
Möchten Sie fortfahren?",
"SSE.Controllers.Main.confirmAddCellWatches": "Diese Aktion wird {0} Zell-Überwachungen hinzufügen.
Wollen Sie fortsetzen ?",
"SSE.Controllers.Main.confirmAddCellWatchesMax": "Diese Aktion fügt nur {0} Zellüberwachungen hinzu, um den Speicher zu sparen.
Möchten Sie fortsetzen?",
"SSE.Controllers.Main.confirmMaxChangesSize": "Die Anzahl der Aktionen überschreitet die für Ihren Server festgelegte Grenze.
Drücken Sie \"Rückgängig\", um Ihre letzte Aktion abzubrechen, oder drücken Sie \"Weiter\", um die Aktion lokal fortzusetzen (Sie müssen die Datei herunterladen oder ihren Inhalt kopieren, um sicherzustellen, dass nichts verloren geht).",
diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json
index 913d46a61e..cd7e7fc757 100644
--- a/apps/spreadsheeteditor/main/locale/el.json
+++ b/apps/spreadsheeteditor/main/locale/el.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Εισάγετε συνθηματικό για άρση προστασίας φύλλου",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Άρση προστασίας φύλλου",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Εισάγετε συνθηματικό για άρση προστασίας βιβλίου εργασίας",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Άρση προστασίας βιβλίου εργασίας"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Άρση προστασίας βιβλίου εργασίας",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json
index e892c7d48e..c5b23fcfc5 100644
--- a/apps/spreadsheeteditor/main/locale/es.json
+++ b/apps/spreadsheeteditor/main/locale/es.json
@@ -1483,6 +1483,7 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "Si sigue guardando en este formato todas las características a excepción del texto se perderán.
¿Está seguro de que quiere continuar?",
"SSE.Controllers.LeftMenu.warnDownloadCsv": "El formato CSV no permite guardar un archivo de varias hojas y todos los elementos, excepto el texto.
Para guardar solo la hoja seleccionada en CSV, pulse OK.
Para guardar toda la hoja de cálculo y todas las características, pulse Cancelar y seleccione otro formato.",
"SSE.Controllers.LeftMenu.warnDownloadCsvSheets": "El formato CSV no admite guardar un archivo de varias hojas.
Para mantener el formato seleccionado y guardar solo la hoja actual, pulse Guardar.
Para guardar la hoja de cálculo actual, pulse Cancelar y guárdela en un formato diferente.",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Al guardar este archivo, es posible que se pierdan algunas fórmulas, el formato de las celdas u objetos incrustados debido a la compatibilidad limitada con determinados formatos.
¿Está seguro de que desea continuar?",
"SSE.Controllers.Main.confirmAddCellWatches": "Esta acción añadirá {0} inspecciones de celda.
¿Desea continuar?",
"SSE.Controllers.Main.confirmAddCellWatchesMax": "Esta acción añadirá solo {0} inspecciones de celda por motivo de ahorrar memoria.
¿Desea continuar?",
"SSE.Controllers.Main.confirmMaxChangesSize": "El tamaño de las acciones excede la limitación establecida para su servidor.
Pulse \"Deshacer\" para cancelar su última acción o pulse \"Continuar\" para mantener la acción localmente (debe descargar el archivo o copiar su contenido para asegurarse de que no se pierda nada).",
@@ -4591,7 +4592,7 @@
"SSE.Views.TableOptionsDialog.txtFormat": "Crear tabla",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "¡ERROR! Rango de celdas inválido",
"SSE.Views.TableOptionsDialog.txtNote": "Los encabezados deben permanecer en la misma fila y el rango de la tabla resultante debe superponerse sobre el rango de la tabla original.",
- "SSE.Views.TableOptionsDialog.txtTitle": "Título",
+ "SSE.Views.TableOptionsDialog.txtTitle": "Mi tabla tiene encabezados",
"SSE.Views.TableSettings.deleteColumnText": "Eliminar columna",
"SSE.Views.TableSettings.deleteRowText": "Eliminar fila",
"SSE.Views.TableSettings.deleteTableText": "Eliminar tabla",
diff --git a/apps/spreadsheeteditor/main/locale/eu.json b/apps/spreadsheeteditor/main/locale/eu.json
index d969ad5cd2..e251692483 100644
--- a/apps/spreadsheeteditor/main/locale/eu.json
+++ b/apps/spreadsheeteditor/main/locale/eu.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Idatzi pasahitza orriari babesa kentzeko",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Kendu babesa orriari",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Idatzi pasahitza laneko liburuari babesa kentzeko",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Kendu babesa laneko liburuari"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Kendu babesa laneko liburuari",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/fi.json b/apps/spreadsheeteditor/main/locale/fi.json
index 6f0f947f1e..635b3d8bce 100644
--- a/apps/spreadsheeteditor/main/locale/fi.json
+++ b/apps/spreadsheeteditor/main/locale/fi.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json
index ddfc45e395..599377908a 100644
--- a/apps/spreadsheeteditor/main/locale/fr.json
+++ b/apps/spreadsheeteditor/main/locale/fr.json
@@ -88,7 +88,7 @@
"Common.Controllers.Shortcuts.txtDescriptionExitAddingShapesMode": "Quitter le mode d'ajout de formes. Supprimer la sélection étape par étape (par exemple, si le contenu d'une forme dans un groupe est sélectionné, le curseur sera d'abord supprimé du contenu, puis de la forme, puis du groupe).",
"Common.Controllers.Shortcuts.txtDescriptionFillSelectedCellRange": "Remplir la plage de cellules sélectionnée avec l'entrée actuelle. Sélectionnez une plage de cellules, saisissez des données dans la cellule active et appuyez sur les touches spécifiées pour remplir toutes les cellules sélectionnées avec les données saisies.",
"Common.Controllers.Shortcuts.txtDescriptionFormatAsTableTemplate": "Appliquer un modèle de tableau à une plage de cellules sélectionnée.",
- "Common.Controllers.Shortcuts.txtDescriptionFormatTableAddSummaryRow": "Ajouter la ligne de total pour un tableau mis en forme.",
+ "Common.Controllers.Shortcuts.txtDescriptionFormatTableAddSummaryRow": "Ajouter la ligne de synthèse pour un tableau mis en forme.",
"Common.Controllers.Shortcuts.txtDescriptionIncreaseFontSize": "Augmenter la taille de police du fragment de texte sélectionné de 1 point. Fonctionne uniquement avec le texte dans un objet graphique.",
"Common.Controllers.Shortcuts.txtDescriptionInsertHyperlink": "Insérer un lien hypertexte permettant d’accéder à une adresse Web.",
"Common.Controllers.Shortcuts.txtDescriptionItalic": "Mettre en italique le fragment de texte sélectionné ou supprimer la mise en forme Italique.",
@@ -373,10 +373,10 @@
"Common.Controllers.Shortcuts.txtLabelZoom100": "Zoom100",
"Common.Controllers.Shortcuts.txtLabelZoomIn": "ZoomIn",
"Common.Controllers.Shortcuts.txtLabelZoomOut": "ZoomOut",
- "Common.define.chartData.textArea": "En aires",
- "Common.define.chartData.textAreaStacked": "Zone empilée",
- "Common.define.chartData.textAreaStackedPer": "Aire Empilée 100%",
- "Common.define.chartData.textBar": "En barre",
+ "Common.define.chartData.textArea": "Aires",
+ "Common.define.chartData.textAreaStacked": "Aires empilées",
+ "Common.define.chartData.textAreaStackedPer": "Aires empilées 100%",
+ "Common.define.chartData.textBar": "À barres",
"Common.define.chartData.textBarNormal": "colonne groupée ",
"Common.define.chartData.textBarNormal3d": "Barres groupées en 3D",
"Common.define.chartData.textBarNormal3dPerspective": "Colonne 3D",
@@ -388,7 +388,7 @@
"Common.define.chartData.textColumn": "Colonne",
"Common.define.chartData.textColumnSpark": "Histogramme",
"Common.define.chartData.textCombo": "Combo",
- "Common.define.chartData.textComboAreaBar": "Zone empilée - colonne en cluster ",
+ "Common.define.chartData.textComboAreaBar": "Aires empilées - histogramme groupé",
"Common.define.chartData.textComboBarLine": "Colonne - ligne groupée",
"Common.define.chartData.textComboBarLineSecondary": "Colonne ligne groupée sur le second axe",
"Common.define.chartData.textComboCustom": "Combinaison personnalisée",
@@ -407,8 +407,8 @@
"Common.define.chartData.textLineStackedMarker": "ligne empilée avec marqueurs",
"Common.define.chartData.textLineStackedPer": "100% ligne empilée",
"Common.define.chartData.textLineStackedPerMarker": "100% ligne empilée avec marqueurs",
- "Common.define.chartData.textPie": "Graphiques à secteurs",
- "Common.define.chartData.textPie3d": "Camembert 3D",
+ "Common.define.chartData.textPie": "Secteurs",
+ "Common.define.chartData.textPie3d": "Secteurs en 3D",
"Common.define.chartData.textPoint": "Nuages de points (XY)",
"Common.define.chartData.textRadar": "Radar",
"Common.define.chartData.textRadarFilled": "Radar plein",
@@ -1075,7 +1075,7 @@
"Common.Views.Protection.txtInvisibleSignature": "Ajouter une signature numérique",
"Common.Views.Protection.txtSignature": "Signature",
"Common.Views.Protection.txtSignatureLine": "Ajouter la zone de signature",
- "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir récents",
+ "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir récent",
"Common.Views.RenameDialog.textName": "Nom de fichier",
"Common.Views.RenameDialog.txtInvalidName": "Un nom de fichier ne peut pas contenir les caractères suivants :",
"Common.Views.ReviewChanges.hintNext": "Vers la modification suivante",
@@ -1342,7 +1342,7 @@
"SSE.Controllers.DocumentHolder.txtDeleteGroupChar": "Supprimer caractère",
"SSE.Controllers.DocumentHolder.txtDeleteRadical": "Supprimer radical",
"SSE.Controllers.DocumentHolder.txtEnds": "Se termine par",
- "SSE.Controllers.DocumentHolder.txtEquals": "Est égal",
+ "SSE.Controllers.DocumentHolder.txtEquals": "Est égal à",
"SSE.Controllers.DocumentHolder.txtEqualsToCellColor": "Egal à сouleur de cellule",
"SSE.Controllers.DocumentHolder.txtEqualsToFontColor": "Egale à couleur de police",
"SSE.Controllers.DocumentHolder.txtExpand": "Développer et trier",
@@ -1394,7 +1394,7 @@
"SSE.Controllers.DocumentHolder.txtNotBegins": "Ne commence pas par",
"SSE.Controllers.DocumentHolder.txtNotContains": "Ne contient pas",
"SSE.Controllers.DocumentHolder.txtNotEnds": "Ne se termine pas par",
- "SSE.Controllers.DocumentHolder.txtNotEquals": "n'est pas égal",
+ "SSE.Controllers.DocumentHolder.txtNotEquals": "n'est pas égal à",
"SSE.Controllers.DocumentHolder.txtOr": "ou",
"SSE.Controllers.DocumentHolder.txtOther": "Autre",
"SSE.Controllers.DocumentHolder.txtOverbar": "Barre au-dessus d'un texte",
@@ -1483,6 +1483,7 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "Si vous continuez à enregistrer dans ce format toutes les fonctions sauf le texte seront perdues.
Êtes-vous sûr de vouloir continuer ?",
"SSE.Controllers.LeftMenu.warnDownloadCsv": "Le format CSV ne prend pas en charge l'enregistrement d'un fichier à plusieurs feuilles et de tous les éléments, à l'exception du texte.
Pour enregistrer uniquement la feuille sélectionnée au format CSV, appuyez sur OK.
Pour enregistrer l'ensemble du classeur et toutes les fonctionnalités, cliquez sur Annuler et sélectionnez un autre format.",
"SSE.Controllers.LeftMenu.warnDownloadCsvSheets": "Le format CSV ne permet pas d'enregistrer un fichier à plusieurs feuilles.
Pour conserver le format sélectionné et enregistrer uniquement la feuille en cours, appuyez sur Enregistrer.
Pour enregistrer le livre en cours, cliquez sur Annuler et enregistrez-la dans un format différent.",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "L'enregistrement de ce fichier peut entraîner la perte de certaines formules, de la mise en forme des cellules ou des objets intégrés en raison d'une prise en charge limitée des formats. Voulez-vous vraiment continuer ?",
"SSE.Controllers.Main.confirmAddCellWatches": "Cette action va ajouter {0} espions de cellule. Voulez-vous continuer ?",
"SSE.Controllers.Main.confirmAddCellWatchesMax": "Cette action ajoutera seulement {0} espions de cellule par raison de sauvegarde de la mémoire.
Voulez-vous continuer ?",
"SSE.Controllers.Main.confirmMaxChangesSize": "La taille des actions dépasse la limitation fixée pour votre serveur.
Appuyez sur \"Annuler\" pour annuler votre dernière action ou sur \"Continuer\" pour maintenir l'action en local (vous devez télécharger le fichier ou copier son contenu pour vous assurer que rien n'est perdu).",
@@ -1876,7 +1877,7 @@
"SSE.Controllers.Main.txtShape_octagon": "Octogone",
"SSE.Controllers.Main.txtShape_parallelogram": "Parallélogramme",
"SSE.Controllers.Main.txtShape_pentagon": "Pentagone",
- "SSE.Controllers.Main.txtShape_pie": "Secteur",
+ "SSE.Controllers.Main.txtShape_pie": "Secteurs",
"SSE.Controllers.Main.txtShape_plaque": "Signe",
"SSE.Controllers.Main.txtShape_plus": "Plus",
"SSE.Controllers.Main.txtShape_polyline1": "Dessin à main levée",
@@ -2000,7 +2001,7 @@
"SSE.Controllers.Print.textInvalidRange": "ERREUR ! La plage de cellules n'est pas valide",
"SSE.Controllers.Print.textNoRepeat": "Ne pas répéter",
"SSE.Controllers.Print.textRepeat": "Répéter...",
- "SSE.Controllers.Print.textSelectRange": "Sélectionner la ligne",
+ "SSE.Controllers.Print.textSelectRange": "Sélectionner la plage",
"SSE.Controllers.Print.txtCustom": "Personnalisé",
"SSE.Controllers.Print.txtZoomToPage": "Ajuster à la page",
"SSE.Controllers.Search.textInvalidRange": "ERREUR ! Plage de cellules invalide",
@@ -2066,7 +2067,7 @@
"SSE.Controllers.Toolbar.txtAccent_ArrowD": "Flèche gauche-droite au-dessus",
"SSE.Controllers.Toolbar.txtAccent_ArrowL": "Flèche vers la gauche au-dessus",
"SSE.Controllers.Toolbar.txtAccent_ArrowR": "Flèche vers la droite au-dessus",
- "SSE.Controllers.Toolbar.txtAccent_Bar": "Barre",
+ "SSE.Controllers.Toolbar.txtAccent_Bar": "À barres",
"SSE.Controllers.Toolbar.txtAccent_BarBot": "Barre inférieure",
"SSE.Controllers.Toolbar.txtAccent_BarTop": "Barre supérieure",
"SSE.Controllers.Toolbar.txtAccent_BorderBox": "Formule encadrée (avec espace réservé)",
@@ -2435,7 +2436,7 @@
"SSE.Views.AutoFilterDialog.txtDecember": "Décembre",
"SSE.Views.AutoFilterDialog.txtEmpty": "Entrez le filtre des cellules",
"SSE.Views.AutoFilterDialog.txtEnds": "Se termine par...",
- "SSE.Views.AutoFilterDialog.txtEquals": "Équivaut à...",
+ "SSE.Views.AutoFilterDialog.txtEquals": "Est égal à...",
"SSE.Views.AutoFilterDialog.txtFebruary": "Février",
"SSE.Views.AutoFilterDialog.txtFilterCellColor": "Filtrer par couleur des cellules",
"SSE.Views.AutoFilterDialog.txtFilterFontColor": "Filtrer par couleur de police",
@@ -2461,7 +2462,7 @@
"SSE.Views.AutoFilterDialog.txtNotBetween": "Pas entre ...",
"SSE.Views.AutoFilterDialog.txtNotContains": "Ne contient pas...",
"SSE.Views.AutoFilterDialog.txtNotEnds": "Ne se termine pas avec ...",
- "SSE.Views.AutoFilterDialog.txtNotEquals": "N'est pas égal...",
+ "SSE.Views.AutoFilterDialog.txtNotEquals": "N'est pas égal à...",
"SSE.Views.AutoFilterDialog.txtNovember": "Novembre",
"SSE.Views.AutoFilterDialog.txtNumFilter": "Filtre de nombre",
"SSE.Views.AutoFilterDialog.txtOctober": "Octobre",
@@ -2865,7 +2866,7 @@
"SSE.Views.DataValidationDialog.txtLessThanOrEqual": "inférieur ou égal à",
"SSE.Views.DataValidationDialog.txtList": "Liste",
"SSE.Views.DataValidationDialog.txtNotBetween": "pas entre",
- "SSE.Views.DataValidationDialog.txtNotEqual": "n'est pas égal",
+ "SSE.Views.DataValidationDialog.txtNotEqual": "n'est pas égal à",
"SSE.Views.DataValidationDialog.txtOther": "Autre",
"SSE.Views.DataValidationDialog.txtStartDate": "Date de début",
"SSE.Views.DataValidationDialog.txtStartTime": "Heure de début",
@@ -2873,11 +2874,11 @@
"SSE.Views.DataValidationDialog.txtTime": "Heure",
"SSE.Views.DataValidationDialog.txtWhole": "Nombre entier",
"SSE.Views.DigitalFilterDialog.capAnd": "Et",
- "SSE.Views.DigitalFilterDialog.capCondition1": "est égal",
+ "SSE.Views.DigitalFilterDialog.capCondition1": "Est égal à",
"SSE.Views.DigitalFilterDialog.capCondition10": "ne se termine pas par",
"SSE.Views.DigitalFilterDialog.capCondition11": "contient",
"SSE.Views.DigitalFilterDialog.capCondition12": "ne contient pas",
- "SSE.Views.DigitalFilterDialog.capCondition2": "n'est pas égal",
+ "SSE.Views.DigitalFilterDialog.capCondition2": "n'est pas égal à",
"SSE.Views.DigitalFilterDialog.capCondition3": "est supérieur à",
"SSE.Views.DigitalFilterDialog.capCondition30": "est après",
"SSE.Views.DigitalFilterDialog.capCondition4": "est supérieur ou égal à",
@@ -3183,7 +3184,7 @@
"SSE.Views.FileMenu.btnInfoCaption": "Infos",
"SSE.Views.FileMenu.btnPrintCaption": "Imprimer",
"SSE.Views.FileMenu.btnProtectCaption": "Protéger",
- "SSE.Views.FileMenu.btnRecentFilesCaption": "Ouvrir récente",
+ "SSE.Views.FileMenu.btnRecentFilesCaption": "Ouvrir récent",
"SSE.Views.FileMenu.btnRenameCaption": "Renommer",
"SSE.Views.FileMenu.btnReturnCaption": "Retour à la feuille de calcul",
"SSE.Views.FileMenu.btnRightsCaption": "Droits d'accès",
@@ -3841,13 +3842,13 @@
"SSE.Views.PivotCalculatedItemsDialog.txtItemsName": "Nom des éléments",
"SSE.Views.PivotCalculatedItemsDialog.txtNew": "Nouveau",
"SSE.Views.PivotCalculatedItemsDialog.txtTitle": "Éléments calculés dans",
- "SSE.Views.PivotDigitalFilterDialog.capCondition1": "est égal",
+ "SSE.Views.PivotDigitalFilterDialog.capCondition1": "Est égal à",
"SSE.Views.PivotDigitalFilterDialog.capCondition10": "ne se termine pas par",
"SSE.Views.PivotDigitalFilterDialog.capCondition11": "contient",
"SSE.Views.PivotDigitalFilterDialog.capCondition12": "ne contient pas",
"SSE.Views.PivotDigitalFilterDialog.capCondition13": "entre",
"SSE.Views.PivotDigitalFilterDialog.capCondition14": "pas entre",
- "SSE.Views.PivotDigitalFilterDialog.capCondition2": "n'est pas égal",
+ "SSE.Views.PivotDigitalFilterDialog.capCondition2": "n'est pas égal à",
"SSE.Views.PivotDigitalFilterDialog.capCondition3": "est supérieur à",
"SSE.Views.PivotDigitalFilterDialog.capCondition30": "est après",
"SSE.Views.PivotDigitalFilterDialog.capCondition4": "est supérieur ou égal à",
@@ -3880,7 +3881,7 @@
"SSE.Views.PivotGroupDialog.textNumDays": "Nombre de jours",
"SSE.Views.PivotGroupDialog.textQuart": "Quartiers",
"SSE.Views.PivotGroupDialog.textSec": "Secondes",
- "SSE.Views.PivotGroupDialog.textStart": "Commence à",
+ "SSE.Views.PivotGroupDialog.textStart": "Début à",
"SSE.Views.PivotGroupDialog.textYear": "années",
"SSE.Views.PivotGroupDialog.txtTitle": "Grouper",
"SSE.Views.PivotInsertCalculatedItemDialog.txtDescription": "Vous pouvez utiliser les éléments calculés pour effectuer des calculs de base entre différents éléments d'un même champ.",
@@ -4036,7 +4037,7 @@
"SSE.Views.PrintTitlesDialog.textLeft": "Colonnes à répéter à gauche",
"SSE.Views.PrintTitlesDialog.textNoRepeat": "Ne pas répéter",
"SSE.Views.PrintTitlesDialog.textRepeat": "Répéter...",
- "SSE.Views.PrintTitlesDialog.textSelectRange": "Sélectionner la ligne",
+ "SSE.Views.PrintTitlesDialog.textSelectRange": "Sélectionner la plage",
"SSE.Views.PrintTitlesDialog.textTitle": "Imprimer des en-têtes",
"SSE.Views.PrintTitlesDialog.textTop": "Répéter les lignes en haut",
"SSE.Views.PrintWithPreview.txtActiveSheets": "Feuilles actives",
@@ -4511,7 +4512,7 @@
"SSE.Views.Statusbar.itemAverage": "Moyenne",
"SSE.Views.Statusbar.itemCount": "Total",
"SSE.Views.Statusbar.itemDelete": "Supprimer",
- "SSE.Views.Statusbar.itemHidden": "Masquée",
+ "SSE.Views.Statusbar.itemHidden": "Masqué",
"SSE.Views.Statusbar.itemHide": "Masquer",
"SSE.Views.Statusbar.itemInsert": "Insertion",
"SSE.Views.Statusbar.itemMaximum": "Maximum",
@@ -4565,7 +4566,7 @@
"SSE.Views.TableDesignTab.tipRemDuplicates": "Suppression des lignes en double dans la feuille.",
"SSE.Views.TableDesignTab.tipResize": "Modifiez la taille de ce tableau en ajoutant ou en supprimant des lignes et des colonnes.",
"SSE.Views.TableDesignTab.tipRowsCols": "Lignes et colonnes",
- "SSE.Views.TableDesignTab.txtAltText": "Texte alternatif",
+ "SSE.Views.TableDesignTab.txtAltText": "Texte de remplacement",
"SSE.Views.TableDesignTab.txtBandedColumns": "Colonnes à bandes",
"SSE.Views.TableDesignTab.txtBandedRows": "Lignes à bandes",
"SSE.Views.TableDesignTab.txtConvertToRange": "Convertir en plage",
@@ -4577,12 +4578,12 @@
"SSE.Views.TableDesignTab.txtGroupTable_Medium": "Moyen",
"SSE.Views.TableDesignTab.txtHeaderRow": "Ligne d’en-tête",
"SSE.Views.TableDesignTab.txtLastColumn": "Dernière colonne",
- "SSE.Views.TableDesignTab.txtPivot": "Tableau croisé",
+ "SSE.Views.TableDesignTab.txtPivot": "Tableau croisé dynamique",
"SSE.Views.TableDesignTab.txtRemDuplicates": "Supprimer les doublons",
"SSE.Views.TableDesignTab.txtResize": "Redimensionner le tableau",
"SSE.Views.TableDesignTab.txtRowsCols": "Lignes et colonnes",
"SSE.Views.TableDesignTab.txtSlicer": "Segment",
- "SSE.Views.TableDesignTab.txtTotalRow": "Ligne de total",
+ "SSE.Views.TableDesignTab.txtTotalRow": "Ligne des totaux",
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Impossible de réaliser l'opération sur la plage de cellules spécifiée.
Sélectionnez un plage de données différente de la plage existante et essayez à nouveau.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "L'opération n'a pas pu être achevée pour la plage de cellules sélectionnée.
Sélectionnez une plage de telle sorte que la première ligne de la table était sur la même ligne
et la table résultant chevauché l'actuel.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "L'opération n'a pas pu être achevée pour la plage de cellules sélectionnée.
Sélectionnez une plage qui ne comprend pas d'autres tables.",
@@ -4591,7 +4592,7 @@
"SSE.Views.TableOptionsDialog.txtFormat": "Créer un tableau",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ERREUR! La plage de cellules non valide",
"SSE.Views.TableOptionsDialog.txtNote": "Les en-têtes doivent rester dans la même ligne, la ligne résultant de la table doit se chevaucher avec une ligne de table originale.",
- "SSE.Views.TableOptionsDialog.txtTitle": "Titre",
+ "SSE.Views.TableOptionsDialog.txtTitle": "Mon tableau comporte des en-têtes",
"SSE.Views.TableSettings.deleteColumnText": "Supprimer la colonne",
"SSE.Views.TableSettings.deleteRowText": "Supprimer la ligne",
"SSE.Views.TableSettings.deleteTableText": "Supprimer le tableau",
@@ -4608,7 +4609,7 @@
"SSE.Views.TableSettings.textAdvanced": "Afficher les paramètres avancés",
"SSE.Views.TableSettings.textBanded": "Bordé",
"SSE.Views.TableSettings.textColumns": "Colonnes",
- "SSE.Views.TableSettings.textConvertRange": "Conversion en plage",
+ "SSE.Views.TableSettings.textConvertRange": "Convertir en plage",
"SSE.Views.TableSettings.textEdit": "Lignes et colonnes",
"SSE.Views.TableSettings.textEmptyTemplate": "Aucun modèle",
"SSE.Views.TableSettings.textExistName": "ERREUR! Une gamme avec un tel nom existe déjà",
@@ -4946,7 +4947,7 @@
"SSE.Views.Toolbar.tipSendForward": "Déplacer vers l'avant",
"SSE.Views.Toolbar.tipShapesMerge": "Combiner les formes",
"SSE.Views.Toolbar.tipSynchronize": "Le document a été modifié par un autre utilisateur. Cliquez pour enregistrer vos modifications et recharger des mises à jour.",
- "SSE.Views.Toolbar.tipTextDirection": "Direction du texte",
+ "SSE.Views.Toolbar.tipTextDirection": "Orientation du texte",
"SSE.Views.Toolbar.tipTextFormatting": "Plus d'outils de formatage de texte",
"SSE.Views.Toolbar.tipTextOrientation": "Orientation",
"SSE.Views.Toolbar.tipUndo": "Annuler",
diff --git a/apps/spreadsheeteditor/main/locale/gl.json b/apps/spreadsheeteditor/main/locale/gl.json
index f59043d05b..56d8079c59 100644
--- a/apps/spreadsheeteditor/main/locale/gl.json
+++ b/apps/spreadsheeteditor/main/locale/gl.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Introduza un contrasinal para quitarlle a protección á folla",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Desprotexer folla",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Introduza un contrasinal para quitarlle a protección ao libro",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotexer libro"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotexer libro",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/he.json b/apps/spreadsheeteditor/main/locale/he.json
index a9e3852e99..8890d17673 100644
--- a/apps/spreadsheeteditor/main/locale/he.json
+++ b/apps/spreadsheeteditor/main/locale/he.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "הזנת סיסמה כדי להסיר הגנה גיליון",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "הסרת הגנה על גליון",
"SSE.Views.WBProtection.txtWBUnlockDescription": "הזנת סיסמה כדי לבטל את ההגנה חוברת עבודה",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "חוברת עבודה לא מוגנת"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "חוברת עבודה לא מוגנת",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/hu.json b/apps/spreadsheeteditor/main/locale/hu.json
index d181144d5f..af0ce16d1b 100644
--- a/apps/spreadsheeteditor/main/locale/hu.json
+++ b/apps/spreadsheeteditor/main/locale/hu.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Írjon be egy jelszót a munkalap védelmének megszüntetéséhez",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Munkalap védelmének megszüntetése",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Írjon be egy jelszót a munkafüzet védelmének megszüntetéséhez",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Munkafüzet védelmének megszüntetése"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Munkafüzet védelmének megszüntetése",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/hy.json b/apps/spreadsheeteditor/main/locale/hy.json
index 47582971b1..85aa9ee4ff 100644
--- a/apps/spreadsheeteditor/main/locale/hy.json
+++ b/apps/spreadsheeteditor/main/locale/hy.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Մուտքագրեք գաղտնաբառ՝ թերթը չպաշտպանելու համար",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Չպաշտպանել թերթիկը",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Մուտքագրեք գաղտնաբառ՝ աշխատանքային գրքույկը պաշտպանելու համար",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Չպաշտպանել աշխատանքային գրքույկը"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Չպաշտպանել աշխատանքային գրքույկը",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/id.json b/apps/spreadsheeteditor/main/locale/id.json
index f30b0fe88c..adf9ccdd18 100644
--- a/apps/spreadsheeteditor/main/locale/id.json
+++ b/apps/spreadsheeteditor/main/locale/id.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Masukkan password untuk membuka proteksi sheet",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Buka Proteksi Sheet",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Masukkan password untuk membuka proteksi workbook",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Buka Proteksi Workbook"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Buka Proteksi Workbook",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json
index a2f0793218..01457c2bf7 100644
--- a/apps/spreadsheeteditor/main/locale/it.json
+++ b/apps/spreadsheeteditor/main/locale/it.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Inserisci una password per rimuovere la protezione del foglio",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Rimuovi la protezione del foglio",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Inserisci una password per rimuovere la protezione del libro di lavoro",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Rimuovi la protezione del libro di lavoro"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Rimuovi la protezione del libro di lavoro",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json
index 5d10fc1e2c..67596ae5ea 100644
--- a/apps/spreadsheeteditor/main/locale/ja.json
+++ b/apps/spreadsheeteditor/main/locale/ja.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "シートを保護解除するようにパスワードを入力してください",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "シートを保護を解除する",
"SSE.Views.WBProtection.txtWBUnlockDescription": "ブックを保護解除するようにパスワードを入力してください",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "ブックを保護を解除する"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "ブックを保護を解除する",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/ko.json b/apps/spreadsheeteditor/main/locale/ko.json
index 45211c804e..6a7163cd33 100644
--- a/apps/spreadsheeteditor/main/locale/ko.json
+++ b/apps/spreadsheeteditor/main/locale/ko.json
@@ -1301,7 +1301,7 @@
"SSE.Controllers.DocumentHolder.textAutoCorrectSettings": "자동 고침 옵션",
"SSE.Controllers.DocumentHolder.textChangeColumnWidth": "열 너비 {0} 기호 ({1} 픽셀)",
"SSE.Controllers.DocumentHolder.textChangeRowHeight": "행 높이 {0} 점 ({1} 픽셀)",
- "SSE.Controllers.DocumentHolder.textCtrlClick": "CTRL 키를 누른 상태에서 링크 클릭",
+ "SSE.Controllers.DocumentHolder.textCtrlClick": "실행하려면 한 번만 클릭하십시오. 누르고 있으면 현재 셀이 선택됩니다.",
"SSE.Controllers.DocumentHolder.textInsertLeft": "왼쪽에 삽입",
"SSE.Controllers.DocumentHolder.textInsertTop": "위의 행 삽입",
"SSE.Controllers.DocumentHolder.textPasteSpecial": "특수기호 붙이기",
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "양식 보호를 해제하려면 비밀번호를 입력하세요.",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "시트 보호해제",
"SSE.Views.WBProtection.txtWBUnlockDescription": "통합 문서 보호를 해제하려면 비밀번호를 입력하세요.",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "통합 문서 보호 잠금 해제"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "통합 문서 보호 잠금 해제",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/lo.json b/apps/spreadsheeteditor/main/locale/lo.json
index 2dc421dbc6..3c298c3d89 100644
--- a/apps/spreadsheeteditor/main/locale/lo.json
+++ b/apps/spreadsheeteditor/main/locale/lo.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "ໃສ່ລະຫັດຜ່ານເພື່ອຍົກເລີກການປ້ອງກັນແຜ່ນ",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "ບໍ່ປ້ອງກັນແຜ່ນຊີດ",
"SSE.Views.WBProtection.txtWBUnlockDescription": "ປ້ອນລະຫັດຜ່ານເພື່ອບໍ່ປົກປ້ອງປື້ມບັນທືກ",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "ບໍ່ປ້ອງ ປື້ມບັນທືກ"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "ບໍ່ປ້ອງ ປື້ມບັນທືກ",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/lv.json b/apps/spreadsheeteditor/main/locale/lv.json
index 6844426cd1..e098d92aa9 100644
--- a/apps/spreadsheeteditor/main/locale/lv.json
+++ b/apps/spreadsheeteditor/main/locale/lv.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Ievadiet paroli, lai noņemtu lapas aizsardzību",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Noņemt aizsargāto lapu",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Ievadiet paroli, lai noņemtu darbgrāmatas aizsardzību",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Noņemt darbgrāmatas aizsardzību"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Noņemt darbgrāmatas aizsardzību",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/ms.json b/apps/spreadsheeteditor/main/locale/ms.json
index 32c07287be..6f385bc4e7 100644
--- a/apps/spreadsheeteditor/main/locale/ms.json
+++ b/apps/spreadsheeteditor/main/locale/ms.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Masukkan kata laluan untuk melindungi helaian",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Helaian Nyahlindung",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Masukkan kata laluan untuk melindungi buku kerja",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Buku Kerja Nyahlindung"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Buku Kerja Nyahlindung",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/nl.json b/apps/spreadsheeteditor/main/locale/nl.json
index 9e7a6e6347..038a85f845 100644
--- a/apps/spreadsheeteditor/main/locale/nl.json
+++ b/apps/spreadsheeteditor/main/locale/nl.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Voer een wachtwoord in om de beveiliging voor het blad op te heffen",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Beveiliging van blad opheffen",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Voer een wachtwoord in om de beveiliging voor het werkboek op te heffen",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Beveiliging van werkboek opheffen"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Beveiliging van werkboek opheffen",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/pl.json b/apps/spreadsheeteditor/main/locale/pl.json
index 67a897fb8d..bb59438935 100644
--- a/apps/spreadsheeteditor/main/locale/pl.json
+++ b/apps/spreadsheeteditor/main/locale/pl.json
@@ -860,7 +860,7 @@
"Common.Views.DocumentPropertyDialog.txtPropertyBooleanTrue": "Yes",
"Common.Views.DocumentPropertyDialog.txtPropertyTitleBlankError": "Property should have a title",
"Common.Views.DocumentPropertyDialog.txtPropertyTitleLabel": "Title",
- "Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Yes\" or \"No\"",
+ "Common.Views.DocumentPropertyDialog.txtPropertyTypeBoolean": "\"Tak\" czy \"Nie\"",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeDate": "Date",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeLabel": "Type",
"Common.Views.DocumentPropertyDialog.txtPropertyTypeNumber": "Number",
@@ -3096,7 +3096,7 @@
"SSE.Views.DocumentHolder.txtPaste": "Wklej",
"SSE.Views.DocumentHolder.txtPercent": "% of",
"SSE.Views.DocumentHolder.txtPercentage": "Procentowe",
- "SSE.Views.DocumentHolder.txtPercentDiff": "% difference from",
+ "SSE.Views.DocumentHolder.txtPercentDiff": "Różnica procentowa od",
"SSE.Views.DocumentHolder.txtPercentOfCol": "% of column total",
"SSE.Views.DocumentHolder.txtPercentOfGrand": "% of grand total",
"SSE.Views.DocumentHolder.txtPercentOfParent": "% of parent total",
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Wprowadź hasło, aby odblokować arkusz",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Usuń ochronę arkusza",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Wprowadź hasło, aby wyłączyć ochronę skoroszytu",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Usuń ochronę skoroszytu"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Usuń ochronę skoroszytu",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/pt-pt.json b/apps/spreadsheeteditor/main/locale/pt-pt.json
index 74ff61bce2..21d049ef07 100644
--- a/apps/spreadsheeteditor/main/locale/pt-pt.json
+++ b/apps/spreadsheeteditor/main/locale/pt-pt.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Introduza uma palavra-passe para desbloquear a folha",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Desproteger folha",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Introduza uma palavra-passe para desbloquear o livro",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger Livro"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger Livro",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json
index 07e20a2dbc..2b513f042a 100644
--- a/apps/spreadsheeteditor/main/locale/pt.json
+++ b/apps/spreadsheeteditor/main/locale/pt.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Digite uma senha para desproteger a folha",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Desproteger a folha",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Digite uma senha para desproteger a pasta de trabalho",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger pasta de trabalho"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger pasta de trabalho",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json
index d20962b0d4..da980ad3d9 100644
--- a/apps/spreadsheeteditor/main/locale/ro.json
+++ b/apps/spreadsheeteditor/main/locale/ro.json
@@ -1483,6 +1483,7 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "Dacă salvați în acest format de fișier, este posibil ca unele dintre caracteristici să se piardă, cu excepția textului.
Sunteți sigur că doriți să continuați?",
"SSE.Controllers.LeftMenu.warnDownloadCsv": "Formatul CSV nu acceptă salvarea unui fișier cu mai multe foi de calcul și a tuturor elementelor, cu excepția textului.
Pentru a salva ca CSV numai foaia selectată, apăsați OK.
Pentru a salva întreaga foaie de calcul și toate caracteristicile, faceți clic pe Anulare și selectați un alt format.",
"SSE.Controllers.LeftMenu.warnDownloadCsvSheets": "Formatul CSV nu acceptă salvarea fișierelor care conțin mai multe foi de calcul.
Pentru a păstra formatul selectat și a salva numai foaia de calcul curentă, apăsați Salvează.
Pentru a salva registrul de lucru curent, faceți clic pe Revocare și salvați în alt format de fișier.",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Salvarea acestui fișier poate duce la pierderea unor formule, formatării celulelor sau a obiectelor încorporate deoarece acceptarea acestui format este limitată.
Sigur doriți să continui?",
"SSE.Controllers.Main.confirmAddCellWatches": "Această acţiune va adăuga {0} supravegheri în celule.
Doriți să continuați?",
"SSE.Controllers.Main.confirmAddCellWatchesMax": "Această acţiune va adăuga numai {0} supravegheri în celule din motivul economisirii spațiului de memorie.
Doriți să continuați?",
"SSE.Controllers.Main.confirmMaxChangesSize": "Numărul comenzilor depășește limita prevăzută pentru serverul dvs.
Apăsați butonul Revocare pentru a anula ultima comanda dvs. sau apăsați butonul Continuare pentru a executa comanda în mod local (încărcați fișierul sau copiați conținutul pentru a se asigura că nu se pierde nimic).",
@@ -4591,7 +4592,7 @@
"SSE.Views.TableOptionsDialog.txtFormat": "Creare tabel",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "EROARE! Zonă de celule nu este validă",
"SSE.Views.TableOptionsDialog.txtNote": "Anteturile trebuie să rămână pe același rând și zonă de tabel rezultat trebuie să se suprapune peste zonă de tabel inițial.",
- "SSE.Views.TableOptionsDialog.txtTitle": "Titlu",
+ "SSE.Views.TableOptionsDialog.txtTitle": "Tabelul meu conține antete",
"SSE.Views.TableSettings.deleteColumnText": "Ștergere coloana",
"SSE.Views.TableSettings.deleteRowText": "Ștergere rând",
"SSE.Views.TableSettings.deleteTableText": "Ștergere tabel",
diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json
index e8c50a6dac..c7b9bcae73 100644
--- a/apps/spreadsheeteditor/main/locale/ru.json
+++ b/apps/spreadsheeteditor/main/locale/ru.json
@@ -1483,6 +1483,7 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "Если Вы продолжите сохранение в этот формат, вcя функциональность, кроме текста, будет потеряна.
Вы действительно хотите продолжить?",
"SSE.Controllers.LeftMenu.warnDownloadCsv": "Формат CSV не поддерживает сохранение многолистового файла и всех элементов, кроме текста.
Чтобы сохранить в CSV только активный лист, нажмите \"ОК\".
Чтобы сохранить всю электронную таблицу со всеми функциями, нажмите \"Отмена\" и выберите другой формат.",
"SSE.Controllers.LeftMenu.warnDownloadCsvSheets": "Формат CSV не поддерживает сохранение файла, содержащего несколько листов.
Чтобы оставить выбранный формат и сохранить только текущий лист, нажмите кнопку Сохранить.
Чтобы сохранить текущую электронную таблицу, нажмите кнопку Отмена и сохраните таблицу в другом формате.",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Сохранение этого файла может привести к потере некоторых формул, форматирования ячеек или встроенных объектов из-за ограниченной поддержки формата.
Вы действительно хотите продолжить?",
"SSE.Controllers.Main.confirmAddCellWatches": "Эта операция добавит {0} контрольных значений ячеек.
Вы хотите продолжить?",
"SSE.Controllers.Main.confirmAddCellWatchesMax": "Эта операция добавит только {0} контрольных значений ячеек для экономии памяти.
Вы хотите продолжить?",
"SSE.Controllers.Main.confirmMaxChangesSize": "Размер внесенных изменений превышает ограничение, установленное для вашего сервера.
Нажмите \"Отменить\" для отмены последнего действия или нажмите \"Продолжить\", чтобы сохранить действие локально (потребуется скачать файл или скопировать его содержимое чтобы ничего не потерялось).",
diff --git a/apps/spreadsheeteditor/main/locale/si.json b/apps/spreadsheeteditor/main/locale/si.json
index 93dd4e6fa1..e613ad835a 100644
--- a/apps/spreadsheeteditor/main/locale/si.json
+++ b/apps/spreadsheeteditor/main/locale/si.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "පත්රය අනාරක්ෂණයට මුරපදයක් යොදන්න",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "කොළය අනාරක්ෂණය",
"SSE.Views.WBProtection.txtWBUnlockDescription": "වැඩපොත අනාරක්ෂණයට මුරපදයක් ඇතුල් කරන්න",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "වැඩපොත අනාරක්ෂණය"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "වැඩපොත අනාරක්ෂණය",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/sk.json b/apps/spreadsheeteditor/main/locale/sk.json
index e92f550024..65dc6e824d 100644
--- a/apps/spreadsheeteditor/main/locale/sk.json
+++ b/apps/spreadsheeteditor/main/locale/sk.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Zadajte heslo pre deaktiváciu zabezpečenia listu",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Zrušte ochranu listu",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Vložte heslo pre vstup k zošitu",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušte ochranu zošita"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušte ochranu zošita",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/sl.json b/apps/spreadsheeteditor/main/locale/sl.json
index 5c656cd36f..120cffc56c 100644
--- a/apps/spreadsheeteditor/main/locale/sl.json
+++ b/apps/spreadsheeteditor/main/locale/sl.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/sq.json b/apps/spreadsheeteditor/main/locale/sq.json
index a05f39fbf9..652be95d96 100644
--- a/apps/spreadsheeteditor/main/locale/sq.json
+++ b/apps/spreadsheeteditor/main/locale/sq.json
@@ -1194,7 +1194,7 @@
"Common.Views.ShapeShadowDialog.txtSize": "Madhësia",
"Common.Views.ShapeShadowDialog.txtTitle": "Rregulloni hijen",
"Common.Views.ShapeShadowDialog.txtTransparency": "Transparencë",
- "Common.Views.ShortcutsDialog.txtDescription": "Description",
+ "Common.Views.ShortcutsDialog.txtDescription": "Përshkrim",
"Common.Views.ShortcutsDialog.txtEmpty": "Nuk u gjetën përputhje. Rregulloni kërkimin tuaj.",
"Common.Views.ShortcutsDialog.txtRestoreAll": "Riktheni të gjitha në cilësimet fillestare",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Dëshironi të vazhdoni?",
@@ -1483,6 +1483,7 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "Në qoftë se vazhdoni të ruani në këtë format, të gjitha veçoritë përveç tekstit do të humbasin .
Jeni i sigurt që dëshironi të vazhdoni?",
"SSE.Controllers.LeftMenu.warnDownloadCsv": "Formati CSV nuk mbështet ruajtjen e një skedari me shumë fletë dhe të të gjithë elementëve, përveç tekstit.
Për të ruajtur vetëm fletën e zgjedhur në CSV, shtypni OK.
Për të ruajtur të gjithë fletëllogaritësen dhe të gjitha veçoritë, klikoni Anulo dhe zgjidhni një format tjetër.",
"SSE.Controllers.LeftMenu.warnDownloadCsvSheets": "Formati CSV nuk mbështet ruajtjen e një skedari.
Për të mbajtur formatin e përzgjedhur dhe për të ruajtur vetëm fletën e tanishme, shtypni Ruaj.
Për të ruajtur fletëllogaritësen aktuale, klikoni Anulo dhe ruajeni në një format tjetër.",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Ruajtja e këtij skedari mund te rezultojë në humbjen e disa formulave, formatimit të qelizave ose objekteve të integruara për shkak të mbështetjes së kufizuar të formateve.
Jeni të sigurt që dëshironi të vazhdoni?",
"SSE.Controllers.Main.confirmAddCellWatches": "Ky veprim do të shtojë {0} vëzhgime qelizash.
Dëshironi të vazhdoni?",
"SSE.Controllers.Main.confirmAddCellWatchesMax": "Ky veprim do të shtojë vetëm {0} vëzhgime qelizash për shkak të kursimit të memories.
Dëshironi të vazhdoni?",
"SSE.Controllers.Main.confirmMaxChangesSize": "Madhësia e veprimeve tejkalon kufizimin e caktuar për serverin tuaj.
Shtypni \"Zhbëj\" për të anuluar veprimin tuaj të fundit ose shtypni \"Vazhdo\" për të mbajtur veprimin në nivel lokal (duhet të shkarkoni skedarin ose të kopjoni përmbajtjen e tij për t'u siguruar që asgjë nuk ka humbur).",
diff --git a/apps/spreadsheeteditor/main/locale/sr-cyrl.json b/apps/spreadsheeteditor/main/locale/sr-cyrl.json
index a8ba99fa59..fef09ce519 100644
--- a/apps/spreadsheeteditor/main/locale/sr-cyrl.json
+++ b/apps/spreadsheeteditor/main/locale/sr-cyrl.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Унесите лозинку да незаштитите лист",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Незаштити лист",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Унесите лозинку да незаштитите радну књигу",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Незаштити радну књигу"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Незаштити радну књигу",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/sr.json b/apps/spreadsheeteditor/main/locale/sr.json
index 2f9a483af5..04cc803e7e 100644
--- a/apps/spreadsheeteditor/main/locale/sr.json
+++ b/apps/spreadsheeteditor/main/locale/sr.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Unesite lozinku da nezaštitite list",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Nezaštiti list",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Unesite lozinku da nezaštitite radnu knjigu",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Nezaštiti radnu knjigu"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Nezaštiti radnu knjigu",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/sv.json b/apps/spreadsheeteditor/main/locale/sv.json
index 31251c8564..3b66e961b1 100644
--- a/apps/spreadsheeteditor/main/locale/sv.json
+++ b/apps/spreadsheeteditor/main/locale/sv.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Ange ett lösenord för att låsa upp kalkylarkets skydd",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Lås upp kalkylbladet",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Ange ett lösenord för att låsa upp arbetsbokens skydd",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Lås upp arbetsboken"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Lås upp arbetsboken",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/tr.json b/apps/spreadsheeteditor/main/locale/tr.json
index e0574bf221..2e9f5cdde2 100644
--- a/apps/spreadsheeteditor/main/locale/tr.json
+++ b/apps/spreadsheeteditor/main/locale/tr.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Sayfanın korumasını kaldırmak için bir şifre girin",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Korumasız Sayfa",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Çalışma kitabının korumasını kaldırmak için bir parola girin",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Korumasız Çalışma Sayfası"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Korumasız Çalışma Sayfası",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/uk.json b/apps/spreadsheeteditor/main/locale/uk.json
index d1ceb94fa3..919419c5d0 100644
--- a/apps/spreadsheeteditor/main/locale/uk.json
+++ b/apps/spreadsheeteditor/main/locale/uk.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Введіть пароль для вимкнення захисту аркуша",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Зняти захист аркуша",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Введіть пароль для вимкнення захисту книги",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняти захист книги"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняти захист книги",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/ur.json b/apps/spreadsheeteditor/main/locale/ur.json
index 18943a52f9..c86570dc54 100644
--- a/apps/spreadsheeteditor/main/locale/ur.json
+++ b/apps/spreadsheeteditor/main/locale/ur.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "شیٹ کو غیر محفوظ کرنے کے لیے پاس ورڈ درج کریں۔",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "غیر محفوظ شدہ شیٹ",
"SSE.Views.WBProtection.txtWBUnlockDescription": "ورک بک کو غیر محفوظ کرنے کے لیے پاس ورڈ درج کریں۔",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "ورک بک کو غیر محفوظ کریں۔"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "ورک بک کو غیر محفوظ کریں۔",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/vi.json b/apps/spreadsheeteditor/main/locale/vi.json
index d06f95f3c3..df6ba2df0e 100644
--- a/apps/spreadsheeteditor/main/locale/vi.json
+++ b/apps/spreadsheeteditor/main/locale/vi.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet",
"SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/zh-tw.json b/apps/spreadsheeteditor/main/locale/zh-tw.json
index bef0a11f56..49ac9cc08a 100644
--- a/apps/spreadsheeteditor/main/locale/zh-tw.json
+++ b/apps/spreadsheeteditor/main/locale/zh-tw.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "輸入密碼以解除工作表的保護",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "解除工作表保護",
"SSE.Views.WBProtection.txtWBUnlockDescription": "輸入密碼以解除工作簿的保護",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "解除工作簿保護"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "解除工作簿保護",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json
index f8027a6f01..2e436c79b0 100644
--- a/apps/spreadsheeteditor/main/locale/zh.json
+++ b/apps/spreadsheeteditor/main/locale/zh.json
@@ -5128,5 +5128,6 @@
"SSE.Views.WBProtection.txtSheetUnlockDescription": "输入密码以取消工作表保护",
"SSE.Views.WBProtection.txtSheetUnlockTitle": "撤消工作表保护",
"SSE.Views.WBProtection.txtWBUnlockDescription": "输入密码以取消工作簿保护",
- "SSE.Views.WBProtection.txtWBUnlockTitle": "撤消工作簿保护"
+ "SSE.Views.WBProtection.txtWBUnlockTitle": "撤消工作簿保护",
+ "SSE.Controllers.LeftMenu.warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/ar.json b/apps/spreadsheeteditor/mobile/locale/ar.json
index bdf1130a42..aa2d056dd9 100644
--- a/apps/spreadsheeteditor/mobile/locale/ar.json
+++ b/apps/spreadsheeteditor/mobile/locale/ar.json
@@ -890,7 +890,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/az.json b/apps/spreadsheeteditor/mobile/locale/az.json
index 8d411f7859..a8aa42792e 100644
--- a/apps/spreadsheeteditor/mobile/locale/az.json
+++ b/apps/spreadsheeteditor/mobile/locale/az.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/be.json b/apps/spreadsheeteditor/mobile/locale/be.json
index 97eec828e5..db1b4f69e6 100644
--- a/apps/spreadsheeteditor/mobile/locale/be.json
+++ b/apps/spreadsheeteditor/mobile/locale/be.json
@@ -872,7 +872,8 @@
"txtZh": "Chinese (Simplified)",
"txtZhtw": "Chinese (Traditional)",
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/bg.json b/apps/spreadsheeteditor/mobile/locale/bg.json
index 4c5b2a64d4..6aa9d22c2a 100644
--- a/apps/spreadsheeteditor/mobile/locale/bg.json
+++ b/apps/spreadsheeteditor/mobile/locale/bg.json
@@ -635,7 +635,8 @@
"txtZh": "Chinese (Simplified)",
"txtZhtw": "Chinese (Traditional)",
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"About": {
diff --git a/apps/spreadsheeteditor/mobile/locale/ca.json b/apps/spreadsheeteditor/mobile/locale/ca.json
index a37f1fd736..565b3501d9 100644
--- a/apps/spreadsheeteditor/mobile/locale/ca.json
+++ b/apps/spreadsheeteditor/mobile/locale/ca.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/cs.json b/apps/spreadsheeteditor/mobile/locale/cs.json
index 618f3096a0..26187bfae3 100644
--- a/apps/spreadsheeteditor/mobile/locale/cs.json
+++ b/apps/spreadsheeteditor/mobile/locale/cs.json
@@ -890,7 +890,8 @@
"txtZh": "Čínština (Zjednodušená)",
"txtZhtw": "Čínština (Tradiční)",
"warnDownloadAs": "Pokud budete pokračovat v ukládání v tomto formátu, vše kromě textu bude ztraceno.
Opravdu chcete pokračovat?",
- "warnDownloadCsv": "Formát CSV nepodporuje ukládání souboru s více listy a všech prvků kromě textu.
Pro uložení pouze vybraného listu do CSV, klikněte na OK.
Pro uložení celého sešitu a všech jeho vlastností klikněte na Zrušit a vyberte jiný formát."
+ "warnDownloadCsv": "Formát CSV nepodporuje ukládání souboru s více listy a všech prvků kromě textu.
Pro uložení pouze vybraného listu do CSV, klikněte na OK.
Pro uložení celého sešitu a všech jeho vlastností klikněte na Zrušit a vyberte jiný formát.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/da.json b/apps/spreadsheeteditor/mobile/locale/da.json
index c85cba0454..e061271951 100644
--- a/apps/spreadsheeteditor/mobile/locale/da.json
+++ b/apps/spreadsheeteditor/mobile/locale/da.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/de.json b/apps/spreadsheeteditor/mobile/locale/de.json
index a34f9ca293..80777f2dcc 100644
--- a/apps/spreadsheeteditor/mobile/locale/de.json
+++ b/apps/spreadsheeteditor/mobile/locale/de.json
@@ -890,7 +890,8 @@
"txtZh": "Chinesisch (vereinfacht)",
"txtZhtw": "Chinesisch (traditionell)",
"warnDownloadAs": "Wenn Sie mit dem Speichern in diesem Format fortsetzen, werden alle Objekte außer Text verloren gehen.
Möchten Sie wirklich fortsetzen?",
- "warnDownloadCsv": "Das CSV-Format unterstützt nicht das Speichern einer Datei mit mehreren Blättern und allen Elementen außer Text.
Um nur das aktive Blatt als CSV zu speichern, drücken Sie OK.
Um die gesamte Tabelle und alle Funktionen zu speichern, klicken Sie auf Abbrechen und wählen Sie ein anderes Format aus."
+ "warnDownloadCsv": "Das CSV-Format unterstützt nicht das Speichern einer Datei mit mehreren Blättern und allen Elementen außer Text.
Um nur das aktive Blatt als CSV zu speichern, drücken Sie OK.
Um die gesamte Tabelle und alle Funktionen zu speichern, klicken Sie auf Abbrechen und wählen Sie ein anderes Format aus.",
+ "warnDownloadOds": "Das Speichern dieser Datei kann aufgrund eingeschränkter Formatunterstützung zum Verlust einiger Formeln, Zellformatierungen oder eingebetteter Objekte führen.
Möchten Sie fortfahren?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/el.json b/apps/spreadsheeteditor/mobile/locale/el.json
index f587d88e19..a4ac2238fd 100644
--- a/apps/spreadsheeteditor/mobile/locale/el.json
+++ b/apps/spreadsheeteditor/mobile/locale/el.json
@@ -890,7 +890,8 @@
"txtZh": "Κινεζικά (Απλοποιημένα)",
"txtZhtw": "Κινεζικά (παραδοσιακά)",
"warnDownloadAs": "Αν προχωρήσετε με την αποθήκευση σε αυτή τη μορφή, όλα τα χαρακτηριστικά πλην του κειμένου θα χαθούν.
Θέλετε σίγουρα να συνεχίσετε;",
- "warnDownloadCsv": "Η μορφή CSV δεν υποστηρίζει την αποθήκευση ενός αρχείου με πολλές σελίδες και όλα τα στοιχεία, εκτός από το κείμενο.
Για να αποθηκεύσετε μόνο την επιλεγμένη σελίδα σε μορφή CSV, πατήστε OK.
Για να αποθηκεύσετε ολόκληρο το φύλλο εργασίας και όλα τα χαρακτηριστικά, κάντε κλικ στην Ακύρωση και επιλέξτε μια άλλη μορφή."
+ "warnDownloadCsv": "Η μορφή CSV δεν υποστηρίζει την αποθήκευση ενός αρχείου με πολλές σελίδες και όλα τα στοιχεία, εκτός από το κείμενο.
Για να αποθηκεύσετε μόνο την επιλεγμένη σελίδα σε μορφή CSV, πατήστε OK.
Για να αποθηκεύσετε ολόκληρο το φύλλο εργασίας και όλα τα χαρακτηριστικά, κάντε κλικ στην Ακύρωση και επιλέξτε μια άλλη μορφή.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/es.json b/apps/spreadsheeteditor/mobile/locale/es.json
index cfe724d98a..6101628c7a 100644
--- a/apps/spreadsheeteditor/mobile/locale/es.json
+++ b/apps/spreadsheeteditor/mobile/locale/es.json
@@ -890,7 +890,8 @@
"txtZh": "Chino (simplificado)",
"txtZhtw": "Chino (tradicional)",
"warnDownloadAs": "Si sigue guardando en este formato, todas las características a excepción del texto se perderán.
¿Está seguro de que desea continuar?",
- "warnDownloadCsv": "El formato CSV no permite guardar un archivo de varias hojas y todos los elementos, excepto el texto.
Para guardar solo la hoja seleccionada en CSV, pulse OK.
Para guardar toda la hoja de cálculo y todas las características, pulse Cancelar y seleccione otro formato."
+ "warnDownloadCsv": "El formato CSV no permite guardar un archivo de varias hojas y todos los elementos, excepto el texto.
Para guardar solo la hoja seleccionada en CSV, pulse OK.
Para guardar toda la hoja de cálculo y todas las características, pulse Cancelar y seleccione otro formato.",
+ "warnDownloadOds": "Al guardar este archivo, es posible que se pierdan algunas fórmulas, el formato de las celdas u objetos incrustados debido a la compatibilidad limitada con determinados formatos.
¿Está seguro de que desea continuar?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/eu.json b/apps/spreadsheeteditor/mobile/locale/eu.json
index bccfd61669..2af48a398b 100644
--- a/apps/spreadsheeteditor/mobile/locale/eu.json
+++ b/apps/spreadsheeteditor/mobile/locale/eu.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/fr.json b/apps/spreadsheeteditor/mobile/locale/fr.json
index b5947006ee..a7bbd80286 100644
--- a/apps/spreadsheeteditor/mobile/locale/fr.json
+++ b/apps/spreadsheeteditor/mobile/locale/fr.json
@@ -890,7 +890,8 @@
"txtZh": "Chinois (simplifié)",
"txtZhtw": "Chinois (traditionnel)",
"warnDownloadAs": "Si vous continuez à enregistrer dans ce format toutes les fonctions sauf le texte seront perdues.
Êtes-vous sûr de vouloir continuer?",
- "warnDownloadCsv": "Le format CSV ne prend pas en charge l'enregistrement d'un fichier à plusieurs feuilles et de tous les éléments, à l'exception du texte.
Pour enregistrer uniquement la feuille sélectionnée au format CSV, appuyez sur OK.
Pour enregistrer l'ensemble du classeur et toutes les fonctionnalités, cliquez sur Annuler et sélectionnez un autre format."
+ "warnDownloadCsv": "Le format CSV ne prend pas en charge l'enregistrement d'un fichier à plusieurs feuilles et de tous les éléments, à l'exception du texte.
Pour enregistrer uniquement la feuille sélectionnée au format CSV, appuyez sur OK.
Pour enregistrer l'ensemble du classeur et toutes les fonctionnalités, cliquez sur Annuler et sélectionnez un autre format.",
+ "warnDownloadOds": "L'enregistrement de ce fichier peut entraîner la perte de certaines formules, de la mise en forme des cellules ou des objets intégrés en raison d'une prise en charge limitée des formats. Voulez-vous vraiment continuer ?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/gl.json b/apps/spreadsheeteditor/mobile/locale/gl.json
index 83ba30cc85..f040a1a9e7 100644
--- a/apps/spreadsheeteditor/mobile/locale/gl.json
+++ b/apps/spreadsheeteditor/mobile/locale/gl.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/he.json b/apps/spreadsheeteditor/mobile/locale/he.json
index cb7d6ae780..c5fd29f78e 100644
--- a/apps/spreadsheeteditor/mobile/locale/he.json
+++ b/apps/spreadsheeteditor/mobile/locale/he.json
@@ -890,7 +890,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/hu.json b/apps/spreadsheeteditor/mobile/locale/hu.json
index 472a637d36..c4d6b78c95 100644
--- a/apps/spreadsheeteditor/mobile/locale/hu.json
+++ b/apps/spreadsheeteditor/mobile/locale/hu.json
@@ -890,7 +890,8 @@
"txtZh": "Kínai (egyszerűsített)",
"txtZhtw": "Kínai (hagyományos)",
"warnDownloadAs": "Ha ebbe a formátumba ment, a nyers szövegen kívül minden elveszik.
Biztos benne, hogy folytatni akarja?",
- "warnDownloadCsv": "A CSV formátum nem támogatja a többlapos fájlok és a szöveg kivételével az összes elem mentését.
Csak a kiválasztott munkalap CSV-fájlba mentéséhez kattintson az OK gombra.
A teljes táblázat és az összes funkció mentéséhez kattintson a Mégse gombra, és válasszon másik formátumot."
+ "warnDownloadCsv": "A CSV formátum nem támogatja a többlapos fájlok és a szöveg kivételével az összes elem mentését.
Csak a kiválasztott munkalap CSV-fájlba mentéséhez kattintson az OK gombra.
A teljes táblázat és az összes funkció mentéséhez kattintson a Mégse gombra, és válasszon másik formátumot.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/hy.json b/apps/spreadsheeteditor/mobile/locale/hy.json
index 21dd7b95bb..ff71b3da07 100644
--- a/apps/spreadsheeteditor/mobile/locale/hy.json
+++ b/apps/spreadsheeteditor/mobile/locale/hy.json
@@ -890,7 +890,8 @@
"txtZh": "Չինական",
"txtZhtw": "Չինարեն (Ավանդական)",
"warnDownloadAs": "Եթե շարունակեք պահպանումն այս ձևաչափով, բոլոր հատկությունները՝ տեքստից բացի, կկորչեն։
Վստա՞հ եք, որ ցանկանում եք շարունակել:",
- "warnDownloadCsv": "CSV ֆորմատը չի աջակցում բազմաթերթ փաստաթուղթ պահպանելուն և բոլոր տարրերին, բացառությամբ տեքստի։
Մեկ թերթիկը միայն CSV ֆորմատով պահպանելու համար սեղմեք ԼԱՎ։
Ամբողջ աղյուսակն ու բոլոր ֆունկցիաները պահպանելու համար սեղմեք Չեղարկել և ընտրեք այլ ֆորմատ։"
+ "warnDownloadCsv": "CSV ֆորմատը չի աջակցում բազմաթերթ փաստաթուղթ պահպանելուն և բոլոր տարրերին, բացառությամբ տեքստի։
Մեկ թերթիկը միայն CSV ֆորմատով պահպանելու համար սեղմեք ԼԱՎ։
Ամբողջ աղյուսակն ու բոլոր ֆունկցիաները պահպանելու համար սեղմեք Չեղարկել և ընտրեք այլ ֆորմատ։",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/id.json b/apps/spreadsheeteditor/mobile/locale/id.json
index 017ee836ec..f710e269be 100644
--- a/apps/spreadsheeteditor/mobile/locale/id.json
+++ b/apps/spreadsheeteditor/mobile/locale/id.json
@@ -890,7 +890,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/it.json b/apps/spreadsheeteditor/mobile/locale/it.json
index 93a89633cf..8e47421cbe 100644
--- a/apps/spreadsheeteditor/mobile/locale/it.json
+++ b/apps/spreadsheeteditor/mobile/locale/it.json
@@ -890,7 +890,8 @@
"txtZh": "Cinese",
"txtZhtw": "Cinese (tradizionale)",
"warnDownloadAs": "Se continui a salvare in questo formato, tutte le funzioni tranne il testo saranno perse.
Sei sicuro di voler continuare?",
- "warnDownloadCsv": "Il formato CSV non supporta il salvataggio di file con più fogli e di tutti gli elementi, ad eccezione del testo.
Per salvare solo il foglio attivo in CSV, premi OK.
Per salvare l'intero foglio di calcolo e tutte le funzionalità, fai clicca su Annulla e seleziona un altro formato."
+ "warnDownloadCsv": "Il formato CSV non supporta il salvataggio di file con più fogli e di tutti gli elementi, ad eccezione del testo.
Per salvare solo il foglio attivo in CSV, premi OK.
Per salvare l'intero foglio di calcolo e tutte le funzionalità, fai clicca su Annulla e seleziona un altro formato.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/ja.json b/apps/spreadsheeteditor/mobile/locale/ja.json
index 7d237dfce1..c4361c4975 100644
--- a/apps/spreadsheeteditor/mobile/locale/ja.json
+++ b/apps/spreadsheeteditor/mobile/locale/ja.json
@@ -890,7 +890,8 @@
"warnDownloadCsv": "CSV形式は複数シートファイルおよびテキスト以外のすべての要素の保存をサポートしていません。
選択したシートのみをCSVに保存するには、OKを押してください。
スプレッドシート全体とすべての機能を保存するには、キャンセルをクリックして別の形式を選",
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
- "txtZhtw": "Chinese (Traditional)"
+ "txtZhtw": "Chinese (Traditional)",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/ko.json b/apps/spreadsheeteditor/mobile/locale/ko.json
index 6ba21e1011..c5eff071cb 100644
--- a/apps/spreadsheeteditor/mobile/locale/ko.json
+++ b/apps/spreadsheeteditor/mobile/locale/ko.json
@@ -321,6 +321,7 @@
"errorLockedAll": "다른 사용자가 시트를 잠근 상태에서 작업을 수행 할 수 없습니다.",
"errorLockedCellPivot": "피벗 테이블에서 데이터를 변경할 수 없습니다.",
"errorLockedWorksheetRename": "시트의 이름을 다른 사용자가 바꾸면 이름을 바꿀 수 없습니다.",
+ "errorMacroUnavailableWarning": "%1 매크로를 실행할 수 없습니다. 이 워크북에세는 매크로를 쓸 수 없거나 모든 매크로가 사용불가일 수 있습니다.",
"errorMaxPoints": "차트당 시리즈내 포인트의 최대값은 4096임",
"errorMaxRows": "오류! 차트 당 최대 데이터 시리즈 수는 255입니다.",
"errorMoveRange": "병합된 셀의 일부는 수정할 수 없습니다.",
@@ -378,8 +379,7 @@
"uploadDocSizeMessage": "최대 문서 크기 제한을 초과했습니다.",
"uploadImageExtMessage": "알수 없는 이미지 형식입니다.",
"uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.",
- "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.",
- "errorMacroUnavailableWarning": "Cannot run the macro %1. The macro may not be available in this workbook or all macros may be disabled."
+ "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다."
},
"LongActions": {
"advDRMPassword": "암호",
@@ -880,6 +880,8 @@
"txtSk": "슬로바키아어",
"txtSl": "슬로베이나어",
"txtSpace": "공간",
+ "txtSr": "세르비아(라틴문자)",
+ "txtSrcyrl": "세르비아(키릴문자)",
"txtSv": "스웨덴어",
"txtTab": "탭",
"txtTr": "터키어",
@@ -889,8 +891,7 @@
"txtZhtw": "중국어 (번체)",
"warnDownloadAs": "이 형식으로 저장을 계속하면 텍스트를 제외한 모든 기능이 손실됩니다. 계속 하시겠습니까?",
"warnDownloadCsv": "CSV 형식은 여러 시트 파일과 텍스트 외의 모든 요소를 저장할 수 없습니다.
선택한 시트만 CSV로 저장하려면 확인을 누르세요.
전체 스프레드시트와 모든 기능을 저장하려면 취소를 클릭하고 다른 형식을 선택하세요.",
- "txtSr": "Serbian (Latin)",
- "txtSrcyrl": "Serbian (Cyrillic)"
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/lo.json b/apps/spreadsheeteditor/mobile/locale/lo.json
index 75830baf51..73979fb759 100644
--- a/apps/spreadsheeteditor/mobile/locale/lo.json
+++ b/apps/spreadsheeteditor/mobile/locale/lo.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/lv.json b/apps/spreadsheeteditor/mobile/locale/lv.json
index bc3728774e..16ecda06ea 100644
--- a/apps/spreadsheeteditor/mobile/locale/lv.json
+++ b/apps/spreadsheeteditor/mobile/locale/lv.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/ms.json b/apps/spreadsheeteditor/mobile/locale/ms.json
index 107e68d6d9..24521d6594 100644
--- a/apps/spreadsheeteditor/mobile/locale/ms.json
+++ b/apps/spreadsheeteditor/mobile/locale/ms.json
@@ -884,7 +884,8 @@
"txtVi": "Vietnamese",
"txtZh": "Chinese (Simplified)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/nl.json b/apps/spreadsheeteditor/mobile/locale/nl.json
index e117791e0d..8155089a36 100644
--- a/apps/spreadsheeteditor/mobile/locale/nl.json
+++ b/apps/spreadsheeteditor/mobile/locale/nl.json
@@ -890,7 +890,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/pl.json b/apps/spreadsheeteditor/mobile/locale/pl.json
index 2a52ba3c73..e627bce0f4 100644
--- a/apps/spreadsheeteditor/mobile/locale/pl.json
+++ b/apps/spreadsheeteditor/mobile/locale/pl.json
@@ -92,19 +92,11 @@
},
"Controller": {
"Main": {
- "textAnonymous": "Gość",
- "criticalErrorTitle": "Error",
- "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.",
- "errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.",
- "errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.",
- "errorUpdateVersion": "The file version has been changed. The page will be reloaded.",
- "leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
- "notcriticalErrorTitle": "Warning",
"SDK": {
- "%1 of %2": "%1 of %2",
- "%1 or %2": "%1 or %2",
- "(All)": "(All)",
- "(blank)": "(blank)",
+ "%1 of %2": "%1 z %2",
+ "%1 or %2": "%1 lub %2",
+ "(All)": "(wszystko)",
+ "(blank)": "(Puste)",
"20% - Accent1": "20% - Accent1",
"20% - Accent2": "20% - Accent2",
"20% - Accent3": "20% - Accent3",
@@ -211,6 +203,14 @@
"Yellow Orange": "Yellow Orange",
"Your text here": "Your text here"
},
+ "textAnonymous": "Gość",
+ "criticalErrorTitle": "Error",
+ "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.",
+ "errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.",
+ "errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.",
+ "errorUpdateVersion": "The file version has been changed. The page will be reloaded.",
+ "leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
+ "notcriticalErrorTitle": "Warning",
"textBuyNow": "Visit website",
"textClose": "Close",
"textContactUs": "Contact sales",
@@ -872,7 +872,8 @@
"txtZh": "Chinese (Simplified)",
"txtZhtw": "Chinese (Traditional)",
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/pt-pt.json b/apps/spreadsheeteditor/mobile/locale/pt-pt.json
index d27ed29743..424330aa61 100644
--- a/apps/spreadsheeteditor/mobile/locale/pt-pt.json
+++ b/apps/spreadsheeteditor/mobile/locale/pt-pt.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/pt.json b/apps/spreadsheeteditor/mobile/locale/pt.json
index 32b4266754..3649433d3c 100644
--- a/apps/spreadsheeteditor/mobile/locale/pt.json
+++ b/apps/spreadsheeteditor/mobile/locale/pt.json
@@ -890,7 +890,8 @@
"txtZh": "Chinês (simplificado)",
"txtZhtw": "Chinês (tradicional)",
"warnDownloadAs": "Se você continuar salvando neste formato, todos os recursos com exceção do texto serão perdidos.
Você tem certeza que quer continuar?",
- "warnDownloadCsv": "O formato CSV não suporta salvar um arquivo de várias planilhas e todos os elementos, exceto texto.
Para salvar apenas a planilha selecionada em CSV, pressione OK.
Para salvar a planilha inteira e todos os recursos, clique em Cancelar e selecione outro formato."
+ "warnDownloadCsv": "O formato CSV não suporta salvar um arquivo de várias planilhas e todos os elementos, exceto texto.
Para salvar apenas a planilha selecionada em CSV, pressione OK.
Para salvar a planilha inteira e todos os recursos, clique em Cancelar e selecione outro formato.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/ro.json b/apps/spreadsheeteditor/mobile/locale/ro.json
index b8b622af51..0308af152c 100644
--- a/apps/spreadsheeteditor/mobile/locale/ro.json
+++ b/apps/spreadsheeteditor/mobile/locale/ro.json
@@ -890,7 +890,8 @@
"txtZh": "Chineză (simplificată)",
"txtZhtw": "Chineză (tradițională)",
"warnDownloadAs": "Dacă salvați în acest format de fișier, este posibil ca unele dintre caracteristici să se piardă, cu excepția textului.
Sunteți sigur că doriți să continuați?",
- "warnDownloadCsv": "Formatul CSV nu acceptă salvarea unui fișier cu mai multe foi de calcul și a tuturor elementelor, cu excepția textului.
Pentru a salva ca CSV numai foaia selectată, apăsați OK.
Pentru a salva întreaga foaie de calcul și toate caracteristicile, faceți clic pe Anulare și selectați un alt format."
+ "warnDownloadCsv": "Formatul CSV nu acceptă salvarea unui fișier cu mai multe foi de calcul și a tuturor elementelor, cu excepția textului.
Pentru a salva ca CSV numai foaia selectată, apăsați OK.
Pentru a salva întreaga foaie de calcul și toate caracteristicile, faceți clic pe Anulare și selectați un alt format.",
+ "warnDownloadOds": "Salvarea acestui fișier poate duce la pierderea unor formule, formatării celulelor sau a obiectelor încorporate deoarece acceptarea acestui format este limitată.
Sigur doriți să continui?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json
index 3d7e7ae969..b953533c6b 100644
--- a/apps/spreadsheeteditor/mobile/locale/ru.json
+++ b/apps/spreadsheeteditor/mobile/locale/ru.json
@@ -890,7 +890,8 @@
"txtZh": "Китайский (упрощенный)",
"txtZhtw": "Китайский (традиционный)",
"warnDownloadAs": "Если Вы продолжите сохранение в этот формат, вcя функциональность, кроме текста, будет потеряна.
Вы действительно хотите продолжить?",
- "warnDownloadCsv": "Формат CSV не поддерживает сохранение многолистового файла и всех элементов, кроме текста.
Чтобы сохранить в CSV только активный лист, нажмите \"ОК\".
Чтобы сохранить всю электронную таблицу со всеми функциями, нажмите \"Отмена\" и выберите другой формат."
+ "warnDownloadCsv": "Формат CSV не поддерживает сохранение многолистового файла и всех элементов, кроме текста.
Чтобы сохранить в CSV только активный лист, нажмите \"ОК\".
Чтобы сохранить всю электронную таблицу со всеми функциями, нажмите \"Отмена\" и выберите другой формат.",
+ "warnDownloadOds": "Сохранение этого файла может привести к потере некоторых формул, форматирования ячеек или встроенных объектов из-за ограниченной поддержки формата.
Вы действительно хотите продолжить?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/si.json b/apps/spreadsheeteditor/mobile/locale/si.json
index 6a7ccd28d1..fe0f4ca88c 100644
--- a/apps/spreadsheeteditor/mobile/locale/si.json
+++ b/apps/spreadsheeteditor/mobile/locale/si.json
@@ -890,7 +890,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/sk.json b/apps/spreadsheeteditor/mobile/locale/sk.json
index 7eb927772e..6ca91cc84c 100644
--- a/apps/spreadsheeteditor/mobile/locale/sk.json
+++ b/apps/spreadsheeteditor/mobile/locale/sk.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/sl.json b/apps/spreadsheeteditor/mobile/locale/sl.json
index 1afbf60507..9a7578e792 100644
--- a/apps/spreadsheeteditor/mobile/locale/sl.json
+++ b/apps/spreadsheeteditor/mobile/locale/sl.json
@@ -462,7 +462,8 @@
"txtZh": "Chinese (Simplified)",
"txtZhtw": "Chinese (Traditional)",
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Common": {
diff --git a/apps/spreadsheeteditor/mobile/locale/sq.json b/apps/spreadsheeteditor/mobile/locale/sq.json
index 08d52cfccf..0cb1becc61 100644
--- a/apps/spreadsheeteditor/mobile/locale/sq.json
+++ b/apps/spreadsheeteditor/mobile/locale/sq.json
@@ -890,7 +890,8 @@
"txtZh": "Kinezisht",
"txtZhtw": "Kinezisht (Tradicionale)",
"warnDownloadAs": "Në qoftë se vazhdoni të ruani në këtë format, të gjitha veçoritë përveç tekstit do të humbasin .
Jeni i sigurt që dëshironi të vazhdoni?",
- "warnDownloadCsv": "Formati CSV nuk mbështet ruajtjen e një skedari me shumë fletë dhe të të gjithë elementëve, përveç tekstit.
Për të ruajtur vetëm fletën e zgjedhur në CSV, shtypni OK.
Për të ruajtur të gjithë fletëllogaritësen dhe të gjitha veçoritë, klikoni Anulo dhe zgjidhni një format tjetër."
+ "warnDownloadCsv": "Formati CSV nuk mbështet ruajtjen e një skedari me shumë fletë dhe të të gjithë elementëve, përveç tekstit.
Për të ruajtur vetëm fletën e zgjedhur në CSV, shtypni OK.
Për të ruajtur të gjithë fletëllogaritësen dhe të gjitha veçoritë, klikoni Anulo dhe zgjidhni një format tjetër.",
+ "warnDownloadOds": "Ruajtja e këtij skedari mund te rezultojë në humbjen e disa formulave, formatimit të qelizave ose objekteve të integruara për shkak të mbështetjes së kufizuar të formateve.
Jeni të sigurt që dëshironi të vazhdoni?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json b/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json
index 65823051b7..520d0a2714 100644
--- a/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json
+++ b/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/sr.json b/apps/spreadsheeteditor/mobile/locale/sr.json
index 27b5b18b3b..506b486e08 100644
--- a/apps/spreadsheeteditor/mobile/locale/sr.json
+++ b/apps/spreadsheeteditor/mobile/locale/sr.json
@@ -890,7 +890,8 @@
"txtZh": "Kineski (pojednostavljeni)",
"txtZhtw": "Kineski (tradicionalni)",
"warnDownloadAs": "Ako nastavite da čuvate u ovom formatu sve karakteristike osim teksta će biti izgubljene.
Da li ste sigurni da želite da nastavite?",
- "warnDownloadCsv": "CSV format ne podržava čuvanje datoteka sa više listova niti sve elemente osim teksta.
Da biste sačuvali samo izabrani list u CSV formatu, kliknite na U redu.
Da biste sačuvali celu tabelu sa svim funkcijama, kliknite na Otkaži i izaberite neki drugi format"
+ "warnDownloadCsv": "CSV format ne podržava čuvanje datoteka sa više listova niti sve elemente osim teksta.
Da biste sačuvali samo izabrani list u CSV formatu, kliknite na U redu.
Da biste sačuvali celu tabelu sa svim funkcijama, kliknite na Otkaži i izaberite neki drugi format",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/tr.json b/apps/spreadsheeteditor/mobile/locale/tr.json
index 04bf89eb64..4423daa73e 100644
--- a/apps/spreadsheeteditor/mobile/locale/tr.json
+++ b/apps/spreadsheeteditor/mobile/locale/tr.json
@@ -884,7 +884,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"Draw": {
diff --git a/apps/spreadsheeteditor/mobile/locale/uk.json b/apps/spreadsheeteditor/mobile/locale/uk.json
index 4a46ed6e58..367aa06cad 100644
--- a/apps/spreadsheeteditor/mobile/locale/uk.json
+++ b/apps/spreadsheeteditor/mobile/locale/uk.json
@@ -583,7 +583,8 @@
"txtZh": "Chinese (Simplified)",
"txtZhtw": "Chinese (Traditional)",
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"About": {
diff --git a/apps/spreadsheeteditor/mobile/locale/ur.json b/apps/spreadsheeteditor/mobile/locale/ur.json
index 343b29b167..adf78ce0f8 100644
--- a/apps/spreadsheeteditor/mobile/locale/ur.json
+++ b/apps/spreadsheeteditor/mobile/locale/ur.json
@@ -890,7 +890,8 @@
"txtZh": "چینی",
"txtZhtw": "چینی (روایتی)",
"warnDownloadAs": "اگر آپ اس شکل میں محفوظ کرنا جاری رکھیں گے تو اس کے علاوہ تمام خصوصیات ختم ہوجائیں گی۔ کیا آپ واقعی میں جاری رکھنا چاہتے ہیں؟",
- "warnDownloadCsv": "CSV فارمیٹ ایک ملٹی شیٹ فائل اور تمام عناصر کو محفوظ کرنے کی حمایت نہیں کرتا، سوائے متن کے۔ صرف منتخب کردہ شیٹ کو CSV میں محفوظ کرنے کے لیے، ٹھیک ہے دبائیں۔ پوری اسپریڈشیٹ اور تمام خصوصیات کو محفوظ کرنے کے لیے، منسوخ کریں پر کلک کریں اور دوسرا فارمیٹ منتخب کریں۔"
+ "warnDownloadCsv": "CSV فارمیٹ ایک ملٹی شیٹ فائل اور تمام عناصر کو محفوظ کرنے کی حمایت نہیں کرتا، سوائے متن کے۔ صرف منتخب کردہ شیٹ کو CSV میں محفوظ کرنے کے لیے، ٹھیک ہے دبائیں۔ پوری اسپریڈشیٹ اور تمام خصوصیات کو محفوظ کرنے کے لیے، منسوخ کریں پر کلک کریں اور دوسرا فارمیٹ منتخب کریں۔",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/vi.json b/apps/spreadsheeteditor/mobile/locale/vi.json
index 02939bdc21..92beb0c064 100644
--- a/apps/spreadsheeteditor/mobile/locale/vi.json
+++ b/apps/spreadsheeteditor/mobile/locale/vi.json
@@ -610,7 +610,8 @@
"txtZh": "Chinese (Simplified)",
"txtZhtw": "Chinese (Traditional)",
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
},
"About": {
diff --git a/apps/spreadsheeteditor/mobile/locale/zh-tw.json b/apps/spreadsheeteditor/mobile/locale/zh-tw.json
index ee43dc7947..56f095fb88 100644
--- a/apps/spreadsheeteditor/mobile/locale/zh-tw.json
+++ b/apps/spreadsheeteditor/mobile/locale/zh-tw.json
@@ -890,7 +890,8 @@
"txtSr": "Serbian (Latin)",
"txtSrcyrl": "Serbian (Cyrillic)",
"txtZhtw": "Chinese (Traditional)",
- "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format."
+ "warnDownloadCsv": "The CSV format does not support saving a multi-sheet file and all elements, except text.
To save only the active sheet to CSV, press OK.
To save the whole spreadsheet and all features, click Cancel and select another format.",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/zh.json b/apps/spreadsheeteditor/mobile/locale/zh.json
index 206bd87cd7..d5a907ee7c 100644
--- a/apps/spreadsheeteditor/mobile/locale/zh.json
+++ b/apps/spreadsheeteditor/mobile/locale/zh.json
@@ -890,7 +890,8 @@
"txtZh": "中文(简体)",
"txtZhtw": "中文(繁体)",
"warnDownloadAs": "如果您继续以此格式保存,除文本之外的所有功能将丢失。
您确定要继续吗?",
- "warnDownloadCsv": "CSV格式不支持保存有多个工作表的文件和除文本之外的所有元素。
若只要将选择的工作表保存为CSV,请点击“确定”。
要保存整个电子表格和所有功能,请单击“取消”并选择其他格式。"
+ "warnDownloadCsv": "CSV格式不支持保存有多个工作表的文件和除文本之外的所有元素。
若只要将选择的工作表保存为CSV,请点击“确定”。
要保存整个电子表格和所有功能,请单击“取消”并选择其他格式。",
+ "warnDownloadOds": "Saving this file may result in the loss of some formulas, cell formatting, or embedded objects due to limited format support.
Are you sure you want to continue?"
}
}
}
\ No newline at end of file
diff --git a/apps/visioeditor/main/app/controller/Main.js b/apps/visioeditor/main/app/controller/Main.js
index 8bec5c7029..96aae703b5 100644
--- a/apps/visioeditor/main/app/controller/Main.js
+++ b/apps/visioeditor/main/app/controller/Main.js
@@ -724,7 +724,7 @@ define([
(!this.getApplication().getController('LeftMenu').dlgSearch || !this.getApplication().getController('LeftMenu').dlgSearch.isVisible()) &&
(!this.getApplication().getController('Toolbar').dlgSymbolTable || !this.getApplication().getController('Toolbar').dlgSymbolTable.isVisible()) &&
!((id == Asc.c_oAscAsyncAction['LoadDocumentFonts'] || id == Asc.c_oAscAsyncAction['LoadFonts'] || id == Asc.c_oAscAsyncAction['ApplyChanges'] || id == Asc.c_oAscAsyncAction['DownloadAs']) && (this.inTextareaControl || Common.Utils.ModalWindow.isVisible() || this.inFormControl)) ) {
-// this.onEditComplete(this.loadMask); //если делать фокус, то при принятии чужих изменений, заканчивается свой композитный ввод
+// this.onEditComplete(this.loadMask); //if try to set the focus, then when accepting co-authoring changes, composite input ends.
this.api.asc_enableKeyEvents(true);
}
},
diff --git a/apps/visioeditor/main/locale/fr.json b/apps/visioeditor/main/locale/fr.json
index 15943ec480..176ecaeb87 100644
--- a/apps/visioeditor/main/locale/fr.json
+++ b/apps/visioeditor/main/locale/fr.json
@@ -132,7 +132,7 @@
"Common.Views.Plugins.textStart": "Lancer",
"Common.Views.Plugins.textStop": "Arrêter",
"Common.Views.Plugins.textTheListOfBackgroundPlugins": "La liste des plugins d'arrière-plan",
- "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir Récents",
+ "Common.Views.RecentFiles.txtOpenRecent": "Ouvrir récent",
"Common.Views.RenameDialog.textName": "Nom de fichier",
"Common.Views.RenameDialog.txtInvalidName": "Le nom du fichier ne peut contenir aucun des caractères suivants :",
"Common.Views.SaveAsDlg.textLoading": "Chargement",
@@ -347,7 +347,7 @@
"VE.Views.FileMenu.btnHelpCaption": "Aide",
"VE.Views.FileMenu.btnInfoCaption": "Info",
"VE.Views.FileMenu.btnPrintCaption": "Imprimer",
- "VE.Views.FileMenu.btnRecentFilesCaption": "Ouvrir Récents",
+ "VE.Views.FileMenu.btnRecentFilesCaption": "Ouvrir récent",
"VE.Views.FileMenu.btnRenameCaption": "Renommer",
"VE.Views.FileMenu.btnReturnCaption": "Retour au document",
"VE.Views.FileMenu.btnRightsCaption": "Droits d'accès",
diff --git a/apps/visioeditor/main/locale/ko.json b/apps/visioeditor/main/locale/ko.json
index b35b1c252f..ab435447df 100644
--- a/apps/visioeditor/main/locale/ko.json
+++ b/apps/visioeditor/main/locale/ko.json
@@ -165,8 +165,8 @@
"Common.Views.ShortcutsDialog.txtRestoreAll": "Restore All to Defaults",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Do you want to continue?",
"Common.Views.ShortcutsDialog.txtRestoreDescription": "All shortcuts settings will be restored to default.",
- "Common.Views.ShortcutsDialog.txtRestoreToDefault": "Restore to default",
- "Common.Views.ShortcutsDialog.txtSearch": "Search",
+ "Common.Views.ShortcutsDialog.txtRestoreToDefault": "기본값으로 복원",
+ "Common.Views.ShortcutsDialog.txtSearch": "검색",
"Common.Views.ShortcutsDialog.txtTitle": "Keyboard Shortcuts",
"Common.Views.ShortcutsEditDialog.txtAction": "Action",
"Common.Views.ShortcutsEditDialog.txtInputPlaceholder": "Type desired shortcut",
@@ -177,7 +177,7 @@
"Common.Views.ShortcutsEditDialog.txtNewShortcut": "New shortcut",
"Common.Views.ShortcutsEditDialog.txtRestoreContinue": "Do you want to continue?",
"Common.Views.ShortcutsEditDialog.txtRestoreDescription": "All shortcuts for action “%1” will be restored to default.",
- "Common.Views.ShortcutsEditDialog.txtRestoreToDefault": "Restore to default",
+ "Common.Views.ShortcutsEditDialog.txtRestoreToDefault": "기본값으로 복원",
"Common.Views.ShortcutsEditDialog.txtTitle": "Edit shortcut",
"Common.Views.ShortcutsEditDialog.txtTypeDesiredShortcut": "Type desired shortcut",
"Common.Views.UserNameDialog.textDontShow": "다시 표시하지 않음",
diff --git a/apps/visioeditor/main/locale/ro.json b/apps/visioeditor/main/locale/ro.json
index ea860d2dfa..e760f8049e 100644
--- a/apps/visioeditor/main/locale/ro.json
+++ b/apps/visioeditor/main/locale/ro.json
@@ -334,7 +334,7 @@
"VE.Controllers.Toolbar.txtUntitled": "Fără titlu",
"VE.Views.DocumentHolder.guestText": "Invitat",
"VE.Views.DocumentHolder.textCopy": "Copiere",
- "VE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe linkul",
+ "VE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe link",
"VE.Views.DocumentHolder.txtWarnUrl": "Accesarea acestui link poate dăuna dispozitivului sau datelor dvs. Pentru a vă proteja calculatorul, evitați să dați click pe linkuri de la surse necunoscute. Această locație poate fi nesigură:
{0}
Sigur doriti sa continuati? ",
"VE.Views.FileMenu.ariaFileMenu": "Meniul Fișier",
"VE.Views.FileMenu.btnBackCaption": "Deschidere locație fișier",
diff --git a/apps/visioeditor/main/locale/sq.json b/apps/visioeditor/main/locale/sq.json
index c9e9b4b6ae..cc43258abc 100644
--- a/apps/visioeditor/main/locale/sq.json
+++ b/apps/visioeditor/main/locale/sq.json
@@ -160,7 +160,7 @@
"Common.Views.SearchPanel.tipPreviousResult": "Rezultati i mëparshëm",
"Common.Views.SelectFileDlg.textLoading": "Po ngarkohet",
"Common.Views.SelectFileDlg.textTitle": "Selektoni burimin e të dhënave",
- "Common.Views.ShortcutsDialog.txtDescription": "Description",
+ "Common.Views.ShortcutsDialog.txtDescription": "Përshkrim",
"Common.Views.ShortcutsDialog.txtEmpty": "Nuk u gjetën përputhje. Rregulloni kërkimin tuaj.",
"Common.Views.ShortcutsDialog.txtRestoreAll": "Riktheni të gjitha në cilësimet fillestare",
"Common.Views.ShortcutsDialog.txtRestoreContinue": "Dëshironi të vazhdoni?",
diff --git a/apps/visioeditor/mobile/locale/ko.json b/apps/visioeditor/mobile/locale/ko.json
index 9b9a1fc19d..23aa53975e 100644
--- a/apps/visioeditor/mobile/locale/ko.json
+++ b/apps/visioeditor/mobile/locale/ko.json
@@ -66,7 +66,7 @@
"txtIncorrectPwd": "비밀번호가 올바르지 않습니다",
"warnLicenseAnonymous": "익명 사용자에 대한 접근이 거부되었습니다.
이 문서는 보기 전용으로 열립니다.",
"warnLicenseBefore": "라이선스가 활성화되지 않았습니다.
관리자에게 문의하세요.",
- "warnLicenseExp": "라이센스가 만료되었습니다. 라이선스를 업데이트하고 페이지를 새로고침하세요.",
+ "warnLicenseExp": "라이선스가 만료되었습니다. 라이선스를 업데이트하고 페이지를 새로고침하세요.",
"warnLicenseLimitedNoAccess": "라이센스가 만료되었습니다. 지금은 문서 편집 기능을 사용할 수 없습니다. 관리자에게 문의하시기 바랍니다.",
"warnLicenseLimitedRenewed": "라이선스를 업데이트해야 합니다. 문서 편집 기능이 제한됩니다.
전체 액세스 권한을 얻으려면 관리자에게 문의하십시오.",
"warnNoLicense": "%1 편집 연결 수 제한에 도달했습니다. 이 문서는 보기 모드로 열립니다. 개인적인 업그레이드 사항은 %1 영업팀에 연락하십시오.",