From 0fb0816af72789edb63c35472d2aca07c5f636ff Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 1 Mar 2024 19:23:59 +0300 Subject: [PATCH 1/3] Fix loaders --- apps/documenteditor/main/index.html | 1 + apps/documenteditor/main/index.html.deploy | 1 + apps/pdfeditor/main/index.html | 1 + apps/pdfeditor/main/index.html.deploy | 1 + apps/presentationeditor/main/index.html | 1 + apps/presentationeditor/main/index.html.deploy | 1 + apps/spreadsheeteditor/main/index.html | 4 ++++ apps/spreadsheeteditor/main/index.html.deploy | 4 ++++ 8 files changed, 14 insertions(+) diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 2ab030ebe4..3f95d647ef 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -117,6 +117,7 @@ padding: 0; white-space: nowrap; position: relative; + height: 25px; } .loadmask > .sktoolbar li { diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index 64e969bb26..14d6d80fda 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -95,6 +95,7 @@ padding: 0; white-space: nowrap; position: relative; + height: 25px; } .loadmask > .sktoolbar li { diff --git a/apps/pdfeditor/main/index.html b/apps/pdfeditor/main/index.html index 4eae56bde8..ef0c57764b 100644 --- a/apps/pdfeditor/main/index.html +++ b/apps/pdfeditor/main/index.html @@ -117,6 +117,7 @@ padding: 0; white-space: nowrap; position: relative; + height: 25px; } .loadmask > .sktoolbar li { diff --git a/apps/pdfeditor/main/index.html.deploy b/apps/pdfeditor/main/index.html.deploy index fab4226be8..a60c0f27db 100644 --- a/apps/pdfeditor/main/index.html.deploy +++ b/apps/pdfeditor/main/index.html.deploy @@ -95,6 +95,7 @@ padding: 0; white-space: nowrap; position: relative; + height: 25px; } .loadmask > .sktoolbar li { diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html index f65cf7071e..bbf10df65b 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -99,6 +99,7 @@ padding: 0; white-space: nowrap; position: relative; + height: 25px; } .loadmask > .sktoolbar li { diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index 10a29173d9..739a75e781 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -87,6 +87,7 @@ padding: 0; white-space: nowrap; position: relative; + height: 25px; } .loadmask > .sktoolbar li { diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index c52bfed7e1..32ca9ce3d3 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -109,6 +109,10 @@ position: relative; } + .loadmask > .sktoolbar ul { + height: 25px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--highlight-button-hover, #d8dadc); diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy index c8d40cb9a1..d51680b94e 100644 --- a/apps/spreadsheeteditor/main/index.html.deploy +++ b/apps/spreadsheeteditor/main/index.html.deploy @@ -88,6 +88,10 @@ position: relative; } + .loadmask > .sktoolbar ul { + height: 25px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--highlight-button-hover, #d8dadc); From 73cd19bc9c1a5a702d544e389b89f667c24da471 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 1 Mar 2024 19:29:07 +0300 Subject: [PATCH 2/3] Update translation --- apps/documenteditor/embed/locale/sr.json | 10 +- apps/documenteditor/main/locale/el.json | 54 +- apps/documenteditor/main/locale/en.json | 4 +- apps/documenteditor/main/locale/fr.json | 38 +- apps/documenteditor/main/locale/pt.json | 490 +++++++++--------- apps/documenteditor/main/locale/ro.json | 21 + apps/documenteditor/main/locale/ru.json | 22 + apps/documenteditor/main/locale/vi.json | 39 +- apps/documenteditor/main/locale/zh.json | 80 +-- apps/pdfeditor/main/locale/ca.json | 53 +- apps/pdfeditor/main/locale/en.json | 4 +- apps/pdfeditor/main/locale/ro.json | 12 + apps/pdfeditor/main/locale/ru.json | 12 + apps/pdfeditor/main/locale/sr.json | 9 +- apps/pdfeditor/main/locale/zh.json | 16 +- apps/presentationeditor/embed/locale/en.json | 2 +- apps/presentationeditor/embed/locale/ru.json | 1 + apps/presentationeditor/embed/locale/sr.json | 2 +- apps/presentationeditor/main/locale/en.json | 4 +- apps/presentationeditor/main/locale/hy.json | 9 + apps/presentationeditor/main/locale/pt.json | 408 +++++++-------- apps/presentationeditor/main/locale/ro.json | 9 + apps/presentationeditor/main/locale/ru.json | 9 + apps/presentationeditor/main/locale/vi.json | 37 ++ apps/presentationeditor/main/locale/zh.json | 11 +- apps/spreadsheeteditor/embed/locale/en.json | 2 +- apps/spreadsheeteditor/embed/locale/ru.json | 1 + apps/spreadsheeteditor/embed/locale/sr.json | 4 +- apps/spreadsheeteditor/main/locale/ar.json | 4 - apps/spreadsheeteditor/main/locale/be.json | 4 - apps/spreadsheeteditor/main/locale/ca.json | 4 - apps/spreadsheeteditor/main/locale/cs.json | 4 - apps/spreadsheeteditor/main/locale/de.json | 4 - apps/spreadsheeteditor/main/locale/el.json | 4 - apps/spreadsheeteditor/main/locale/en.json | 26 +- apps/spreadsheeteditor/main/locale/es.json | 4 - apps/spreadsheeteditor/main/locale/eu.json | 4 - apps/spreadsheeteditor/main/locale/fr.json | 4 - apps/spreadsheeteditor/main/locale/hu.json | 1 - apps/spreadsheeteditor/main/locale/hy.json | 70 ++- apps/spreadsheeteditor/main/locale/id.json | 4 - apps/spreadsheeteditor/main/locale/ja.json | 12 +- apps/spreadsheeteditor/main/locale/ko.json | 4 - apps/spreadsheeteditor/main/locale/lv.json | 1 - apps/spreadsheeteditor/main/locale/pt-pt.json | 1 - apps/spreadsheeteditor/main/locale/pt.json | 4 - apps/spreadsheeteditor/main/locale/ro.json | 26 +- apps/spreadsheeteditor/main/locale/ru.json | 18 +- apps/spreadsheeteditor/main/locale/si.json | 4 - apps/spreadsheeteditor/main/locale/sr.json | 4 - apps/spreadsheeteditor/main/locale/uk.json | 4 - apps/spreadsheeteditor/main/locale/zh-tw.json | 4 - apps/spreadsheeteditor/main/locale/zh.json | 28 +- 53 files changed, 954 insertions(+), 656 deletions(-) diff --git a/apps/documenteditor/embed/locale/sr.json b/apps/documenteditor/embed/locale/sr.json index beea77ac51..09db046b1c 100644 --- a/apps/documenteditor/embed/locale/sr.json +++ b/apps/documenteditor/embed/locale/sr.json @@ -4,7 +4,7 @@ "common.view.modals.txtHeight": "Visina", "common.view.modals.txtIncorrectPwd": "Lozinka je netačna", "common.view.modals.txtOpenFile": "Unesi lozinku da otvoriš fajl", - "common.view.modals.txtShare": "Podeli Link", + "common.view.modals.txtShare": "Podeli link", "common.view.modals.txtTitleProtected": "Zaštićen fajl", "common.view.modals.txtWidth": "Širina ", "common.view.SearchBar.textFind": "Pronađi", @@ -38,7 +38,7 @@ "DE.ApplicationController.textGotIt": "Razumem", "DE.ApplicationController.textGuest": "Gost", "DE.ApplicationController.textLoadingDocument": "Učitavanje dokumenta ", - "DE.ApplicationController.textNext": "Sledeće Polje", + "DE.ApplicationController.textNext": "Sledeće polje", "DE.ApplicationController.textOf": "od", "DE.ApplicationController.textRequired": "Popuni sva potrebna polja za slanje obrasca.", "DE.ApplicationController.textSubmit": "Podnesi", @@ -54,11 +54,11 @@ "DE.ApplicationController.warnLicenseBefore": "Licenca nije aktivna. Molimo kontaktirajte svog administratora.", "DE.ApplicationController.warnLicenseExp": "Vaša licenca je istekla. Molimo ažurirajte svoju licencu i osvežite stranicu.", "DE.ApplicationView.txtDownload": "Preuzmi", - "DE.ApplicationView.txtDownloadDocx": "Preuzmi kao docx", - "DE.ApplicationView.txtDownloadPdf": "Preuzmi kao pdf", + "DE.ApplicationView.txtDownloadDocx": "Preuzmi kao DOCX", + "DE.ApplicationView.txtDownloadPdf": "Preuzmi kao PDF", "DE.ApplicationView.txtEmbed": "Ugradi", "DE.ApplicationView.txtFileLocation": "Otvori fajl lokaciju", - "DE.ApplicationView.txtFullScreen": "Prikaz Celog Ekrana", + "DE.ApplicationView.txtFullScreen": "Prikaz celog ekrana", "DE.ApplicationView.txtPrint": "Štampaj", "DE.ApplicationView.txtSearch": "Pretraga", "DE.ApplicationView.txtShare": "Podeli" diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json index b2b46e42ec..47379ba6b9 100644 --- a/apps/documenteditor/main/locale/el.json +++ b/apps/documenteditor/main/locale/el.json @@ -58,11 +58,11 @@ "Common.Controllers.ReviewChanges.textOffGlobal": "{0} απενεργοποίηση της παρακολούθησης αλλαγών για όλους.", "Common.Controllers.ReviewChanges.textOn": "{0} τώρα χρησιμοποιεί την παρακολούθηση αλλαγών.", "Common.Controllers.ReviewChanges.textOnGlobal": "{0} ενεργοποίηση της παρακολούθησης αλλαγών για όλους.", - "Common.Controllers.ReviewChanges.textParaDeleted": "Παράγραφος Διαγράφηκε", + "Common.Controllers.ReviewChanges.textParaDeleted": "Η παράγραφος διαγράφηκε", "Common.Controllers.ReviewChanges.textParaFormatted": "Παράγραφος Μορφοποιήθηκε", - "Common.Controllers.ReviewChanges.textParaInserted": "Παράγραφος Εισήχθη", - "Common.Controllers.ReviewChanges.textParaMoveFromDown": "Μετακινήθηκαν Κάτω:", - "Common.Controllers.ReviewChanges.textParaMoveFromUp": "Μετακινήθηκαν Πάνω:", + "Common.Controllers.ReviewChanges.textParaInserted": "Η παράγραφος εισήχθη", + "Common.Controllers.ReviewChanges.textParaMoveFromDown": "Μετακινήθηκαν κάτω:", + "Common.Controllers.ReviewChanges.textParaMoveFromUp": "Μετακινήθηκαν επάνω:", "Common.Controllers.ReviewChanges.textParaMoveTo": "Μετακινήθηκαν:", "Common.Controllers.ReviewChanges.textPosition": "Θέση", "Common.Controllers.ReviewChanges.textRight": "Στοίχιση δεξιά", @@ -130,20 +130,20 @@ "Common.define.chartData.textScatterSmoothMarker": "Διασπορά με ομαλές γραμμές και δείκτες", "Common.define.chartData.textStock": "Μετοχή", "Common.define.chartData.textSurface": "Επιφάνεια", - "Common.define.smartArt.textAccentedPicture": "Εικόνα με Τόνους", - "Common.define.smartArt.textAccentProcess": "Διεργασία Τονισμού", - "Common.define.smartArt.textAlternatingFlow": "Εναλλασσόμενη Ροή", + "Common.define.smartArt.textAccentedPicture": "Τονισμένη εικόνα", + "Common.define.smartArt.textAccentProcess": "Διαδικασία έμφασης", + "Common.define.smartArt.textAlternatingFlow": "Εναλλασσόμενη ροή", "Common.define.smartArt.textAlternatingHexagons": "Εναλλασσόμενα Εξάγωνα", - "Common.define.smartArt.textAlternatingPictureBlocks": "Εναλλασσόμενα Μπλοκ Εικόνων", - "Common.define.smartArt.textAlternatingPictureCircles": "Εναλλασσόμενοι Κύκλοι Εικόνων", - "Common.define.smartArt.textArchitectureLayout": "Αρχιτεκτονικό Σχέδιο", - "Common.define.smartArt.textArrowRibbon": "Κορδέλα με Βέλος", + "Common.define.smartArt.textAlternatingPictureBlocks": "Εναλλασσόμενα μπλοκ εικόνων", + "Common.define.smartArt.textAlternatingPictureCircles": "Εναλλασσόμενοι κύκλοι εικόνων", + "Common.define.smartArt.textArchitectureLayout": "Αρχιτεκτονικό σχέδιο", + "Common.define.smartArt.textArrowRibbon": "Κορδέλα με βέλος", "Common.define.smartArt.textAscendingPictureAccentProcess": "Αύξουσα έμφαση εικόνας", "Common.define.smartArt.textBalance": "Ισορροπία", "Common.define.smartArt.textBasicBendingProcess": "Βασική Διεργασία Κλίσης", "Common.define.smartArt.textBasicBlockList": "Βασική Λίστα Μπλοκ", "Common.define.smartArt.textBasicChevronProcess": "Βασική διαδικασία Chevron", - "Common.define.smartArt.textBasicCycle": "Βασικός Κύκλος", + "Common.define.smartArt.textBasicCycle": "Βασικός κύκλος", "Common.define.smartArt.textBasicMatrix": "Βασικός πίνακας", "Common.define.smartArt.textBasicPie": "Βασική Πίτα", "Common.define.smartArt.textBasicProcess": "Βασική Διεργασία", @@ -463,6 +463,7 @@ "Common.Views.AutoCorrectDialog.warnReplace": "Η καταχώρηση αυτόματης διόρθωσης για %1 υπάρχει ήδη. Θέλετε να την αντικαταστήσετε;", "Common.Views.AutoCorrectDialog.warnReset": "Κάθε αυτόματη διόρθωση που προσθέσατε θα αφαιρεθεί και ό,τι τροποποιήθηκε θα αποκατασταθεί στην αρχική του τιμή. Θέλετε να συνεχίσετε;", "Common.Views.AutoCorrectDialog.warnRestore": "Η καταχώρηση αυτόματης διόρθωσης για %1 θα τεθεί στην αρχική τιμή της. Θέλετε να συνεχίσετε;", + "Common.Views.Chat.textChat": "Συνομιλία", "Common.Views.Chat.textSend": "Αποστολή", "Common.Views.Comments.mniAuthorAsc": "Συγγραφέας Α έως Ω", "Common.Views.Comments.mniAuthorDesc": "Συγγραφέας Ω έως Α", @@ -474,7 +475,7 @@ "Common.Views.Comments.textAdd": "Προσθήκη", "Common.Views.Comments.textAddComment": "Προσθήκη σχολίου", "Common.Views.Comments.textAddCommentToDoc": "Προσθήκη σχολίου στο έγγραφο", - "Common.Views.Comments.textAddReply": "Προσθήκη Απάντησης", + "Common.Views.Comments.textAddReply": "Προσθήκη απάντησης", "Common.Views.Comments.textAll": "Όλα", "Common.Views.Comments.textAnonym": "Επισκέπτης", "Common.Views.Comments.textCancel": "Ακύρωση", @@ -520,6 +521,7 @@ "Common.Views.Header.textAdvSettings": "Προηγμένες ρυθμίσεις", "Common.Views.Header.textBack": "Άνοιγμα θέσης αρχείου", "Common.Views.Header.textCompactView": "Απόκρυψη Γραμμής Εργαλείων", + "Common.Views.Header.textEdit": "Επεξεργασία", "Common.Views.Header.textHideLines": "Απόκρυψη Χαράκων", "Common.Views.Header.textHideStatusBar": "Απόκρυψη γραμμής κατάστασης", "Common.Views.Header.textReadOnly": "Μόνο για ανάγνωση", @@ -527,6 +529,7 @@ "Common.Views.Header.textShare": "Διαμοιρασμός", "Common.Views.Header.textZoom": "Εστίαση", "Common.Views.Header.tipAccessRights": "Διαχείριση δικαιωμάτων πρόσβασης εγγράφου", + "Common.Views.Header.tipDocEdit": "Επεξεργασία", "Common.Views.Header.tipDownload": "Λήψη αρχείου", "Common.Views.Header.tipGoEdit": "Επεξεργασία τρέχοντος αρχείου", "Common.Views.Header.tipPrint": "Εκτύπωση αρχείου", @@ -603,6 +606,9 @@ "Common.Views.ReviewChanges.mniFromFile": "Έγγραφο από αρχείο", "Common.Views.ReviewChanges.mniFromStorage": "Έγγραφο από Αποθηκευτικό Χώρο", "Common.Views.ReviewChanges.mniFromUrl": "Έγγραφο από URL", + "Common.Views.ReviewChanges.mniMMFromFile": "Από αρχείο", + "Common.Views.ReviewChanges.mniMMFromStorage": "Από αποθηκευτικό χώρο", + "Common.Views.ReviewChanges.mniMMFromUrl": "Από διεύθυνση URL", "Common.Views.ReviewChanges.mniSettings": "Ρυθμίσεις σύγκρισης", "Common.Views.ReviewChanges.strFast": "Γρήγορη", "Common.Views.ReviewChanges.strFastDesc": "Συν-επεξεργασία πραγματικού χρόνου. Όλες οι αλλαγές αποθηκεύονται αυτόματα.", @@ -620,6 +626,7 @@ "Common.Views.ReviewChanges.tipCommentResolveCurrent": "Επίλυση των τρεχόντων σχολίων", "Common.Views.ReviewChanges.tipCompare": "Σύγκριση τρέχοντος εγγράφου με άλλο έγγραφο", "Common.Views.ReviewChanges.tipHistory": "Εμφάνιση ιστορικού εκδόσεων", + "Common.Views.ReviewChanges.tipMailRecepients": "Συγχώνευση αλληλογραφίας", "Common.Views.ReviewChanges.tipRejectCurrent": "Απόρριψη τρέχουσας αλλαγής και μετάβαση στην επόμενη", "Common.Views.ReviewChanges.tipReview": "Παρακολούθηση αλλαγών", "Common.Views.ReviewChanges.tipReviewView": "Επιλέξτε τον τρόπο προβολής των αλλαγών", @@ -650,6 +657,7 @@ "Common.Views.ReviewChanges.txtFinal": "Όλες οι αλλαγές έγιναν αποδεκτές {0}", "Common.Views.ReviewChanges.txtFinalCap": "Τελικός", "Common.Views.ReviewChanges.txtHistory": "Ιστορικό Εκδόσεων", + "Common.Views.ReviewChanges.txtMailMerge": "Συγχώνευση αλληλογραφίας", "Common.Views.ReviewChanges.txtMarkup": "Όλες οι αλλαγές {0}", "Common.Views.ReviewChanges.txtMarkupCap": "Σήμανση και συννεφάκια", "Common.Views.ReviewChanges.txtMarkupSimple": "Όλες οι αλλαγές {0}
Χωρίς συννεφάκια", @@ -681,7 +689,7 @@ "Common.Views.ReviewChangesDialog.txtRejectAll": "Απόρριψη όλων των αλλαγών", "Common.Views.ReviewChangesDialog.txtRejectCurrent": "Απόρριψη τρέχουσας αλλαγής", "Common.Views.ReviewPopover.textAdd": "Προσθήκη", - "Common.Views.ReviewPopover.textAddReply": "Προσθήκη Απάντησης", + "Common.Views.ReviewPopover.textAddReply": "Προσθήκη απάντησης", "Common.Views.ReviewPopover.textCancel": "Ακύρωση", "Common.Views.ReviewPopover.textClose": "Κλείσιμο", "Common.Views.ReviewPopover.textEdit": "Εντάξει", @@ -1860,12 +1868,12 @@ "DE.Views.DocumentHolder.textSeparateList": "Διαχωρισμός λίστας", "DE.Views.DocumentHolder.textSettings": "Ρυθμίσεις", "DE.Views.DocumentHolder.textSeveral": "Πολλαπλές Γραμμές/Στήλες", - "DE.Views.DocumentHolder.textShapeAlignBottom": "Στοίχιση Κάτω", - "DE.Views.DocumentHolder.textShapeAlignCenter": "Στοίχιση στο Κέντρο", - "DE.Views.DocumentHolder.textShapeAlignLeft": "Στοίχιση Αριστερά", - "DE.Views.DocumentHolder.textShapeAlignMiddle": "Στοίχιση στη Μέση", - "DE.Views.DocumentHolder.textShapeAlignRight": "Στοίχιση Δεξιά", - "DE.Views.DocumentHolder.textShapeAlignTop": "Στοίχιση Πάνω", + "DE.Views.DocumentHolder.textShapeAlignBottom": "Σοίχιση κάτω", + "DE.Views.DocumentHolder.textShapeAlignCenter": "Στοίχιση στο κέντρο", + "DE.Views.DocumentHolder.textShapeAlignLeft": "Στοίχιση αριστερά", + "DE.Views.DocumentHolder.textShapeAlignMiddle": "Σοίχιση στη μέση", + "DE.Views.DocumentHolder.textShapeAlignRight": "Στοίχιση δεξιά", + "DE.Views.DocumentHolder.textShapeAlignTop": "Στοίχιση επάνω", "DE.Views.DocumentHolder.textStartNewList": "Έναρξη νέας λίστας", "DE.Views.DocumentHolder.textStartNumberingFrom": "Ορισμός τιμής αρίθμησης", "DE.Views.DocumentHolder.textTitleCellsRemove": "Διαγραφή κελιών", @@ -2072,7 +2080,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Μεταφορτώθηκε", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Λέξεις", "DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Ναι", - "DE.Views.FileMenuPanels.DocumentRights.txtAccessRights": "Δικαιώματα Πρόσβασης", + "DE.Views.FileMenuPanels.DocumentRights.txtAccessRights": "Δικαιώματα rρόσβασης", "DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Αλλαγή δικαιωμάτων πρόσβασης", "DE.Views.FileMenuPanels.DocumentRights.txtRights": "Άτομα που έχουν δικαιώματα", "DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Προειδοποίηση", @@ -2310,6 +2318,7 @@ "DE.Views.HyperlinkSettingsDialog.textDisplay": "Προβολή", "DE.Views.HyperlinkSettingsDialog.textExternal": "Εξωτερικός σύνδεσμος", "DE.Views.HyperlinkSettingsDialog.textInternal": "Τοποθέτηση στο έγγραφο", + "DE.Views.HyperlinkSettingsDialog.textSelectFile": "Επιλογή αρχείου", "DE.Views.HyperlinkSettingsDialog.textTitle": "Ρυθμίσεις υπερσυνδέσμου", "DE.Views.HyperlinkSettingsDialog.textTooltip": "Κείμενο υπόδειξης", "DE.Views.HyperlinkSettingsDialog.textUrl": "Σύνδεσμος σε", @@ -3411,6 +3420,7 @@ "DE.Views.Toolbar.tipPrint": "Εκτύπωση", "DE.Views.Toolbar.tipPrintQuick": "Γρήγορη εκτύπωση", "DE.Views.Toolbar.tipRedo": "Επανάληψη", + "DE.Views.Toolbar.tipReplace": "Αντικατάσταση", "DE.Views.Toolbar.tipSave": "Αποθήκευση", "DE.Views.Toolbar.tipSaveCoauth": "Αποθηκεύστε τις αλλαγές σας για να τις δουν οι άλλοι χρήστες.", "DE.Views.Toolbar.tipSelectAll": "Επιλογή όλων ", @@ -3430,7 +3440,7 @@ "DE.Views.Toolbar.txtGroupNumLib": "Βιβλιοθήκη αρίθμησης", "DE.Views.Toolbar.txtGroupRecent": "Πρόσφατα χρησιμοποιημένα", "DE.Views.Toolbar.txtMarginAlign": "Στοίχιση στο περιθώριο", - "DE.Views.Toolbar.txtObjectsAlign": "Στοίχιση Επιλεγμένων Αντικειμένων", + "DE.Views.Toolbar.txtObjectsAlign": "Στοίχιση επιλεγμένων αντικειμένων", "DE.Views.Toolbar.txtPageAlign": "Στοίχιση στη σελίδα", "DE.Views.Toolbar.txtScheme1": "Γραφείο", "DE.Views.Toolbar.txtScheme10": "Διάμεσο", diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index e54d9b91fa..4fc5227479 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -522,6 +522,7 @@ "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", "Common.Views.Header.textBack": "Open file location", + "Common.Views.Header.textClose": "Close file", "Common.Views.Header.textCompactView": "Hide toolbar", "Common.Views.Header.textDocEditDesc": "Make any changes", "Common.Views.Header.textDocViewDesc": "View the file, but make no changes", @@ -552,7 +553,6 @@ "Common.Views.Header.tipViewUsers": "View users and manage document access rights", "Common.Views.Header.txtAccessRights": "Change access rights", "Common.Views.Header.txtRename": "Rename", - "Common.Views.Header.textClose": "Close file", "Common.Views.History.textCloseHistory": "Close History", "Common.Views.History.textHide": "Collapse", "Common.Views.History.textHideAll": "Hide detailed changes", @@ -2036,6 +2036,7 @@ "DE.Views.EditListItemDialog.textValue": "Value", "DE.Views.EditListItemDialog.textValueError": "An item with the same value already exists.", "DE.Views.FileMenu.btnBackCaption": "Open File Location", + "DE.Views.FileMenu.btnCloseEditor": "Close File", "DE.Views.FileMenu.btnCloseMenuCaption": "Close Menu", "DE.Views.FileMenu.btnCreateNewCaption": "Create New", "DE.Views.FileMenu.btnDownloadCaption": "Download As", @@ -2056,7 +2057,6 @@ "DE.Views.FileMenu.btnSettingsCaption": "Advanced Settings", "DE.Views.FileMenu.btnToEditCaption": "Edit Document", "DE.Views.FileMenu.textDownload": "Download", - "DE.Views.FileMenu.btnCloseEditor": "Close File", "DE.Views.FileMenuPanels.CreateNew.txtBlank": "Blank document", "DE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Create New", "DE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Apply", diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json index 769d5e57f1..5950712790 100644 --- a/apps/documenteditor/main/locale/fr.json +++ b/apps/documenteditor/main/locale/fr.json @@ -142,7 +142,7 @@ "Common.define.smartArt.textBalance": "Balance", "Common.define.smartArt.textBasicBendingProcess": "Processus en lacet simple", "Common.define.smartArt.textBasicBlockList": "Liste de blocs simple", - "Common.define.smartArt.textBasicChevronProcess": "Processus en chevrons simple", + "Common.define.smartArt.textBasicChevronProcess": "Processus simple en chevrons", "Common.define.smartArt.textBasicCycle": "Cycle simple", "Common.define.smartArt.textBasicMatrix": "Matrice simple", "Common.define.smartArt.textBasicPie": "Graphique en secteurs simple", @@ -383,6 +383,7 @@ "Common.Utils.Metric.txtCm": "cm", "Common.Utils.Metric.txtPt": "pt", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Accent", @@ -463,6 +464,8 @@ "Common.Views.AutoCorrectDialog.warnReplace": "Ce symbol pour 1% existe déjà. Voulez-vous le remplacer ?", "Common.Views.AutoCorrectDialog.warnReset": "Toutes les autocorrections que vous avez ajouté seront supprimées et celles que vous avez modifiées seront réinitialisées à leurs valeurs originales. Voulez-vous continuer ?", "Common.Views.AutoCorrectDialog.warnRestore": "Ce symbol d'autocorrection pour 1% sera réinitialisé à sa valeur initiale. Voulez-vous continuer ?", + "Common.Views.Chat.textChat": "Chat", + "Common.Views.Chat.textClosePanel": "Fermer le chat", "Common.Views.Chat.textSend": "Envoyer", "Common.Views.Comments.mniAuthorAsc": "Auteur de A à Z", "Common.Views.Comments.mniAuthorDesc": "Auteur de Z à A", @@ -519,19 +522,29 @@ "Common.Views.Header.textAddFavorite": "Marquer en tant que favori", "Common.Views.Header.textAdvSettings": "Paramètres avancés", "Common.Views.Header.textBack": "Ouvrir l'emplacement du fichier", + "Common.Views.Header.textClose": "Fermer le fichier", "Common.Views.Header.textCompactView": "Masquer la barre d'outils", + "Common.Views.Header.textDocEditDesc": "Apporter toute modification", + "Common.Views.Header.textDocViewDesc": "Afficher le fichier sans le modifier", + "Common.Views.Header.textEdit": "Édition", "Common.Views.Header.textHideLines": "Masquer les règles", "Common.Views.Header.textHideStatusBar": "Masquer la barre d'état", "Common.Views.Header.textReadOnly": "Lecture seule", "Common.Views.Header.textRemoveFavorite": "Enlever des favoris", + "Common.Views.Header.textReview": "Révision", + "Common.Views.Header.textReviewDesc": "Proposer des modifications", "Common.Views.Header.textShare": "Partager", + "Common.Views.Header.textView": "Affichage", "Common.Views.Header.textZoom": "Zoom", "Common.Views.Header.tipAccessRights": "Gérer les droits d'accès au document", + "Common.Views.Header.tipDocEdit": "Édition", + "Common.Views.Header.tipDocView": "Affichage", "Common.Views.Header.tipDownload": "Télécharger le fichier", "Common.Views.Header.tipGoEdit": "Modifier le fichier courant", "Common.Views.Header.tipPrint": "Imprimer le fichier", "Common.Views.Header.tipPrintQuick": "Impression rapide", "Common.Views.Header.tipRedo": "Rétablir", + "Common.Views.Header.tipReview": "Révision", "Common.Views.Header.tipSave": "Enregistrer", "Common.Views.Header.tipSearch": "Rechercher", "Common.Views.Header.tipUndo": "Annuler", @@ -578,7 +591,7 @@ "Common.Views.PluginPanel.textLoading": "Chargement", "Common.Views.Plugins.groupCaption": "Modules complémentaires", "Common.Views.Plugins.strPlugins": "Plug-ins", - "Common.Views.Plugins.textBackgroundPlugins": "Modules d'arrière-plan", + "Common.Views.Plugins.textBackgroundPlugins": "Plugins d'arrière-plan", "Common.Views.Plugins.textSettings": "Paramètres", "Common.Views.Plugins.textStart": "Démarrer", "Common.Views.Plugins.textStop": "Arrêter", @@ -603,6 +616,9 @@ "Common.Views.ReviewChanges.mniFromFile": "Document à partir d'un fichier", "Common.Views.ReviewChanges.mniFromStorage": "Document à partir de stockage", "Common.Views.ReviewChanges.mniFromUrl": "Document à partir d'une URL", + "Common.Views.ReviewChanges.mniMMFromFile": "À partir du fichier", + "Common.Views.ReviewChanges.mniMMFromStorage": "À partir de l'espace de stockage", + "Common.Views.ReviewChanges.mniMMFromUrl": "À partir de l'URL", "Common.Views.ReviewChanges.mniSettings": "Paramètres de comparaison", "Common.Views.ReviewChanges.strFast": "Rapide", "Common.Views.ReviewChanges.strFastDesc": "Co-édition en temps réel. Tous les changements sont enregistrés automatiquement.", @@ -620,6 +636,7 @@ "Common.Views.ReviewChanges.tipCommentResolveCurrent": "Résoudre les commentaires actuels", "Common.Views.ReviewChanges.tipCompare": "Comparer le document actif avec un autre document", "Common.Views.ReviewChanges.tipHistory": "Afficher versions", + "Common.Views.ReviewChanges.tipMailRecepients": "Fusion et publipostage", "Common.Views.ReviewChanges.tipRejectCurrent": "Rejeter la modification en cours et passer à la suivante", "Common.Views.ReviewChanges.tipReview": "Suivi des modifications", "Common.Views.ReviewChanges.tipReviewView": "Sélectionner le mode souhaité.", @@ -650,6 +667,7 @@ "Common.Views.ReviewChanges.txtFinal": "Toutes les modifications acceptées {0}", "Common.Views.ReviewChanges.txtFinalCap": "Final", "Common.Views.ReviewChanges.txtHistory": "Historique des versions", + "Common.Views.ReviewChanges.txtMailMerge": "Fusion et publipostage", "Common.Views.ReviewChanges.txtMarkup": "Toutes les modifications {0}", "Common.Views.ReviewChanges.txtMarkupCap": "Balisage et bulles", "Common.Views.ReviewChanges.txtMarkupSimple": "Tous les changements {0}
Pas de ballons", @@ -974,7 +992,7 @@ "DE.Controllers.Main.txtShape_accentCallout2": "Légende à une bordure 2", "DE.Controllers.Main.txtShape_accentCallout3": "Légende à une bordure 3", "DE.Controllers.Main.txtShape_actionButtonBackPrevious": "Bouton retour ou précédent", - "DE.Controllers.Main.txtShape_actionButtonBeginning": "Bouton \"Au Commencement\"", + "DE.Controllers.Main.txtShape_actionButtonBeginning": "Bouton de démarrage", "DE.Controllers.Main.txtShape_actionButtonBlank": "Bouton vide", "DE.Controllers.Main.txtShape_actionButtonDocument": "Bouton Document", "DE.Controllers.Main.txtShape_actionButtonEnd": "Bouton à la fin", @@ -990,9 +1008,9 @@ "DE.Controllers.Main.txtShape_bentConnector5": "Connecteur en angle", "DE.Controllers.Main.txtShape_bentConnector5WithArrow": "Connecteur en angle avec flèche\t", "DE.Controllers.Main.txtShape_bentConnector5WithTwoArrows": "Connecteur en angle avec deux flèches", - "DE.Controllers.Main.txtShape_bentUpArrow": "Flèche à angle droit", + "DE.Controllers.Main.txtShape_bentUpArrow": "Flèche courbe vers le haut", "DE.Controllers.Main.txtShape_bevel": "Biseau", - "DE.Controllers.Main.txtShape_blockArc": "Arc Plein", + "DE.Controllers.Main.txtShape_blockArc": "Arc de cercle ", "DE.Controllers.Main.txtShape_borderCallout1": "Légende encadrée 1", "DE.Controllers.Main.txtShape_borderCallout2": "Légende encadrée 2", "DE.Controllers.Main.txtShape_borderCallout3": "Légende encadrée 3", @@ -2018,6 +2036,7 @@ "DE.Views.EditListItemDialog.textValue": "Valeur", "DE.Views.EditListItemDialog.textValueError": "Un élément avec la même valeur existe déjà.", "DE.Views.FileMenu.btnBackCaption": "Ouvrir l'emplacement du fichier", + "DE.Views.FileMenu.btnCloseEditor": "Fermer le fichier", "DE.Views.FileMenu.btnCloseMenuCaption": "Fermer le menu", "DE.Views.FileMenu.btnCreateNewCaption": "Nouveau document", "DE.Views.FileMenu.btnDownloadCaption": "Télécharger comme", @@ -2038,7 +2057,7 @@ "DE.Views.FileMenu.btnSettingsCaption": "Paramètres avancés", "DE.Views.FileMenu.btnToEditCaption": "Modifier le document", "DE.Views.FileMenu.textDownload": "Télécharger", - "DE.Views.FileMenuPanels.CreateNew.txtBlank": "Document vide", + "DE.Views.FileMenuPanels.CreateNew.txtBlank": "Document vierge", "DE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Créer nouveau", "DE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Appliquer", "DE.Views.FileMenuPanels.DocumentInfo.txtAddAuthor": "Ajouter un auteur", @@ -2310,6 +2329,7 @@ "DE.Views.HyperlinkSettingsDialog.textDisplay": "Afficher", "DE.Views.HyperlinkSettingsDialog.textExternal": "Lien externe", "DE.Views.HyperlinkSettingsDialog.textInternal": "Placer dans le document", + "DE.Views.HyperlinkSettingsDialog.textSelectFile": "Sélectionner un fichier", "DE.Views.HyperlinkSettingsDialog.textTitle": "Paramètres du lien hypertexte", "DE.Views.HyperlinkSettingsDialog.textTooltip": "Texte de l'info-bulle ", "DE.Views.HyperlinkSettingsDialog.textUrl": "Lien vers", @@ -2319,6 +2339,7 @@ "DE.Views.HyperlinkSettingsDialog.txtHeadings": "En-têtes", "DE.Views.HyperlinkSettingsDialog.txtNotUrl": "Ce champ doit être une URL au format \"http://www.example.com\"", "DE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Ce champ est limité à 2083 caractères.", + "DE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Saisissez l'adresse web ou sélectionnez un fichier", "DE.Views.HyphenationDialog.textAuto": "Coupure de mots automatique", "DE.Views.HyphenationDialog.textCaps": "Couper les mots en MAJUSCULES", "DE.Views.HyphenationDialog.textLimit": "Limiter le nombre de coupures consécutives à", @@ -2904,7 +2925,7 @@ "DE.Views.ShapeSettings.tipAddGradientPoint": "Ajouter un point de dégradé", "DE.Views.ShapeSettings.tipRemoveGradientPoint": "Supprimer le point de dégradé", "DE.Views.ShapeSettings.txtBehind": "Derrière le texte", - "DE.Views.ShapeSettings.txtBrownPaper": "Papier brun", + "DE.Views.ShapeSettings.txtBrownPaper": "Papier marron", "DE.Views.ShapeSettings.txtCanvas": "Toile", "DE.Views.ShapeSettings.txtCarton": "Carton", "DE.Views.ShapeSettings.txtDarkFabric": "Tissu foncé", @@ -3017,7 +3038,7 @@ "DE.Views.TableSettings.textBackColor": "Couleur d'arrière-plan", "DE.Views.TableSettings.textBanded": "Bordé", "DE.Views.TableSettings.textBorderColor": "Couleur", - "DE.Views.TableSettings.textBorders": "Style des bordures", + "DE.Views.TableSettings.textBorders": "Style de bordure", "DE.Views.TableSettings.textCellSize": "Taille des lignes et des colonnes.", "DE.Views.TableSettings.textColumns": "Colonnes", "DE.Views.TableSettings.textConvert": "Convertir un tableau en texte", @@ -3411,6 +3432,7 @@ "DE.Views.Toolbar.tipPrint": "Imprimer", "DE.Views.Toolbar.tipPrintQuick": "Impression rapide", "DE.Views.Toolbar.tipRedo": "Rétablir", + "DE.Views.Toolbar.tipReplace": "Remplacer", "DE.Views.Toolbar.tipSave": "Enregistrer", "DE.Views.Toolbar.tipSaveCoauth": "Enregistrez vos modifications pour que les autres utilisateurs puissent les voir.", "DE.Views.Toolbar.tipSelectAll": "Sélectionner tout", diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json index 92b73b987b..04a0d397d6 100644 --- a/apps/documenteditor/main/locale/pt.json +++ b/apps/documenteditor/main/locale/pt.json @@ -45,7 +45,7 @@ "Common.Controllers.ReviewChanges.textKeepLines": "Manter as linhas juntas", "Common.Controllers.ReviewChanges.textKeepNext": "Manter com o próximo", "Common.Controllers.ReviewChanges.textLeft": "Alinhar à esquerda", - "Common.Controllers.ReviewChanges.textLineSpacing": "Espaçamento de linha:", + "Common.Controllers.ReviewChanges.textLineSpacing": "Espaçamento entre linhas:", "Common.Controllers.ReviewChanges.textMultiple": "múltiplo", "Common.Controllers.ReviewChanges.textNoBreakBefore": "Sem quebra de página antes", "Common.Controllers.ReviewChanges.textNoContextual": "Adicionar intervalo entre parágrafos do mesmo estilo", @@ -58,11 +58,11 @@ "Common.Controllers.ReviewChanges.textOffGlobal": "{0} Rastreamento de Alterações desabilitado para todos. ", "Common.Controllers.ReviewChanges.textOn": "{0} usando controle de alterações. ", "Common.Controllers.ReviewChanges.textOnGlobal": "{0} Rastreamento de Alterações habilitado para todos.", - "Common.Controllers.ReviewChanges.textParaDeleted": "Parágrafo apagado", + "Common.Controllers.ReviewChanges.textParaDeleted": "Parágrafo deletado", "Common.Controllers.ReviewChanges.textParaFormatted": "Parágrafo formatado", - "Common.Controllers.ReviewChanges.textParaInserted": "Parágrafo Inserido", - "Common.Controllers.ReviewChanges.textParaMoveFromDown": "Movido Para Baixo:", - "Common.Controllers.ReviewChanges.textParaMoveFromUp": "Movido Para Cima:", + "Common.Controllers.ReviewChanges.textParaInserted": "Parágrafo inserido", + "Common.Controllers.ReviewChanges.textParaMoveFromDown": "Movido para baixo:", + "Common.Controllers.ReviewChanges.textParaMoveFromUp": "Movido para cima:", "Common.Controllers.ReviewChanges.textParaMoveTo": "Movido:", "Common.Controllers.ReviewChanges.textPosition": "Posição", "Common.Controllers.ReviewChanges.textRight": "Alinhar à direita", @@ -76,11 +76,11 @@ "Common.Controllers.ReviewChanges.textStrikeout": "Taxado", "Common.Controllers.ReviewChanges.textSubScript": "Subscrito", "Common.Controllers.ReviewChanges.textSuperScript": "Sobrescrito", - "Common.Controllers.ReviewChanges.textTableChanged": "Configurações da Tabela Alteradas", - "Common.Controllers.ReviewChanges.textTableRowsAdd": "Linhas da Tabela Incluídas", - "Common.Controllers.ReviewChanges.textTableRowsDel": "Linhas da Tabela Excluídas", + "Common.Controllers.ReviewChanges.textTableChanged": "Configurações da tabela alteradas", + "Common.Controllers.ReviewChanges.textTableRowsAdd": "Linhas da tabela incluídas", + "Common.Controllers.ReviewChanges.textTableRowsDel": "Linhas da tabela excluídas", "Common.Controllers.ReviewChanges.textTabs": "Alterar guias", - "Common.Controllers.ReviewChanges.textTitleComparison": "Configurações de Comparação", + "Common.Controllers.ReviewChanges.textTitleComparison": "Configurações de comparação", "Common.Controllers.ReviewChanges.textUnderline": "Sublinhado", "Common.Controllers.ReviewChanges.textUrl": "Colar um arquivo URL", "Common.Controllers.ReviewChanges.textWidow": "Controle de linhas órfãs/viúvas", @@ -130,59 +130,59 @@ "Common.define.chartData.textScatterSmoothMarker": "Dispersão com linhas suaves e marcadores", "Common.define.chartData.textStock": "Gráfico de ações", "Common.define.chartData.textSurface": "Superfície", - "Common.define.smartArt.textAccentedPicture": "Imagem com Ênfase", - "Common.define.smartArt.textAccentProcess": "Processo em Destaque", + "Common.define.smartArt.textAccentedPicture": "Imagem em destaque", + "Common.define.smartArt.textAccentProcess": "Processo em destaque", "Common.define.smartArt.textAlternatingFlow": "Fluxo alternado", "Common.define.smartArt.textAlternatingHexagons": "Hexágonos alternados", "Common.define.smartArt.textAlternatingPictureBlocks": "Blocos de imagem alternados", "Common.define.smartArt.textAlternatingPictureCircles": "Círculos de imagens alternadas", "Common.define.smartArt.textArchitectureLayout": "Layout de arquitetura", - "Common.define.smartArt.textArrowRibbon": "Seta em Forma de Fita", - "Common.define.smartArt.textAscendingPictureAccentProcess": "Processo de acentuação da imagem ascendente", + "Common.define.smartArt.textArrowRibbon": "Seta em forma de fita", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Processo de ênfase da imagem ascendente", "Common.define.smartArt.textBalance": "Saldo", - "Common.define.smartArt.textBasicBendingProcess": "Processo Básico de Dobragem", + "Common.define.smartArt.textBasicBendingProcess": "Processo curvo básico", "Common.define.smartArt.textBasicBlockList": "Lista básica de blocos", - "Common.define.smartArt.textBasicChevronProcess": "Processo Básico em Divisas", - "Common.define.smartArt.textBasicCycle": "Ciclo Básico", - "Common.define.smartArt.textBasicMatrix": "Matriz Básica", - "Common.define.smartArt.textBasicPie": "Torta Básica", - "Common.define.smartArt.textBasicProcess": "Processo Básico", - "Common.define.smartArt.textBasicPyramid": "Pirâmide Básica", - "Common.define.smartArt.textBasicRadial": "Radial Básico", - "Common.define.smartArt.textBasicTarget": "Alvo Básico", + "Common.define.smartArt.textBasicChevronProcess": "Processo básico em divisas", + "Common.define.smartArt.textBasicCycle": "Ciclo básico", + "Common.define.smartArt.textBasicMatrix": "Matriz básica", + "Common.define.smartArt.textBasicPie": "Gráfico de pizza básico", + "Common.define.smartArt.textBasicProcess": "Processo básico", + "Common.define.smartArt.textBasicPyramid": "Pirâmide básica", + "Common.define.smartArt.textBasicRadial": "Radial básico", + "Common.define.smartArt.textBasicTarget": "Alvo básico", "Common.define.smartArt.textBasicTimeline": "Linha do tempo básica", "Common.define.smartArt.textBasicVenn": "Venn básico", - "Common.define.smartArt.textBendingPictureAccentList": "Lista de Acentos de Imagem Dobrada", - "Common.define.smartArt.textBendingPictureBlocks": "Dobrar Blocos de Imagem", - "Common.define.smartArt.textBendingPictureCaption": "Dobrando a legenda da imagem", - "Common.define.smartArt.textBendingPictureCaptionList": "Lista de legendas de imagens dobradas", - "Common.define.smartArt.textBendingPictureSemiTranparentText": "Dobrando o Texto Semitransparente da Imagem", - "Common.define.smartArt.textBlockCycle": "Ciclo de bloco", - "Common.define.smartArt.textBubblePictureList": "Lista de imagens de bolhas", + "Common.define.smartArt.textBendingPictureAccentList": "Lista de ênfase de imagem de curvatura", + "Common.define.smartArt.textBendingPictureBlocks": "Blocos de imagem de curvatura", + "Common.define.smartArt.textBendingPictureCaption": "Legenda de imagem de curvatura", + "Common.define.smartArt.textBendingPictureCaptionList": "Lista de legendas de imagens de curvatura", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "Texto semi-transparente de imagem de curvatura", + "Common.define.smartArt.textBlockCycle": "Ciclo em bloco", + "Common.define.smartArt.textBubblePictureList": "Lista de imagens em bolha", "Common.define.smartArt.textCaptionedPictures": "Imagens legendadas", - "Common.define.smartArt.textChevronAccentProcess": "Processo de Ênfase em Divisas", - "Common.define.smartArt.textChevronList": "Lista de Divisas", - "Common.define.smartArt.textCircleAccentTimeline": "Linha do tempo de destaque do círculo", + "Common.define.smartArt.textChevronAccentProcess": "Processo de ênfase em divisas", + "Common.define.smartArt.textChevronList": "Lista de divisas", + "Common.define.smartArt.textCircleAccentTimeline": "Linha do tempo de ênfase circular", "Common.define.smartArt.textCircleArrowProcess": "Processo de seta circular", - "Common.define.smartArt.textCirclePictureHierarchy": "Hierarquia de imagem do círculo", - "Common.define.smartArt.textCircleProcess": "Processo Círculo", - "Common.define.smartArt.textCircleRelationship": "Relacionamento do Círculo", - "Common.define.smartArt.textCircularBendingProcess": "Processo de dobra circular", + "Common.define.smartArt.textCirclePictureHierarchy": "Hierarquia de imagem circular", + "Common.define.smartArt.textCircleProcess": "Processo circular", + "Common.define.smartArt.textCircleRelationship": "Relacionamento circular", + "Common.define.smartArt.textCircularBendingProcess": "Processo curvo circular", "Common.define.smartArt.textCircularPictureCallout": "Texto explicativo de imagem circular", - "Common.define.smartArt.textClosedChevronProcess": "Processo Fechado em Divisas", - "Common.define.smartArt.textContinuousArrowProcess": "Processo de Seta Contínua", - "Common.define.smartArt.textContinuousBlockProcess": "Processo de Bloco Contínuo", - "Common.define.smartArt.textContinuousCycle": "Ciclo Contínuo", - "Common.define.smartArt.textContinuousPictureList": "Lista de Imagens Contínua", + "Common.define.smartArt.textClosedChevronProcess": "Processo fechado em divisas", + "Common.define.smartArt.textContinuousArrowProcess": "Processo de seta contínua", + "Common.define.smartArt.textContinuousBlockProcess": "Processo de bloco contínuo", + "Common.define.smartArt.textContinuousCycle": "Ciclo contínuo", + "Common.define.smartArt.textContinuousPictureList": "Lista de imagem contínua", "Common.define.smartArt.textConvergingArrows": "Setas convergentes", "Common.define.smartArt.textConvergingRadial": "Radial convergente", "Common.define.smartArt.textConvergingText": "Texto convergente", - "Common.define.smartArt.textCounterbalanceArrows": "Setas de contrapeso", + "Common.define.smartArt.textCounterbalanceArrows": "Setas contrabalançadas ", "Common.define.smartArt.textCycle": "Ciclo", - "Common.define.smartArt.textCycleMatrix": "Matriz de Ciclo", - "Common.define.smartArt.textDescendingBlockList": "Lista de Bloqueios Descendentes", + "Common.define.smartArt.textCycleMatrix": "Matriz de ciclo", + "Common.define.smartArt.textDescendingBlockList": "Lista descendente de blocos ", "Common.define.smartArt.textDescendingProcess": "Processo descendente", - "Common.define.smartArt.textDetailedProcess": "Processo Detalhado", + "Common.define.smartArt.textDetailedProcess": "Processo detalhado", "Common.define.smartArt.textDivergingArrows": "Flechas divergentes", "Common.define.smartArt.textDivergingRadial": "Radial divergente", "Common.define.smartArt.textEquation": "Equação", @@ -190,22 +190,22 @@ "Common.define.smartArt.textFunnel": "Funil", "Common.define.smartArt.textGear": "Engrenagem", "Common.define.smartArt.textGridMatrix": "Matriz de grade", - "Common.define.smartArt.textGroupedList": "Lista Agrupada", + "Common.define.smartArt.textGroupedList": "Lista agrupada", "Common.define.smartArt.textHalfCircleOrganizationChart": "Organograma de meio círculo", - "Common.define.smartArt.textHexagonCluster": "Conjunto Hexagonal", + "Common.define.smartArt.textHexagonCluster": "Conjunto hexagonal", "Common.define.smartArt.textHexagonRadial": "Radial Hexágono", "Common.define.smartArt.textHierarchy": "Hierarquia", "Common.define.smartArt.textHierarchyList": "Lista de hierarquia", "Common.define.smartArt.textHorizontalBulletList": "Lista de marcadores horizontais", - "Common.define.smartArt.textHorizontalHierarchy": "Hierarquia Horizontal", - "Common.define.smartArt.textHorizontalLabeledHierarchy": "Hierarquia Horizontal Rotulada", + "Common.define.smartArt.textHorizontalHierarchy": "Hierarquia horizontal", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "Hierarquia horizontal rotulada", "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Hierarquia horizontal multinível", - "Common.define.smartArt.textHorizontalOrganizationChart": "Organograma Horizontal", + "Common.define.smartArt.textHorizontalOrganizationChart": "Organograma horizontal", "Common.define.smartArt.textHorizontalPictureList": "Lista de imagens horizontais", "Common.define.smartArt.textIncreasingArrowProcess": "Processo de seta crescente", - "Common.define.smartArt.textIncreasingCircleProcess": "Aumentando o Processo do Círculo", + "Common.define.smartArt.textIncreasingCircleProcess": "Processo de círculo crescente", "Common.define.smartArt.textInterconnectedBlockProcess": "Processo de bloco interconectado", - "Common.define.smartArt.textInterconnectedRings": "Anéis Interconectados", + "Common.define.smartArt.textInterconnectedRings": "Anéis interconectados", "Common.define.smartArt.textInvertedPyramid": "Pirâmide invertida", "Common.define.smartArt.textLabeledHierarchy": "Hierarquia rotulada", "Common.define.smartArt.textLinearVenn": "Venn Linear", @@ -213,10 +213,10 @@ "Common.define.smartArt.textList": "Lista", "Common.define.smartArt.textMatrix": "Matriz", "Common.define.smartArt.textMultidirectionalCycle": "Ciclo multidirecional", - "Common.define.smartArt.textNameAndTitleOrganizationChart": "Organograma de Nome e Título", - "Common.define.smartArt.textNestedTarget": "Alvo Aninhado", - "Common.define.smartArt.textNondirectionalCycle": "Ciclo Não Direcional", - "Common.define.smartArt.textOpposingArrows": "Setas Opostas", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "Organograma de nome e título", + "Common.define.smartArt.textNestedTarget": "Alvo aninhado", + "Common.define.smartArt.textNondirectionalCycle": "Ciclo não direcional", + "Common.define.smartArt.textOpposingArrows": "Setas opostas", "Common.define.smartArt.textOpposingIdeas": "Ideias opostas", "Common.define.smartArt.textOrganizationChart": "Organograma", "Common.define.smartArt.textOther": "Outro", @@ -231,28 +231,28 @@ "Common.define.smartArt.textPictureLineup": "Alinhamento de imagens", "Common.define.smartArt.textPictureOrganizationChart": "Organograma de imagens", "Common.define.smartArt.textPictureStrips": "Tiras de imagem", - "Common.define.smartArt.textPieProcess": "Processo em Pizza", + "Common.define.smartArt.textPieProcess": "Processo em pizza", "Common.define.smartArt.textPlusAndMinus": "Mais e menos", "Common.define.smartArt.textProcess": "Processo", "Common.define.smartArt.textProcessArrows": "Setas de processo", "Common.define.smartArt.textProcessList": "Lista de processos", "Common.define.smartArt.textPyramid": "Pirâmide", "Common.define.smartArt.textPyramidList": "Lista de pirâmides", - "Common.define.smartArt.textRadialCluster": "Aglomerado Radial", + "Common.define.smartArt.textRadialCluster": "Aglomerado radial", "Common.define.smartArt.textRadialCycle": "Ciclo radial", "Common.define.smartArt.textRadialList": "Lista radial", "Common.define.smartArt.textRadialPictureList": "Lista de imagens radiais", "Common.define.smartArt.textRadialVenn": "Venn Radial", "Common.define.smartArt.textRandomToResultProcess": "Processo aleatório para resultado", "Common.define.smartArt.textRelationship": "Relação", - "Common.define.smartArt.textRepeatingBendingProcess": "Repetindo o processo de dobra", + "Common.define.smartArt.textRepeatingBendingProcess": "Processo curvo de repetição", "Common.define.smartArt.textReverseList": "Lista reversa", - "Common.define.smartArt.textSegmentedCycle": "Ciclo Segmentado", + "Common.define.smartArt.textSegmentedCycle": "Ciclo segmentado", "Common.define.smartArt.textSegmentedProcess": "Processo segmentado", "Common.define.smartArt.textSegmentedPyramid": "Pirâmide segmentada", "Common.define.smartArt.textSnapshotPictureList": "Lista de fotos instantâneas", "Common.define.smartArt.textSpiralPicture": "Imagem em espiral", - "Common.define.smartArt.textSquareAccentList": "Lista de Acentos Quadrados", + "Common.define.smartArt.textSquareAccentList": "Lista de destaque quadrada", "Common.define.smartArt.textStackedList": "Lista empilhada", "Common.define.smartArt.textStackedVenn": "Venn Empilhado", "Common.define.smartArt.textStaggeredProcess": "Processo escalonado", @@ -260,35 +260,35 @@ "Common.define.smartArt.textStepUpProcess": "Processo de intensificação", "Common.define.smartArt.textSubStepProcess": "Processo de subetapas", "Common.define.smartArt.textTabbedArc": "Arco com abas", - "Common.define.smartArt.textTableHierarchy": "Hierarquia da Tabela", - "Common.define.smartArt.textTableList": "Lista de Tabelas", + "Common.define.smartArt.textTableHierarchy": "Hierarquia da tabela", + "Common.define.smartArt.textTableList": "Lista de tabelas", "Common.define.smartArt.textTabList": "Lista de guias", "Common.define.smartArt.textTargetList": "Lista de alvos", "Common.define.smartArt.textTextCycle": "Ciclo de texto", - "Common.define.smartArt.textThemePictureAccent": "Destaque da Imagem do Tema", - "Common.define.smartArt.textThemePictureAlternatingAccent": "Acento Alternado da Imagem do Tema", + "Common.define.smartArt.textThemePictureAccent": "Destaque da imagem de tema", + "Common.define.smartArt.textThemePictureAlternatingAccent": "Destaque alternado da imagem do tema", "Common.define.smartArt.textThemePictureGrid": "Grade de imagens do tema", "Common.define.smartArt.textTitledMatrix": "Matriz intitulada", - "Common.define.smartArt.textTitledPictureAccentList": "Lista de Acentos de Imagem Intitulada", + "Common.define.smartArt.textTitledPictureAccentList": "Lista de destaque de imagem intitulada", "Common.define.smartArt.textTitledPictureBlocks": "Blocos de imagens intitulados", - "Common.define.smartArt.textTitlePictureLineup": "Título Imagem Alinhamento", - "Common.define.smartArt.textTrapezoidList": "Lista de trapézios", + "Common.define.smartArt.textTitlePictureLineup": "Alinhamento da imagem do título", + "Common.define.smartArt.textTrapezoidList": "Lista trapezoidal", "Common.define.smartArt.textUpwardArrow": "Seta para cima", "Common.define.smartArt.textVaryingWidthList": "Lista de largura variável", "Common.define.smartArt.textVerticalAccentList": "Lista de acentos verticais", "Common.define.smartArt.textVerticalArrowList": "Lista de setas verticais", - "Common.define.smartArt.textVerticalBendingProcess": "Processo de dobra vertical", - "Common.define.smartArt.textVerticalBlockList": "Lista de Bloqueios Verticais", - "Common.define.smartArt.textVerticalBoxList": "Lista de caixas verticais", + "Common.define.smartArt.textVerticalBendingProcess": "Processo vertical em curva", + "Common.define.smartArt.textVerticalBlockList": "Lista de bloqueio vertical", + "Common.define.smartArt.textVerticalBoxList": "Lista de caixa vertical", "Common.define.smartArt.textVerticalBracketList": "Lista de colchetes verticais", "Common.define.smartArt.textVerticalBulletList": "Lista de marcadores verticais", - "Common.define.smartArt.textVerticalChevronList": "Lista Vertical em Divisas", + "Common.define.smartArt.textVerticalChevronList": "Lista vertical em divisas", "Common.define.smartArt.textVerticalCircleList": "Lista de círculos verticais", - "Common.define.smartArt.textVerticalCurvedList": "Lista Curva Vertical", - "Common.define.smartArt.textVerticalEquation": "Equação Vertical", - "Common.define.smartArt.textVerticalPictureAccentList": "Lista Vertical de Acentos de Imagem", + "Common.define.smartArt.textVerticalCurvedList": "Lista vertical curva", + "Common.define.smartArt.textVerticalEquation": "Equação vertical", + "Common.define.smartArt.textVerticalPictureAccentList": "Lista de destaque de imagens verticais", "Common.define.smartArt.textVerticalPictureList": "Lista de imagens verticais", - "Common.define.smartArt.textVerticalProcess": "Processo Vertical", + "Common.define.smartArt.textVerticalProcess": "Processo vertical", "Common.Translation.textMoreButton": "Mais", "Common.Translation.tipFileLocked": "O documento está bloqueado para edição. Você pode fazer alterações e salvá-lo como cópia local mais tarde.", "Common.Translation.tipFileReadOnly": "O arquivo é somente leitura. Para manter suas alterações, salve o arquivo com um novo nome ou em um local diferente.", @@ -496,7 +496,7 @@ "Common.Views.Comments.txtEmpty": "Não há comentários no documento.", "Common.Views.CopyWarningDialog.textDontShow": "Não exibir esta mensagem novamente", "Common.Views.CopyWarningDialog.textMsg": "As ações copiar, cortar e colar usando os botões da barra de ferramentas do editor e as ações de menu de contexto serão realizadas apenas nesta aba do editor.

Para copiar ou colar para ou de aplicativos externos a aba do editor, use as seguintes combinações do teclado:", - "Common.Views.CopyWarningDialog.textTitle": "Copiar, Cortar e Colar", + "Common.Views.CopyWarningDialog.textTitle": "Ações de cortar, copiar e colar", "Common.Views.CopyWarningDialog.textToCopy": "para Copiar", "Common.Views.CopyWarningDialog.textToCut": "para Cortar", "Common.Views.CopyWarningDialog.textToPaste": "para Colar", @@ -513,15 +513,15 @@ "Common.Views.ExternalDiagramEditor.textTitle": "Editor de gráfico", "Common.Views.ExternalEditor.textClose": "Fechar", "Common.Views.ExternalEditor.textSave": "Salvar e Sair", - "Common.Views.ExternalMergeEditor.textTitle": "Mail Merge Recepients", + "Common.Views.ExternalMergeEditor.textTitle": "Mail Merge destinatários", "Common.Views.ExternalOleEditor.textTitle": "Editor de planilhas", "Common.Views.Header.labelCoUsersDescr": "Usuários que estão editando o arquivo:", "Common.Views.Header.textAddFavorite": "Marcar como favorito", "Common.Views.Header.textAdvSettings": "Configurações avançadas", "Common.Views.Header.textBack": "Local do arquivo aberto", - "Common.Views.Header.textCompactView": "Ocultar Barra de Ferramentas", + "Common.Views.Header.textCompactView": "Ocultar barra de ferramentas", "Common.Views.Header.textHideLines": "Ocultar Réguas", - "Common.Views.Header.textHideStatusBar": "Ocultar Barra de Status", + "Common.Views.Header.textHideStatusBar": "Ocultar barra de status", "Common.Views.Header.textReadOnly": "Somente leitura", "Common.Views.Header.textRemoveFavorite": "Remover dos Favoritos", "Common.Views.Header.textShare": "Compartilhar", @@ -600,10 +600,10 @@ "Common.Views.RenameDialog.txtInvalidName": "Nome de arquivo não pode conter os seguintes caracteres:", "Common.Views.ReviewChanges.hintNext": "Para a próxima alteração", "Common.Views.ReviewChanges.hintPrev": "Para a alteração anterior", - "Common.Views.ReviewChanges.mniFromFile": "Documento de Arquivo", - "Common.Views.ReviewChanges.mniFromStorage": "Documento de Armazenamento", + "Common.Views.ReviewChanges.mniFromFile": "Documento a partir de arquivo", + "Common.Views.ReviewChanges.mniFromStorage": "Documento a partir de armazenamento", "Common.Views.ReviewChanges.mniFromUrl": "Documento de URL", - "Common.Views.ReviewChanges.mniSettings": "Configurações de Comparação", + "Common.Views.ReviewChanges.mniSettings": "Configurações de comparação", "Common.Views.ReviewChanges.strFast": "Rápido", "Common.Views.ReviewChanges.strFastDesc": "Coedição em tempo real. Todas as alterações são salvas automaticamente.", "Common.Views.ReviewChanges.strStrict": "Estrito", @@ -629,7 +629,7 @@ "Common.Views.ReviewChanges.txtAccept": "Aceitar", "Common.Views.ReviewChanges.txtAcceptAll": "Aceitar todas as alterações.", "Common.Views.ReviewChanges.txtAcceptChanges": "Aceitar as alterações", - "Common.Views.ReviewChanges.txtAcceptCurrent": "Aceitar alterações atuais", + "Common.Views.ReviewChanges.txtAcceptCurrent": "Aceitar alteração atual", "Common.Views.ReviewChanges.txtChat": "Chat", "Common.Views.ReviewChanges.txtClose": "Fechar", "Common.Views.ReviewChanges.txtCoAuthMode": "Modo de coedição", @@ -666,7 +666,7 @@ "Common.Views.ReviewChanges.txtReject": "Rejeitar", "Common.Views.ReviewChanges.txtRejectAll": "Rejeitar todas as alterações", "Common.Views.ReviewChanges.txtRejectChanges": "Rejeitar alterações", - "Common.Views.ReviewChanges.txtRejectCurrent": "Rejeitar alterações atuais", + "Common.Views.ReviewChanges.txtRejectCurrent": "Rejeitar alteração atual", "Common.Views.ReviewChanges.txtSharing": "Compartilhar", "Common.Views.ReviewChanges.txtSpelling": "Verificação ortográfica", "Common.Views.ReviewChanges.txtTurnon": "Rastrear alterações", @@ -689,7 +689,7 @@ "Common.Views.ReviewPopover.textFollowMove": "Seguir movimento", "Common.Views.ReviewPopover.textMention": "+menção fornecerá acesso ao documento e enviará um e-mail", "Common.Views.ReviewPopover.textMentionNotify": "+menção notificará o usuário por e-mail", - "Common.Views.ReviewPopover.textOpenAgain": "Abrir Novamente", + "Common.Views.ReviewPopover.textOpenAgain": "Abrir novamente", "Common.Views.ReviewPopover.textReply": "Responder", "Common.Views.ReviewPopover.textResolve": "Resolver", "Common.Views.ReviewPopover.textViewResolved": "Não tem permissão para reabrir comentários", @@ -884,8 +884,8 @@ "DE.Controllers.Main.saveTextText": "Salvando documento...", "DE.Controllers.Main.saveTitleText": "Salvando documento", "DE.Controllers.Main.scriptLoadError": "A conexão está muito lenta, e alguns dos componentes não puderam ser carregados. Por favor, recarregue a página.", - "DE.Controllers.Main.sendMergeText": "Sending Merge...", - "DE.Controllers.Main.sendMergeTitle": "Sending Merge", + "DE.Controllers.Main.sendMergeText": "Enviando mesclar...", + "DE.Controllers.Main.sendMergeTitle": "Enviando mesclar", "DE.Controllers.Main.splitDividerErrorText": "O número de linhas deve ser um divisor de %1.", "DE.Controllers.Main.splitMaxColsErrorText": "O número de colunas deve ser inferior a %1.", "DE.Controllers.Main.splitMaxRowsErrorText": "O número de linhas deve ser inferior a %1.", @@ -936,21 +936,21 @@ "DE.Controllers.Main.txtChoose": "Escolha um item", "DE.Controllers.Main.txtClickToLoad": "Clique para carregar imagem", "DE.Controllers.Main.txtCurrentDocument": "Documento atual", - "DE.Controllers.Main.txtDiagramTitle": "Título do diagrama", + "DE.Controllers.Main.txtDiagramTitle": "Título do gráfico", "DE.Controllers.Main.txtEditingMode": "Definir modo de edição...", "DE.Controllers.Main.txtEndOfFormula": "Fim inesperado da fórmula", "DE.Controllers.Main.txtEnterDate": "Insira uma data", "DE.Controllers.Main.txtErrorLoadHistory": "O carregamento de histórico falhou", - "DE.Controllers.Main.txtEvenPage": "Página Par", + "DE.Controllers.Main.txtEvenPage": "Página par", "DE.Controllers.Main.txtFiguredArrows": "Setas figuradas", - "DE.Controllers.Main.txtFirstPage": "Primeira Página", + "DE.Controllers.Main.txtFirstPage": "Primeira página", "DE.Controllers.Main.txtFooter": "Rodapé", "DE.Controllers.Main.txtFormulaNotInTable": "A fórmula não está na tabela", "DE.Controllers.Main.txtHeader": "Cabeçalho", "DE.Controllers.Main.txtHyperlink": "Hiperlink", "DE.Controllers.Main.txtIndTooLarge": "Índice muito grande", "DE.Controllers.Main.txtLines": "Linhas", - "DE.Controllers.Main.txtMainDocOnly": "Erro! Documento principal apenas.", + "DE.Controllers.Main.txtMainDocOnly": "Erro! Apenas documento principal.", "DE.Controllers.Main.txtMath": "Matemática", "DE.Controllers.Main.txtMissArg": "Argumento ausente", "DE.Controllers.Main.txtMissOperator": "Operador ausente", @@ -959,74 +959,74 @@ "DE.Controllers.Main.txtNoTableOfContents": "Não há cabeçalhos no documento. Aplique um estilo de cabeçalho ao texto para que ele apareça no índice.", "DE.Controllers.Main.txtNoTableOfFigures": "Nenhuma entrada de tabela de figuras encontrada.", "DE.Controllers.Main.txtNoText": "Erro! Nenhum texto do estilo especificado no documento.", - "DE.Controllers.Main.txtNotInTable": "Não está na Tabela", + "DE.Controllers.Main.txtNotInTable": "Não está na tabela", "DE.Controllers.Main.txtNotValidBookmark": "Erro! Não é uma auto-referência de marcador válida.", - "DE.Controllers.Main.txtOddPage": "Página Ímpar", + "DE.Controllers.Main.txtOddPage": "Página ímpar", "DE.Controllers.Main.txtOnPage": "na página", "DE.Controllers.Main.txtRectangles": "Retângulos", - "DE.Controllers.Main.txtSameAsPrev": "Mesmo da Anterior", + "DE.Controllers.Main.txtSameAsPrev": "Mesma da anterior", "DE.Controllers.Main.txtSection": "-Seção", "DE.Controllers.Main.txtSeries": "Série", - "DE.Controllers.Main.txtShape_accentBorderCallout1": "Texto explicativo da linha 1 (borda e barra de destaque)", - "DE.Controllers.Main.txtShape_accentBorderCallout2": "Texto explicativo da linha 2 (borda e barra de destaque)", - "DE.Controllers.Main.txtShape_accentBorderCallout3": "Texto explicativo da linha 3 (borda e barra de destaque)", - "DE.Controllers.Main.txtShape_accentCallout1": "Texto explicativo da linha 1 (barra de destaque)", - "DE.Controllers.Main.txtShape_accentCallout2": "Texto explicativo da linha 2 (barra de destaque)", - "DE.Controllers.Main.txtShape_accentCallout3": "Texto explicativo da linha 3 (barra de destaque)", - "DE.Controllers.Main.txtShape_actionButtonBackPrevious": "Botão Voltar ou Anterior", - "DE.Controllers.Main.txtShape_actionButtonBeginning": "Botão Inicial", + "DE.Controllers.Main.txtShape_accentBorderCallout1": "Texto explicativo da linha 1 (Borda e barra de destaque)", + "DE.Controllers.Main.txtShape_accentBorderCallout2": "Texto explicativo da linha 2 (Borda e barra de destaque)", + "DE.Controllers.Main.txtShape_accentBorderCallout3": "Texto explicativo da linha 3 (Borda e barra de destaque)", + "DE.Controllers.Main.txtShape_accentCallout1": "Texto explicativo da linha 1 (Barra de destaque)", + "DE.Controllers.Main.txtShape_accentCallout2": "Texto explicativo da linha 2 (Barra de destaque)", + "DE.Controllers.Main.txtShape_accentCallout3": "Texto explicativo da linha 3 (Barra de destaque)", + "DE.Controllers.Main.txtShape_actionButtonBackPrevious": "Botão voltar ou anterior", + "DE.Controllers.Main.txtShape_actionButtonBeginning": "Botão inicial", "DE.Controllers.Main.txtShape_actionButtonBlank": "Botão em branco", - "DE.Controllers.Main.txtShape_actionButtonDocument": "Botão Documento", - "DE.Controllers.Main.txtShape_actionButtonEnd": "Botão Terminar", - "DE.Controllers.Main.txtShape_actionButtonForwardNext": "Botão Avançar ou Avançar", - "DE.Controllers.Main.txtShape_actionButtonHelp": "Botão de Ajuda", - "DE.Controllers.Main.txtShape_actionButtonHome": "Botão Home", - "DE.Controllers.Main.txtShape_actionButtonInformation": "Botão de Informação", - "DE.Controllers.Main.txtShape_actionButtonMovie": "Botão de Filme", - "DE.Controllers.Main.txtShape_actionButtonReturn": "Botão de Voltar", - "DE.Controllers.Main.txtShape_actionButtonSound": "Botão de Som", + "DE.Controllers.Main.txtShape_actionButtonDocument": "Botão documento", + "DE.Controllers.Main.txtShape_actionButtonEnd": "Botão terminar", + "DE.Controllers.Main.txtShape_actionButtonForwardNext": "Botão avançar ou próximo", + "DE.Controllers.Main.txtShape_actionButtonHelp": "Botão de ajuda", + "DE.Controllers.Main.txtShape_actionButtonHome": "Botão Início", + "DE.Controllers.Main.txtShape_actionButtonInformation": "Botão de informação", + "DE.Controllers.Main.txtShape_actionButtonMovie": "Botão de filme", + "DE.Controllers.Main.txtShape_actionButtonReturn": "Botão de voltar", + "DE.Controllers.Main.txtShape_actionButtonSound": "Botão de som", "DE.Controllers.Main.txtShape_arc": "Arco", "DE.Controllers.Main.txtShape_bentArrow": "Seta curvada", - "DE.Controllers.Main.txtShape_bentConnector5": "Conector Angulado", - "DE.Controllers.Main.txtShape_bentConnector5WithArrow": "Conector de seta Angular", - "DE.Controllers.Main.txtShape_bentConnector5WithTwoArrows": "Conector de Seta Dupla Angulada", - "DE.Controllers.Main.txtShape_bentUpArrow": "Seta para cima dobrada", + "DE.Controllers.Main.txtShape_bentConnector5": "Conector angular", + "DE.Controllers.Main.txtShape_bentConnector5WithArrow": "Conector de seta angular", + "DE.Controllers.Main.txtShape_bentConnector5WithTwoArrows": "Conector de seta dupla angular", + "DE.Controllers.Main.txtShape_bentUpArrow": "Seta para cima curvada", "DE.Controllers.Main.txtShape_bevel": "Chanfro", "DE.Controllers.Main.txtShape_blockArc": "Arco de bloco", "DE.Controllers.Main.txtShape_borderCallout1": "Texto explicativo da linha 1", "DE.Controllers.Main.txtShape_borderCallout2": "Texto explicativo da linha 2", "DE.Controllers.Main.txtShape_borderCallout3": "Texto explicativo da linha 3", - "DE.Controllers.Main.txtShape_bracePair": "Chave Dupla", + "DE.Controllers.Main.txtShape_bracePair": "Chave dupla", "DE.Controllers.Main.txtShape_callout1": "Texto explicativo da linha 1 (sem borda)", - "DE.Controllers.Main.txtShape_callout2": "Texto explicativo da linha 2 (sem borda)", - "DE.Controllers.Main.txtShape_callout3": "Texto explicativo da linha 3 (sem borda)", + "DE.Controllers.Main.txtShape_callout2": "Texto explicativo da linha 2 (Sem borda)", + "DE.Controllers.Main.txtShape_callout3": "Texto explicativo da linha 3 (Sem borda)", "DE.Controllers.Main.txtShape_can": "Pode", "DE.Controllers.Main.txtShape_chevron": "Divisa", "DE.Controllers.Main.txtShape_chord": "Acorde", "DE.Controllers.Main.txtShape_circularArrow": "Seta circular", "DE.Controllers.Main.txtShape_cloud": "Nuvem", - "DE.Controllers.Main.txtShape_cloudCallout": "Chamar Nuvem", + "DE.Controllers.Main.txtShape_cloudCallout": "Chamar nuvem", "DE.Controllers.Main.txtShape_corner": "Canto", "DE.Controllers.Main.txtShape_cube": "Cubo", "DE.Controllers.Main.txtShape_curvedConnector3": "Conector curvado", "DE.Controllers.Main.txtShape_curvedConnector3WithArrow": "Conector de seta curvada", - "DE.Controllers.Main.txtShape_curvedConnector3WithTwoArrows": "Conector de Seta Dupla Curvado", - "DE.Controllers.Main.txtShape_curvedDownArrow": "Seta Curva para Baixo", - "DE.Controllers.Main.txtShape_curvedLeftArrow": "Seta Curva para a Esquerda", - "DE.Controllers.Main.txtShape_curvedRightArrow": "Seta Curva para a Direita", - "DE.Controllers.Main.txtShape_curvedUpArrow": "Seta Curva para Cima", + "DE.Controllers.Main.txtShape_curvedConnector3WithTwoArrows": "Conector de seta dupla curvado", + "DE.Controllers.Main.txtShape_curvedDownArrow": "Seta curva para baixo", + "DE.Controllers.Main.txtShape_curvedLeftArrow": "Seta curvada para a esquerda", + "DE.Controllers.Main.txtShape_curvedRightArrow": "Seta curva para a direita", + "DE.Controllers.Main.txtShape_curvedUpArrow": "Seta curva para cima", "DE.Controllers.Main.txtShape_decagon": "Decágono", "DE.Controllers.Main.txtShape_diagStripe": "Faixa diagonal", "DE.Controllers.Main.txtShape_diamond": "Diamante", "DE.Controllers.Main.txtShape_dodecagon": "Dodecágono", "DE.Controllers.Main.txtShape_donut": "Rosquinha", - "DE.Controllers.Main.txtShape_doubleWave": "Ondulado Duplo", + "DE.Controllers.Main.txtShape_doubleWave": "Onda dupla", "DE.Controllers.Main.txtShape_downArrow": "Seta para baixo", - "DE.Controllers.Main.txtShape_downArrowCallout": "Texto explicativo em seta para baixo", + "DE.Controllers.Main.txtShape_downArrowCallout": "Chamada de seta para baixo", "DE.Controllers.Main.txtShape_ellipse": "Elipse", "DE.Controllers.Main.txtShape_ellipseRibbon": "Fita curvada para baixo", "DE.Controllers.Main.txtShape_ellipseRibbon2": "Fita curvada para cima", - "DE.Controllers.Main.txtShape_flowChartAlternateProcess": "Fluxograma: Processo Alternativo", + "DE.Controllers.Main.txtShape_flowChartAlternateProcess": "Fluxograma: Processo alternativo", "DE.Controllers.Main.txtShape_flowChartCollate": "Fluxograma: Agrupar", "DE.Controllers.Main.txtShape_flowChartConnector": "Fluxograma: Conector", "DE.Controllers.Main.txtShape_flowChartDecision": "Fluxograma: Decisão", @@ -1035,24 +1035,24 @@ "DE.Controllers.Main.txtShape_flowChartDocument": "Fluxograma: Documento", "DE.Controllers.Main.txtShape_flowChartExtract": "Fluxograma: Extrair", "DE.Controllers.Main.txtShape_flowChartInputOutput": "Fluxograma: Dados", - "DE.Controllers.Main.txtShape_flowChartInternalStorage": "Fluxograma: Armazenamento Interno", - "DE.Controllers.Main.txtShape_flowChartMagneticDisk": "Fluxograma: Disco Magnético", - "DE.Controllers.Main.txtShape_flowChartMagneticDrum": "Fluxograma: Armazenamento de Acesso Direto", - "DE.Controllers.Main.txtShape_flowChartMagneticTape": "Fluxograma: Armazenamento de Acesso Sequencial", - "DE.Controllers.Main.txtShape_flowChartManualInput": "Fluxograma: Entrada Manual", - "DE.Controllers.Main.txtShape_flowChartManualOperation": "Fluxograma: Operação Manual", + "DE.Controllers.Main.txtShape_flowChartInternalStorage": "Fluxograma: Armazenamento interno", + "DE.Controllers.Main.txtShape_flowChartMagneticDisk": "Fluxograma: Disco magnético", + "DE.Controllers.Main.txtShape_flowChartMagneticDrum": "Fluxograma: Armazenamento de acesso direto", + "DE.Controllers.Main.txtShape_flowChartMagneticTape": "Fluxograma: Armazenamento de acesso sequencial", + "DE.Controllers.Main.txtShape_flowChartManualInput": "Fluxograma: Entrada manual", + "DE.Controllers.Main.txtShape_flowChartManualOperation": "Fluxograma: Operação manual", "DE.Controllers.Main.txtShape_flowChartMerge": "Fluxograma: Mesclar", "DE.Controllers.Main.txtShape_flowChartMultidocument": "Fluxograma: Vários Documentos", "DE.Controllers.Main.txtShape_flowChartOffpageConnector": "Fluxograma: Conector fora da página", - "DE.Controllers.Main.txtShape_flowChartOnlineStorage": "Fluxograma: Dados Armazenados", + "DE.Controllers.Main.txtShape_flowChartOnlineStorage": "Fluxograma: Dados armazenados", "DE.Controllers.Main.txtShape_flowChartOr": "Fluxograma: Ou", - "DE.Controllers.Main.txtShape_flowChartPredefinedProcess": "Fluxograma: Processo Predefinido", + "DE.Controllers.Main.txtShape_flowChartPredefinedProcess": "Fluxograma: Processo predefinido", "DE.Controllers.Main.txtShape_flowChartPreparation": "Fluxograma: Preparação", "DE.Controllers.Main.txtShape_flowChartProcess": "Fluxograma: Processo", "DE.Controllers.Main.txtShape_flowChartPunchedCard": "Fluxograma: Cartão", "DE.Controllers.Main.txtShape_flowChartPunchedTape": "Fluxograma: Fita perfurada", "DE.Controllers.Main.txtShape_flowChartSort": "Fluxograma: Classificar", - "DE.Controllers.Main.txtShape_flowChartSummingJunction": "Fluxograma: Junção de Soma", + "DE.Controllers.Main.txtShape_flowChartSummingJunction": "Fluxograma: Junção de soma", "DE.Controllers.Main.txtShape_flowChartTerminator": "Fluxograma: Terminação", "DE.Controllers.Main.txtShape_foldedCorner": "Canto dobrado", "DE.Controllers.Main.txtShape_frame": "Moldura", @@ -1061,30 +1061,30 @@ "DE.Controllers.Main.txtShape_heptagon": "Heptágono", "DE.Controllers.Main.txtShape_hexagon": "Hexágono", "DE.Controllers.Main.txtShape_homePlate": "Pentágono", - "DE.Controllers.Main.txtShape_horizontalScroll": "Rolagem Horizontal", + "DE.Controllers.Main.txtShape_horizontalScroll": "Rolagem horizontal", "DE.Controllers.Main.txtShape_irregularSeal1": "Explosão 1", "DE.Controllers.Main.txtShape_irregularSeal2": "Explosão 2", - "DE.Controllers.Main.txtShape_leftArrow": "Seta para esquerda", + "DE.Controllers.Main.txtShape_leftArrow": "Seta para a esquerda", "DE.Controllers.Main.txtShape_leftArrowCallout": "Texto explicativo à esquerda", - "DE.Controllers.Main.txtShape_leftBrace": "Chave Esquerda", - "DE.Controllers.Main.txtShape_leftBracket": "Colchete Esquerdo", - "DE.Controllers.Main.txtShape_leftRightArrow": "Seta da direita para esquerda", - "DE.Controllers.Main.txtShape_leftRightArrowCallout": "Seta para a esquerda e para a direita", - "DE.Controllers.Main.txtShape_leftRightUpArrow": "Seta para Cima Direita Esquerda", - "DE.Controllers.Main.txtShape_leftUpArrow": "Seta esquerda e para cima", + "DE.Controllers.Main.txtShape_leftBrace": "Chave esquerda", + "DE.Controllers.Main.txtShape_leftBracket": "Colchete esquerdo", + "DE.Controllers.Main.txtShape_leftRightArrow": "Seta da esquerda para a direita", + "DE.Controllers.Main.txtShape_leftRightArrowCallout": "Texto explicativo da seta da esquerda para a direita", + "DE.Controllers.Main.txtShape_leftRightUpArrow": "Seta da esquerda para a direita para cima", + "DE.Controllers.Main.txtShape_leftUpArrow": "Seta esquerda para cima", "DE.Controllers.Main.txtShape_lightningBolt": "Raio", "DE.Controllers.Main.txtShape_line": "Linha", "DE.Controllers.Main.txtShape_lineWithArrow": "Seta", - "DE.Controllers.Main.txtShape_lineWithTwoArrows": "Seta Dupla", + "DE.Controllers.Main.txtShape_lineWithTwoArrows": "Seta dupla", "DE.Controllers.Main.txtShape_mathDivide": "Divisão", "DE.Controllers.Main.txtShape_mathEqual": "Igual", "DE.Controllers.Main.txtShape_mathMinus": "Menos", "DE.Controllers.Main.txtShape_mathMultiply": "Multiplicar", - "DE.Controllers.Main.txtShape_mathNotEqual": "Não é Igual", + "DE.Controllers.Main.txtShape_mathNotEqual": "Não é igual", "DE.Controllers.Main.txtShape_mathPlus": "Mais", "DE.Controllers.Main.txtShape_moon": "Lua", "DE.Controllers.Main.txtShape_noSmoking": "Símbolo de \"Não\"", - "DE.Controllers.Main.txtShape_notchedRightArrow": "Seta entalhada para a direita", + "DE.Controllers.Main.txtShape_notchedRightArrow": "Seta cortada à direita", "DE.Controllers.Main.txtShape_octagon": "Octágono", "DE.Controllers.Main.txtShape_parallelogram": "Paralelograma", "DE.Controllers.Main.txtShape_pentagon": "Pentágono", @@ -1093,20 +1093,20 @@ "DE.Controllers.Main.txtShape_plus": "Mais", "DE.Controllers.Main.txtShape_polyline1": "Rabisco", "DE.Controllers.Main.txtShape_polyline2": "Forma livre", - "DE.Controllers.Main.txtShape_quadArrow": "Setas Cruzadas", + "DE.Controllers.Main.txtShape_quadArrow": "Setas cruzadas", "DE.Controllers.Main.txtShape_quadArrowCallout": "Texto explicativo em seta cruzadas", "DE.Controllers.Main.txtShape_rect": "Retângulo", "DE.Controllers.Main.txtShape_ribbon": "Fita para baixo", "DE.Controllers.Main.txtShape_ribbon2": "Fita para cima", "DE.Controllers.Main.txtShape_rightArrow": "Seta para direita", - "DE.Controllers.Main.txtShape_rightArrowCallout": "Texto explicativo em seta à direita", - "DE.Controllers.Main.txtShape_rightBrace": "Alinhar a direita", + "DE.Controllers.Main.txtShape_rightArrowCallout": "Texto explicativo da seta à direita", + "DE.Controllers.Main.txtShape_rightBrace": "Chave à direita", "DE.Controllers.Main.txtShape_rightBracket": "Colchete direito", - "DE.Controllers.Main.txtShape_round1Rect": "Retângulo com Único Canto Arredondado", - "DE.Controllers.Main.txtShape_round2DiagRect": "Retângulo Arredondado em um Canto Diagonal", - "DE.Controllers.Main.txtShape_round2SameRect": "Retângulo com Canto Arredondado do Mesmo Lado", - "DE.Controllers.Main.txtShape_roundRect": "Retângulo Arredondado", - "DE.Controllers.Main.txtShape_rtTriangle": "Triângulo Retângulo", + "DE.Controllers.Main.txtShape_round1Rect": "Retângulo com único canto arredondado", + "DE.Controllers.Main.txtShape_round2DiagRect": "Retângulo de canto diagonal arredondado ", + "DE.Controllers.Main.txtShape_round2SameRect": "Retângulo arredondado do mesmo lado", + "DE.Controllers.Main.txtShape_roundRect": "Retângulo arredondado", + "DE.Controllers.Main.txtShape_rtTriangle": "Triângulo retângulo", "DE.Controllers.Main.txtShape_smileyFace": "Rosto sorridente", "DE.Controllers.Main.txtShape_snip1Rect": "Retângulo de canto único recortado", "DE.Controllers.Main.txtShape_snip2DiagRect": "Retângulo de canto diagonal recortado", @@ -1131,14 +1131,14 @@ "DE.Controllers.Main.txtShape_triangle": "Triângulo", "DE.Controllers.Main.txtShape_upArrow": "Seta para cima", "DE.Controllers.Main.txtShape_upArrowCallout": "Texto explicativo em seta para cima", - "DE.Controllers.Main.txtShape_upDownArrow": "Seta para baixo", + "DE.Controllers.Main.txtShape_upDownArrow": "Seta de cima para baixo", "DE.Controllers.Main.txtShape_uturnArrow": "Seta em forma de U", - "DE.Controllers.Main.txtShape_verticalScroll": "Rolagem Vertical", + "DE.Controllers.Main.txtShape_verticalScroll": "Rolagem vertical", "DE.Controllers.Main.txtShape_wave": "Onda", "DE.Controllers.Main.txtShape_wedgeEllipseCallout": "Texto explicativo oval", "DE.Controllers.Main.txtShape_wedgeRectCallout": "Texto explicativo retangular", "DE.Controllers.Main.txtShape_wedgeRoundRectCallout": "Texto explicativo retangular arredondado", - "DE.Controllers.Main.txtStarsRibbons": "Estrelas e Faixas", + "DE.Controllers.Main.txtStarsRibbons": "Estrelas e faixas", "DE.Controllers.Main.txtStyle_Caption": "Legenda", "DE.Controllers.Main.txtStyle_endnote_text": "Texto de fim de nota", "DE.Controllers.Main.txtStyle_footnote_text": "Texto de notas de rodapé", @@ -1158,14 +1158,14 @@ "DE.Controllers.Main.txtStyle_Quote": "Citar", "DE.Controllers.Main.txtStyle_Subtitle": "Legenda", "DE.Controllers.Main.txtStyle_Title": "Titulo", - "DE.Controllers.Main.txtSyntaxError": "Erro de Sintaxe", + "DE.Controllers.Main.txtSyntaxError": "Erro de sintaxe", "DE.Controllers.Main.txtTableInd": "O índice da tabela não pode ser zero", - "DE.Controllers.Main.txtTableOfContents": "Tabela de Conteúdo", + "DE.Controllers.Main.txtTableOfContents": "Tabela de conteúdo", "DE.Controllers.Main.txtTableOfFigures": "Tabela de figuras", "DE.Controllers.Main.txtTOCHeading": "Rúbrica TOC", - "DE.Controllers.Main.txtTooLarge": "Número Muito Extenso para Formatar", + "DE.Controllers.Main.txtTooLarge": "Número muito extenso para formatar", "DE.Controllers.Main.txtTypeEquation": "Digite uma equação aqui.", - "DE.Controllers.Main.txtUndefBookmark": "Indicador indefinido", + "DE.Controllers.Main.txtUndefBookmark": "Marcador indefinido", "DE.Controllers.Main.txtXAxis": "Eixo X", "DE.Controllers.Main.txtYAxis": "Eixo Y", "DE.Controllers.Main.txtZeroDivide": "Divisão por zero", @@ -1231,7 +1231,7 @@ "DE.Controllers.Toolbar.textOperator": "Operadores", "DE.Controllers.Toolbar.textRadical": "Radicais", "DE.Controllers.Toolbar.textRecentlyUsed": "Usado recentemente", - "DE.Controllers.Toolbar.textSavePdf": "Salvar como PDF", + "DE.Controllers.Toolbar.textSavePdf": "Salvar em PDF", "DE.Controllers.Toolbar.textScript": "Scripts", "DE.Controllers.Toolbar.textSymbols": "Símbolos", "DE.Controllers.Toolbar.textTabForms": "Formulários", @@ -1543,7 +1543,7 @@ "DE.Controllers.Toolbar.txtSymbol_therefore": "Portanto", "DE.Controllers.Toolbar.txtSymbol_theta": "Teta", "DE.Controllers.Toolbar.txtSymbol_times": "Sinal de multiplicação", - "DE.Controllers.Toolbar.txtSymbol_uparrow": "Seta para cima", + "DE.Controllers.Toolbar.txtSymbol_uparrow": "Seta Para Cima", "DE.Controllers.Toolbar.txtSymbol_upsilon": "Ípsilon", "DE.Controllers.Toolbar.txtSymbol_varepsilon": "Variante de Epsílon", "DE.Controllers.Toolbar.txtSymbol_varphi": "Variante de fi", @@ -1627,9 +1627,9 @@ "DE.Views.ChartSettings.textWrap": "Estilo da quebra automática", "DE.Views.ChartSettings.textX": "Rotação X", "DE.Views.ChartSettings.textY": "Rotação Y", - "DE.Views.ChartSettings.txtBehind": "Atrás", - "DE.Views.ChartSettings.txtInFront": "Em frente", - "DE.Views.ChartSettings.txtInline": "Em linha", + "DE.Views.ChartSettings.txtBehind": "Atrás do texto", + "DE.Views.ChartSettings.txtInFront": "Em frente ao Texto", + "DE.Views.ChartSettings.txtInline": "Alinhado ao texto", "DE.Views.ChartSettings.txtSquare": "Quadrado", "DE.Views.ChartSettings.txtThrough": "Através", "DE.Views.ChartSettings.txtTight": "Justo", @@ -1718,7 +1718,7 @@ "DE.Views.DateTimeDialog.textFormat": "Formatos", "DE.Views.DateTimeDialog.textLang": "Idioma", "DE.Views.DateTimeDialog.textUpdate": "Atualizar automaticamente", - "DE.Views.DateTimeDialog.txtTitle": "Data e Hora", + "DE.Views.DateTimeDialog.txtTitle": "Data e hora", "DE.Views.DocProtection.hintProtectDoc": "Proteger o Documento", "DE.Views.DocProtection.txtDocProtectedComment": "O documento está protegido.
Você só pode inserir comentários neste documento.", "DE.Views.DocProtection.txtDocProtectedForms": "O documento está protegido.
Você só pode preencher formulários neste documento.", @@ -1729,8 +1729,8 @@ "DE.Views.DocProtection.txtUnlockTitle": "Desproteger documento", "DE.Views.DocumentHolder.aboveText": "Acima", "DE.Views.DocumentHolder.addCommentText": "Adicionar comentário", - "DE.Views.DocumentHolder.advancedDropCapText": "Configurações de capitulação", - "DE.Views.DocumentHolder.advancedEquationText": "Definições de equações", + "DE.Views.DocumentHolder.advancedDropCapText": "Configurações de letra capitular", + "DE.Views.DocumentHolder.advancedEquationText": "Definições de equação", "DE.Views.DocumentHolder.advancedFrameText": "Configurações avançadas de moldura", "DE.Views.DocumentHolder.advancedParagraphText": "Configurações avançadas de parágrafo", "DE.Views.DocumentHolder.advancedTableText": "Configurações avançadas de tabela", @@ -1759,17 +1759,17 @@ "DE.Views.DocumentHolder.editChartText": "Editar dados", "DE.Views.DocumentHolder.editFooterText": "Editar rodapé", "DE.Views.DocumentHolder.editHeaderText": "Editar cabeçalho", - "DE.Views.DocumentHolder.editHyperlinkText": "Editar hiperlink", + "DE.Views.DocumentHolder.editHyperlinkText": "Editar link", "DE.Views.DocumentHolder.eqToDisplayText": "Alterar para exibição", "DE.Views.DocumentHolder.eqToInlineText": "Alterar para em linha", "DE.Views.DocumentHolder.guestText": "Visitante", - "DE.Views.DocumentHolder.hideEqToolbar": "Ocultar Barra de Ferramentas de Equação", + "DE.Views.DocumentHolder.hideEqToolbar": "Ocultar barra de ferramentas de equação", "DE.Views.DocumentHolder.hyperlinkText": "Hiperlink", "DE.Views.DocumentHolder.ignoreAllSpellText": "Ignorar tudo", "DE.Views.DocumentHolder.ignoreSpellText": "Ignorar", "DE.Views.DocumentHolder.imageText": "Configurações avançadas de imagem", - "DE.Views.DocumentHolder.insertColumnLeftText": "Coluna esquerda", - "DE.Views.DocumentHolder.insertColumnRightText": "Coluna direita", + "DE.Views.DocumentHolder.insertColumnLeftText": "Coluna à esquerda", + "DE.Views.DocumentHolder.insertColumnRightText": "Coluna à direita", "DE.Views.DocumentHolder.insertColumnText": "Inserir coluna", "DE.Views.DocumentHolder.insertRowAboveText": "Linha acima", "DE.Views.DocumentHolder.insertRowBelowText": "Linha abaixo", @@ -1786,7 +1786,7 @@ "DE.Views.DocumentHolder.notcriticalErrorTitle": "Aviso", "DE.Views.DocumentHolder.originalSizeText": "Tamanho padrão", "DE.Views.DocumentHolder.paragraphText": "Parágrafo", - "DE.Views.DocumentHolder.removeHyperlinkText": "Remover hiperlink", + "DE.Views.DocumentHolder.removeHyperlinkText": "Remover link", "DE.Views.DocumentHolder.rightText": "Direita", "DE.Views.DocumentHolder.rowText": "Linha", "DE.Views.DocumentHolder.saveStyleText": "Criar novo estilo", @@ -1796,7 +1796,7 @@ "DE.Views.DocumentHolder.selectTableText": "Selecionar tabela", "DE.Views.DocumentHolder.selectText": "Selecionar", "DE.Views.DocumentHolder.shapeText": "Configurações avançadas de forma", - "DE.Views.DocumentHolder.showEqToolbar": "Mostrar Barra de Ferramentas de Equação", + "DE.Views.DocumentHolder.showEqToolbar": "Mostrar barra de ferramentas de equação", "DE.Views.DocumentHolder.spellcheckText": "Verificação ortográfica", "DE.Views.DocumentHolder.splitCellsText": "Dividir célula...", "DE.Views.DocumentHolder.splitCellTitleText": "Dividir célula", @@ -1809,7 +1809,7 @@ "DE.Views.DocumentHolder.textAccept": "Aceitar alteração", "DE.Views.DocumentHolder.textAlign": "Alinhar", "DE.Views.DocumentHolder.textArrange": "Organizar", - "DE.Views.DocumentHolder.textArrangeBack": "Enviar para plano de fundo", + "DE.Views.DocumentHolder.textArrangeBack": "Enviar para segundo plano", "DE.Views.DocumentHolder.textArrangeBackward": "Enviar para trás", "DE.Views.DocumentHolder.textArrangeForward": "Trazer para frente", "DE.Views.DocumentHolder.textArrangeFront": "Trazer para primeiro plano", @@ -1825,13 +1825,13 @@ "DE.Views.DocumentHolder.textDistributeCols": "Distribuir colunas", "DE.Views.DocumentHolder.textDistributeRows": "Distribuir linhas", "DE.Views.DocumentHolder.textEditControls": "Propriedades do controle de conteúdo", - "DE.Views.DocumentHolder.textEditPoints": "Editar Pontos", + "DE.Views.DocumentHolder.textEditPoints": "Editar pontos", "DE.Views.DocumentHolder.textEditWrapBoundary": "Editar limite de disposição", "DE.Views.DocumentHolder.textFlipH": "Virar horizontalmente", "DE.Views.DocumentHolder.textFlipV": "Virar verticalmente", "DE.Views.DocumentHolder.textFollow": "Seguir movimento", - "DE.Views.DocumentHolder.textFromFile": "Do Arquivo", - "DE.Views.DocumentHolder.textFromStorage": "De armazenamento", + "DE.Views.DocumentHolder.textFromFile": "Do arquivo", + "DE.Views.DocumentHolder.textFromStorage": "Do armazenamento", "DE.Views.DocumentHolder.textFromUrl": "Da URL", "DE.Views.DocumentHolder.textIndents": "Ajustar recuos da lista", "DE.Views.DocumentHolder.textJoinList": "Junta-se à lista anterior", @@ -1846,11 +1846,11 @@ "DE.Views.DocumentHolder.textRemCheckBox": "Remover caixa de seleção", "DE.Views.DocumentHolder.textRemComboBox": "Remover caixa de combinação", "DE.Views.DocumentHolder.textRemDropdown": "Remover lista suspensa", - "DE.Views.DocumentHolder.textRemField": "Remover Campo de Texto", + "DE.Views.DocumentHolder.textRemField": "Remover campo de texto", "DE.Views.DocumentHolder.textRemove": "Excluir", "DE.Views.DocumentHolder.textRemoveControl": "Remover controle de conteúdo", "DE.Views.DocumentHolder.textRemPicture": "Remover imagem", - "DE.Views.DocumentHolder.textRemRadioBox": "Remover botão de rádio", + "DE.Views.DocumentHolder.textRemRadioBox": "Remover Botão de opção", "DE.Views.DocumentHolder.textReplace": "Substituir imagem", "DE.Views.DocumentHolder.textRotate": "Girar", "DE.Views.DocumentHolder.textRotate270": "Girar 90º no sentido anti-horário.", @@ -1859,11 +1859,11 @@ "DE.Views.DocumentHolder.textSaveAsPicture": "Salvar como imagem", "DE.Views.DocumentHolder.textSeparateList": "Lista separada", "DE.Views.DocumentHolder.textSettings": "Configurações", - "DE.Views.DocumentHolder.textSeveral": "Várias Linhas/Colunas", + "DE.Views.DocumentHolder.textSeveral": "Várias linhas/colunas", "DE.Views.DocumentHolder.textShapeAlignBottom": "Alinhar à parte inferior", "DE.Views.DocumentHolder.textShapeAlignCenter": "Alinhar ao centro", "DE.Views.DocumentHolder.textShapeAlignLeft": "Alinhar à esquerda", - "DE.Views.DocumentHolder.textShapeAlignMiddle": "Alinhar ao Centro", + "DE.Views.DocumentHolder.textShapeAlignMiddle": "Alinhar ao centro", "DE.Views.DocumentHolder.textShapeAlignRight": "Alinhar à direita", "DE.Views.DocumentHolder.textShapeAlignTop": "Alinhar à parte superior", "DE.Views.DocumentHolder.textStartNewList": "Começar nova lista", @@ -2007,8 +2007,8 @@ "DE.Views.DropcapSettingsAdvanced.textRelative": "Relativo para", "DE.Views.DropcapSettingsAdvanced.textRight": "Direita", "DE.Views.DropcapSettingsAdvanced.textRowHeight": "Altura em linhas", - "DE.Views.DropcapSettingsAdvanced.textTitle": "Letra capitular - Configurações avançadas", - "DE.Views.DropcapSettingsAdvanced.textTitleFrame": "Moldura - Configurações Avançadas", + "DE.Views.DropcapSettingsAdvanced.textTitle": "Capitular - configurações avançadas", + "DE.Views.DropcapSettingsAdvanced.textTitleFrame": "Moldura - Configurações avançadas", "DE.Views.DropcapSettingsAdvanced.textTop": "Parte superior", "DE.Views.DropcapSettingsAdvanced.textVertical": "Vertical", "DE.Views.DropcapSettingsAdvanced.textWidth": "Largura", @@ -2017,10 +2017,10 @@ "DE.Views.EditListItemDialog.textNameError": "O nome de exibição não deve estar vazio.", "DE.Views.EditListItemDialog.textValue": "Valor", "DE.Views.EditListItemDialog.textValueError": "Um item com o mesmo valor já existe.", - "DE.Views.FileMenu.btnBackCaption": "Local do arquivo aberto", + "DE.Views.FileMenu.btnBackCaption": "Abrir Local do Arquivo", "DE.Views.FileMenu.btnCloseMenuCaption": "Fechar menu", "DE.Views.FileMenu.btnCreateNewCaption": "Criar novo", - "DE.Views.FileMenu.btnDownloadCaption": "Baixar como", + "DE.Views.FileMenu.btnDownloadCaption": "Baixar em", "DE.Views.FileMenu.btnExitCaption": "Fechar", "DE.Views.FileMenu.btnFileOpenCaption": "Abrir", "DE.Views.FileMenu.btnHelpCaption": "Ajuda", @@ -2032,9 +2032,9 @@ "DE.Views.FileMenu.btnRenameCaption": "Renomear", "DE.Views.FileMenu.btnReturnCaption": "Voltar para documento", "DE.Views.FileMenu.btnRightsCaption": "Direitos de Acesso", - "DE.Views.FileMenu.btnSaveAsCaption": "Salvar como", + "DE.Views.FileMenu.btnSaveAsCaption": "Salvar Como", "DE.Views.FileMenu.btnSaveCaption": "Salvar", - "DE.Views.FileMenu.btnSaveCopyAsCaption": "Salvar cópia como", + "DE.Views.FileMenu.btnSaveCopyAsCaption": "Salvar Cópia Em", "DE.Views.FileMenu.btnSettingsCaption": "Configurações avançadas", "DE.Views.FileMenu.btnToEditCaption": "Editar documento", "DE.Views.FileMenu.textDownload": "Baixar", @@ -2051,7 +2051,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtDocumentInfo": "Informações do Documento", "DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Visualização rápida da Web", "DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Carregando...", - "DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Última Modificação Por", + "DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Última modificação por", "DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Última modificação", "DE.Views.FileMenuPanels.DocumentInfo.txtNo": "Não", "DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Proprietário", @@ -2072,7 +2072,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Carregado", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Palavras", "DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Sim", - "DE.Views.FileMenuPanels.DocumentRights.txtAccessRights": "Direitos de Acesso.", + "DE.Views.FileMenuPanels.DocumentRights.txtAccessRights": "Direitos de acesso", "DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Alterar direitos de acesso", "DE.Views.FileMenuPanels.DocumentRights.txtRights": "Pessoas que têm direitos", "DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Aviso", @@ -2128,8 +2128,8 @@ "DE.Views.FileMenuPanels.Settings.txtDarkMode": "Ativar modo escuro de documento", "DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editando e salvando", "DE.Views.FileMenuPanels.Settings.txtFastTip": "Co-edição em tempo real. Todas as alterações são salvas automaticamente", - "DE.Views.FileMenuPanels.Settings.txtFitPage": "Ajustar a página", - "DE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajustar largura", + "DE.Views.FileMenuPanels.Settings.txtFitPage": "Ajustar à página", + "DE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajustar à largura", "DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Hieróglifos", "DE.Views.FileMenuPanels.Settings.txtInch": "Polegada", "DE.Views.FileMenuPanels.Settings.txtLast": "Visualizar último", @@ -2156,7 +2156,7 @@ "DE.Views.FileMenuPanels.Settings.txtWin": "como Windows", "DE.Views.FileMenuPanels.Settings.txtWorkspace": "Área de trabalho", "DE.Views.FileMenuPanels.ViewSaveAs.textDownloadAs": "Baixar como", - "DE.Views.FileMenuPanels.ViewSaveCopy.textSaveCopyAs": "Salvar Cópia como", + "DE.Views.FileMenuPanels.ViewSaveCopy.textSaveCopyAs": "Salvar cópia em", "DE.Views.FormSettings.textAlways": "Sempre", "DE.Views.FormSettings.textAnyone": "Alguém", "DE.Views.FormSettings.textAspect": "Bloquear proporção", @@ -2185,8 +2185,8 @@ "DE.Views.FormSettings.textFixed": "Campo de tamanho fixo", "DE.Views.FormSettings.textFormat": "Formato", "DE.Views.FormSettings.textFormatSymbols": "Símbolos permitidos", - "DE.Views.FormSettings.textFromFile": "Do Arquivo", - "DE.Views.FormSettings.textFromStorage": "De armazenamento", + "DE.Views.FormSettings.textFromFile": "Do arquivo", + "DE.Views.FormSettings.textFromStorage": "Do armazenamento", "DE.Views.FormSettings.textFromUrl": "Da URL", "DE.Views.FormSettings.textGroupKey": "Chave de grupo", "DE.Views.FormSettings.textImage": "Imagem", @@ -2203,7 +2203,7 @@ "DE.Views.FormSettings.textPhone1": "Número de telefone (por exemplo, (123) 456-7890)", "DE.Views.FormSettings.textPhone2": "Número de telefone (por exemplo, +447911123456)", "DE.Views.FormSettings.textPlaceholder": "Marcador de posição", - "DE.Views.FormSettings.textRadiobox": "Botao de radio", + "DE.Views.FormSettings.textRadiobox": "Botão de opção", "DE.Views.FormSettings.textRadioChoice": "Escolha do botão de opção", "DE.Views.FormSettings.textRadioDefault": "O botão é marcado por padrão", "DE.Views.FormSettings.textReg": "Expressão regular", @@ -2216,8 +2216,8 @@ "DE.Views.FormSettings.textTipDelete": "Excluir valor", "DE.Views.FormSettings.textTipDown": "Mover para baixo", "DE.Views.FormSettings.textTipUp": "Mover para cima", - "DE.Views.FormSettings.textTooBig": "A imagem é muito grande", - "DE.Views.FormSettings.textTooSmall": "A imagem é muito pequena", + "DE.Views.FormSettings.textTooBig": "A imagem é grande demais", + "DE.Views.FormSettings.textTooSmall": "A imagem é pequena demais", "DE.Views.FormSettings.textUKPassport": "Número do passaporte do Reino Unido (por exemplo, 925665416)", "DE.Views.FormSettings.textUnlock": "Desbloquear", "DE.Views.FormSettings.textUSSSN": "SSN dos EUA (por exemplo, 123-45-6789)", @@ -2227,7 +2227,7 @@ "DE.Views.FormsTab.capBtnCheckBox": "Caixa de seleção", "DE.Views.FormsTab.capBtnComboBox": "Caixa de combinação", "DE.Views.FormsTab.capBtnComplex": "Campo complexo", - "DE.Views.FormsTab.capBtnDownloadForm": "Baixe como pdf", + "DE.Views.FormsTab.capBtnDownloadForm": "Baixe em pdf", "DE.Views.FormsTab.capBtnDropDown": "Suspenso", "DE.Views.FormsTab.capBtnEmail": "Endereço de e-mail", "DE.Views.FormsTab.capBtnImage": "Imagem", @@ -2236,7 +2236,7 @@ "DE.Views.FormsTab.capBtnPhone": "Número de telefone", "DE.Views.FormsTab.capBtnPrev": "Campo anterior", "DE.Views.FormsTab.capBtnRadioBox": "Botao de radio", - "DE.Views.FormsTab.capBtnSaveForm": "Salvar como PDF", + "DE.Views.FormsTab.capBtnSaveForm": "Salvar Em PDF", "DE.Views.FormsTab.capBtnSubmit": "Enviar", "DE.Views.FormsTab.capBtnText": "Campo de texto", "DE.Views.FormsTab.capBtnView": "Ver formulário", @@ -2288,23 +2288,23 @@ "DE.Views.FormsTab.txtUntitled": "Sem título", "DE.Views.HeaderFooterSettings.textBottomCenter": "Centro inferior", "DE.Views.HeaderFooterSettings.textBottomLeft": "Esquerda inferior", - "DE.Views.HeaderFooterSettings.textBottomPage": "Fim da página", + "DE.Views.HeaderFooterSettings.textBottomPage": "Final da página", "DE.Views.HeaderFooterSettings.textBottomRight": "Direita inferior", "DE.Views.HeaderFooterSettings.textDiffFirst": "Primeira página diferente", "DE.Views.HeaderFooterSettings.textDiffOdd": "Páginas pares e ímpares diferentes", "DE.Views.HeaderFooterSettings.textFrom": "Começar em", "DE.Views.HeaderFooterSettings.textHeaderFromBottom": "Rodapé abaixo", "DE.Views.HeaderFooterSettings.textHeaderFromTop": "Cabeçalho no início", - "DE.Views.HeaderFooterSettings.textInsertCurrent": "Inserir na Posição Atual ", + "DE.Views.HeaderFooterSettings.textInsertCurrent": "Inserir na posição atual ", "DE.Views.HeaderFooterSettings.textOptions": "Opções", "DE.Views.HeaderFooterSettings.textPageNum": "Inserir número da página", - "DE.Views.HeaderFooterSettings.textPageNumbering": "Numeração da página", + "DE.Views.HeaderFooterSettings.textPageNumbering": "Numeração de página", "DE.Views.HeaderFooterSettings.textPosition": "Posição", "DE.Views.HeaderFooterSettings.textPrev": "Continuar da seção anterior", "DE.Views.HeaderFooterSettings.textSameAs": "Vincular a Anterior", "DE.Views.HeaderFooterSettings.textTopCenter": "Superior central", "DE.Views.HeaderFooterSettings.textTopLeft": "Superior esquerdo", - "DE.Views.HeaderFooterSettings.textTopPage": "Topo da Página", + "DE.Views.HeaderFooterSettings.textTopPage": "Topo da página", "DE.Views.HeaderFooterSettings.textTopRight": "Superior direito", "DE.Views.HyperlinkSettingsDialog.textDefault": "Fragmento de texto selecionado", "DE.Views.HyperlinkSettingsDialog.textDisplay": "Exibir", @@ -2334,8 +2334,8 @@ "DE.Views.ImageSettings.textEditObject": "Editar objeto", "DE.Views.ImageSettings.textFitMargins": "Ajustar à margem", "DE.Views.ImageSettings.textFlip": "Girar", - "DE.Views.ImageSettings.textFromFile": "Do Arquivo", - "DE.Views.ImageSettings.textFromStorage": "De armazenamento", + "DE.Views.ImageSettings.textFromFile": "Do arquivo", + "DE.Views.ImageSettings.textFromStorage": "Do armazenamento", "DE.Views.ImageSettings.textFromUrl": "Da URL", "DE.Views.ImageSettings.textHeight": "Altura", "DE.Views.ImageSettings.textHint270": "Girar 90º no sentido anti-horário.", @@ -2350,9 +2350,9 @@ "DE.Views.ImageSettings.textSize": "Tamanho", "DE.Views.ImageSettings.textWidth": "Largura", "DE.Views.ImageSettings.textWrap": "Estilo da quebra automática", - "DE.Views.ImageSettings.txtBehind": "Atrás", - "DE.Views.ImageSettings.txtInFront": "Em frente", - "DE.Views.ImageSettings.txtInline": "Em linha", + "DE.Views.ImageSettings.txtBehind": "Atrás do texto", + "DE.Views.ImageSettings.txtInFront": "Em frente ao Texto", + "DE.Views.ImageSettings.txtInline": "Alinhado ao texto", "DE.Views.ImageSettings.txtSquare": "Quadrado", "DE.Views.ImageSettings.txtThrough": "Através", "DE.Views.ImageSettings.txtTight": "Justo", @@ -2415,9 +2415,9 @@ "DE.Views.ImageSettingsAdvanced.textSize": "Tamanho", "DE.Views.ImageSettingsAdvanced.textSquare": "Quadrado", "DE.Views.ImageSettingsAdvanced.textTextBox": "Caixa de texto", - "DE.Views.ImageSettingsAdvanced.textTitle": "Imagem - Configurações avançadas", - "DE.Views.ImageSettingsAdvanced.textTitleChart": "Gráfico - Configurações avançadas", - "DE.Views.ImageSettingsAdvanced.textTitleShape": "Forma - Configurações avançadas", + "DE.Views.ImageSettingsAdvanced.textTitle": "Imagem - configurações avançadas", + "DE.Views.ImageSettingsAdvanced.textTitleChart": "Gráfico - configurações avançadas", + "DE.Views.ImageSettingsAdvanced.textTitleShape": "Forma - configurações avançadas", "DE.Views.ImageSettingsAdvanced.textTop": "Parte superior", "DE.Views.ImageSettingsAdvanced.textTopMargin": "Margem superior", "DE.Views.ImageSettingsAdvanced.textVertical": "Vertical", @@ -2563,7 +2563,7 @@ "DE.Views.MailMergeSettings.textAddRecipients": "Add some recipients to the list first", "DE.Views.MailMergeSettings.textAll": "Todos os registros", "DE.Views.MailMergeSettings.textCurrent": "Registro atual", - "DE.Views.MailMergeSettings.textDataSource": "Data Source", + "DE.Views.MailMergeSettings.textDataSource": "Fonte de dados", "DE.Views.MailMergeSettings.textDocx": "Docx", "DE.Views.MailMergeSettings.textDownload": "Baixar", "DE.Views.MailMergeSettings.textEditData": "Editar lista de destinatário", @@ -2571,10 +2571,10 @@ "DE.Views.MailMergeSettings.textFrom": "From", "DE.Views.MailMergeSettings.textGoToMail": "Go to Mail", "DE.Views.MailMergeSettings.textHighlight": "Highlight merge fields", - "DE.Views.MailMergeSettings.textInsertField": "Insert Merge Field", + "DE.Views.MailMergeSettings.textInsertField": "Inserir campo de mesclagem", "DE.Views.MailMergeSettings.textMaxRecepients": "Max 100 recepients.", "DE.Views.MailMergeSettings.textMerge": "Merge", - "DE.Views.MailMergeSettings.textMergeFields": "Merge Fields", + "DE.Views.MailMergeSettings.textMergeFields": "Mesclar campos", "DE.Views.MailMergeSettings.textMergeTo": "Merge to", "DE.Views.MailMergeSettings.textPdf": "PDF", "DE.Views.MailMergeSettings.textPortal": "Save", @@ -2594,7 +2594,7 @@ "DE.Views.Navigation.txtCollapse": "Recolher tudo", "DE.Views.Navigation.txtDemote": "Rebaixar", "DE.Views.Navigation.txtEmpty": "Não há títulos no documento.
Aplique um estilo de título ao texto para que ele apareça no índice.", - "DE.Views.Navigation.txtEmptyItem": "Título Vazio", + "DE.Views.Navigation.txtEmptyItem": "Título vazio", "DE.Views.Navigation.txtEmptyViewer": "Não há títulos no documento.", "DE.Views.Navigation.txtExpand": "Expandir tudo", "DE.Views.Navigation.txtExpandToLevel": "Expandir ao nível", @@ -2667,7 +2667,7 @@ "DE.Views.ParagraphSettings.strIndentsRightText": "Direita", "DE.Views.ParagraphSettings.strIndentsSpecial": "Especial", "DE.Views.ParagraphSettings.strLineHeight": "Espaçamento de linha", - "DE.Views.ParagraphSettings.strParagraphSpacing": "Espaçamento", + "DE.Views.ParagraphSettings.strParagraphSpacing": "Espaçamento de parágrafo", "DE.Views.ParagraphSettings.strSomeParagraphSpace": "Não adicionar intervalo entre parágrafos do mesmo estilo", "DE.Views.ParagraphSettings.strSpacingAfter": "Depois", "DE.Views.ParagraphSettings.strSpacingBefore": "Antes", @@ -2699,7 +2699,7 @@ "DE.Views.ParagraphSettingsAdvanced.strMargins": "Preenchimentos", "DE.Views.ParagraphSettingsAdvanced.strOrphan": "Controle de órfão", "DE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Fonte", - "DE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Recuos e Espaciamento", + "DE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Recuos e espaçamento", "DE.Views.ParagraphSettingsAdvanced.strParagraphLine": "Quebras de linha e página", "DE.Views.ParagraphSettingsAdvanced.strParagraphPosition": "Posicionamento", "DE.Views.ParagraphSettingsAdvanced.strSmallCaps": "Versalete", @@ -2759,7 +2759,7 @@ "DE.Views.ParagraphSettingsAdvanced.textTabLeft": "Esquerda", "DE.Views.ParagraphSettingsAdvanced.textTabPosition": "Posição da aba", "DE.Views.ParagraphSettingsAdvanced.textTabRight": "Direita", - "DE.Views.ParagraphSettingsAdvanced.textTitle": "Parágrafo - Configurações avançadas", + "DE.Views.ParagraphSettingsAdvanced.textTitle": "Parágrafo - configurações avançadas", "DE.Views.ParagraphSettingsAdvanced.textTop": "Parte superior", "DE.Views.ParagraphSettingsAdvanced.tipAll": "Definir borda externa e todas as linhas internas", "DE.Views.ParagraphSettingsAdvanced.tipBottom": "Definir borda inferior apenas", @@ -2852,7 +2852,7 @@ "DE.Views.RolesManagerDlg.warnDelete": "Tem certeza de que deseja excluir a função {0}?", "DE.Views.SaveFormDlg.saveButtonText": "Salvar", "DE.Views.SaveFormDlg.textAnyone": "Alguém", - "DE.Views.SaveFormDlg.textDescription": "Ao salvar no pdf, apenas as funções com campos são adicionadas à lista de preenchimento", + "DE.Views.SaveFormDlg.textDescription": "Ao salvar em PDF, apenas as funções com campos são adicionadas à lista de preenchimento", "DE.Views.SaveFormDlg.textEmpty": "Não há funções associadas aos campos.", "DE.Views.SaveFormDlg.textFill": "Lista de preenchimento", "DE.Views.SaveFormDlg.txtTitle": "Salvar como formulário", @@ -2876,8 +2876,8 @@ "DE.Views.ShapeSettings.textEditShape": "Editar forma", "DE.Views.ShapeSettings.textEmptyPattern": "Sem padrão", "DE.Views.ShapeSettings.textFlip": "Girar", - "DE.Views.ShapeSettings.textFromFile": "Do Arquivo", - "DE.Views.ShapeSettings.textFromStorage": "De armazenamento", + "DE.Views.ShapeSettings.textFromFile": "Do arquivo", + "DE.Views.ShapeSettings.textFromStorage": "Do armazenamento", "DE.Views.ShapeSettings.textFromUrl": "Da URL", "DE.Views.ShapeSettings.textGradient": "Pontos de gradiente", "DE.Views.ShapeSettings.textGradientFill": "Preenchimento gradiente", @@ -2885,7 +2885,7 @@ "DE.Views.ShapeSettings.textHint90": "Girar 90º no sentido horário", "DE.Views.ShapeSettings.textHintFlipH": "Virar horizontalmente", "DE.Views.ShapeSettings.textHintFlipV": "Virar verticalmente", - "DE.Views.ShapeSettings.textImageTexture": "Imagem ou Textura", + "DE.Views.ShapeSettings.textImageTexture": "Imagem ou textura", "DE.Views.ShapeSettings.textLinear": "Linear", "DE.Views.ShapeSettings.textNoFill": "Sem preenchimento", "DE.Views.ShapeSettings.textPatternFill": "Padrão", @@ -2898,12 +2898,12 @@ "DE.Views.ShapeSettings.textSelectTexture": "Selecionar", "DE.Views.ShapeSettings.textStretch": "Alongar", "DE.Views.ShapeSettings.textStyle": "Estilo", - "DE.Views.ShapeSettings.textTexture": "Da Textura", + "DE.Views.ShapeSettings.textTexture": "De textura", "DE.Views.ShapeSettings.textTile": "Lado a lado", "DE.Views.ShapeSettings.textWrap": "Estilo da quebra automática", "DE.Views.ShapeSettings.tipAddGradientPoint": "Adicionar ponto de gradiente", "DE.Views.ShapeSettings.tipRemoveGradientPoint": "Remover ponto de gradiente", - "DE.Views.ShapeSettings.txtBehind": "Atrás", + "DE.Views.ShapeSettings.txtBehind": "Atrás do texto", "DE.Views.ShapeSettings.txtBrownPaper": "Papel pardo", "DE.Views.ShapeSettings.txtCanvas": "Canvas", "DE.Views.ShapeSettings.txtCarton": "Papelão", @@ -2911,8 +2911,8 @@ "DE.Views.ShapeSettings.txtGrain": "Granulação", "DE.Views.ShapeSettings.txtGranite": "Granito", "DE.Views.ShapeSettings.txtGreyPaper": "Papel cinza", - "DE.Views.ShapeSettings.txtInFront": "Em frente", - "DE.Views.ShapeSettings.txtInline": "Em linha", + "DE.Views.ShapeSettings.txtInFront": "Em frente ao Texto", + "DE.Views.ShapeSettings.txtInline": "Alinhado ao texto", "DE.Views.ShapeSettings.txtKnit": "Encontro", "DE.Views.ShapeSettings.txtLeather": "Couro", "DE.Views.ShapeSettings.txtNoBorders": "Sem linha", @@ -2924,10 +2924,10 @@ "DE.Views.ShapeSettings.txtWood": "Madeira", "DE.Views.SignatureSettings.notcriticalErrorTitle": "Aviso", "DE.Views.SignatureSettings.strDelete": "Remover assinatura", - "DE.Views.SignatureSettings.strDetails": "Detalhes da Assinatura", + "DE.Views.SignatureSettings.strDetails": "Detalhes da assinatura", "DE.Views.SignatureSettings.strInvalid": "Assinaturas inválidas", "DE.Views.SignatureSettings.strRequested": "Assinaturas solicitadas", - "DE.Views.SignatureSettings.strSetup": "Configurações da Assinatura", + "DE.Views.SignatureSettings.strSetup": "Configurações da assinatura", "DE.Views.SignatureSettings.strSign": "Assinar", "DE.Views.SignatureSettings.strSignature": "Assinatura", "DE.Views.SignatureSettings.strSigner": "Signatário", @@ -3023,7 +3023,7 @@ "DE.Views.TableSettings.textConvert": "Converter tabela em texto", "DE.Views.TableSettings.textDistributeCols": "Colunas distribuídas", "DE.Views.TableSettings.textDistributeRows": "Linhas distribuídas", - "DE.Views.TableSettings.textEdit": "Linhas e Colunas", + "DE.Views.TableSettings.textEdit": "Linhas e colunas", "DE.Views.TableSettings.textEmptyTemplate": "Sem modelos", "DE.Views.TableSettings.textFirst": "Primeiro", "DE.Views.TableSettings.textHeader": "Cabeçalho", @@ -3044,7 +3044,7 @@ "DE.Views.TableSettings.tipOuter": "Definir apenas borda externa", "DE.Views.TableSettings.tipRight": "Definir apenas borda direita externa", "DE.Views.TableSettings.tipTop": "Definir apenas borda superior externa", - "DE.Views.TableSettings.txtGroupTable_BorderedAndLined": "Tabelas Contornadas e Alinhadas", + "DE.Views.TableSettings.txtGroupTable_BorderedAndLined": "Tabelas alinhadas e com borda", "DE.Views.TableSettings.txtGroupTable_Custom": "Personalizado", "DE.Views.TableSettings.txtGroupTable_Grid": "Tabelas de grade", "DE.Views.TableSettings.txtGroupTable_List": "Listar tabelas", @@ -3058,9 +3058,9 @@ "DE.Views.TableSettings.txtTable_GridTable": "Tabela de grade", "DE.Views.TableSettings.txtTable_Light": "Claro", "DE.Views.TableSettings.txtTable_Lined": "Alinhado", - "DE.Views.TableSettings.txtTable_ListTable": "Tabela de Lista", - "DE.Views.TableSettings.txtTable_PlainTable": "Tabela Normal", - "DE.Views.TableSettings.txtTable_TableGrid": "Grid da Tabela", + "DE.Views.TableSettings.txtTable_ListTable": "Tabela de lista", + "DE.Views.TableSettings.txtTable_PlainTable": "Tabela simples", + "DE.Views.TableSettings.txtTable_TableGrid": "Grade da tabela", "DE.Views.TableSettingsAdvanced.textAlign": "Alinhamento", "DE.Views.TableSettingsAdvanced.textAlignment": "Alinhamento", "DE.Views.TableSettingsAdvanced.textAllowSpacing": "Permitir espaçamento entre células", @@ -3108,7 +3108,7 @@ "DE.Views.TableSettingsAdvanced.textTableBackColor": "Plano de fundo da tabela", "DE.Views.TableSettingsAdvanced.textTablePosition": "Posição de tabela", "DE.Views.TableSettingsAdvanced.textTableSize": "Tamanho de tabela", - "DE.Views.TableSettingsAdvanced.textTitle": "Tabela - Configurações avançadas", + "DE.Views.TableSettingsAdvanced.textTitle": "Tabela - configurações avançadas", "DE.Views.TableSettingsAdvanced.textTop": "Parte superior", "DE.Views.TableSettingsAdvanced.textVertical": "Vertical", "DE.Views.TableSettingsAdvanced.textWidth": "Largura", @@ -3154,7 +3154,7 @@ "DE.Views.TextArtSettings.textGradient": "Pontos de gradiente", "DE.Views.TextArtSettings.textGradientFill": "Preenchimento gradiente", "DE.Views.TextArtSettings.textLinear": "Linear", - "DE.Views.TextArtSettings.textNoFill": "No Fill", + "DE.Views.TextArtSettings.textNoFill": "Sem preenchimento", "DE.Views.TextArtSettings.textPosition": "Posição", "DE.Views.TextArtSettings.textRadial": "Radial", "DE.Views.TextArtSettings.textSelectTexture": "Selecionar", @@ -3211,7 +3211,7 @@ "DE.Views.Toolbar.mniCapitalizeWords": "Utilize cada palavra", "DE.Views.Toolbar.mniCustomTable": "Inserir tabela personalizada", "DE.Views.Toolbar.mniDrawTable": "Desenhar Tabela", - "DE.Views.Toolbar.mniEditControls": "Propriedades de Controle", + "DE.Views.Toolbar.mniEditControls": "Configurações de controle", "DE.Views.Toolbar.mniEditDropCap": "Configurações avançadas de Letra capitular", "DE.Views.Toolbar.mniEditFooter": "Editar rodapé", "DE.Views.Toolbar.mniEditHeader": "Editar cabeçalho", @@ -3230,7 +3230,7 @@ "DE.Views.Toolbar.mniRemoveFooter": "Remover rodapé", "DE.Views.Toolbar.mniRemoveHeader": "Remover cabeçalho", "DE.Views.Toolbar.mniSentenceCase": "Capitular o início de uma frase.", - "DE.Views.Toolbar.mniTextToTable": "Converter texto em tabela", + "DE.Views.Toolbar.mniTextToTable": "Converter Texto em Tabela", "DE.Views.Toolbar.mniToggleCase": "aLTERNAR", "DE.Views.Toolbar.mniUpperCase": "MAIÚSCULO", "DE.Views.Toolbar.strMenuNoFill": "Sem preenchimento", @@ -3250,7 +3250,7 @@ "DE.Views.Toolbar.textColumnsRight": "Direita", "DE.Views.Toolbar.textColumnsThree": "Três", "DE.Views.Toolbar.textColumnsTwo": "Duas", - "DE.Views.Toolbar.textComboboxControl": "Caixa de combinação", + "DE.Views.Toolbar.textComboboxControl": "Caixa de Combinação", "DE.Views.Toolbar.textContinuous": "Contínuo", "DE.Views.Toolbar.textContPage": "Página contínua", "DE.Views.Toolbar.textCopyright": "Assinatura de copyright", @@ -3270,7 +3270,7 @@ "DE.Views.Toolbar.textInMargin": "Na margem", "DE.Views.Toolbar.textInsColumnBreak": "Inserir quebra de coluna", "DE.Views.Toolbar.textInsertPageCount": "Inserir número de páginas", - "DE.Views.Toolbar.textInsertPageNumber": "Inserir número de página", + "DE.Views.Toolbar.textInsertPageNumber": "Inserir número da página", "DE.Views.Toolbar.textInsPageBreak": "Inserir quebra de página", "DE.Views.Toolbar.textInsSectionBreak": "Inserir quebra de seção", "DE.Views.Toolbar.textInText": "No texto", @@ -3288,11 +3288,11 @@ "DE.Views.Toolbar.textMarginsWide": "Amplo", "DE.Views.Toolbar.textMoreSymbols": "Mais símbolos", "DE.Views.Toolbar.textNewColor": "Mais cores", - "DE.Views.Toolbar.textNextPage": "Próxima página", + "DE.Views.Toolbar.textNextPage": "Próxima Página", "DE.Views.Toolbar.textNoHighlight": "Sem destaque", "DE.Views.Toolbar.textNone": "Nenhum", "DE.Views.Toolbar.textNotEqualTo": "Não igual a", - "DE.Views.Toolbar.textOddPage": "Página ímpar", + "DE.Views.Toolbar.textOddPage": "Página Ímpar", "DE.Views.Toolbar.textOneHalf": "Fração ordinária um segundo", "DE.Views.Toolbar.textOneQuarter": "Fração ordinária um quarto", "DE.Views.Toolbar.textPageMarginsCustom": "Margens personalizadas", diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json index b71ce3763b..7e359a35b8 100644 --- a/apps/documenteditor/main/locale/ro.json +++ b/apps/documenteditor/main/locale/ro.json @@ -383,6 +383,7 @@ "Common.Utils.Metric.txtCm": "cm", "Common.Utils.Metric.txtPt": "pt", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Accent", @@ -463,6 +464,8 @@ "Common.Views.AutoCorrectDialog.warnReplace": "Intrare de autocorectare pentru %1 deja existentă. Doriți să o înlocuiți?", "Common.Views.AutoCorrectDialog.warnReset": "Corectare automată va fi dezactivată și fișierul va fi restabilit la valori inițiale. Doriți să continuați?", "Common.Views.AutoCorrectDialog.warnRestore": "Intrare de autocorectare pentru %1 va fi restabilită la valorile inițiale. Doriți să continuați?", + "Common.Views.Chat.textChat": "Chat", + "Common.Views.Chat.textClosePanel": "Închide chat-ul", "Common.Views.Chat.textSend": "Trimitere", "Common.Views.Comments.mniAuthorAsc": "Autor de la A la Z", "Common.Views.Comments.mniAuthorDesc": "Autor de la Z la A", @@ -519,19 +522,28 @@ "Common.Views.Header.textAddFavorite": "Marcare ca preferat", "Common.Views.Header.textAdvSettings": "Setări avansate", "Common.Views.Header.textBack": "Deschidere locația fișierului", + "Common.Views.Header.textClose": "Închide fișierul", "Common.Views.Header.textCompactView": "Ascundere bară de instrumente", + "Common.Views.Header.textDocEditDesc": "Efectuare a oricăror modificări", + "Common.Views.Header.textDocViewDesc": "Vizualizare fișier, dar fără permisiunea de modificare", + "Common.Views.Header.textEdit": "Editare", "Common.Views.Header.textHideLines": "Ascundere rigle", "Common.Views.Header.textHideStatusBar": "Ascundere bară de stare", "Common.Views.Header.textReadOnly": "Doar în citire", "Common.Views.Header.textRemoveFavorite": "Eliminare din Preferințe", + "Common.Views.Header.textReviewDesc": "Sugestii modificări", "Common.Views.Header.textShare": "Partajează", + "Common.Views.Header.textView": "Vizualizare", "Common.Views.Header.textZoom": "Zoom", "Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document", + "Common.Views.Header.tipDocEdit": "Editare", + "Common.Views.Header.tipDocView": "Vizualizare", "Common.Views.Header.tipDownload": "Descărcare fișier", "Common.Views.Header.tipGoEdit": "Editare acest fișier", "Common.Views.Header.tipPrint": "Imprimare fișier", "Common.Views.Header.tipPrintQuick": "Imprimare rapidă", "Common.Views.Header.tipRedo": "Refacere", + "Common.Views.Header.tipReview": "Revizuire", "Common.Views.Header.tipSave": "Salvează", "Common.Views.Header.tipSearch": "Căutare", "Common.Views.Header.tipUndo": "Anulare", @@ -603,6 +615,9 @@ "Common.Views.ReviewChanges.mniFromFile": "Documentul din fișier", "Common.Views.ReviewChanges.mniFromStorage": "Documentul din serviciul stocare", "Common.Views.ReviewChanges.mniFromUrl": "Documentul prin URL", + "Common.Views.ReviewChanges.mniMMFromFile": "Din Fișier", + "Common.Views.ReviewChanges.mniMMFromStorage": "Din serviciul stocare", + "Common.Views.ReviewChanges.mniMMFromUrl": "Prin URL-ul", "Common.Views.ReviewChanges.mniSettings": "Setări comparare", "Common.Views.ReviewChanges.strFast": "Rapid", "Common.Views.ReviewChanges.strFastDesc": "Colaborareaa la documente în timp real. Toate modificările sunt salvate automat.", @@ -620,6 +635,7 @@ "Common.Views.ReviewChanges.tipCommentResolveCurrent": "Rezolvare comentarii curente", "Common.Views.ReviewChanges.tipCompare": "Comparați acest document cu altul", "Common.Views.ReviewChanges.tipHistory": "Afișare istoricul versiunei", + "Common.Views.ReviewChanges.tipMailRecepients": "Îmbinare corespondență", "Common.Views.ReviewChanges.tipRejectCurrent": "Respingere modificare și deplasare la următoarea", "Common.Views.ReviewChanges.tipReview": "Urmărirea modificărilor", "Common.Views.ReviewChanges.tipReviewView": "Selectați modul de afișare a modificărilor", @@ -650,6 +666,7 @@ "Common.Views.ReviewChanges.txtFinal": "Toate modificările sunt acceptate {0}", "Common.Views.ReviewChanges.txtFinalCap": "Final", "Common.Views.ReviewChanges.txtHistory": "Istoricul versiune", + "Common.Views.ReviewChanges.txtMailMerge": "Îmbinare corespondență", "Common.Views.ReviewChanges.txtMarkup": "Toate modificările {0}", "Common.Views.ReviewChanges.txtMarkupCap": "Marcaj și baloane", "Common.Views.ReviewChanges.txtMarkupSimple": "Toate modificările {0}
Dezactivare baloane", @@ -2018,6 +2035,7 @@ "DE.Views.EditListItemDialog.textValue": "Valoare", "DE.Views.EditListItemDialog.textValueError": "Un element cu aceeași valoare există deja.", "DE.Views.FileMenu.btnBackCaption": "Deschidere locația fișierului", + "DE.Views.FileMenu.btnCloseEditor": "Închide fișierul", "DE.Views.FileMenu.btnCloseMenuCaption": "Închidere meniu", "DE.Views.FileMenu.btnCreateNewCaption": "Crearea unui document nou", "DE.Views.FileMenu.btnDownloadCaption": "Descărcare ca", @@ -2310,6 +2328,7 @@ "DE.Views.HyperlinkSettingsDialog.textDisplay": "Afișare", "DE.Views.HyperlinkSettingsDialog.textExternal": "Link extern", "DE.Views.HyperlinkSettingsDialog.textInternal": "Plasare în document", + "DE.Views.HyperlinkSettingsDialog.textSelectFile": "Selectare fișier", "DE.Views.HyperlinkSettingsDialog.textTitle": "Setări hyperlink", "DE.Views.HyperlinkSettingsDialog.textTooltip": "Text SfatEcran", "DE.Views.HyperlinkSettingsDialog.textUrl": "Legătură la", @@ -2319,6 +2338,7 @@ "DE.Views.HyperlinkSettingsDialog.txtHeadings": "Titluri", "DE.Views.HyperlinkSettingsDialog.txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\" ", "DE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Acest câmp poate conține maxim 2083 caractere", + "DE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Introduceți adresa web sau selectați fișier", "DE.Views.HyphenationDialog.textAuto": "Despărțirea automată în silabe", "DE.Views.HyphenationDialog.textCaps": "Despărțire în silabe a cuvintelor scrise cu majuscule", "DE.Views.HyphenationDialog.textLimit": "Limitare cratime consecutive la", @@ -3411,6 +3431,7 @@ "DE.Views.Toolbar.tipPrint": "Imprimare", "DE.Views.Toolbar.tipPrintQuick": "Imprimare rapidă", "DE.Views.Toolbar.tipRedo": "Refacere", + "DE.Views.Toolbar.tipReplace": "Înlocuire", "DE.Views.Toolbar.tipSave": "Salvează", "DE.Views.Toolbar.tipSaveCoauth": "Salvați modificările dvs. ca alți utilizatorii să le vadă.", "DE.Views.Toolbar.tipSelectAll": "Selectare totală", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index e052f84b1e..2806f75e1a 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -383,6 +383,7 @@ "Common.Utils.Metric.txtCm": "см", "Common.Utils.Metric.txtPt": "пт", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Акцент", @@ -463,6 +464,8 @@ "Common.Views.AutoCorrectDialog.warnReplace": "Элемент автозамены для %1 уже существует. Вы хотите заменить его?", "Common.Views.AutoCorrectDialog.warnReset": "Все добавленные вами автозамены будут удалены, а для измененных будут восстановлены исходные значения. Вы хотите продолжить?", "Common.Views.AutoCorrectDialog.warnRestore": "Элемент автозамены для %1 будет сброшен на исходное значение. Вы хотите продолжить?", + "Common.Views.Chat.textChat": "Чат", + "Common.Views.Chat.textClosePanel": "Закрыть чат", "Common.Views.Chat.textSend": "Отправить", "Common.Views.Comments.mniAuthorAsc": "По автору от А до Я", "Common.Views.Comments.mniAuthorDesc": "По автору от Я до А", @@ -519,19 +522,29 @@ "Common.Views.Header.textAddFavorite": "Добавить в избранное", "Common.Views.Header.textAdvSettings": "Дополнительные параметры", "Common.Views.Header.textBack": "Открыть расположение файла", + "Common.Views.Header.textClose": "Закрыть файл", "Common.Views.Header.textCompactView": "Скрыть панель инструментов", + "Common.Views.Header.textDocEditDesc": "Вносить любые изменения", + "Common.Views.Header.textDocViewDesc": "Просматривать файл, но не вносить изменения", + "Common.Views.Header.textEdit": "Редактирование", "Common.Views.Header.textHideLines": "Скрыть линейки", "Common.Views.Header.textHideStatusBar": "Скрыть строку состояния", "Common.Views.Header.textReadOnly": "Только чтение", "Common.Views.Header.textRemoveFavorite": "Удалить из избранного", + "Common.Views.Header.textReview": "Рецензирование", + "Common.Views.Header.textReviewDesc": "Предлагать изменения", "Common.Views.Header.textShare": "Доступ", + "Common.Views.Header.textView": "Просмотр", "Common.Views.Header.textZoom": "Масштаб", "Common.Views.Header.tipAccessRights": "Управление правами доступа к документу", + "Common.Views.Header.tipDocEdit": "Редактирование", + "Common.Views.Header.tipDocView": "Просмотр", "Common.Views.Header.tipDownload": "Скачать файл", "Common.Views.Header.tipGoEdit": "Редактировать текущий файл", "Common.Views.Header.tipPrint": "Напечатать файл", "Common.Views.Header.tipPrintQuick": "Быстрая печать", "Common.Views.Header.tipRedo": "Повторить", + "Common.Views.Header.tipReview": "Рецензирование", "Common.Views.Header.tipSave": "Сохранить", "Common.Views.Header.tipSearch": "Поиск", "Common.Views.Header.tipUndo": "Отменить", @@ -603,6 +616,9 @@ "Common.Views.ReviewChanges.mniFromFile": "Документ из файла", "Common.Views.ReviewChanges.mniFromStorage": "Документ из хранилища", "Common.Views.ReviewChanges.mniFromUrl": "Документ с URL-адреса", + "Common.Views.ReviewChanges.mniMMFromFile": "Из файла", + "Common.Views.ReviewChanges.mniMMFromStorage": "Из хранилища", + "Common.Views.ReviewChanges.mniMMFromUrl": "По URL", "Common.Views.ReviewChanges.mniSettings": "Параметры сравнения", "Common.Views.ReviewChanges.strFast": "Быстрый", "Common.Views.ReviewChanges.strFastDesc": "Совместное редактирование в режиме реального времени. Все изменения сохраняются автоматически.", @@ -620,6 +636,7 @@ "Common.Views.ReviewChanges.tipCommentResolveCurrent": "Решить текущие комментарии", "Common.Views.ReviewChanges.tipCompare": "Сравнить текущий документ с другим", "Common.Views.ReviewChanges.tipHistory": "Показать историю версий", + "Common.Views.ReviewChanges.tipMailRecepients": "Слияние", "Common.Views.ReviewChanges.tipRejectCurrent": "Отклонить текущее изменение и перейти к следующему", "Common.Views.ReviewChanges.tipReview": "Отслеживать изменения", "Common.Views.ReviewChanges.tipReviewView": "Выберите режим, в котором вы хотите отображать изменения", @@ -650,6 +667,7 @@ "Common.Views.ReviewChanges.txtFinal": "Все изменения приняты {0}", "Common.Views.ReviewChanges.txtFinalCap": "Измененный документ", "Common.Views.ReviewChanges.txtHistory": "История версий", + "Common.Views.ReviewChanges.txtMailMerge": "Слияние", "Common.Views.ReviewChanges.txtMarkup": "Все изменения {0}", "Common.Views.ReviewChanges.txtMarkupCap": "Исправления и выноски", "Common.Views.ReviewChanges.txtMarkupSimple": "Все изменения {0}
Выноски выключены", @@ -2018,6 +2036,7 @@ "DE.Views.EditListItemDialog.textValue": "Значение", "DE.Views.EditListItemDialog.textValueError": "Элемент с таким значением уже существует.", "DE.Views.FileMenu.btnBackCaption": "Открыть расположение файла", + "DE.Views.FileMenu.btnCloseEditor": "Закрыть файл", "DE.Views.FileMenu.btnCloseMenuCaption": "Закрыть меню", "DE.Views.FileMenu.btnCreateNewCaption": "Создать новый", "DE.Views.FileMenu.btnDownloadCaption": "Скачать как", @@ -2310,6 +2329,7 @@ "DE.Views.HyperlinkSettingsDialog.textDisplay": "Отображать", "DE.Views.HyperlinkSettingsDialog.textExternal": "Внешняя ссылка", "DE.Views.HyperlinkSettingsDialog.textInternal": "Место в документе", + "DE.Views.HyperlinkSettingsDialog.textSelectFile": "Выбрать файл", "DE.Views.HyperlinkSettingsDialog.textTitle": "Параметры гиперссылки", "DE.Views.HyperlinkSettingsDialog.textTooltip": "Текст подсказки", "DE.Views.HyperlinkSettingsDialog.textUrl": "Связать с", @@ -2319,6 +2339,7 @@ "DE.Views.HyperlinkSettingsDialog.txtHeadings": "Заголовки", "DE.Views.HyperlinkSettingsDialog.txtNotUrl": "Это поле должно быть URL-адресом в формате \"http://www.example.com\"", "DE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Это поле может содержать не более 2083 символов", + "DE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Введите веб-адрес или выберите файл", "DE.Views.HyphenationDialog.textAuto": "Автоматическая расстановка переносов", "DE.Views.HyphenationDialog.textCaps": "Переносы в словах из ПРОПИСНЫХ БУКВ", "DE.Views.HyphenationDialog.textLimit": "Макс. число последовательных переносов", @@ -3411,6 +3432,7 @@ "DE.Views.Toolbar.tipPrint": "Печать", "DE.Views.Toolbar.tipPrintQuick": "Быстрая печать", "DE.Views.Toolbar.tipRedo": "Повторить", + "DE.Views.Toolbar.tipReplace": "Заменить", "DE.Views.Toolbar.tipSave": "Сохранить", "DE.Views.Toolbar.tipSaveCoauth": "Сохраните свои изменения, чтобы другие пользователи их увидели.", "DE.Views.Toolbar.tipSelectAll": "Выделить всё", diff --git a/apps/documenteditor/main/locale/vi.json b/apps/documenteditor/main/locale/vi.json index 218f6bc365..136af6fe9d 100644 --- a/apps/documenteditor/main/locale/vi.json +++ b/apps/documenteditor/main/locale/vi.json @@ -87,6 +87,7 @@ "Common.UI.ExtendedColorDialog.textRGBErr": "Giá trị đã nhập không chính xác.
Nhập một giá trị số thuộc từ 0 đến 255.", "Common.UI.HSBColorPicker.textNoColor": "Không màu", "Common.UI.InputFieldBtnCalendar.textDate": "Chọn ngày", + "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Hiện mật khẩu", "Common.UI.SearchDialog.textHighlight": "Tô sáng kết quả", "Common.UI.SearchDialog.textMatchCase": "Phân biệt chữ hoa chữ thường", "Common.UI.SearchDialog.textReplaceDef": "Nhập văn bản thay thế", @@ -154,6 +155,7 @@ "Common.Views.Draw.txtEraser": "Tẩy", "Common.Views.Draw.txtSelect": "Chọn", "Common.Views.ExternalDiagramEditor.textTitle": "Trình chỉnh sửa biểu đồ", + "Common.Views.ExternalEditor.textSave": "Lưu & Thoát", "Common.Views.ExternalMergeEditor.textTitle": "Người nhận thư trộn", "Common.Views.Header.labelCoUsersDescr": "Tài liệu hiện đang được chỉnh sửa bởi nhiều người dùng.", "Common.Views.Header.textBack": "Mở vị trí tệp", @@ -161,6 +163,8 @@ "Common.Views.Header.tipDownload": "Tải tệp", "Common.Views.Header.tipGoEdit": "Chỉnh sửa tệp hiện tại", "Common.Views.Header.tipPrint": "In tệp", + "Common.Views.Header.tipSave": "Lưu", + "Common.Views.Header.tipSearch": "Tìm kiếm", "Common.Views.Header.tipViewUsers": "Xem người dùng và quản lý quyền truy cập tài liệu", "Common.Views.Header.txtAccessRights": "Thay đổi quyền truy cập", "Common.Views.Header.txtRename": "Đổi tên", @@ -197,6 +201,7 @@ "Common.Views.Plugins.textStart": "Bắt đầu", "Common.Views.Plugins.textStop": "Dừng", "Common.Views.Plugins.textTheListOfBackgroundPlugins": "Danh sách (các) phần bổ trợ chạy trong nền", + "Common.Views.Protection.txtSignature": "Chữ ký", "Common.Views.RenameDialog.textName": "Tên tệp", "Common.Views.RenameDialog.txtInvalidName": "Tên tệp không được chứa bất kỳ ký tự nào sau đây:", "Common.Views.ReviewChanges.hintNext": "Đến thay đổi tiếp theo", @@ -257,8 +262,11 @@ "Common.Views.ReviewPopover.textViewResolved": "Bạn không có quyền mở lại nhận xét", "Common.Views.SearchPanel.textItemsSuccessfullyReplaced": "{0} khoản mục thay thế hoàn .", "Common.Views.SearchPanel.textPartOfItemsNotReplaced": "{0}/{1} khoản mục đã thay thế. {2} khoản mục còn lại đang bị khóa bởi (những) người dùng khác", + "Common.Views.SearchPanel.textSearchHasStopped": "Tìm kiếm đã dừng lại", + "Common.Views.SearchPanel.textSearchResults": "Kết quả tìm kiếm: {0}/{1}", "Common.Views.SelectFileDlg.textTitle": "Chọn nguồn dữ liệu", "Common.Views.SignDialog.textSelect": "Chọn", + "Common.Views.SignDialog.textTitle": "Ký tài liệu", "Common.Views.SignDialog.textUseImage": "hoặc bấm 'Chọn ảnh' để dùng ảnh như là chữ ký", "Common.Views.SignSettingsDialog.textAllowComment": "Cho phép người ký được thêm nhận xét vào hộp thoại chữ ký", "DE.Controllers.DocProtection.txtIsProtectedComment": "Tài liệu được bảo vệ. Bạn có thể chỉ nhận xét vào tài liệu này.", @@ -378,6 +386,7 @@ "DE.Controllers.Main.txtRectangles": "Hình chữ nhật", "DE.Controllers.Main.txtSeries": "Chuỗi", "DE.Controllers.Main.txtShape_noSmoking": "Biểu tượng \"Không\"", + "DE.Controllers.Main.txtShape_plaque": "Ký", "DE.Controllers.Main.txtShape_star10": "Sao 10 cánh", "DE.Controllers.Main.txtShape_star12": "Sao 12 cánh", "DE.Controllers.Main.txtStarsRibbons": "Sao & Ruy-băng", @@ -413,6 +422,7 @@ "DE.Controllers.Main.warnLicenseExp": "Giấy phép của bạn đã hết hạn.
Vui lòng cập nhật giấy phép và làm mới trang.", "DE.Controllers.Main.warnNoLicense": "Bạn đang sử dụng phiên bản nguồn mở của %1. Phiên bản có giới hạn các kết nối đồng thời với server tài liệu (20 kết nối cùng một lúc).
Nếu bạn cần thêm, hãy cân nhắc mua giấy phép thương mại.", "DE.Controllers.Main.warnProcessRightsChange": "Bạn đã bị từ chối quyền chỉnh sửa tệp này.", + "DE.Controllers.Search.textReplaceSuccess": "Tìm kiếm đã được thực hiện. {0} khoản mục đã được thay thế", "DE.Controllers.Statusbar.textHasChanges": "Các thay đổi mới đã được đánh dấu", "DE.Controllers.Statusbar.textTrackChanges": "Tài liệu được mở với chế độ Theo dõi Thay đổi được kích hoạt", "DE.Controllers.Statusbar.tipReview": "Theo dõi Thay đổi", @@ -433,6 +443,7 @@ "DE.Controllers.Toolbar.textMatrix": "Ma trận", "DE.Controllers.Toolbar.textOperator": "Toán tử", "DE.Controllers.Toolbar.textRadical": "Căn thức", + "DE.Controllers.Toolbar.textSavePdf": "Lưu dưới dạng PDF", "DE.Controllers.Toolbar.textScript": "Script", "DE.Controllers.Toolbar.textSymbols": "Biểu tượng", "DE.Controllers.Toolbar.textWarning": "Cảnh báo", @@ -843,6 +854,8 @@ "DE.Views.DocumentHolder.spellcheckText": "Kiểm tra chính tả", "DE.Views.DocumentHolder.splitCellsText": "Tách ô...", "DE.Views.DocumentHolder.splitCellTitleText": "Tách ô", + "DE.Views.DocumentHolder.strDetails": "Chi tiết chữ ký", + "DE.Views.DocumentHolder.strSign": "Ký", "DE.Views.DocumentHolder.styleText": "Định dạng theo Kiểu", "DE.Views.DocumentHolder.tableText": "Bảng", "DE.Views.DocumentHolder.textAlign": "Căn chỉnh", @@ -862,6 +875,9 @@ "DE.Views.DocumentHolder.textPaste": "Dán", "DE.Views.DocumentHolder.textPrevPage": "Trang trước", "DE.Views.DocumentHolder.textRemoveControl": "Bỏ điều khiển nội dung", + "DE.Views.DocumentHolder.textRotate270": "Quay 90° ngược chiều kim đồng hồ", + "DE.Views.DocumentHolder.textRotate90": "Quay 90° chiều kim đồng hồ", + "DE.Views.DocumentHolder.textSaveAsPicture": "Lưu dưới dạng ảnh", "DE.Views.DocumentHolder.textShapeAlignBottom": "Căn dưới cùng", "DE.Views.DocumentHolder.textShapeAlignCenter": "Căn giữa", "DE.Views.DocumentHolder.textShapeAlignLeft": "Căn trái", @@ -1038,6 +1054,7 @@ "DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Chế độ đồng chỉnh sửa", "DE.Views.FileMenuPanels.Settings.strFast": "Nhanh", "DE.Views.FileMenuPanels.Settings.strFontRender": "Phông chữ gợi ý", + "DE.Views.FileMenuPanels.Settings.strPasteButton": "Hiện Tùy chọn dán khi nội dung được dán", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Thay đổi Cộng tác Thời gian thực", "DE.Views.FileMenuPanels.Settings.strShowComments": "Hiện nhận xét như chữ", "DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Hiện nhận xét được giải quyết", @@ -1067,8 +1084,10 @@ "DE.Views.FileMenuPanels.Settings.txtNone": "Xem Không", "DE.Views.FileMenuPanels.Settings.txtPt": "Điểm", "DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Kiểm tra chính tả", + "DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Hiện thông báo", "DE.Views.FileMenuPanels.Settings.txtWin": "như Windows", "DE.Views.FormSettings.textFromFile": "Từ tệp", + "DE.Views.FormsTab.capBtnSaveForm": "Lưu dưới dạng PDF", "DE.Views.FormsTab.capDateTime": "Ngày & Giờ", "DE.Views.FormsTab.tipDownloadForm": "Tải tệp dưới dạng PDF có thể điền vào", "DE.Views.FormsTab.tipSaveFile": "Bấm \"Lưu như PDF\" để lưu biểu mẫu ở định dạng sẵn sàng để điền", @@ -1102,8 +1121,12 @@ "DE.Views.ImageSettings.textFromFile": "Từ tệp", "DE.Views.ImageSettings.textFromUrl": "Từ URL", "DE.Views.ImageSettings.textHeight": "Chiều cao", + "DE.Views.ImageSettings.textHint270": "Quay 90° ngược chiều kim đồng hồ", + "DE.Views.ImageSettings.textHint90": "Quay 90° chiều kim đồng hồ", "DE.Views.ImageSettings.textInsert": "Thay thế ảnh", "DE.Views.ImageSettings.textOriginalSize": "Kích thước mặc định", + "DE.Views.ImageSettings.textRotate90": "Quay 90°", + "DE.Views.ImageSettings.textRotation": "Quay", "DE.Views.ImageSettings.textSize": "Kích thước", "DE.Views.ImageSettings.textWidth": "Chiều rộng", "DE.Views.ImageSettings.textWrap": "Kiểu ngắt dòng", @@ -1161,6 +1184,7 @@ "DE.Views.ImageSettingsAdvanced.textRight": "Bên phải", "DE.Views.ImageSettingsAdvanced.textRightMargin": "Lề bên phải", "DE.Views.ImageSettingsAdvanced.textRightOf": "bên phải của", + "DE.Views.ImageSettingsAdvanced.textRotation": "Quay", "DE.Views.ImageSettingsAdvanced.textRound": "Tròn", "DE.Views.ImageSettingsAdvanced.textShape": "Cài đặt hình dạng", "DE.Views.ImageSettingsAdvanced.textSize": "Kích thước", @@ -1197,6 +1221,7 @@ "DE.Views.Links.titleUpdateTOF": "Cập nhật mục lục hình", "DE.Views.ListIndentsDialog.textTitle": "Thụt lề danh sách", "DE.Views.ListIndentsDialog.txtIndent": "Thụt lề văn bản", + "DE.Views.ListSettingsDialog.textMore": "Xem thêm cài đặt", "DE.Views.ListSettingsDialog.txtIndent": "Thụt lề văn bản", "DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF", "DE.Views.MailMergeEmailDlg.okButtonText": "Gửi", @@ -1352,12 +1377,17 @@ "DE.Views.RightMenu.txtShapeSettings": "Cài đặt hình dạng", "DE.Views.RightMenu.txtTableSettings": "Cài đặt bảng", "DE.Views.RightMenu.txtTextArtSettings": "Cài đặt chữ Nghệ thuật", + "DE.Views.RoleEditDlg.errNameExists": "Vai trò với tên đó đã xuất hiện.", + "DE.Views.RoleEditDlg.textEmptyError": "Tên vai trò không được để trống", + "DE.Views.SaveFormDlg.saveButtonText": "Lưu", + "DE.Views.SaveFormDlg.txtTitle": "Lưu như biểu mẫu", "DE.Views.ShapeSettings.strBackground": "Màu nền", "DE.Views.ShapeSettings.strChange": "Thay đổi Autoshape", "DE.Views.ShapeSettings.strColor": "Màu sắc", "DE.Views.ShapeSettings.strFill": "Đổ màu", "DE.Views.ShapeSettings.strForeground": "Màu Foreground", "DE.Views.ShapeSettings.strPattern": "Hoa văn", + "DE.Views.ShapeSettings.strShadow": "Hiện bóng đổ", "DE.Views.ShapeSettings.strSize": "Kích thước", "DE.Views.ShapeSettings.strStroke": "Nét", "DE.Views.ShapeSettings.strTransparency": "Độ mờ", @@ -1371,11 +1401,14 @@ "DE.Views.ShapeSettings.textFromUrl": "Từ URL", "DE.Views.ShapeSettings.textGradient": "Gradient", "DE.Views.ShapeSettings.textGradientFill": "Đổ màu Gradient", + "DE.Views.ShapeSettings.textHint270": "Quay 90° ngược chiều kim đồng hồ", + "DE.Views.ShapeSettings.textHint90": "Quay 90° chiều kim đồng hồ", "DE.Views.ShapeSettings.textImageTexture": "Hình ảnh hoặc Texture", "DE.Views.ShapeSettings.textLinear": "Tuyến tính", "DE.Views.ShapeSettings.textNoFill": "Không đổ màu", "DE.Views.ShapeSettings.textPatternFill": "Hoa văn", "DE.Views.ShapeSettings.textRadial": "Tỏa tròn", + "DE.Views.ShapeSettings.textRotate90": "Quay 90°", "DE.Views.ShapeSettings.textSelectTexture": "Chọn", "DE.Views.ShapeSettings.textStretch": "Kéo dài", "DE.Views.ShapeSettings.textStyle": "Kiểu", @@ -1401,6 +1434,9 @@ "DE.Views.ShapeSettings.txtTight": "Sát", "DE.Views.ShapeSettings.txtTopAndBottom": "Trên cùng và dưới cùng", "DE.Views.ShapeSettings.txtWood": "Gỗ", + "DE.Views.SignatureSettings.strDetails": "Chi tiết chữ ký", + "DE.Views.SignatureSettings.strSign": "Ký", + "DE.Views.SignatureSettings.strSignature": "Chữ ký", "DE.Views.SignatureSettings.txtSigned": "Chữ ký hợp lệ đã được thêm vào tài liệu. Tài liệu được bảo vệ khỏi việc bị chỉnh sửa", "DE.Views.Statusbar.goToPageText": "Tới Trang", "DE.Views.Statusbar.pageIndexText": "Trang {0} trên {1}", @@ -1417,6 +1453,7 @@ "DE.Views.StyleTitleDialog.txtEmpty": "Trường bắt buộc", "DE.Views.StyleTitleDialog.txtNotEmpty": "Trường không được để trống", "DE.Views.TableOfContentsSettings.strLinksOF": "Định dạng mục lục hình dưới dạng liên kết", + "DE.Views.TableOfContentsSettings.strShowPages": "Hiện số trang", "DE.Views.TableOfContentsSettings.textBuildTableOF": "Tạo mục lục hình từ", "DE.Views.TableOfContentsSettings.textTitle": "Mục lục", "DE.Views.TableOfContentsSettings.textTitleTOF": "Mục lục hình", @@ -1442,7 +1479,7 @@ "DE.Views.TableSettings.textBorders": "Kiểu đường viền", "DE.Views.TableSettings.textColumns": "Cột", "DE.Views.TableSettings.textEdit": "Hàng & Cột", - "DE.Views.TableSettings.textEmptyTemplate": "Không có template", + "DE.Views.TableSettings.textEmptyTemplate": "Không có mẫu", "DE.Views.TableSettings.textFirst": "Đầu tiên", "DE.Views.TableSettings.textHeader": "Header", "DE.Views.TableSettings.textLast": "Cuối cùng", diff --git a/apps/documenteditor/main/locale/zh.json b/apps/documenteditor/main/locale/zh.json index 338fb20907..a6cd8e57cb 100644 --- a/apps/documenteditor/main/locale/zh.json +++ b/apps/documenteditor/main/locale/zh.json @@ -274,7 +274,7 @@ "Common.define.smartArt.textTitlePictureLineup": "标题图片排列", "Common.define.smartArt.textTrapezoidList": "梯形列表", "Common.define.smartArt.textUpwardArrow": "向上箭头", - "Common.define.smartArt.textVaryingWidthList": "適用寬度清單", + "Common.define.smartArt.textVaryingWidthList": "可变宽度列表", "Common.define.smartArt.textVerticalAccentList": "垂直強調清單", "Common.define.smartArt.textVerticalArrowList": "垂直箭頭清單", "Common.define.smartArt.textVerticalBendingProcess": "垂直彎曲流程", @@ -337,7 +337,7 @@ "Common.UI.ExtendedColorDialog.addButtonText": "添加", "Common.UI.ExtendedColorDialog.textCurrent": "当前", "Common.UI.ExtendedColorDialog.textHexErr": "输入的值不正确。
请输入000000和FFFFFF之间的值。", - "Common.UI.ExtendedColorDialog.textNew": "新", + "Common.UI.ExtendedColorDialog.textNew": "新建", "Common.UI.ExtendedColorDialog.textRGBErr": "输入的值不正确。
请输入介于0和255之间的数值。", "Common.UI.HSBColorPicker.textNoColor": "没有颜色", "Common.UI.InputFieldBtnCalendar.textDate": "选择日期", @@ -383,6 +383,7 @@ "Common.Utils.Metric.txtCm": "厘米", "Common.Utils.Metric.txtPt": "点", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "转移", "Common.Utils.ThemeColor.txtaccent": "强调", @@ -463,6 +464,8 @@ "Common.Views.AutoCorrectDialog.warnReplace": "%1的自动更正项已存在。是否要替换它?", "Common.Views.AutoCorrectDialog.warnReset": "您添加的任何自动更正都将被删除,被更改的地方将恢复到其原始值。是否要继续?", "Common.Views.AutoCorrectDialog.warnRestore": "%1的自动更正项将重置为其原始值。是否要继续?", + "Common.Views.Chat.textChat": "聊天", + "Common.Views.Chat.textClosePanel": "关闭聊天", "Common.Views.Chat.textSend": "发送", "Common.Views.Comments.mniAuthorAsc": "作者 A 到 Z", "Common.Views.Comments.mniAuthorDesc": "作者 Z 到 A", @@ -519,19 +522,29 @@ "Common.Views.Header.textAddFavorite": "标记为收藏", "Common.Views.Header.textAdvSettings": "高级设置", "Common.Views.Header.textBack": "打开文件所在位置", + "Common.Views.Header.textClose": "关闭文件", "Common.Views.Header.textCompactView": "隐藏工具栏", + "Common.Views.Header.textDocEditDesc": "进行任何更改", + "Common.Views.Header.textDocViewDesc": "查看文件,但不做任何更改", + "Common.Views.Header.textEdit": "编辑", "Common.Views.Header.textHideLines": "隐藏标尺", "Common.Views.Header.textHideStatusBar": "隐藏状态栏", "Common.Views.Header.textReadOnly": "只读", "Common.Views.Header.textRemoveFavorite": "从收藏夹中删除", + "Common.Views.Header.textReview": "审阅", + "Common.Views.Header.textReviewDesc": "提出更改", "Common.Views.Header.textShare": "分享", + "Common.Views.Header.textView": "查看", "Common.Views.Header.textZoom": "縮放", "Common.Views.Header.tipAccessRights": "管理文档访问权限", + "Common.Views.Header.tipDocEdit": "编辑", + "Common.Views.Header.tipDocView": "查看", "Common.Views.Header.tipDownload": "下载文件", "Common.Views.Header.tipGoEdit": "编辑当前文件", "Common.Views.Header.tipPrint": "打印文件", "Common.Views.Header.tipPrintQuick": "快速打印", "Common.Views.Header.tipRedo": "重做", + "Common.Views.Header.tipReview": "审阅", "Common.Views.Header.tipSave": "保存", "Common.Views.Header.tipSearch": "搜索", "Common.Views.Header.tipUndo": "撤消", @@ -603,6 +616,9 @@ "Common.Views.ReviewChanges.mniFromFile": "文件中的文档", "Common.Views.ReviewChanges.mniFromStorage": "存储器中的文档", "Common.Views.ReviewChanges.mniFromUrl": "来自URL的文档", + "Common.Views.ReviewChanges.mniMMFromFile": "从文件导入", + "Common.Views.ReviewChanges.mniMMFromStorage": "来自存储设备", + "Common.Views.ReviewChanges.mniMMFromUrl": "来自URL", "Common.Views.ReviewChanges.mniSettings": "比较设置", "Common.Views.ReviewChanges.strFast": "快速", "Common.Views.ReviewChanges.strFastDesc": "实时共同编辑。所有更改都将自动保存。", @@ -620,6 +636,7 @@ "Common.Views.ReviewChanges.tipCommentResolveCurrent": "将所有的注释标记为已解决", "Common.Views.ReviewChanges.tipCompare": "将当前文档与另一个文档进行比较", "Common.Views.ReviewChanges.tipHistory": "显示版本历史", + "Common.Views.ReviewChanges.tipMailRecepients": "邮件合并", "Common.Views.ReviewChanges.tipRejectCurrent": "拒绝当前更改并移至下一个", "Common.Views.ReviewChanges.tipReview": "跟踪变化", "Common.Views.ReviewChanges.tipReviewView": "选择要显示更改的模式", @@ -650,6 +667,7 @@ "Common.Views.ReviewChanges.txtFinal": "更改已全部接受 {0}", "Common.Views.ReviewChanges.txtFinalCap": "最终", "Common.Views.ReviewChanges.txtHistory": "版本历史", + "Common.Views.ReviewChanges.txtMailMerge": "邮件合并", "Common.Views.ReviewChanges.txtMarkup": "全部的更改{0}", "Common.Views.ReviewChanges.txtMarkupCap": "标记和引出序号", "Common.Views.ReviewChanges.txtMarkupSimple": "所有更改{0}
没有文字通知", @@ -1623,8 +1641,8 @@ "DE.Views.ChartSettings.textUndock": "离开面板", "DE.Views.ChartSettings.textUp": "向上", "DE.Views.ChartSettings.textWiden": "擴大視野", - "DE.Views.ChartSettings.textWidth": "寬度", - "DE.Views.ChartSettings.textWrap": "換行樣式", + "DE.Views.ChartSettings.textWidth": "宽度", + "DE.Views.ChartSettings.textWrap": "环绕方式", "DE.Views.ChartSettings.textX": "X軸旋轉", "DE.Views.ChartSettings.textY": "Y軸旋轉", "DE.Views.ChartSettings.txtBehind": "在文本后面", @@ -1712,7 +1730,7 @@ "DE.Views.CustomColumnsDialog.textSeparator": "列分隔符", "DE.Views.CustomColumnsDialog.textTitle": "列", "DE.Views.CustomColumnsDialog.textTitleSpacing": "间距", - "DE.Views.CustomColumnsDialog.textWidth": "寬度", + "DE.Views.CustomColumnsDialog.textWidth": "宽度", "DE.Views.DateTimeDialog.confirmDefault": "设置{0}的默认格式:“{1}”", "DE.Views.DateTimeDialog.textDefault": "设置为默认值", "DE.Views.DateTimeDialog.textFormat": "格式", @@ -1826,7 +1844,7 @@ "DE.Views.DocumentHolder.textDistributeRows": "分布行", "DE.Views.DocumentHolder.textEditControls": "内容控制设置", "DE.Views.DocumentHolder.textEditPoints": "编辑点", - "DE.Views.DocumentHolder.textEditWrapBoundary": "编辑包裹边界", + "DE.Views.DocumentHolder.textEditWrapBoundary": "编辑环绕边界", "DE.Views.DocumentHolder.textFlipH": "水平翻转", "DE.Views.DocumentHolder.textFlipV": "垂直翻转", "DE.Views.DocumentHolder.textFollow": "跟随移动", @@ -1875,7 +1893,7 @@ "DE.Views.DocumentHolder.textUpdateAll": "更新整个表格", "DE.Views.DocumentHolder.textUpdatePages": "仅更新页码", "DE.Views.DocumentHolder.textUpdateTOC": "更新目录", - "DE.Views.DocumentHolder.textWrap": "換行樣式", + "DE.Views.DocumentHolder.textWrap": "环绕方式", "DE.Views.DocumentHolder.tipIsLocked": "此元素正在由其他用户编辑。", "DE.Views.DocumentHolder.toDictionaryText": "添加到字典", "DE.Views.DocumentHolder.txtAddBottom": "添加底部边框", @@ -2011,13 +2029,14 @@ "DE.Views.DropcapSettingsAdvanced.textTitleFrame": "框架 - 高级设置", "DE.Views.DropcapSettingsAdvanced.textTop": "顶部", "DE.Views.DropcapSettingsAdvanced.textVertical": "垂直", - "DE.Views.DropcapSettingsAdvanced.textWidth": "寬度", + "DE.Views.DropcapSettingsAdvanced.textWidth": "宽度", "DE.Views.DropcapSettingsAdvanced.tipFontName": "字体 ", "DE.Views.EditListItemDialog.textDisplayName": "显示名称", "DE.Views.EditListItemDialog.textNameError": "显示名称不能为空。", "DE.Views.EditListItemDialog.textValue": "值", "DE.Views.EditListItemDialog.textValueError": "具有相同值的项已存在。", "DE.Views.FileMenu.btnBackCaption": "打开文件所在位置", + "DE.Views.FileMenu.btnCloseEditor": "关闭文件", "DE.Views.FileMenu.btnCloseMenuCaption": "关闭菜单", "DE.Views.FileMenu.btnCreateNewCaption": "新建", "DE.Views.FileMenu.btnDownloadCaption": "下载为", @@ -2076,7 +2095,7 @@ "DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "更改访问权限", "DE.Views.FileMenuPanels.DocumentRights.txtRights": "拥有权限的人", "DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "警告", - "DE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "帶密碼", + "DE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "用密码", "DE.Views.FileMenuPanels.ProtectDoc.strProtect": "保护文档", "DE.Views.FileMenuPanels.ProtectDoc.strSignature": "带签名", "DE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "有效签名已添加到文档中
文档受到保护,不可编辑。", @@ -2239,7 +2258,7 @@ "DE.Views.FormsTab.capBtnSaveForm": "另存为pdf", "DE.Views.FormsTab.capBtnSubmit": "提交", "DE.Views.FormsTab.capBtnText": "文字段落", - "DE.Views.FormsTab.capBtnView": "檢視表單", + "DE.Views.FormsTab.capBtnView": "预览表单", "DE.Views.FormsTab.capCreditCard": "信用卡", "DE.Views.FormsTab.capDateTime": "日期和时间", "DE.Views.FormsTab.capZipCode": "邮编", @@ -2279,7 +2298,7 @@ "DE.Views.FormsTab.tipSaveForm": "将文件另存为可填充的PDF文档", "DE.Views.FormsTab.tipSubmit": "提交表单", "DE.Views.FormsTab.tipTextField": "插入文本字段", - "DE.Views.FormsTab.tipViewForm": "檢視表單", + "DE.Views.FormsTab.tipViewForm": "预览表单", "DE.Views.FormsTab.tipZipCode": "插入邮政编码", "DE.Views.FormsTab.txtFixedDesc": "插入固定文本字段", "DE.Views.FormsTab.txtFixedText": "固定", @@ -2310,6 +2329,7 @@ "DE.Views.HyperlinkSettingsDialog.textDisplay": "显示", "DE.Views.HyperlinkSettingsDialog.textExternal": "外部链接", "DE.Views.HyperlinkSettingsDialog.textInternal": "放入文件中", + "DE.Views.HyperlinkSettingsDialog.textSelectFile": "选择文件", "DE.Views.HyperlinkSettingsDialog.textTitle": "超链接设置", "DE.Views.HyperlinkSettingsDialog.textTooltip": "屏幕提示文字", "DE.Views.HyperlinkSettingsDialog.textUrl": "链接到", @@ -2319,6 +2339,7 @@ "DE.Views.HyperlinkSettingsDialog.txtHeadings": "标题", "DE.Views.HyperlinkSettingsDialog.txtNotUrl": "该字段应该是“http://www.example.com”格式的URL", "DE.Views.HyperlinkSettingsDialog.txtSizeLimit": "此字段限制为2083个字符", + "DE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "输入网址或选择文件", "DE.Views.HyphenationDialog.textAuto": "自动连字符", "DE.Views.HyphenationDialog.textCaps": "连字符大写字母", "DE.Views.HyphenationDialog.textLimit": "将连续连字符限制为", @@ -2348,8 +2369,8 @@ "DE.Views.ImageSettings.textRotate90": "旋转90°", "DE.Views.ImageSettings.textRotation": "旋转", "DE.Views.ImageSettings.textSize": "大小", - "DE.Views.ImageSettings.textWidth": "寬度", - "DE.Views.ImageSettings.textWrap": "換行樣式", + "DE.Views.ImageSettings.textWidth": "宽度", + "DE.Views.ImageSettings.textWrap": "环绕方式", "DE.Views.ImageSettings.txtBehind": "在文本后面", "DE.Views.ImageSettings.txtInFront": "在文字前面", "DE.Views.ImageSettings.txtInline": "与文本对齐", @@ -2374,7 +2395,7 @@ "DE.Views.ImageSettingsAdvanced.textBevel": "斜角", "DE.Views.ImageSettingsAdvanced.textBottom": "底部", "DE.Views.ImageSettingsAdvanced.textBottomMargin": "下边距", - "DE.Views.ImageSettingsAdvanced.textBtnWrap": "文本换行", + "DE.Views.ImageSettingsAdvanced.textBtnWrap": "文本环绕", "DE.Views.ImageSettingsAdvanced.textCapType": "大写字母样式", "DE.Views.ImageSettingsAdvanced.textCenter": "中心", "DE.Views.ImageSettingsAdvanced.textCharacter": "字符", @@ -2423,8 +2444,8 @@ "DE.Views.ImageSettingsAdvanced.textVertical": "垂直", "DE.Views.ImageSettingsAdvanced.textVertically": "垂直地", "DE.Views.ImageSettingsAdvanced.textWeightArrows": "權重與箭頭", - "DE.Views.ImageSettingsAdvanced.textWidth": "寬度", - "DE.Views.ImageSettingsAdvanced.textWrap": "換行樣式", + "DE.Views.ImageSettingsAdvanced.textWidth": "宽度", + "DE.Views.ImageSettingsAdvanced.textWrap": "环绕方式", "DE.Views.ImageSettingsAdvanced.textWrapBehindTooltip": "在文本后面", "DE.Views.ImageSettingsAdvanced.textWrapInFrontTooltip": "在文字前面", "DE.Views.ImageSettingsAdvanced.textWrapInlineTooltip": "与文本对齐", @@ -2608,7 +2629,7 @@ "DE.Views.Navigation.txtSelect": "选择内容", "DE.Views.Navigation.txtSettings": "标题设置", "DE.Views.Navigation.txtSmall": "小", - "DE.Views.Navigation.txtWrapHeadings": "折行長標題", + "DE.Views.Navigation.txtWrapHeadings": "换行长标题", "DE.Views.NoteSettingsDialog.textApply": "应用", "DE.Views.NoteSettingsDialog.textApplyTo": "应用更改于", "DE.Views.NoteSettingsDialog.textContinue": "连续", @@ -2655,7 +2676,7 @@ "DE.Views.PageSizeDialog.textHeight": "高度", "DE.Views.PageSizeDialog.textPreset": "预设置", "DE.Views.PageSizeDialog.textTitle": "页面大小", - "DE.Views.PageSizeDialog.textWidth": "寬度", + "DE.Views.PageSizeDialog.textWidth": "宽度", "DE.Views.PageSizeDialog.txtCustom": "自定义", "DE.Views.PageThumbnails.textClosePanel": "关闭页面缩略图", "DE.Views.PageThumbnails.textHighlightVisiblePart": "突出显示页面的可见部分", @@ -2845,7 +2866,7 @@ "DE.Views.RolesManagerDlg.textDown": "向下移动角色", "DE.Views.RolesManagerDlg.textEdit": "编辑", "DE.Views.RolesManagerDlg.textEmpty": "尚未创建任何角色
至少创建一个角色,该角色将显示在此字段中。", - "DE.Views.RolesManagerDlg.textNew": "新", + "DE.Views.RolesManagerDlg.textNew": "新建", "DE.Views.RolesManagerDlg.textUp": "向上移动角色", "DE.Views.RolesManagerDlg.txtTitle": "管理角色", "DE.Views.RolesManagerDlg.warnCantDelete": "无法删除此角色,因为它具有关联的字段。", @@ -2875,7 +2896,7 @@ "DE.Views.ShapeSettings.textEditPoints": "编辑点", "DE.Views.ShapeSettings.textEditShape": "编辑形状", "DE.Views.ShapeSettings.textEmptyPattern": "无图案", - "DE.Views.ShapeSettings.textFlip": "翻轉", + "DE.Views.ShapeSettings.textFlip": "翻转", "DE.Views.ShapeSettings.textFromFile": "从文件", "DE.Views.ShapeSettings.textFromStorage": "来自存储设备", "DE.Views.ShapeSettings.textFromUrl": "来自URL", @@ -2900,7 +2921,7 @@ "DE.Views.ShapeSettings.textStyle": "样式", "DE.Views.ShapeSettings.textTexture": "来自纹理", "DE.Views.ShapeSettings.textTile": "瓦", - "DE.Views.ShapeSettings.textWrap": "換行樣式", + "DE.Views.ShapeSettings.textWrap": "环绕方式", "DE.Views.ShapeSettings.tipAddGradientPoint": "添加渐变点", "DE.Views.ShapeSettings.tipRemoveGradientPoint": "删除渐变点", "DE.Views.ShapeSettings.txtBehind": "在文本后面", @@ -3033,7 +3054,7 @@ "DE.Views.TableSettings.textSelectBorders": "选择您要更改应用样式的边框", "DE.Views.TableSettings.textTemplate": "从模板中选择", "DE.Views.TableSettings.textTotal": "总计", - "DE.Views.TableSettings.textWidth": "寬度", + "DE.Views.TableSettings.textWidth": "宽度", "DE.Views.TableSettings.tipAll": "设置外边框和所有内框线", "DE.Views.TableSettings.tipBottom": "仅设置外底边框", "DE.Views.TableSettings.tipInner": "仅设定内部框线", @@ -3111,13 +3132,13 @@ "DE.Views.TableSettingsAdvanced.textTitle": "表格-高级设置", "DE.Views.TableSettingsAdvanced.textTop": "顶部", "DE.Views.TableSettingsAdvanced.textVertical": "垂直", - "DE.Views.TableSettingsAdvanced.textWidth": "寬度", - "DE.Views.TableSettingsAdvanced.textWidthSpaces": "寬度與間距", - "DE.Views.TableSettingsAdvanced.textWrap": "文本换行", + "DE.Views.TableSettingsAdvanced.textWidth": "宽度", + "DE.Views.TableSettingsAdvanced.textWidthSpaces": "宽度和间距", + "DE.Views.TableSettingsAdvanced.textWrap": "文本环绕", "DE.Views.TableSettingsAdvanced.textWrapNoneTooltip": "内联表", "DE.Views.TableSettingsAdvanced.textWrapParallelTooltip": "流程表", - "DE.Views.TableSettingsAdvanced.textWrappingStyle": "換行樣式", - "DE.Views.TableSettingsAdvanced.textWrapText": "換行文字", + "DE.Views.TableSettingsAdvanced.textWrappingStyle": "环绕方式", + "DE.Views.TableSettingsAdvanced.textWrapText": "文字换行", "DE.Views.TableSettingsAdvanced.tipAll": "设置外边框和所有内框线", "DE.Views.TableSettingsAdvanced.tipCellAll": "仅为内部单元设置边框", "DE.Views.TableSettingsAdvanced.tipCellInner": "设置内部单元格的垂直和水平线", @@ -3207,7 +3228,7 @@ "DE.Views.Toolbar.capImgBackward": "下移一层", "DE.Views.Toolbar.capImgForward": "向前移动", "DE.Views.Toolbar.capImgGroup": "组", - "DE.Views.Toolbar.capImgWrapping": "換行", + "DE.Views.Toolbar.capImgWrapping": "环绕", "DE.Views.Toolbar.mniCapitalizeWords": "每个单词首字母大写", "DE.Views.Toolbar.mniCustomTable": "插入自定义表格", "DE.Views.Toolbar.mniDrawTable": "绘制表格", @@ -3365,7 +3386,7 @@ "DE.Views.Toolbar.tipHyphenation": "更改连字符号", "DE.Views.Toolbar.tipImgAlign": "对齐对象", "DE.Views.Toolbar.tipImgGroup": "组对象", - "DE.Views.Toolbar.tipImgWrapping": "換行文字", + "DE.Views.Toolbar.tipImgWrapping": "环绕文字", "DE.Views.Toolbar.tipIncFont": "增加字体大小", "DE.Views.Toolbar.tipIncPrLeft": "增加缩进", "DE.Views.Toolbar.tipInsertChart": "插入图表", @@ -3411,6 +3432,7 @@ "DE.Views.Toolbar.tipPrint": "打印", "DE.Views.Toolbar.tipPrintQuick": "快速打印", "DE.Views.Toolbar.tipRedo": "重做", + "DE.Views.Toolbar.tipReplace": "替换", "DE.Views.Toolbar.tipSave": "保存", "DE.Views.Toolbar.tipSaveCoauth": "保存您的更改以供其他用户查看", "DE.Views.Toolbar.tipSelectAll": "全选", diff --git a/apps/pdfeditor/main/locale/ca.json b/apps/pdfeditor/main/locale/ca.json index 17af001683..8762d51302 100644 --- a/apps/pdfeditor/main/locale/ca.json +++ b/apps/pdfeditor/main/locale/ca.json @@ -53,7 +53,7 @@ "Common.UI.HSBColorPicker.textNoColor": "Sense color", "Common.UI.InputFieldBtnCalendar.textDate": "Selecciona la data", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Amaga la contrasenya", - "Common.UI.InputFieldBtnPassword.textHintHold": "Premeu i manteniu premut per a mostrar la contrasenya", + "Common.UI.InputFieldBtnPassword.textHintHold": "Mantén premut per mostrar la contrasenya", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Mostrar la contrasenya", "Common.UI.SearchBar.textFind": "Cerca", "Common.UI.SearchBar.tipCloseSearch": "Tanca la cerca", @@ -225,10 +225,10 @@ "Common.Views.OpenDialog.txtProtected": "Un cop introduïu la contrasenya i obriu el fitxer, es restablirà la contrasenya actual del fitxer.", "Common.Views.OpenDialog.txtTitle": "Tria les opcions %1", "Common.Views.OpenDialog.txtTitleProtected": "El fitxer està protegit", - "Common.Views.PasswordDialog.txtDescription": "Establiu una contrasenya per protegir aquest document", + "Common.Views.PasswordDialog.txtDescription": "Estableix una contrasenya per protegir aquest document", "Common.Views.PasswordDialog.txtIncorrectPwd": "La contrasenya de confirmació no és idèntica", "Common.Views.PasswordDialog.txtPassword": "Contrasenya", - "Common.Views.PasswordDialog.txtRepeat": "Repetir la contrasenya", + "Common.Views.PasswordDialog.txtRepeat": "Repeteix la contrasenya", "Common.Views.PasswordDialog.txtTitle": "Establir la contrasenya", "Common.Views.PasswordDialog.txtWarning": "Advertiment: si perds o oblides la contrasenya, no la podràs recuperar. Desa-la en un lloc segur.", "Common.Views.PluginDlg.textLoading": "S'està carregant", @@ -348,6 +348,7 @@ "PDFE.Controllers.Main.errorSessionIdle": "Fa temps que no s'obre el document. Torneu a carregar la pàgina.", "PDFE.Controllers.Main.errorSessionToken": "S'ha interromput la connexió amb el servidor. Torneu a carregar la pàgina.", "PDFE.Controllers.Main.errorSetPassword": "No s'ha pogut establir la contrasenya.", + "PDFE.Controllers.Main.errorTextFormWrongFormat": "El valor introduït no es correspon amb el format del camp", "PDFE.Controllers.Main.errorToken": "El testimoni de seguretat del document no s'ha format correctament.
Posa't en contacte amb l'administrador del servidor de documents.", "PDFE.Controllers.Main.errorTokenExpire": "El testimoni de seguretat del document ha caducat.
Posa't en contacte amb l'administrador del servidor de documents.", "PDFE.Controllers.Main.errorUpdateVersion": "S'ha canviat la versió del fitxer. La pàgina es tornarà a carregar.", @@ -411,11 +412,19 @@ "PDFE.Controllers.Main.titleLicenseNotActive": "Llicència inactiva", "PDFE.Controllers.Main.titleServerVersion": "S'ha actualitzat l'editor", "PDFE.Controllers.Main.titleUpdateVersion": "S'ha canviat la versió", + "PDFE.Controllers.Main.txtArt": "El teu text aquí", "PDFE.Controllers.Main.txtChoose": "Tria un element", "PDFE.Controllers.Main.txtClickToLoad": "Feu clic per carregar la imatge", "PDFE.Controllers.Main.txtEditingMode": "Establir el mode d'edició ...", "PDFE.Controllers.Main.txtEnterDate": "Introdueix una data", + "PDFE.Controllers.Main.txtInvalidGreater": "Valor no vàlid per al camp “{0}”: ha de ser superior o igual que {1}.", + "PDFE.Controllers.Main.txtInvalidGreaterLess": "Valor no vàlid per al camp “{0}”: ha de ser superior o igual a {1} i inferior o igual a {2}.", + "PDFE.Controllers.Main.txtInvalidLess": "Valor no vàlid per al camp “{0}”: ha de ser inferior a {1}.", + "PDFE.Controllers.Main.txtInvalidPdfFormat": "El valor introduït no concorda amb el format del camp “{0}”.", "PDFE.Controllers.Main.txtNeedSynchronize": "Tens actualitzacions", + "PDFE.Controllers.Main.txtSecurityWarningLink": "Aquest document intenta connectar-se a {0}.
Si confies en aquest lloc, prem “D'acord” mentre mantens premuda la tecla Ctrl.", + "PDFE.Controllers.Main.txtSecurityWarningOpenFile": "Aquest document intenta obrir el diàleg de fitxers, prem “D'acord” per obrir-lo.", + "PDFE.Controllers.Main.txtValidPdfFormat": "El valor del camp ha de coincidir amb el format “{0}”.", "PDFE.Controllers.Main.unknownErrorText": "Error desconegut.", "PDFE.Controllers.Main.unsupportedBrowserErrorText": "El teu navegador no és compatible.", "PDFE.Controllers.Main.uploadDocExtMessage": "Format de document desconegut.", @@ -452,9 +461,16 @@ "PDFE.Controllers.Search.warnReplaceString": "{0} no és un caràcter especial vàlid per a la casella Substitueix per.", "PDFE.Controllers.Statusbar.textDisconnect": "S'ha perdut la connexió.
S'intenta connectar. Comproveu la configuració de connexió", "PDFE.Controllers.Statusbar.zoomText": "Zoom {0}%", + "PDFE.Controllers.Toolbar.errorAccessDeny": "No tens permisos per realitzar aquesta acció.
Posa't en contacte amb l'administrador del servidor de documents.", "PDFE.Controllers.Toolbar.notcriticalErrorTitle": "Advertiment", + "PDFE.Controllers.Toolbar.textGotIt": "Entesos", + "PDFE.Controllers.Toolbar.textRequired": "Emplena tots els camps necessaris per enviar el formulari.", + "PDFE.Controllers.Toolbar.textSubmited": "El formulari s'ha enviat amb èxit
Fes clic per tancar el consell.", "PDFE.Controllers.Toolbar.textWarning": "Advertiment", "PDFE.Controllers.Toolbar.txtDownload": "Baixa", + "PDFE.Controllers.Toolbar.txtNeedCommentMode": "Per desar els canvis del fitxer, ves al mode de Comentaris. O bé descarrega una còpia del fitxer modificat.", + "PDFE.Controllers.Toolbar.txtNeedDownload": "Per ara, el visor de PDF només pot desar els nous canvis en còpies de fitxers separades. No admet la coedició i altres usuaris no veuran els teus canvis tret que comparteixis el nou fitxer.", + "PDFE.Controllers.Toolbar.txtSaveCopy": "Desa la còpia", "PDFE.Controllers.Toolbar.txtUntitled": "Sense títol", "PDFE.Controllers.Viewport.textFitPage": "Ajusta-ho a la pàgina", "PDFE.Controllers.Viewport.textFitWidth": "Ajusta-ho a l'amplària", @@ -465,6 +481,10 @@ "PDFE.Views.DocumentHolder.mniImageFromUrl": "Imatge d'URL", "PDFE.Views.DocumentHolder.textClearField": "Esborra el camp", "PDFE.Views.DocumentHolder.textCopy": "Copia", + "PDFE.Views.DocumentHolder.textCut": "Talla", + "PDFE.Views.DocumentHolder.textPaste": "Enganxa", + "PDFE.Views.DocumentHolder.textRedo": "Refés", + "PDFE.Views.DocumentHolder.textUndo": "Desfés", "PDFE.Views.DocumentHolder.txtWarnUrl": "Si feu clic en aquest enllaç podeu perjudicar el dispositiu i les dades.
Segur que voleu continuar?", "PDFE.Views.FileMenu.btnBackCaption": "Obre la ubicació del fitxer", "PDFE.Views.FileMenu.btnCloseMenuCaption": "Tanca el menú", @@ -506,7 +526,9 @@ "PDFE.Views.FileMenuPanels.DocumentInfo.txtPages": "Pàgines", "PDFE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Mida de la pàgina", "PDFE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Paràgrafs", + "PDFE.Views.FileMenuPanels.DocumentInfo.txtPdfProducer": "Generador de PDF", "PDFE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "PDF Etiquetat", + "PDFE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "Versió PDF", "PDFE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Ubicació", "PDFE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persones que tenen drets", "PDFE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Símbols amb espais", @@ -522,13 +544,18 @@ "PDFE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Canvia els drets d’accés", "PDFE.Views.FileMenuPanels.DocumentRights.txtRights": "Persones que tenen drets", "PDFE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Amb contrasenya", + "PDFE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protegeix el document", "PDFE.Views.FileMenuPanels.ProtectDoc.strSignature": "Amb signatura", "PDFE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "S'han afegit signatures vàlides al document.
El document està protegit contra l'edició.", "PDFE.Views.FileMenuPanels.ProtectDoc.txtAddSignature": "Assegura la integritat del document afegint
una signatura digital invisible", + "PDFE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edita el document", "PDFE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "L’edició eliminarà les signatures del document.
Voleu continuar?", + "PDFE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "Aquest document està protegit amb contrasenya", "PDFE.Views.FileMenuPanels.ProtectDoc.txtProtectDocument": "Encripta aquest document amb una contrasenya", + "PDFE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "Aquest document s'ha de signar.", "PDFE.Views.FileMenuPanels.ProtectDoc.txtSigned": "S'han afegit signatures vàlides al document. El document està protegit contra l'edició.", "PDFE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Algunes de les signatures digitals del document no són vàlides o no s’han pogut verificar. El document està protegit contra l'edició.", + "PDFE.Views.FileMenuPanels.ProtectDoc.txtView": "Mostra les signatures", "PDFE.Views.FileMenuPanels.Settings.okButtonText": "Aplica", "PDFE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mode de coedició", "PDFE.Views.FileMenuPanels.Settings.strFast": "Ràpid", @@ -556,11 +583,13 @@ "PDFE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajusta-ho a l'amplària", "PDFE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Jeroglífics", "PDFE.Views.FileMenuPanels.Settings.txtLast": "Mostrar l'últim", + "PDFE.Views.FileMenuPanels.Settings.txtLastUsed": "Últim usat", "PDFE.Views.FileMenuPanels.Settings.txtMac": "com a OS X", "PDFE.Views.FileMenuPanels.Settings.txtNative": "Natiu", "PDFE.Views.FileMenuPanels.Settings.txtNone": "No en mostris cap", "PDFE.Views.FileMenuPanels.Settings.txtQuickPrint": "Mostrar el botó d'Impressió ràpida a la capçalera de l'editor", "PDFE.Views.FileMenuPanels.Settings.txtQuickPrintTip": "El document s'imprimirà a la darrera impressora seleccionada o l'establerta per defecte", + "PDFE.Views.FileMenuPanels.Settings.txtScreenReader": "Activa la compatibilitat amb el lector de pantalla", "PDFE.Views.FileMenuPanels.Settings.txtStrictTip": "Fes servir el botó \"Desa\" per sincronitzar els canvis que feu vosaltres i els altres", "PDFE.Views.FileMenuPanels.Settings.txtUseAltKey": "Feu servir la tecla Alt per navegar per la interfície d'usuari mitjançant el teclat", "PDFE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Fes servir la tecla Opció per navegar per la interfície d'usuari mitjançant el teclat", @@ -579,6 +608,7 @@ "PDFE.Views.LeftMenu.tipSupport": "Comentaris i servei d'atenció al client", "PDFE.Views.LeftMenu.tipTitles": "Títols", "PDFE.Views.LeftMenu.txtDeveloper": "MODE PER A DESENVOLUPADORS", + "PDFE.Views.LeftMenu.txtEditor": "Editor de PDF", "PDFE.Views.LeftMenu.txtLimit": "Limita l'accés", "PDFE.Views.LeftMenu.txtTrial": "MODE DE PROVA", "PDFE.Views.LeftMenu.txtTrialDev": "Mode de desenvolupament de prova", @@ -639,18 +669,28 @@ "PDFE.Views.Statusbar.tipFitPage": "Ajusta-ho a la pàgina", "PDFE.Views.Statusbar.tipFitWidth": "Ajusta-ho a l'amplària", "PDFE.Views.Statusbar.tipHandTool": "Eina manual", + "PDFE.Views.Statusbar.tipPageNext": "Ves a la pàgina següent", + "PDFE.Views.Statusbar.tipPagePrev": "Ves a la pàgina anterior", "PDFE.Views.Statusbar.tipSelectTool": "Seleccionar l'eina", "PDFE.Views.Statusbar.tipZoomFactor": "Zoom", "PDFE.Views.Statusbar.tipZoomIn": "Ampliar", "PDFE.Views.Statusbar.tipZoomOut": "Reduir", "PDFE.Views.Statusbar.txtPageNumInvalid": "El número de pàgina no és vàlid", "PDFE.Views.Toolbar.capBtnComment": "Comentari", + "PDFE.Views.Toolbar.capBtnDownloadForm": "Baixa-ho com a PDF", + "PDFE.Views.Toolbar.capBtnHand": "Mà", "PDFE.Views.Toolbar.capBtnNext": "Camp següent", + "PDFE.Views.Toolbar.capBtnPrev": "Camp anterior", "PDFE.Views.Toolbar.capBtnRotate": "Girar", + "PDFE.Views.Toolbar.capBtnSaveForm": "Desar com a PDF", "PDFE.Views.Toolbar.capBtnSaveFormDesktop": "Desar com a...", "PDFE.Views.Toolbar.capBtnSelect": "Seleccionar", + "PDFE.Views.Toolbar.capBtnShowComments": "Mostra els comentaris", + "PDFE.Views.Toolbar.capBtnSubmit": "Envia", "PDFE.Views.Toolbar.strMenuNoFill": "Sense emplenament", "PDFE.Views.Toolbar.textClear": "Esborra els camps", + "PDFE.Views.Toolbar.textClearFields": "Esborra tots els camps", + "PDFE.Views.Toolbar.textHighlight": "Ressaltar", "PDFE.Views.Toolbar.textStrikeout": "Ratllar", "PDFE.Views.Toolbar.textSubmited": "El formulari s'ha enviat correctament", "PDFE.Views.Toolbar.textTabComment": "Comentari", @@ -662,11 +702,18 @@ "PDFE.Views.Toolbar.tipCopy": "Copia", "PDFE.Views.Toolbar.tipCut": "Talla", "PDFE.Views.Toolbar.tipDownloadForm": "Baixeu un fitxer com a document PDF que es pot omplir", + "PDFE.Views.Toolbar.tipFirstPage": "Ves a la primera pàgina", "PDFE.Views.Toolbar.tipHandTool": "Eina manual", + "PDFE.Views.Toolbar.tipLastPage": "Ves a la última pàgina", + "PDFE.Views.Toolbar.tipNextForm": "Ves al camp següent", + "PDFE.Views.Toolbar.tipNextPage": "Ves a la pàgina següent", "PDFE.Views.Toolbar.tipPaste": "Enganxa", + "PDFE.Views.Toolbar.tipPrevForm": "Ves al camp anterior", + "PDFE.Views.Toolbar.tipPrevPage": "Ves a la pàgina anterior", "PDFE.Views.Toolbar.tipPrint": "Imprimeix", "PDFE.Views.Toolbar.tipPrintQuick": "Impressió ràpida", "PDFE.Views.Toolbar.tipRedo": "Refer", + "PDFE.Views.Toolbar.tipRotate": "Gira les pàgines", "PDFE.Views.Toolbar.tipSave": "Desar", "PDFE.Views.Toolbar.tipSaveCoauth": "Desar els canvis perquè altres usuaris els puguin veure.", "PDFE.Views.Toolbar.tipSaveForm": "Desar un fitxer com a document PDF emplenable", diff --git a/apps/pdfeditor/main/locale/en.json b/apps/pdfeditor/main/locale/en.json index 91ea2bd713..91c7939b4f 100644 --- a/apps/pdfeditor/main/locale/en.json +++ b/apps/pdfeditor/main/locale/en.json @@ -193,6 +193,7 @@ "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", "Common.Views.Header.textBack": "Open file location", + "Common.Views.Header.textClose": "Close file", "Common.Views.Header.textComment": "Commenting", "Common.Views.Header.textCommentDesc": "All changes will be saved to the file. Real time collaboration", "Common.Views.Header.textCompactView": "Hide Toolbar", @@ -223,7 +224,6 @@ "Common.Views.Header.tipViewUsers": "View users and manage document access rights", "Common.Views.Header.txtAccessRights": "Change access rights", "Common.Views.Header.txtRename": "Rename", - "Common.Views.Header.textClose": "Close file", "Common.Views.ImageFromUrlDialog.textUrl": "Paste an image URL:", "Common.Views.ImageFromUrlDialog.txtEmpty": "This field is required", "Common.Views.ImageFromUrlDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", @@ -498,6 +498,7 @@ "PDFE.Views.DocumentHolder.textUndo": "Undo", "PDFE.Views.DocumentHolder.txtWarnUrl": "Clicking this link can be harmful to your device and data.
Are you sure you want to continue?", "PDFE.Views.FileMenu.btnBackCaption": "Open File Location", + "PDFE.Views.FileMenu.btnCloseEditor": "Close File", "PDFE.Views.FileMenu.btnCloseMenuCaption": "Close Menu", "PDFE.Views.FileMenu.btnCreateNewCaption": "Create New", "PDFE.Views.FileMenu.btnDownloadCaption": "Download As", @@ -517,7 +518,6 @@ "PDFE.Views.FileMenu.btnSettingsCaption": "Advanced Settings", "PDFE.Views.FileMenu.btnToEditCaption": "Edit Document", "PDFE.Views.FileMenu.textDownload": "Download", - "PDFE.Views.FileMenu.btnCloseEditor": "Close File", "PDFE.Views.FileMenuPanels.CreateNew.txtBlank": "Blank Document", "PDFE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Create new", "PDFE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Apply", diff --git a/apps/pdfeditor/main/locale/ro.json b/apps/pdfeditor/main/locale/ro.json index 188d7aa673..f3a95632c7 100644 --- a/apps/pdfeditor/main/locale/ro.json +++ b/apps/pdfeditor/main/locale/ro.json @@ -94,6 +94,7 @@ "Common.Utils.Metric.txtCm": "cm", "Common.Utils.Metric.txtPt": "pt", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Accent", @@ -192,15 +193,24 @@ "Common.Views.Header.textAddFavorite": "Marcare ca preferat", "Common.Views.Header.textAdvSettings": "Setări avansate", "Common.Views.Header.textBack": "Deschidere locația fișierului", + "Common.Views.Header.textClose": "Închide fișierul", + "Common.Views.Header.textComment": "Comentarii", + "Common.Views.Header.textCommentDesc": "Toate modificările vor fi salvate în fișierul. Colaborare în timp real", "Common.Views.Header.textCompactView": "Ascunde bară de instrumente", + "Common.Views.Header.textEdit": "Editare", + "Common.Views.Header.textEditDesc": "Toate modificările vor fi salvate în fișierul. Colaborare în timp real", "Common.Views.Header.textHideLines": "Ascundere rigle", "Common.Views.Header.textHideStatusBar": "Ascundere bară de stare", "Common.Views.Header.textReadOnly": "Doar în citire", "Common.Views.Header.textRemoveFavorite": "Eliminare din Preferințe", "Common.Views.Header.textShare": "Partajare", + "Common.Views.Header.textView": "Vizualizare", + "Common.Views.Header.textViewDesc": "Toate modificările vor fi salvate local", "Common.Views.Header.textZoom": "Zoom", "Common.Views.Header.tipAccessRights": "Administrarea permisiunilor de acces la document", + "Common.Views.Header.tipComment": "Comentarii", "Common.Views.Header.tipDownload": "Descărcare fișier", + "Common.Views.Header.tipEdit": "Editare", "Common.Views.Header.tipGoEdit": "Editare acest fișier", "Common.Views.Header.tipPrint": "Imprimare fișier", "Common.Views.Header.tipPrintQuick": "Imprimare rapidă", @@ -209,6 +219,7 @@ "Common.Views.Header.tipSearch": "Căutare", "Common.Views.Header.tipUndo": "Anulare", "Common.Views.Header.tipUsers": "Vizualizare utilizatori", + "Common.Views.Header.tipView": "Vizualizare", "Common.Views.Header.tipViewSettings": "Setări vizualizare", "Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces", "Common.Views.Header.txtAccessRights": "Modificare permisiuni", @@ -487,6 +498,7 @@ "PDFE.Views.DocumentHolder.textUndo": "Anulare", "PDFE.Views.DocumentHolder.txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.
Sunteți sigur că doriți să continuați?", "PDFE.Views.FileMenu.btnBackCaption": "Deschidere locația fișierului", + "PDFE.Views.FileMenu.btnCloseEditor": "Închide fișierul", "PDFE.Views.FileMenu.btnCloseMenuCaption": "Închidere meniu", "PDFE.Views.FileMenu.btnCreateNewCaption": "Creare nou", "PDFE.Views.FileMenu.btnDownloadCaption": "Descărcare ca", diff --git a/apps/pdfeditor/main/locale/ru.json b/apps/pdfeditor/main/locale/ru.json index 491c6ee0a0..e75765138f 100644 --- a/apps/pdfeditor/main/locale/ru.json +++ b/apps/pdfeditor/main/locale/ru.json @@ -94,6 +94,7 @@ "Common.Utils.Metric.txtCm": "см", "Common.Utils.Metric.txtPt": "пт", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Акцент", @@ -192,15 +193,24 @@ "Common.Views.Header.textAddFavorite": "Добавить в избранное", "Common.Views.Header.textAdvSettings": "Дополнительные параметры", "Common.Views.Header.textBack": "Открыть расположение файла", + "Common.Views.Header.textClose": "Закрыть файл", + "Common.Views.Header.textComment": "Комментирование", + "Common.Views.Header.textCommentDesc": "Все изменения будут сохранены в файл. Совместная работа в режиме реального времени", "Common.Views.Header.textCompactView": "Скрыть панель инструментов", + "Common.Views.Header.textEdit": "Редактирование", + "Common.Views.Header.textEditDesc": "Все изменения будут сохранены в файл. Совместная работа в режиме реального времени", "Common.Views.Header.textHideLines": "Скрыть линейки", "Common.Views.Header.textHideStatusBar": "Скрыть строку состояния", "Common.Views.Header.textReadOnly": "Только чтение", "Common.Views.Header.textRemoveFavorite": "Удалить из избранного", "Common.Views.Header.textShare": "Доступ", + "Common.Views.Header.textView": "Просмотр", + "Common.Views.Header.textViewDesc": "Все изменения будут сохранены локально", "Common.Views.Header.textZoom": "Масштаб", "Common.Views.Header.tipAccessRights": "Управление правами доступа к документу", + "Common.Views.Header.tipComment": "Комментирование", "Common.Views.Header.tipDownload": "Скачать файл", + "Common.Views.Header.tipEdit": "Редактирование", "Common.Views.Header.tipGoEdit": "Редактировать текущий файл", "Common.Views.Header.tipPrint": "Напечатать файл", "Common.Views.Header.tipPrintQuick": "Быстрая печать", @@ -209,6 +219,7 @@ "Common.Views.Header.tipSearch": "Поиск", "Common.Views.Header.tipUndo": "Отменить", "Common.Views.Header.tipUsers": "Просмотр пользователей", + "Common.Views.Header.tipView": "Просмотр", "Common.Views.Header.tipViewSettings": "Параметры вида", "Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу", "Common.Views.Header.txtAccessRights": "Изменить права доступа", @@ -487,6 +498,7 @@ "PDFE.Views.DocumentHolder.textUndo": "Отменить", "PDFE.Views.DocumentHolder.txtWarnUrl": "Переход по этой ссылке может нанести вред вашему устройству и данным.
Вы действительно хотите продолжить?", "PDFE.Views.FileMenu.btnBackCaption": "Открыть расположение файла", + "PDFE.Views.FileMenu.btnCloseEditor": "Закрыть файл", "PDFE.Views.FileMenu.btnCloseMenuCaption": "Закрыть меню", "PDFE.Views.FileMenu.btnCreateNewCaption": "Создать новый", "PDFE.Views.FileMenu.btnDownloadCaption": "Скачать как", diff --git a/apps/pdfeditor/main/locale/sr.json b/apps/pdfeditor/main/locale/sr.json index 74711fa49b..e81a50ae12 100644 --- a/apps/pdfeditor/main/locale/sr.json +++ b/apps/pdfeditor/main/locale/sr.json @@ -147,7 +147,7 @@ "Common.Views.Comments.mniDateAsc": "Najstariji", "Common.Views.Comments.mniDateDesc": "Najnovije", "Common.Views.Comments.mniFilterGroups": "Filtriraj prema Grupi", - "Common.Views.Comments.mniPositionAsc": "Odozgo", + "Common.Views.Comments.mniPositionAsc": "Od vrha", "Common.Views.Comments.mniPositionDesc": "Odozdo", "Common.Views.Comments.textAdd": "Dodaj", "Common.Views.Comments.textAddComment": "Dodaj komentar", @@ -192,7 +192,9 @@ "Common.Views.Header.textAddFavorite": "Označi kao omiljeno", "Common.Views.Header.textAdvSettings": "Napredna podešavanja ", "Common.Views.Header.textBack": "Otvori fajl lokaciju", + "Common.Views.Header.textClose": "Zatvori fajl", "Common.Views.Header.textCompactView": "Sakrij Alatnu Traku", + "Common.Views.Header.textEdit": "Uređivanje", "Common.Views.Header.textHideLines": "Sakrij Lenjire", "Common.Views.Header.textHideStatusBar": "Sakrij Traku Sa Statusom", "Common.Views.Header.textReadOnly": "Samo za čitanje ", @@ -201,6 +203,7 @@ "Common.Views.Header.textZoom": "Zumiraj", "Common.Views.Header.tipAccessRights": "Upravljaj pravima pristupa dokumentu", "Common.Views.Header.tipDownload": "Preuzmi fajl", + "Common.Views.Header.tipEdit": "Uređivanje", "Common.Views.Header.tipGoEdit": "Uredi trenutni fajl", "Common.Views.Header.tipPrint": "Štampaj fajl", "Common.Views.Header.tipPrintQuick": "Brzo štampanje", @@ -230,7 +233,7 @@ "Common.Views.PasswordDialog.txtPassword": "Lozinka", "Common.Views.PasswordDialog.txtRepeat": "Ponovi lozinku", "Common.Views.PasswordDialog.txtTitle": "Postavi lozinku", - "Common.Views.PasswordDialog.txtWarning": "Upozorenje: Ako izgubiš ili zaboraviš lozinku, ne može biti oporavljena. Molim te čuvaj je na sigurnom mestu. ", + "Common.Views.PasswordDialog.txtWarning": "Upozorenje: Ako izgubite ili zaboravite lozinku, ne može biti oporavljena. Molim vas čuvajte je na sigurnom mestu. ", "Common.Views.PluginDlg.textLoading": "Učitavanje ", "Common.Views.PluginPanel.textClosePanel": "Zatvori plagin", "Common.Views.PluginPanel.textLoading": "Učitavanje ", @@ -465,6 +468,7 @@ "PDFE.Controllers.Toolbar.notcriticalErrorTitle": "Upozorenje ", "PDFE.Controllers.Toolbar.textGotIt": "Razumem", "PDFE.Controllers.Toolbar.textRequired": "Popuni sva potrebna polja za slanje obrasca.", + "PDFE.Controllers.Toolbar.textSubmited": "Forma predata uspešno
Klikni da zatvoriš savet.", "PDFE.Controllers.Toolbar.textWarning": "Upozorenje ", "PDFE.Controllers.Toolbar.txtDownload": "Preuzmi", "PDFE.Controllers.Toolbar.txtNeedCommentMode": "Da biste sačuvali izmene fajla, pređite u režim Komentarisanja. Ili možete da preuzmete kopiju izmenjenog fajla.", @@ -486,6 +490,7 @@ "PDFE.Views.DocumentHolder.textUndo": "Poništi ", "PDFE.Views.DocumentHolder.txtWarnUrl": "Kliknuti na ovaj link može biti štetno za vaš uređaj i podatke.
Da li ste sigurni da želite da nastavite?", "PDFE.Views.FileMenu.btnBackCaption": "Otvori fajl lokaciju", + "PDFE.Views.FileMenu.btnCloseEditor": "Zatvori fajl", "PDFE.Views.FileMenu.btnCloseMenuCaption": "Zatvori Meni", "PDFE.Views.FileMenu.btnCreateNewCaption": "Kreiraj Novi", "PDFE.Views.FileMenu.btnDownloadCaption": "Preuzmi kao", diff --git a/apps/pdfeditor/main/locale/zh.json b/apps/pdfeditor/main/locale/zh.json index d82a0dd537..0eb686ec9f 100644 --- a/apps/pdfeditor/main/locale/zh.json +++ b/apps/pdfeditor/main/locale/zh.json @@ -94,6 +94,7 @@ "Common.Utils.Metric.txtCm": "厘米", "Common.Utils.Metric.txtPt": "点", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "转移", "Common.Utils.ThemeColor.txtaccent": "强调", @@ -192,15 +193,24 @@ "Common.Views.Header.textAddFavorite": "标记为收藏", "Common.Views.Header.textAdvSettings": "高级设置", "Common.Views.Header.textBack": "打开文件所在位置", + "Common.Views.Header.textClose": "关闭文件", + "Common.Views.Header.textComment": "评论", + "Common.Views.Header.textCommentDesc": "所有更改都将保存到文件中。实时协作", "Common.Views.Header.textCompactView": "隐藏工具栏", + "Common.Views.Header.textEdit": "编辑", + "Common.Views.Header.textEditDesc": "所有更改都将保存到文件中。实时协作", "Common.Views.Header.textHideLines": "隐藏标尺", "Common.Views.Header.textHideStatusBar": "隐藏状态栏", "Common.Views.Header.textReadOnly": "只读", "Common.Views.Header.textRemoveFavorite": "从收藏夹中删除", "Common.Views.Header.textShare": "分享", + "Common.Views.Header.textView": "查看", + "Common.Views.Header.textViewDesc": "所有更改都在本地保存", "Common.Views.Header.textZoom": "缩放", "Common.Views.Header.tipAccessRights": "管理文档访问权限", + "Common.Views.Header.tipComment": "评论", "Common.Views.Header.tipDownload": "下载文件", + "Common.Views.Header.tipEdit": "编辑", "Common.Views.Header.tipGoEdit": "编辑当前文件", "Common.Views.Header.tipPrint": "打印文件", "Common.Views.Header.tipPrintQuick": "快速打印", @@ -209,6 +219,7 @@ "Common.Views.Header.tipSearch": "搜索", "Common.Views.Header.tipUndo": "撤消", "Common.Views.Header.tipUsers": "查看用户", + "Common.Views.Header.tipView": "查看", "Common.Views.Header.tipViewSettings": "视图设置", "Common.Views.Header.tipViewUsers": "查看用户和管理文档访问权限", "Common.Views.Header.txtAccessRights": "更改访问权限", @@ -230,7 +241,7 @@ "Common.Views.PasswordDialog.txtPassword": "密码", "Common.Views.PasswordDialog.txtRepeat": "重复密码", "Common.Views.PasswordDialog.txtTitle": "设置密码", - "Common.Views.PasswordDialog.txtWarning": "警告:如果您丢失或忘记了密码,则无法恢复。请把它放在安全的地方。", + "Common.Views.PasswordDialog.txtWarning": "警告:如果您丢失或忘记了密码,则无法恢复。请安全的保存密码。", "Common.Views.PluginDlg.textLoading": "载入中", "Common.Views.PluginPanel.textClosePanel": "关闭插件", "Common.Views.PluginPanel.textLoading": "载入中", @@ -487,6 +498,7 @@ "PDFE.Views.DocumentHolder.textUndo": "撤销", "PDFE.Views.DocumentHolder.txtWarnUrl": "点击此链接可能对您的设备和数据有害
您确定要继续吗?", "PDFE.Views.FileMenu.btnBackCaption": "打开文件所在位置", + "PDFE.Views.FileMenu.btnCloseEditor": "关闭文件", "PDFE.Views.FileMenu.btnCloseMenuCaption": "关闭菜单", "PDFE.Views.FileMenu.btnCreateNewCaption": "新建", "PDFE.Views.FileMenu.btnDownloadCaption": "下载为", @@ -727,7 +739,7 @@ "PDFE.Views.ViewTab.textFitToPage": "适合页面", "PDFE.Views.ViewTab.textFitToWidth": "适合宽度", "PDFE.Views.ViewTab.textInterfaceTheme": "界面主题", - "PDFE.Views.ViewTab.textLeftMenu": "左側面板", + "PDFE.Views.ViewTab.textLeftMenu": "左侧面板", "PDFE.Views.ViewTab.textNavigation": "导航", "PDFE.Views.ViewTab.textOutline": "标题", "PDFE.Views.ViewTab.textStatusBar": "状态栏", diff --git a/apps/presentationeditor/embed/locale/en.json b/apps/presentationeditor/embed/locale/en.json index b43672bef5..9c51467cff 100644 --- a/apps/presentationeditor/embed/locale/en.json +++ b/apps/presentationeditor/embed/locale/en.json @@ -15,6 +15,7 @@ "PE.ApplicationController.downloadTextText": "Downloading presentation...", "PE.ApplicationController.errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please contact your Document Server administrator.", "PE.ApplicationController.errorDefaultMessage": "Error code: %1", + "PE.ApplicationController.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as' option to save the file backup copy to a drive.", "PE.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", "PE.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "PE.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", @@ -42,7 +43,6 @@ "PE.ApplicationController.waitText": "Please, wait...", "PE.ApplicationController.warnLicenseBefore": "License not active. Please contact your administrator.", "PE.ApplicationController.warnLicenseExp": "Your license has expired. Please update your license and refresh the page.", - "PE.ApplicationController.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as' option to save the file backup copy to a drive.", "PE.ApplicationView.txtDownload": "Download", "PE.ApplicationView.txtEmbed": "Embed", "PE.ApplicationView.txtFileLocation": "Open file location", diff --git a/apps/presentationeditor/embed/locale/ru.json b/apps/presentationeditor/embed/locale/ru.json index 2792fcae11..113a17cd26 100644 --- a/apps/presentationeditor/embed/locale/ru.json +++ b/apps/presentationeditor/embed/locale/ru.json @@ -15,6 +15,7 @@ "PE.ApplicationController.downloadTextText": "Загрузка презентации...", "PE.ApplicationController.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.
Пожалуйста, обратитесь к администратору Сервера документов.", "PE.ApplicationController.errorDefaultMessage": "Код ошибки: %1", + "PE.ApplicationController.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать как', чтобы сохранить резервную копию файла на диск.", "PE.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "PE.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "PE.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", diff --git a/apps/presentationeditor/embed/locale/sr.json b/apps/presentationeditor/embed/locale/sr.json index dfe8386213..fac23a4b87 100644 --- a/apps/presentationeditor/embed/locale/sr.json +++ b/apps/presentationeditor/embed/locale/sr.json @@ -4,7 +4,7 @@ "common.view.modals.txtHeight": "Visina", "common.view.modals.txtIncorrectPwd": "Lozinka je netačna", "common.view.modals.txtOpenFile": "Unesi lozinku da otvoriš fajl", - "common.view.modals.txtShare": "Podeli Link", + "common.view.modals.txtShare": "Podeli link", "common.view.modals.txtTitleProtected": "Zaštićen fajl", "common.view.modals.txtWidth": "Širina ", "common.view.SearchBar.textFind": "Pronađi", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 6b2fcc727d..b796d5766b 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -609,6 +609,7 @@ "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", "Common.Views.Header.textBack": "Open file location", + "Common.Views.Header.textClose": "Close file", "Common.Views.Header.textCompactView": "Hide Toolbar", "Common.Views.Header.textHideLines": "Hide Rulers", "Common.Views.Header.textHideNotes": "Hide notes", @@ -636,7 +637,6 @@ "Common.Views.Header.tipViewUsers": "View users and manage document access rights", "Common.Views.Header.txtAccessRights": "Change access rights", "Common.Views.Header.txtRename": "Rename", - "Common.Views.Header.textClose": "Close file", "Common.Views.History.textCloseHistory": "Close History", "Common.Views.History.textHide": "Collapse", "Common.Views.History.textHideAll": "Hide detailed changes", @@ -1908,6 +1908,7 @@ "PE.Views.DocumentPreview.txtReset": "Reset", "PE.Views.FileMenu.btnAboutCaption": "About", "PE.Views.FileMenu.btnBackCaption": "Open File Location", + "PE.Views.FileMenu.btnCloseEditor": "Close File", "PE.Views.FileMenu.btnCloseMenuCaption": "Close Menu", "PE.Views.FileMenu.btnCreateNewCaption": "Create New", "PE.Views.FileMenu.btnDownloadCaption": "Download As", @@ -1927,7 +1928,6 @@ "PE.Views.FileMenu.btnSaveCopyAsCaption": "Save Copy As", "PE.Views.FileMenu.btnSettingsCaption": "Advanced Settings", "PE.Views.FileMenu.btnToEditCaption": "Edit Presentation", - "PE.Views.FileMenu.btnCloseEditor": "Close File", "PE.Views.FileMenuPanels.CreateNew.txtBlank": "Blank Presentation", "PE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Create New", "PE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Apply", diff --git a/apps/presentationeditor/main/locale/hy.json b/apps/presentationeditor/main/locale/hy.json index cd53688f26..836c6f2d61 100644 --- a/apps/presentationeditor/main/locale/hy.json +++ b/apps/presentationeditor/main/locale/hy.json @@ -608,6 +608,7 @@ "Common.Views.Header.textAddFavorite": "Նշել որպես հավանած տարբերակ", "Common.Views.Header.textAdvSettings": "Հավելյալ կարգավորումներ", "Common.Views.Header.textBack": "Բացել նիշքի պանակը", + "Common.Views.Header.textClose": "Փակել ֆայլը", "Common.Views.Header.textCompactView": "Թաքցնել գործիքագոտին", "Common.Views.Header.textHideLines": "Թաքցնել քանոնները", "Common.Views.Header.textHideNotes": "Թաքցնել Նշումները", @@ -1906,6 +1907,7 @@ "PE.Views.DocumentPreview.txtReset": "Վերակայել", "PE.Views.FileMenu.btnAboutCaption": "Ծրագրի մասին", "PE.Views.FileMenu.btnBackCaption": "Բացել նիշքի պանակը", + "PE.Views.FileMenu.btnCloseEditor": "Փակել ֆայլը", "PE.Views.FileMenu.btnCloseMenuCaption": "Փակել ընտրացանկը", "PE.Views.FileMenu.btnCreateNewCaption": "Ստեղծել նորը", "PE.Views.FileMenu.btnDownloadCaption": "Ներբեռնել հետևյալ ձևաչափով՝", @@ -2006,6 +2008,7 @@ "PE.Views.FileMenuPanels.Settings.txtQuickPrintTip": "Փաստաթուղթը կտպվի վերջին ընտրված կամ սկզբնադիր տպիչի վրա", "PE.Views.FileMenuPanels.Settings.txtRunMacros": "Միացնել բոլորը", "PE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Առանց ծանուցման միացնել բոլոր մակրոները", + "PE.Views.FileMenuPanels.Settings.txtScreenReader": "Միացնել էկրանի ընթերցողի աջակցությունը", "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Ուղղագրության ստուգում", "PE.Views.FileMenuPanels.Settings.txtStopMacros": "Անջատել բոլորը", "PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Առանց ծանուցման անջատել բոլոր մակրոները", @@ -2048,6 +2051,7 @@ "PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Մուտքագրեք գործիքահուշը այստեղ", "PE.Views.HyperlinkSettingsDialog.textExternalLink": "Արտաքին հղում", "PE.Views.HyperlinkSettingsDialog.textInternalLink": "Սահիկ այս սահիկաշարում", + "PE.Views.HyperlinkSettingsDialog.textSelectFile": "Ընտրել ֆայլը", "PE.Views.HyperlinkSettingsDialog.textSlides": "Սահոցներ", "PE.Views.HyperlinkSettingsDialog.textTipText": "Էկրանային հուշում", "PE.Views.HyperlinkSettingsDialog.textTitle": "Գերհղման կարգավորումներ", @@ -2059,6 +2063,7 @@ "PE.Views.HyperlinkSettingsDialog.txtPrev": "Նախորդ սահիկը", "PE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Այս դաշտը սահմանափակված է 2083 նիշով", "PE.Views.HyperlinkSettingsDialog.txtSlide": "Սահիկ", + "PE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Մուտքագրել վեբ հասցեն կամ ընտրել ֆայլը", "PE.Views.ImageSettings.textAdvanced": "Ցուցադրել լրացուցիչ կարգավորումները", "PE.Views.ImageSettings.textCrop": "Եզրատել", "PE.Views.ImageSettings.textCropFill": "Լցնել", @@ -2316,7 +2321,10 @@ "PE.Views.SignatureSettings.txtRemoveWarning": "Ցանկանու՞մ եք հեռացնել այս ստորագրությունը:
Այն հնարավոր չէ չեղարկել:", "PE.Views.SignatureSettings.txtSigned": "Ներկայացմանը ավելացվել են վավեր ստորագրություններ։Ներկայացումը պաշտպանված է խմբագրումից:", "PE.Views.SignatureSettings.txtSignedInvalid": "Ներկայացման թվային ստորագրություններից մի քանիսը անվավեր են կամ չեն կարող ստուգվել:Ներկայացումը պաշտպանված է խմբագրումից:", + "PE.Views.SlideSettings.strApplyAllSlides": "Գործադրել բոլոր սահիկների համար", "PE.Views.SlideSettings.strBackground": "Խորքի գույն", + "PE.Views.SlideSettings.strBackgroundGraphics": "Ցույց տալ ֆոնային գրաֆիկաները", + "PE.Views.SlideSettings.strBackgroundReset": "Վերականգնել ֆոնը", "PE.Views.SlideSettings.strColor": "Գույն", "PE.Views.SlideSettings.strDateTime": "Ցույց տալ ամսաթիվը և ժամը", "PE.Views.SlideSettings.strFill": "Խորք", @@ -2682,6 +2690,7 @@ "PE.Views.Toolbar.tipPrint": "Տպել", "PE.Views.Toolbar.tipPrintQuick": "Արագ տպում", "PE.Views.Toolbar.tipRedo": "Վերարկել", + "PE.Views.Toolbar.tipReplace": "Փոխարինել", "PE.Views.Toolbar.tipSave": "Պահպանել", "PE.Views.Toolbar.tipSaveCoauth": "Պահպանեք բոլոր փոփոխումները, որպեսզի այլ օգտատերեր տեսնեն դրանք։", "PE.Views.Toolbar.tipSelectAll": "Ընտրել բոլորը", diff --git a/apps/presentationeditor/main/locale/pt.json b/apps/presentationeditor/main/locale/pt.json index e8292eea6e..99364b2984 100644 --- a/apps/presentationeditor/main/locale/pt.json +++ b/apps/presentationeditor/main/locale/pt.json @@ -64,7 +64,7 @@ "Common.define.effectData.textArcs": "Arcos", "Common.define.effectData.textArcUp": "Arco para cima", "Common.define.effectData.textBasic": "Básico", - "Common.define.effectData.textBasicSwivel": "Giratório Básico", + "Common.define.effectData.textBasicSwivel": "Giratório básico", "Common.define.effectData.textBasicZoom": "Zoom básico", "Common.define.effectData.textBean": "Feijão", "Common.define.effectData.textBlinds": "Persianas", @@ -77,7 +77,7 @@ "Common.define.effectData.textBounceRight": "Saltar para a direita", "Common.define.effectData.textBox": "Caixa", "Common.define.effectData.textBrushColor": "Cor do pincel", - "Common.define.effectData.textCenterRevolve": "Centro Rotativo", + "Common.define.effectData.textCenterRevolve": "Centro rotativo", "Common.define.effectData.textCheckerboard": "Quadro de verificação", "Common.define.effectData.textCircle": "Círculo", "Common.define.effectData.textCollapse": "Colapso", @@ -90,7 +90,7 @@ "Common.define.effectData.textCredits": "Créditos", "Common.define.effectData.textCrescentMoon": "Lua crescente", "Common.define.effectData.textCurveDown": "Curva para baixo", - "Common.define.effectData.textCurvedSquare": "Quadrado Curvo", + "Common.define.effectData.textCurvedSquare": "Quadrado curvo", "Common.define.effectData.textCurvedX": "X curvo", "Common.define.effectData.textCurvyLeft": "Curva Esquerda", "Common.define.effectData.textCurvyRight": "Curva à direita", @@ -98,7 +98,7 @@ "Common.define.effectData.textCustomPath": "Caminho personalizado", "Common.define.effectData.textCuverUp": "Cobrir", "Common.define.effectData.textDarken": "Escurecer", - "Common.define.effectData.textDecayingWave": "Onda Decadente", + "Common.define.effectData.textDecayingWave": "Onda decadente", "Common.define.effectData.textDesaturate": "Dessaturar", "Common.define.effectData.textDiagonalDownRight": "Diagonal para baixo à direita", "Common.define.effectData.textDiagonalUpRight": "Diagonal para cima à direita", @@ -151,27 +151,27 @@ "Common.define.effectData.textInSlightly": "Ligeiramente", "Common.define.effectData.textInToScreenBottom": "Na parte inferior da tela", "Common.define.effectData.textInvertedSquare": "Quadrado invertido", - "Common.define.effectData.textInvertedTriangle": "Triângulo Invertido", + "Common.define.effectData.textInvertedTriangle": "Triângulo invertido", "Common.define.effectData.textLeft": "Esquerda", "Common.define.effectData.textLeftDown": "Esquerda para baixo", "Common.define.effectData.textLeftUp": "Esquerda para cima", "Common.define.effectData.textLighten": "Clarear", "Common.define.effectData.textLineColor": "Cor da linha", "Common.define.effectData.textLines": "Linhas", - "Common.define.effectData.textLinesCurves": "Curvas de Linhas", + "Common.define.effectData.textLinesCurves": "Curvas de linhas", "Common.define.effectData.textLoopDeLoop": "Faça o laço", "Common.define.effectData.textLoops": "Rotações", "Common.define.effectData.textModerate": "Moderado", "Common.define.effectData.textNeutron": "Nêutron", - "Common.define.effectData.textObjectCenter": "Centro de Objeto", + "Common.define.effectData.textObjectCenter": "Centro do objeto", "Common.define.effectData.textObjectColor": "Cor do objeto", "Common.define.effectData.textOctagon": "Octógono", "Common.define.effectData.textOut": "Fora", - "Common.define.effectData.textOutFromScreenBottom": "Fora do fundo da tela", + "Common.define.effectData.textOutFromScreenBottom": "Para fora da parte inferior da tela", "Common.define.effectData.textOutSlightly": "Um pouco fora", - "Common.define.effectData.textOutToScreenCenter": "Fora do centro da tela", + "Common.define.effectData.textOutToScreenCenter": "Para fora do centro da tela", "Common.define.effectData.textParallelogram": "Paralelograma", - "Common.define.effectData.textPath": "Caminho do movimento", + "Common.define.effectData.textPath": "Caminhos do movimento", "Common.define.effectData.textPathCurve": "Curva", "Common.define.effectData.textPathLine": "Linha", "Common.define.effectData.textPathScribble": "Rabisco", @@ -190,7 +190,7 @@ "Common.define.effectData.textRandomBars": "Barras aleatórias", "Common.define.effectData.textRight": "Direita", "Common.define.effectData.textRightDown": "Direita para baixo", - "Common.define.effectData.textRightTriangle": "Triângulo Retângulo", + "Common.define.effectData.textRightTriangle": "Triângulo retângulo", "Common.define.effectData.textRightUp": "Direita para cima", "Common.define.effectData.textRiseUp": "Erguer", "Common.define.effectData.textSCurve1": "Curva S 1", @@ -208,7 +208,7 @@ "Common.define.effectData.textSpiralIn": "Espiral Em", "Common.define.effectData.textSpiralLeft": "Espiral esquerdo", "Common.define.effectData.textSpiralOut": "Espiral Fora", - "Common.define.effectData.textSpiralRight": "Espiral Direito", + "Common.define.effectData.textSpiralRight": "Espiral direito", "Common.define.effectData.textSplit": "Dividir", "Common.define.effectData.textSpoke1": "1 Falou", "Common.define.effectData.textSpoke2": "2 Falaram", @@ -226,8 +226,8 @@ "Common.define.effectData.textTeardrop": "Lágrima", "Common.define.effectData.textTeeter": "Gangorra", "Common.define.effectData.textToBottom": "Para baixo", - "Common.define.effectData.textToBottomLeft": "Para Inferior-Esquerda", - "Common.define.effectData.textToBottomRight": "Para baixo-direita", + "Common.define.effectData.textToBottomLeft": "Para inferior à esquerda", + "Common.define.effectData.textToBottomRight": "Para baixo à direita", "Common.define.effectData.textToLeft": "Para a esquerda", "Common.define.effectData.textToRight": "Para a direita", "Common.define.effectData.textToTop": "Para o topo", @@ -235,11 +235,11 @@ "Common.define.effectData.textToTopRight": "Para o canto superior direito", "Common.define.effectData.textTransparency": "Transparência", "Common.define.effectData.textTrapezoid": "Trapézio", - "Common.define.effectData.textTurnDown": "Baixar", + "Common.define.effectData.textTurnDown": "Virar", "Common.define.effectData.textTurnDownRight": "Virar para baixo à direita", "Common.define.effectData.textTurns": "Voltas", "Common.define.effectData.textTurnUp": "Virar para cima", - "Common.define.effectData.textTurnUpRight": "Vire à direita", + "Common.define.effectData.textTurnUpRight": "Virar à direita", "Common.define.effectData.textUnderline": "Sublinhado", "Common.define.effectData.textUp": "Para cima", "Common.define.effectData.textVertical": "Vertical", @@ -255,59 +255,59 @@ "Common.define.effectData.textZoom": "Zoom", "Common.define.gridlineData.txtCm": "cm", "Common.define.gridlineData.txtPt": "Pt", - "Common.define.smartArt.textAccentedPicture": "Imagem com Ênfase", + "Common.define.smartArt.textAccentedPicture": "Imagem em destaque", "Common.define.smartArt.textAccentProcess": "Processo em Destaque", "Common.define.smartArt.textAlternatingFlow": "Fluxo alternado", "Common.define.smartArt.textAlternatingHexagons": "Hexágonos alternados", "Common.define.smartArt.textAlternatingPictureBlocks": "Blocos de imagem alternados", "Common.define.smartArt.textAlternatingPictureCircles": "Círculos de imagens alternadas", "Common.define.smartArt.textArchitectureLayout": "Layout de arquitetura", - "Common.define.smartArt.textArrowRibbon": "Seta em Forma de Fita", - "Common.define.smartArt.textAscendingPictureAccentProcess": "Processo de acentuação da imagem ascendente", + "Common.define.smartArt.textArrowRibbon": "Seta em forma de fita", + "Common.define.smartArt.textAscendingPictureAccentProcess": "Processo de ênfase da imagem ascendente", "Common.define.smartArt.textBalance": "Saldo", - "Common.define.smartArt.textBasicBendingProcess": "Processo Básico de Dobragem", + "Common.define.smartArt.textBasicBendingProcess": "Processo curvo básico", "Common.define.smartArt.textBasicBlockList": "Lista básica de blocos", - "Common.define.smartArt.textBasicChevronProcess": "Processo Básico em Divisas", - "Common.define.smartArt.textBasicCycle": "Ciclo Básico", - "Common.define.smartArt.textBasicMatrix": "Matriz Básica", - "Common.define.smartArt.textBasicPie": "Torta Básica", - "Common.define.smartArt.textBasicProcess": "Processo Básico", - "Common.define.smartArt.textBasicPyramid": "Pirâmide Básica", - "Common.define.smartArt.textBasicRadial": "Radial Básico", - "Common.define.smartArt.textBasicTarget": "Alvo Básico", + "Common.define.smartArt.textBasicChevronProcess": "Processo básico em divisas", + "Common.define.smartArt.textBasicCycle": "Ciclo básico", + "Common.define.smartArt.textBasicMatrix": "Matriz básica", + "Common.define.smartArt.textBasicPie": "Gráfico de pizza básico", + "Common.define.smartArt.textBasicProcess": "Processo básico", + "Common.define.smartArt.textBasicPyramid": "Pirâmide básica", + "Common.define.smartArt.textBasicRadial": "Radial básico", + "Common.define.smartArt.textBasicTarget": "Alvo básico", "Common.define.smartArt.textBasicTimeline": "Linha do tempo básica", "Common.define.smartArt.textBasicVenn": "Venn básico", - "Common.define.smartArt.textBendingPictureAccentList": "Lista de Acentos de Imagem Dobrada", - "Common.define.smartArt.textBendingPictureBlocks": "Dobrar Blocos de Imagem", - "Common.define.smartArt.textBendingPictureCaption": "Dobrando a legenda da imagem", - "Common.define.smartArt.textBendingPictureCaptionList": "Lista de legendas de imagens dobradas", - "Common.define.smartArt.textBendingPictureSemiTranparentText": "Dobrando o Texto Semitransparente da Imagem", - "Common.define.smartArt.textBlockCycle": "Ciclo de bloco", - "Common.define.smartArt.textBubblePictureList": "Lista de imagens de bolhas", + "Common.define.smartArt.textBendingPictureAccentList": "Lista de destaque da imagem de curvatura", + "Common.define.smartArt.textBendingPictureBlocks": "Blocos de imagem de curvatura", + "Common.define.smartArt.textBendingPictureCaption": "Legenda de imagem de curvatura", + "Common.define.smartArt.textBendingPictureCaptionList": "Lista de legendas de imagens de curvatura", + "Common.define.smartArt.textBendingPictureSemiTranparentText": "Texto semi-transparente de imagem de curvatura", + "Common.define.smartArt.textBlockCycle": "Ciclo em bloco", + "Common.define.smartArt.textBubblePictureList": "Lista de imagens em bolha", "Common.define.smartArt.textCaptionedPictures": "Imagens legendadas", - "Common.define.smartArt.textChevronAccentProcess": "Processo de Ênfase em Divisas", - "Common.define.smartArt.textChevronList": "Lista de Divisas", - "Common.define.smartArt.textCircleAccentTimeline": "Linha do tempo de destaque do círculo", + "Common.define.smartArt.textChevronAccentProcess": "Processo de destaque em divisas", + "Common.define.smartArt.textChevronList": "Lista de divisas", + "Common.define.smartArt.textCircleAccentTimeline": "Linha do tempo de destaque circular", "Common.define.smartArt.textCircleArrowProcess": "Processo de seta circular", - "Common.define.smartArt.textCirclePictureHierarchy": "Hierarquia de imagem do círculo", - "Common.define.smartArt.textCircleProcess": "Processo Círculo", - "Common.define.smartArt.textCircleRelationship": "Relacionamento do Círculo", - "Common.define.smartArt.textCircularBendingProcess": "Processo de dobra circular", + "Common.define.smartArt.textCirclePictureHierarchy": "Hierarquia de imagem circular", + "Common.define.smartArt.textCircleProcess": "Processo circular", + "Common.define.smartArt.textCircleRelationship": "Relacionamento circular", + "Common.define.smartArt.textCircularBendingProcess": "Processo curvo circular", "Common.define.smartArt.textCircularPictureCallout": "Texto explicativo de imagem circular", - "Common.define.smartArt.textClosedChevronProcess": "Processo Fechado em Divisas", - "Common.define.smartArt.textContinuousArrowProcess": "Processo de Seta Contínua", - "Common.define.smartArt.textContinuousBlockProcess": "Processo de Bloco Contínuo", - "Common.define.smartArt.textContinuousCycle": "Ciclo Contínuo", - "Common.define.smartArt.textContinuousPictureList": "Lista de Imagens Contínua", + "Common.define.smartArt.textClosedChevronProcess": "Processo fechado em divisas", + "Common.define.smartArt.textContinuousArrowProcess": "Processo de seta contínua", + "Common.define.smartArt.textContinuousBlockProcess": "Processo de bloco contínuo", + "Common.define.smartArt.textContinuousCycle": "Ciclo contínuo", + "Common.define.smartArt.textContinuousPictureList": "Lista de imagem contínua", "Common.define.smartArt.textConvergingArrows": "Setas convergentes", "Common.define.smartArt.textConvergingRadial": "Radial convergente", "Common.define.smartArt.textConvergingText": "Texto convergente", - "Common.define.smartArt.textCounterbalanceArrows": "Setas de contrapeso", + "Common.define.smartArt.textCounterbalanceArrows": "Setas contrabalançadas ", "Common.define.smartArt.textCycle": "Ciclo", - "Common.define.smartArt.textCycleMatrix": "Matriz de Ciclo", - "Common.define.smartArt.textDescendingBlockList": "Lista de Bloqueios Descendentes", + "Common.define.smartArt.textCycleMatrix": "Matriz de ciclo", + "Common.define.smartArt.textDescendingBlockList": "Lista de blocos descendente ", "Common.define.smartArt.textDescendingProcess": "Processo descendente", - "Common.define.smartArt.textDetailedProcess": "Processo Detalhado", + "Common.define.smartArt.textDetailedProcess": "Processo detalhado", "Common.define.smartArt.textDivergingArrows": "Flechas divergentes", "Common.define.smartArt.textDivergingRadial": "Radial divergente", "Common.define.smartArt.textEquation": "Equação", @@ -315,22 +315,22 @@ "Common.define.smartArt.textFunnel": "Funil", "Common.define.smartArt.textGear": "Engrenagem", "Common.define.smartArt.textGridMatrix": "Matriz de grade", - "Common.define.smartArt.textGroupedList": "Lista Agrupada", + "Common.define.smartArt.textGroupedList": "Lista agrupada", "Common.define.smartArt.textHalfCircleOrganizationChart": "Organograma de meio círculo", - "Common.define.smartArt.textHexagonCluster": "Conjunto Hexagonal", - "Common.define.smartArt.textHexagonRadial": "Radial Hexágono", + "Common.define.smartArt.textHexagonCluster": "Conjunto hexagonal", + "Common.define.smartArt.textHexagonRadial": "Radial hexágono", "Common.define.smartArt.textHierarchy": "Hierarquia", "Common.define.smartArt.textHierarchyList": "Lista de hierarquia", "Common.define.smartArt.textHorizontalBulletList": "Lista de marcadores horizontais", - "Common.define.smartArt.textHorizontalHierarchy": "Hierarquia Horizontal", - "Common.define.smartArt.textHorizontalLabeledHierarchy": "Hierarquia Horizontal Rotulada", + "Common.define.smartArt.textHorizontalHierarchy": "Hierarquia horizontal", + "Common.define.smartArt.textHorizontalLabeledHierarchy": "Hierarquia horizontal rotulada", "Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Hierarquia horizontal multinível", - "Common.define.smartArt.textHorizontalOrganizationChart": "Organograma Horizontal", + "Common.define.smartArt.textHorizontalOrganizationChart": "Organograma horizontal", "Common.define.smartArt.textHorizontalPictureList": "Lista de imagens horizontais", "Common.define.smartArt.textIncreasingArrowProcess": "Processo de seta crescente", - "Common.define.smartArt.textIncreasingCircleProcess": "Aumentando o Processo do Círculo", + "Common.define.smartArt.textIncreasingCircleProcess": "Processo de círculo crescente", "Common.define.smartArt.textInterconnectedBlockProcess": "Processo de bloco interconectado", - "Common.define.smartArt.textInterconnectedRings": "Anéis Interconectados", + "Common.define.smartArt.textInterconnectedRings": "Anéis interconectados", "Common.define.smartArt.textInvertedPyramid": "Pirâmide invertida", "Common.define.smartArt.textLabeledHierarchy": "Hierarquia rotulada", "Common.define.smartArt.textLinearVenn": "Venn Linear", @@ -338,10 +338,10 @@ "Common.define.smartArt.textList": "Lista", "Common.define.smartArt.textMatrix": "Matriz", "Common.define.smartArt.textMultidirectionalCycle": "Ciclo multidirecional", - "Common.define.smartArt.textNameAndTitleOrganizationChart": "Organograma de Nome e Título", - "Common.define.smartArt.textNestedTarget": "Alvo Aninhado", - "Common.define.smartArt.textNondirectionalCycle": "Ciclo Não Direcional", - "Common.define.smartArt.textOpposingArrows": "Setas Opostas", + "Common.define.smartArt.textNameAndTitleOrganizationChart": "Organograma de nome e título", + "Common.define.smartArt.textNestedTarget": "Alvo aninhado", + "Common.define.smartArt.textNondirectionalCycle": "Ciclo não direcional", + "Common.define.smartArt.textOpposingArrows": "Setas opostas", "Common.define.smartArt.textOpposingIdeas": "Ideias opostas", "Common.define.smartArt.textOrganizationChart": "Organograma", "Common.define.smartArt.textOther": "Outro", @@ -363,21 +363,21 @@ "Common.define.smartArt.textProcessList": "Lista de processos", "Common.define.smartArt.textPyramid": "Pirâmide", "Common.define.smartArt.textPyramidList": "Lista de pirâmides", - "Common.define.smartArt.textRadialCluster": "Aglomerado Radial", + "Common.define.smartArt.textRadialCluster": "Aglomerado radial", "Common.define.smartArt.textRadialCycle": "Ciclo radial", "Common.define.smartArt.textRadialList": "Lista radial", "Common.define.smartArt.textRadialPictureList": "Lista de imagens radiais", "Common.define.smartArt.textRadialVenn": "Venn Radial", "Common.define.smartArt.textRandomToResultProcess": "Processo aleatório para resultado", "Common.define.smartArt.textRelationship": "Relação", - "Common.define.smartArt.textRepeatingBendingProcess": "Repetindo o processo de dobra", + "Common.define.smartArt.textRepeatingBendingProcess": "Processo curvo de repetição", "Common.define.smartArt.textReverseList": "Lista reversa", - "Common.define.smartArt.textSegmentedCycle": "Ciclo Segmentado", + "Common.define.smartArt.textSegmentedCycle": "Ciclo segmentado", "Common.define.smartArt.textSegmentedProcess": "Processo segmentado", "Common.define.smartArt.textSegmentedPyramid": "Pirâmide segmentada", "Common.define.smartArt.textSnapshotPictureList": "Lista de fotos instantâneas", "Common.define.smartArt.textSpiralPicture": "Imagem em espiral", - "Common.define.smartArt.textSquareAccentList": "Lista de Acentos Quadrados", + "Common.define.smartArt.textSquareAccentList": "Lista de destaque quadrada", "Common.define.smartArt.textStackedList": "Lista empilhada", "Common.define.smartArt.textStackedVenn": "Venn Empilhado", "Common.define.smartArt.textStaggeredProcess": "Processo escalonado", @@ -385,35 +385,35 @@ "Common.define.smartArt.textStepUpProcess": "Processo de intensificação", "Common.define.smartArt.textSubStepProcess": "Processo de subetapas", "Common.define.smartArt.textTabbedArc": "Arco com abas", - "Common.define.smartArt.textTableHierarchy": "Hierarquia da Tabela", - "Common.define.smartArt.textTableList": "Lista de Tabelas", + "Common.define.smartArt.textTableHierarchy": "Hierarquia da tabela", + "Common.define.smartArt.textTableList": "Lista de tabelas", "Common.define.smartArt.textTabList": "Lista de guias", "Common.define.smartArt.textTargetList": "Lista de alvos", "Common.define.smartArt.textTextCycle": "Ciclo de texto", - "Common.define.smartArt.textThemePictureAccent": "Destaque da Imagem do Tema", - "Common.define.smartArt.textThemePictureAlternatingAccent": "Acento Alternado da Imagem do Tema", + "Common.define.smartArt.textThemePictureAccent": "Destaque da imagem de tema", + "Common.define.smartArt.textThemePictureAlternatingAccent": "Destaque alternado da imagem do tema", "Common.define.smartArt.textThemePictureGrid": "Grade de imagens do tema", "Common.define.smartArt.textTitledMatrix": "Matriz intitulada", - "Common.define.smartArt.textTitledPictureAccentList": "Lista de Acentos de Imagem Intitulada", + "Common.define.smartArt.textTitledPictureAccentList": "Lista de destaque de imagem intitulada", "Common.define.smartArt.textTitledPictureBlocks": "Blocos de imagens intitulados", - "Common.define.smartArt.textTitlePictureLineup": "Título Imagem Alinhamento", - "Common.define.smartArt.textTrapezoidList": "Lista de trapézios", + "Common.define.smartArt.textTitlePictureLineup": "Alinhamento da imagem do título", + "Common.define.smartArt.textTrapezoidList": "Lista trapezoidal", "Common.define.smartArt.textUpwardArrow": "Seta para cima", "Common.define.smartArt.textVaryingWidthList": "Lista de largura variável", - "Common.define.smartArt.textVerticalAccentList": "Lista de acentos verticais", + "Common.define.smartArt.textVerticalAccentList": "Lista de destaque vertical", "Common.define.smartArt.textVerticalArrowList": "Lista de setas verticais", - "Common.define.smartArt.textVerticalBendingProcess": "Processo de dobra vertical", - "Common.define.smartArt.textVerticalBlockList": "Lista de Bloqueios Verticais", + "Common.define.smartArt.textVerticalBendingProcess": "Processo vertical em curva", + "Common.define.smartArt.textVerticalBlockList": "Lista de bloqueio vertical", "Common.define.smartArt.textVerticalBoxList": "Lista de caixas verticais", "Common.define.smartArt.textVerticalBracketList": "Lista de colchetes verticais", "Common.define.smartArt.textVerticalBulletList": "Lista de marcadores verticais", - "Common.define.smartArt.textVerticalChevronList": "Lista Vertical em Divisas", + "Common.define.smartArt.textVerticalChevronList": "Lista vertical em divisas", "Common.define.smartArt.textVerticalCircleList": "Lista de círculos verticais", - "Common.define.smartArt.textVerticalCurvedList": "Lista Curva Vertical", - "Common.define.smartArt.textVerticalEquation": "Equação Vertical", - "Common.define.smartArt.textVerticalPictureAccentList": "Lista Vertical de Acentos de Imagem", + "Common.define.smartArt.textVerticalCurvedList": "Lista vertical curva", + "Common.define.smartArt.textVerticalEquation": "Equação vertical", + "Common.define.smartArt.textVerticalPictureAccentList": "Lista de destaque de imagens verticais", "Common.define.smartArt.textVerticalPictureList": "Lista de imagens verticais", - "Common.define.smartArt.textVerticalProcess": "Processo Vertical", + "Common.define.smartArt.textVerticalProcess": "Processo vertical", "Common.Translation.textMoreButton": "Mais", "Common.Translation.tipFileLocked": "O documento está bloqueado para edição. Você pode fazer alterações e salvá-lo como cópia local mais tarde.", "Common.Translation.tipFileReadOnly": "O documento é somente leitura e está bloqueado para edição. Você pode fazer alterações e salvar sua cópia local posteriormente.", @@ -562,7 +562,7 @@ "Common.Views.Comments.mniPositionAsc": "De cima", "Common.Views.Comments.mniPositionDesc": "Do fundo", "Common.Views.Comments.textAdd": "Adicionar", - "Common.Views.Comments.textAddComment": "Adicionar", + "Common.Views.Comments.textAddComment": "Adicionar comentário", "Common.Views.Comments.textAddCommentToDoc": "Adicionar comentário ao documento", "Common.Views.Comments.textAddReply": "Adicionar resposta", "Common.Views.Comments.textAll": "Tudo", @@ -610,7 +610,7 @@ "Common.Views.Header.textBack": "Localização do arquivo aberto", "Common.Views.Header.textCompactView": "Ocultar Barra de Ferramentas", "Common.Views.Header.textHideLines": "Ocultar réguas", - "Common.Views.Header.textHideNotes": "Ocultar Notas", + "Common.Views.Header.textHideNotes": "Ocultar notas", "Common.Views.Header.textHideStatusBar": "Ocultar barra de status", "Common.Views.Header.textReadOnly": "Somente leitura", "Common.Views.Header.textRemoveFavorite": "Remover dos Favoritos", @@ -1007,39 +1007,39 @@ "PE.Controllers.Main.txtPicture": "Imagem", "PE.Controllers.Main.txtRectangles": "Retângulos", "PE.Controllers.Main.txtSeries": "Série", - "PE.Controllers.Main.txtShape_accentBorderCallout1": "Texto explicativo da linha 1 (borda e barra de destaque)", - "PE.Controllers.Main.txtShape_accentBorderCallout2": "Texto explicativo da linha 2 (borda e barra de destaque)", - "PE.Controllers.Main.txtShape_accentBorderCallout3": "Texto explicativo da linha 3 (borda e barra de destaque)", - "PE.Controllers.Main.txtShape_accentCallout1": "Texto explicativo da linha 1 (barra de destaque)", - "PE.Controllers.Main.txtShape_accentCallout2": "Texto explicativo da linha 2 (barra de destaque)", - "PE.Controllers.Main.txtShape_accentCallout3": "Texto explicativo da linha 3 (barra de destaque)", - "PE.Controllers.Main.txtShape_actionButtonBackPrevious": "Botão Voltar ou Anterior", - "PE.Controllers.Main.txtShape_actionButtonBeginning": "Botão Inicial", + "PE.Controllers.Main.txtShape_accentBorderCallout1": "Texto explicativo da linha 1 (Borda e barra de destaque)", + "PE.Controllers.Main.txtShape_accentBorderCallout2": "Texto explicativo da linha 2 (Borda e barra de destaque)", + "PE.Controllers.Main.txtShape_accentBorderCallout3": "Texto explicativo da linha 3 (Borda e barra de destaque)", + "PE.Controllers.Main.txtShape_accentCallout1": "Texto explicativo da linha 1 (Barra de destaque)", + "PE.Controllers.Main.txtShape_accentCallout2": "Texto explicativo da linha 2 (Barra de destaque)", + "PE.Controllers.Main.txtShape_accentCallout3": "Texto explicativo da linha 3 (Barra de destaque)", + "PE.Controllers.Main.txtShape_actionButtonBackPrevious": "Botão voltar ou anterior", + "PE.Controllers.Main.txtShape_actionButtonBeginning": "Botão inicial", "PE.Controllers.Main.txtShape_actionButtonBlank": "Botão em branco", "PE.Controllers.Main.txtShape_actionButtonDocument": "Botão Documento", - "PE.Controllers.Main.txtShape_actionButtonEnd": "Botão Terminar", - "PE.Controllers.Main.txtShape_actionButtonForwardNext": "Botão Avançar ou Avançar", - "PE.Controllers.Main.txtShape_actionButtonHelp": "Botão Ajuda", - "PE.Controllers.Main.txtShape_actionButtonHome": "Botão Home", - "PE.Controllers.Main.txtShape_actionButtonInformation": "Botão de Informação", - "PE.Controllers.Main.txtShape_actionButtonMovie": "Botão Vídeo", - "PE.Controllers.Main.txtShape_actionButtonReturn": "Botão de Voltar", - "PE.Controllers.Main.txtShape_actionButtonSound": "Botão de Som", + "PE.Controllers.Main.txtShape_actionButtonEnd": "Botão terminar", + "PE.Controllers.Main.txtShape_actionButtonForwardNext": "Botão avançar ou próximo", + "PE.Controllers.Main.txtShape_actionButtonHelp": "Botão de ajuda", + "PE.Controllers.Main.txtShape_actionButtonHome": "Botão início", + "PE.Controllers.Main.txtShape_actionButtonInformation": "Botão de informação", + "PE.Controllers.Main.txtShape_actionButtonMovie": "Botão de vídeo", + "PE.Controllers.Main.txtShape_actionButtonReturn": "Botão de voltar", + "PE.Controllers.Main.txtShape_actionButtonSound": "Botão de som", "PE.Controllers.Main.txtShape_arc": "Arco", "PE.Controllers.Main.txtShape_bentArrow": "Seta curvada", "PE.Controllers.Main.txtShape_bentConnector5": "Conector angular", - "PE.Controllers.Main.txtShape_bentConnector5WithArrow": "Conector de seta Angular", - "PE.Controllers.Main.txtShape_bentConnector5WithTwoArrows": "Conector de Seta Dupla Angulada", - "PE.Controllers.Main.txtShape_bentUpArrow": "Seta para cima dobrada", + "PE.Controllers.Main.txtShape_bentConnector5WithArrow": "Conector de seta angular", + "PE.Controllers.Main.txtShape_bentConnector5WithTwoArrows": "Conector de seta dupla angular", + "PE.Controllers.Main.txtShape_bentUpArrow": "Seta para cima curvada", "PE.Controllers.Main.txtShape_bevel": "Bisel", "PE.Controllers.Main.txtShape_blockArc": "Arco de bloco", "PE.Controllers.Main.txtShape_borderCallout1": "Texto explicativo da linha 1", "PE.Controllers.Main.txtShape_borderCallout2": "Texto explicativo da linha 2", "PE.Controllers.Main.txtShape_borderCallout3": "Texto explicativo da linha 3", - "PE.Controllers.Main.txtShape_bracePair": "Chave Dupla", - "PE.Controllers.Main.txtShape_callout1": "Texto explicativo da linha 1 (sem borda)", - "PE.Controllers.Main.txtShape_callout2": "Texto explicativo da linha 2 (sem borda)", - "PE.Controllers.Main.txtShape_callout3": "Texto explicativo da linha 3 (sem borda)", + "PE.Controllers.Main.txtShape_bracePair": "Chave dupla", + "PE.Controllers.Main.txtShape_callout1": "Texto explicativo da linha 1 (Sem borda)", + "PE.Controllers.Main.txtShape_callout2": "Texto explicativo da linha 2 (Sem borda)", + "PE.Controllers.Main.txtShape_callout3": "Texto explicativo da linha 3 (Sem borda)", "PE.Controllers.Main.txtShape_can": "Pode", "PE.Controllers.Main.txtShape_chevron": "Divisa", "PE.Controllers.Main.txtShape_chord": "Acorde", @@ -1050,11 +1050,11 @@ "PE.Controllers.Main.txtShape_cube": "Cubo", "PE.Controllers.Main.txtShape_curvedConnector3": "Conector curvado", "PE.Controllers.Main.txtShape_curvedConnector3WithArrow": "Conector de seta curvada", - "PE.Controllers.Main.txtShape_curvedConnector3WithTwoArrows": "Conector de Seta Dupla Curvado", + "PE.Controllers.Main.txtShape_curvedConnector3WithTwoArrows": "Conector de seta dupla curvado", "PE.Controllers.Main.txtShape_curvedDownArrow": "Seta curvada para baixo", - "PE.Controllers.Main.txtShape_curvedLeftArrow": "Seta Curva para a Esquerda", - "PE.Controllers.Main.txtShape_curvedRightArrow": "Seta Curva para a Direita", - "PE.Controllers.Main.txtShape_curvedUpArrow": "Seta Curva para Cima", + "PE.Controllers.Main.txtShape_curvedLeftArrow": "Seta curvada para a esquerda", + "PE.Controllers.Main.txtShape_curvedRightArrow": "Seta curva para a direita", + "PE.Controllers.Main.txtShape_curvedUpArrow": "Seta curva para cima", "PE.Controllers.Main.txtShape_decagon": "Decágono", "PE.Controllers.Main.txtShape_diagStripe": "Faixa diagonal", "PE.Controllers.Main.txtShape_diamond": "Diamante", @@ -1066,7 +1066,7 @@ "PE.Controllers.Main.txtShape_ellipse": "Elipse", "PE.Controllers.Main.txtShape_ellipseRibbon": "Fita curvada para baixo", "PE.Controllers.Main.txtShape_ellipseRibbon2": "Fita curvada para cima", - "PE.Controllers.Main.txtShape_flowChartAlternateProcess": "Fluxograma: Processo Alternativo", + "PE.Controllers.Main.txtShape_flowChartAlternateProcess": "Fluxograma: Processo alternativo", "PE.Controllers.Main.txtShape_flowChartCollate": "Fluxograma: Agrupar", "PE.Controllers.Main.txtShape_flowChartConnector": "Fluxograma: Conector", "PE.Controllers.Main.txtShape_flowChartDecision": "Fluxograma: Decisão", @@ -1075,16 +1075,16 @@ "PE.Controllers.Main.txtShape_flowChartDocument": "Fluxograma: Documento", "PE.Controllers.Main.txtShape_flowChartExtract": "Fluxograma: Extrair", "PE.Controllers.Main.txtShape_flowChartInputOutput": "Fluxograma: Dados", - "PE.Controllers.Main.txtShape_flowChartInternalStorage": "Fluxograma: Armazenamento Interno", - "PE.Controllers.Main.txtShape_flowChartMagneticDisk": "Fluxograma: Disco Magnético", - "PE.Controllers.Main.txtShape_flowChartMagneticDrum": "Fluxograma: Armazenamento de Acesso Direto", - "PE.Controllers.Main.txtShape_flowChartMagneticTape": "Fluxograma: Armazenamento de Acesso Sequencial", - "PE.Controllers.Main.txtShape_flowChartManualInput": "Fluxograma: Entrada Manual", - "PE.Controllers.Main.txtShape_flowChartManualOperation": "Fluxograma: Operação Manual", + "PE.Controllers.Main.txtShape_flowChartInternalStorage": "Fluxograma: Armazenamento interno", + "PE.Controllers.Main.txtShape_flowChartMagneticDisk": "Fluxograma: Disco magnético", + "PE.Controllers.Main.txtShape_flowChartMagneticDrum": "Fluxograma: Armazenamento de acesso direto", + "PE.Controllers.Main.txtShape_flowChartMagneticTape": "Fluxograma: Armazenamento de acesso sequencial", + "PE.Controllers.Main.txtShape_flowChartManualInput": "Fluxograma: Entrada manual", + "PE.Controllers.Main.txtShape_flowChartManualOperation": "Fluxograma: Operação manual", "PE.Controllers.Main.txtShape_flowChartMerge": "Fluxograma: Mesclar", "PE.Controllers.Main.txtShape_flowChartMultidocument": "Fluxograma: Vários Documentos", "PE.Controllers.Main.txtShape_flowChartOffpageConnector": "Fluxograma: Conector fora da página", - "PE.Controllers.Main.txtShape_flowChartOnlineStorage": "Fluxograma: Dados Armazenados", + "PE.Controllers.Main.txtShape_flowChartOnlineStorage": "Fluxograma: Dados armazenados", "PE.Controllers.Main.txtShape_flowChartOr": "Fluxograma: Ou", "PE.Controllers.Main.txtShape_flowChartPredefinedProcess": "Fluxograma: Processo Predefinido", "PE.Controllers.Main.txtShape_flowChartPreparation": "Fluxograma: Preparação", @@ -1092,7 +1092,7 @@ "PE.Controllers.Main.txtShape_flowChartPunchedCard": "Fluxograma: Cartão", "PE.Controllers.Main.txtShape_flowChartPunchedTape": "Fluxograma: Fita perfurada", "PE.Controllers.Main.txtShape_flowChartSort": "Fluxograma: Classificar", - "PE.Controllers.Main.txtShape_flowChartSummingJunction": "Fluxograma: Junção de Soma", + "PE.Controllers.Main.txtShape_flowChartSummingJunction": "Fluxograma: Junção de soma", "PE.Controllers.Main.txtShape_flowChartTerminator": "Fluxograma: Terminação", "PE.Controllers.Main.txtShape_foldedCorner": "Canto dobrado", "PE.Controllers.Main.txtShape_frame": "Moldura", @@ -1101,21 +1101,21 @@ "PE.Controllers.Main.txtShape_heptagon": "Heptágono", "PE.Controllers.Main.txtShape_hexagon": "Hexágono", "PE.Controllers.Main.txtShape_homePlate": "Pentágono", - "PE.Controllers.Main.txtShape_horizontalScroll": "Rolagem Horizontal", + "PE.Controllers.Main.txtShape_horizontalScroll": "Rolagem horizontal", "PE.Controllers.Main.txtShape_irregularSeal1": "Explosão 1", "PE.Controllers.Main.txtShape_irregularSeal2": "Explosão 2", "PE.Controllers.Main.txtShape_leftArrow": "Seta para esquerda", "PE.Controllers.Main.txtShape_leftArrowCallout": "Texto explicativo à esquerda", "PE.Controllers.Main.txtShape_leftBrace": "Chave Esquerda", "PE.Controllers.Main.txtShape_leftBracket": "Colchete Esquerdo", - "PE.Controllers.Main.txtShape_leftRightArrow": "Seta da direita para esquerda", - "PE.Controllers.Main.txtShape_leftRightArrowCallout": "Seta para a esquerda e para a direita", - "PE.Controllers.Main.txtShape_leftRightUpArrow": "Seta para Cima Direita Esquerda", - "PE.Controllers.Main.txtShape_leftUpArrow": "Seta esquerda e para cima", - "PE.Controllers.Main.txtShape_lightningBolt": "Relâmpago", + "PE.Controllers.Main.txtShape_leftRightArrow": "Seta da esquerda para a direita", + "PE.Controllers.Main.txtShape_leftRightArrowCallout": "Texto explicativo da seta da esquerda para a direita", + "PE.Controllers.Main.txtShape_leftRightUpArrow": "Seta da esquerda para a direita para cima", + "PE.Controllers.Main.txtShape_leftUpArrow": "Seta esquerda para cima", + "PE.Controllers.Main.txtShape_lightningBolt": "Raio", "PE.Controllers.Main.txtShape_line": "Linha", "PE.Controllers.Main.txtShape_lineWithArrow": "Seta", - "PE.Controllers.Main.txtShape_lineWithTwoArrows": "Seta Dupla", + "PE.Controllers.Main.txtShape_lineWithTwoArrows": "Seta dupla", "PE.Controllers.Main.txtShape_mathDivide": "Divisão", "PE.Controllers.Main.txtShape_mathEqual": "Igual", "PE.Controllers.Main.txtShape_mathMinus": "Menos", @@ -1124,7 +1124,7 @@ "PE.Controllers.Main.txtShape_mathPlus": "Mais", "PE.Controllers.Main.txtShape_moon": "Lua", "PE.Controllers.Main.txtShape_noSmoking": "Entrada Proibida", - "PE.Controllers.Main.txtShape_notchedRightArrow": "Seta entalhada para a direita", + "PE.Controllers.Main.txtShape_notchedRightArrow": "Seta cortada à direita", "PE.Controllers.Main.txtShape_octagon": "Octágono", "PE.Controllers.Main.txtShape_parallelogram": "Paralelograma", "PE.Controllers.Main.txtShape_pentagon": "Pentágono", @@ -1133,25 +1133,25 @@ "PE.Controllers.Main.txtShape_plus": "Mais", "PE.Controllers.Main.txtShape_polyline1": "Rabisco", "PE.Controllers.Main.txtShape_polyline2": "Forma livre", - "PE.Controllers.Main.txtShape_quadArrow": "Setas Cruzadas", + "PE.Controllers.Main.txtShape_quadArrow": "Setas cruzadas", "PE.Controllers.Main.txtShape_quadArrowCallout": "Texto explicativo em seta cruzadas", "PE.Controllers.Main.txtShape_rect": "Retângulo", "PE.Controllers.Main.txtShape_ribbon": "Faixa para baixo", - "PE.Controllers.Main.txtShape_ribbon2": "Faixa para Cima", + "PE.Controllers.Main.txtShape_ribbon2": "Fita para cima", "PE.Controllers.Main.txtShape_rightArrow": "Seta para direita", - "PE.Controllers.Main.txtShape_rightArrowCallout": "Texto explicativo em seta à direita", + "PE.Controllers.Main.txtShape_rightArrowCallout": "Texto explicativo da seta à direita", "PE.Controllers.Main.txtShape_rightBrace": "Alinhar a direita", "PE.Controllers.Main.txtShape_rightBracket": "Colchete direito", - "PE.Controllers.Main.txtShape_round1Rect": "Retângulo com Único Canto Arredondado", - "PE.Controllers.Main.txtShape_round2DiagRect": "Retângulo Arredondado em um Canto Diagonal", - "PE.Controllers.Main.txtShape_round2SameRect": "Retângulo com Canto Arredondado do Mesmo Lado", - "PE.Controllers.Main.txtShape_roundRect": "Retângulo Arredondado", - "PE.Controllers.Main.txtShape_rtTriangle": "Triângulo Retângulo", + "PE.Controllers.Main.txtShape_round1Rect": "Retângulo com único canto arredondado", + "PE.Controllers.Main.txtShape_round2DiagRect": "Retângulo de canto diagonal arredondado ", + "PE.Controllers.Main.txtShape_round2SameRect": "Retângulo arredondado do mesmo lado", + "PE.Controllers.Main.txtShape_roundRect": "Retângulo arredondado", + "PE.Controllers.Main.txtShape_rtTriangle": "Triângulo retângulo", "PE.Controllers.Main.txtShape_smileyFace": "Rosto sorridente", - "PE.Controllers.Main.txtShape_snip1Rect": "Retângulo de canto único recortado", - "PE.Controllers.Main.txtShape_snip2DiagRect": "Retângulo de canto diagonal recortado", - "PE.Controllers.Main.txtShape_snip2SameRect": "Retângulo com canto recortado do mesmo lado", - "PE.Controllers.Main.txtShape_snipRoundRect": "Retângulo com canto recortado e arredondado", + "PE.Controllers.Main.txtShape_snip1Rect": "Recortar retângulo de canto único", + "PE.Controllers.Main.txtShape_snip2DiagRect": "Recortar retângulo de canto diagonal", + "PE.Controllers.Main.txtShape_snip2SameRect": "Recortar retângulo de canto do mesmo lado", + "PE.Controllers.Main.txtShape_snipRoundRect": "Recortar e arredondar retângulo de canto único", "PE.Controllers.Main.txtShape_spline": "Curva", "PE.Controllers.Main.txtShape_star10": "Estrela de 10 pontas", "PE.Controllers.Main.txtShape_star12": "Estrela de 12 pontas", @@ -1171,25 +1171,25 @@ "PE.Controllers.Main.txtShape_triangle": "Triângulo", "PE.Controllers.Main.txtShape_upArrow": "Seta para cima", "PE.Controllers.Main.txtShape_upArrowCallout": "Texto explicativo em seta para cima", - "PE.Controllers.Main.txtShape_upDownArrow": "Seta para cima e para baixo", + "PE.Controllers.Main.txtShape_upDownArrow": "Seta de cima para baixo", "PE.Controllers.Main.txtShape_uturnArrow": "Seta em forma de U", - "PE.Controllers.Main.txtShape_verticalScroll": "Rolagem Vertical", + "PE.Controllers.Main.txtShape_verticalScroll": "Rolagem vertical", "PE.Controllers.Main.txtShape_wave": "Onda", "PE.Controllers.Main.txtShape_wedgeEllipseCallout": "Texto explicativo oval", "PE.Controllers.Main.txtShape_wedgeRectCallout": "Texto explicativo retangular", "PE.Controllers.Main.txtShape_wedgeRoundRectCallout": "Texto explicativo retangular arredondado", "PE.Controllers.Main.txtSldLtTBlank": "Branco", "PE.Controllers.Main.txtSldLtTChart": "Gráfico", - "PE.Controllers.Main.txtSldLtTChartAndTx": "Gráfico e Texto", - "PE.Controllers.Main.txtSldLtTClipArtAndTx": "Clip Art e Texto", - "PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "Clip Art e Texto vertical", + "PE.Controllers.Main.txtSldLtTChartAndTx": "Gráfico e texto", + "PE.Controllers.Main.txtSldLtTClipArtAndTx": "Clip Art e texto", + "PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "Clip Art e texto vertical", "PE.Controllers.Main.txtSldLtTCust": "Personalizar", "PE.Controllers.Main.txtSldLtTDgm": "Diagrama", "PE.Controllers.Main.txtSldLtTFourObj": "Quatro objetos", "PE.Controllers.Main.txtSldLtTMediaAndTx": "Mídia e Texto", - "PE.Controllers.Main.txtSldLtTObj": "Título e Objeto", - "PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Objeto e Dois objetos", - "PE.Controllers.Main.txtSldLtTObjAndTx": "Objeto e Texto", + "PE.Controllers.Main.txtSldLtTObj": "Título e objeto", + "PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Objeto e dois objetos", + "PE.Controllers.Main.txtSldLtTObjAndTx": "Objeto e texto", "PE.Controllers.Main.txtSldLtTObjOnly": "Objeto", "PE.Controllers.Main.txtSldLtTObjOverTx": "Objeto sobre o texto", "PE.Controllers.Main.txtSldLtTObjTx": "Título, objeto e legenda", @@ -1198,21 +1198,21 @@ "PE.Controllers.Main.txtSldLtTTbl": "Tabela", "PE.Controllers.Main.txtSldLtTTitle": "Titulo", "PE.Controllers.Main.txtSldLtTTitleOnly": "Apenas título", - "PE.Controllers.Main.txtSldLtTTwoColTx": "Texto em duas colulas", + "PE.Controllers.Main.txtSldLtTTwoColTx": "Texto em duas colunas", "PE.Controllers.Main.txtSldLtTTwoObj": "Dois objetos", - "PE.Controllers.Main.txtSldLtTTwoObjAndObj": "Dois objetos e Objeto", - "PE.Controllers.Main.txtSldLtTTwoObjAndTx": "Dois objetos e Texto", - "PE.Controllers.Main.txtSldLtTTwoObjOverTx": "Dois objetos sobre Texto", - "PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "Dois textos e Dois objetos", + "PE.Controllers.Main.txtSldLtTTwoObjAndObj": "Dois objetos e objeto", + "PE.Controllers.Main.txtSldLtTTwoObjAndTx": "Dois objetos e texto", + "PE.Controllers.Main.txtSldLtTTwoObjOverTx": "Dois objetos sobre o texto", + "PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "Dois textos e dois objetos", "PE.Controllers.Main.txtSldLtTTx": "Тexto", - "PE.Controllers.Main.txtSldLtTTxAndChart": "Texto e Gráfico", + "PE.Controllers.Main.txtSldLtTTxAndChart": "Texto e gráfico", "PE.Controllers.Main.txtSldLtTTxAndClipArt": "Texto e Clip Art", "PE.Controllers.Main.txtSldLtTTxAndMedia": "Texto e Mídia", - "PE.Controllers.Main.txtSldLtTTxAndObj": "Texto e Objeto", - "PE.Controllers.Main.txtSldLtTTxAndTwoObj": "Texto e Dois objetos", - "PE.Controllers.Main.txtSldLtTTxOverObj": "Texto sobre Objeto", - "PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Título vertical e Texto", - "PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Título vertical e Texto sobre gráfico", + "PE.Controllers.Main.txtSldLtTTxAndObj": "Texto e objeto", + "PE.Controllers.Main.txtSldLtTTxAndTwoObj": "Texto e dois objetos", + "PE.Controllers.Main.txtSldLtTTxOverObj": "Texto sobre objeto", + "PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Título vertical e texto", + "PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Título vertical e texto sobre o gráfico", "PE.Controllers.Main.txtSldLtTVertTx": "Texto vertical", "PE.Controllers.Main.txtSlideNumber": "Número do slide", "PE.Controllers.Main.txtSlideSubtitle": "Legenda do slide", @@ -1393,7 +1393,7 @@ "PE.Controllers.Toolbar.txtIntegralDouble": "Integral dupla", "PE.Controllers.Toolbar.txtIntegralDoubleCenterSubSup": "Integral dupla com limites empilhados", "PE.Controllers.Toolbar.txtIntegralDoubleSubSup": "Integral dupla com limites", - "PE.Controllers.Toolbar.txtIntegralOriented": "Integral de linha", + "PE.Controllers.Toolbar.txtIntegralOriented": "Contorno integral", "PE.Controllers.Toolbar.txtIntegralOrientedCenterSubSup": "Integral de contorno com limites empilhados", "PE.Controllers.Toolbar.txtIntegralOrientedDouble": "Integral de Superfície", "PE.Controllers.Toolbar.txtIntegralOrientedDoubleCenterSubSup": "Integral de superfície com limites empilhados", @@ -1598,7 +1598,7 @@ "PE.Controllers.Toolbar.txtSymbol_xsi": "Xi", "PE.Controllers.Toolbar.txtSymbol_zeta": "Zeta", "PE.Controllers.Viewport.textFitPage": "Ajustar slide", - "PE.Controllers.Viewport.textFitWidth": "Ajustar à Largura", + "PE.Controllers.Viewport.textFitWidth": "Ajustar à largura", "PE.Views.Animation.str0_5": "0,5 s (muito rápido)", "PE.Views.Animation.str1": "1 s (rápido)", "PE.Views.Animation.str2": "2 s (médio)", @@ -1613,7 +1613,7 @@ "PE.Views.Animation.strTrigger": "Acionar", "PE.Views.Animation.textAutoPreview": "AutoVisualização", "PE.Views.Animation.textMoreEffects": "Mostrar mais efeitos", - "PE.Views.Animation.textMoveEarlier": "Mudança Anterior", + "PE.Views.Animation.textMoveEarlier": "Mover mais cedo", "PE.Views.Animation.textMoveLater": "Mover-se depois", "PE.Views.Animation.textMultiple": "Múltiplo", "PE.Views.Animation.textNone": "Nenhum", @@ -1683,7 +1683,7 @@ "PE.Views.DocumentHolder.addCommentText": "Adicionar comentário", "PE.Views.DocumentHolder.addToLayoutText": "Adicionar ao Layout", "PE.Views.DocumentHolder.advancedChartText": "Configurações avançadas de gráfico", - "PE.Views.DocumentHolder.advancedEquationText": "Definições de equações", + "PE.Views.DocumentHolder.advancedEquationText": "Definições de equação", "PE.Views.DocumentHolder.advancedImageText": "Configurações avançadas de imagem", "PE.Views.DocumentHolder.advancedParagraphText": "Configurações avançadas de parágrafo", "PE.Views.DocumentHolder.advancedShapeText": "Configurações avançadas de forma", @@ -1707,8 +1707,8 @@ "PE.Views.DocumentHolder.directHText": "Horizontal", "PE.Views.DocumentHolder.directionText": "Direção do texto", "PE.Views.DocumentHolder.editChartText": "Editar dados", - "PE.Views.DocumentHolder.editHyperlinkText": "Editar hiperlink", - "PE.Views.DocumentHolder.hideEqToolbar": "Ocultar Barra de Ferramentas de Equação", + "PE.Views.DocumentHolder.editHyperlinkText": "Editar link", + "PE.Views.DocumentHolder.hideEqToolbar": "Ocultar barra de ferramentas de equação", "PE.Views.DocumentHolder.hyperlinkText": "Hiperlink", "PE.Views.DocumentHolder.ignoreAllSpellText": "Ignorar tudo", "PE.Views.DocumentHolder.ignoreSpellText": "Ignorar", @@ -1728,7 +1728,7 @@ "PE.Views.DocumentHolder.moreText": "Mais variantes...", "PE.Views.DocumentHolder.noSpellVariantsText": "Sem varientes", "PE.Views.DocumentHolder.originalSizeText": "Tamanho atual", - "PE.Views.DocumentHolder.removeHyperlinkText": "Remover hiperlink", + "PE.Views.DocumentHolder.removeHyperlinkText": "Remover link", "PE.Views.DocumentHolder.rightText": "Direita", "PE.Views.DocumentHolder.rowText": "Linha", "PE.Views.DocumentHolder.selectText": "Selecionar", @@ -1739,7 +1739,7 @@ "PE.Views.DocumentHolder.tableText": "Tabela", "PE.Views.DocumentHolder.textAddHGuides": "Adicionar guia horizontal", "PE.Views.DocumentHolder.textAddVGuides": "Adicionar guia vertical", - "PE.Views.DocumentHolder.textArrangeBack": "Enviar para plano de fundo", + "PE.Views.DocumentHolder.textArrangeBack": "Enviar para segundo plano", "PE.Views.DocumentHolder.textArrangeBackward": "Enviar para trás", "PE.Views.DocumentHolder.textArrangeForward": "Trazer para frente", "PE.Views.DocumentHolder.textArrangeFront": "Trazer para primeiro plano", @@ -1757,7 +1757,7 @@ "PE.Views.DocumentHolder.textEditPoints": "Editar Pontos", "PE.Views.DocumentHolder.textFlipH": "Virar horizontalmente", "PE.Views.DocumentHolder.textFlipV": "Virar verticalmente", - "PE.Views.DocumentHolder.textFromFile": "Do Arquivo", + "PE.Views.DocumentHolder.textFromFile": "Do arquivo", "PE.Views.DocumentHolder.textFromStorage": "De armazenamento", "PE.Views.DocumentHolder.textFromUrl": "Da URL", "PE.Views.DocumentHolder.textGridlines": "Linhas de grade", @@ -1781,7 +1781,7 @@ "PE.Views.DocumentHolder.textShowGuides": "Mostrar guias", "PE.Views.DocumentHolder.textSlideSettings": "Configurações de slide", "PE.Views.DocumentHolder.textSmartGuides": "Guias inteligentes", - "PE.Views.DocumentHolder.textSnapObjects": "Ajustar Objeto à Grade", + "PE.Views.DocumentHolder.textSnapObjects": "Ajustar objeto à grade", "PE.Views.DocumentHolder.textUndo": "Desfazer", "PE.Views.DocumentHolder.tipGuides": "Mostrar guias", "PE.Views.DocumentHolder.tipIsLocked": "Este elemento está sendo atualmente editado por outro usuário.", @@ -1891,7 +1891,7 @@ "PE.Views.DocumentHolder.txtWarnUrl": "Clicar neste link pode ser prejudicial ao seu dispositivo e dados.
Você tem certeza de que quer continuar?", "PE.Views.DocumentHolder.unicodeText": "Unicode", "PE.Views.DocumentHolder.vertAlignText": "Alinhamento vertical", - "PE.Views.DocumentPreview.goToSlideText": "Ir para Slide", + "PE.Views.DocumentPreview.goToSlideText": "Ir para slide", "PE.Views.DocumentPreview.slideIndexText": "Slide {0} de {1}", "PE.Views.DocumentPreview.txtClose": "Fechar pré-visualização", "PE.Views.DocumentPreview.txtEndSlideshow": "Terminar apresentação de slide", @@ -1905,10 +1905,10 @@ "PE.Views.DocumentPreview.txtPrev": "Slide anterior", "PE.Views.DocumentPreview.txtReset": "Redefinir", "PE.Views.FileMenu.btnAboutCaption": "Sobre", - "PE.Views.FileMenu.btnBackCaption": "Localização do arquivo aberto", + "PE.Views.FileMenu.btnBackCaption": "Abrir Local do Arquivo", "PE.Views.FileMenu.btnCloseMenuCaption": "Fechar menu", "PE.Views.FileMenu.btnCreateNewCaption": "Criar novo", - "PE.Views.FileMenu.btnDownloadCaption": "Transferir como", + "PE.Views.FileMenu.btnDownloadCaption": "Baixar em", "PE.Views.FileMenu.btnExitCaption": "Encerrar", "PE.Views.FileMenu.btnFileOpenCaption": "Abrir", "PE.Views.FileMenu.btnHelpCaption": "Ajuda", @@ -1920,9 +1920,9 @@ "PE.Views.FileMenu.btnRenameCaption": "Renomear", "PE.Views.FileMenu.btnReturnCaption": "Voltar para a apresentação", "PE.Views.FileMenu.btnRightsCaption": "Direitos de acesso", - "PE.Views.FileMenu.btnSaveAsCaption": "Salvar Como", + "PE.Views.FileMenu.btnSaveAsCaption": "Salvar como", "PE.Views.FileMenu.btnSaveCaption": "Salvar", - "PE.Views.FileMenu.btnSaveCopyAsCaption": "Salvar cópia como", + "PE.Views.FileMenu.btnSaveCopyAsCaption": "Salvar Cópia Como", "PE.Views.FileMenu.btnSettingsCaption": "Configurações avançadas", "PE.Views.FileMenu.btnToEditCaption": "Editar apresentação", "PE.Views.FileMenuPanels.CreateNew.txtBlank": "Apresentação em branco", @@ -1945,7 +1945,7 @@ "PE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etiquetas", "PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título de apresentação", "PE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Carregado", - "PE.Views.FileMenuPanels.DocumentRights.txtAccessRights": "Direitos de Acesso.", + "PE.Views.FileMenuPanels.DocumentRights.txtAccessRights": "Direitos de acesso.", "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Alterar direitos de acesso", "PE.Views.FileMenuPanels.DocumentRights.txtRights": "Pessoas que têm direitos", "PE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Aviso", @@ -1984,7 +1984,7 @@ "PE.Views.FileMenuPanels.Settings.textDisabled": "Desabilitado", "PE.Views.FileMenuPanels.Settings.textForceSave": "Salvar para servidor", "PE.Views.FileMenuPanels.Settings.textMinute": "A cada minuto", - "PE.Views.FileMenuPanels.Settings.txtAdvancedSettings": "Configurações Avançadas", + "PE.Views.FileMenuPanels.Settings.txtAdvancedSettings": "Configurações avançadas", "PE.Views.FileMenuPanels.Settings.txtAll": "Visualizar tudo", "PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Opções de autocorreção...", "PE.Views.FileMenuPanels.Settings.txtCacheMode": "Modo de cache padrão", @@ -1993,7 +1993,7 @@ "PE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editando e salvando", "PE.Views.FileMenuPanels.Settings.txtFastTip": "Co-edição em tempo real. Todas as alterações são salvas automaticamente", "PE.Views.FileMenuPanels.Settings.txtFitSlide": "Ajustar slide", - "PE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajustar largura", + "PE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajustar à largura", "PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Hieróglifos", "PE.Views.FileMenuPanels.Settings.txtInch": "Polegada", "PE.Views.FileMenuPanels.Settings.txtLast": "Visualizar último", @@ -2018,7 +2018,7 @@ "PE.Views.FileMenuPanels.Settings.txtWin": "como Windows", "PE.Views.FileMenuPanels.Settings.txtWorkspace": "Área de trabalho", "PE.Views.FileMenuPanels.ViewSaveAs.textDownloadAs": "Baixar como", - "PE.Views.FileMenuPanels.ViewSaveCopy.textSaveCopyAs": "Salvar Cópia como", + "PE.Views.FileMenuPanels.ViewSaveCopy.textSaveCopyAs": "Salvar Cópia Como", "PE.Views.GridSettings.textCm": "cm", "PE.Views.GridSettings.textCustom": "Personalizado", "PE.Views.GridSettings.textSpacing": "Espaçamento", @@ -2032,7 +2032,7 @@ "PE.Views.HeaderFooterDialog.textFormat": "Formatos", "PE.Views.HeaderFooterDialog.textHFTitle": "Configurações de Cabeçalho/Rodapé", "PE.Views.HeaderFooterDialog.textLang": "Idioma", - "PE.Views.HeaderFooterDialog.textNotes": "Notas e Folhetos", + "PE.Views.HeaderFooterDialog.textNotes": "Notas e folhetos", "PE.Views.HeaderFooterDialog.textNotTitle": "Não mostrar no slide de título", "PE.Views.HeaderFooterDialog.textPageNum": "Número da página", "PE.Views.HeaderFooterDialog.textPreview": "Pré-visualizar", @@ -2070,7 +2070,7 @@ "PE.Views.ImageSettings.textFitSlide": "Ajustar slide", "PE.Views.ImageSettings.textFlip": "Girar", "PE.Views.ImageSettings.textFromFile": "Do arquivo", - "PE.Views.ImageSettings.textFromStorage": "De armazenamento", + "PE.Views.ImageSettings.textFromStorage": "Do armazenamento", "PE.Views.ImageSettings.textFromUrl": "Da URL", "PE.Views.ImageSettings.textHeight": "Altura", "PE.Views.ImageSettings.textHint270": "Girar 90º no sentido anti-horário.", @@ -2078,7 +2078,7 @@ "PE.Views.ImageSettings.textHintFlipH": "Virar horizontalmente", "PE.Views.ImageSettings.textHintFlipV": "Virar verticalmente", "PE.Views.ImageSettings.textInsert": "Substituir imagem", - "PE.Views.ImageSettings.textOriginalSize": "Tamanho Real", + "PE.Views.ImageSettings.textOriginalSize": "Tamanho real", "PE.Views.ImageSettings.textRecentlyUsed": "Usado recentemente", "PE.Views.ImageSettings.textRotate90": "Girar 90°", "PE.Views.ImageSettings.textRotation": "Rotação", @@ -2118,10 +2118,10 @@ "PE.Views.LeftMenu.tipTitles": "Títulos", "PE.Views.LeftMenu.txtDeveloper": "MODO DE DESENVOLVEDOR", "PE.Views.LeftMenu.txtEditor": "Editor de apresentação", - "PE.Views.LeftMenu.txtLimit": "Limitar o acesso", + "PE.Views.LeftMenu.txtLimit": "Limitar acesso", "PE.Views.LeftMenu.txtTrial": "MODO DE TESTE", "PE.Views.LeftMenu.txtTrialDev": "Modo desenvolvedor de teste", - "PE.Views.ParagraphSettings.strLineHeight": "Espaçamento de linha", + "PE.Views.ParagraphSettings.strLineHeight": "Espaçamento entre linhas", "PE.Views.ParagraphSettings.strParagraphSpacing": "Espaçamento de parágrafo", "PE.Views.ParagraphSettings.strSpacingAfter": "Depois", "PE.Views.ParagraphSettings.strSpacingBefore": "Antes", @@ -2307,7 +2307,7 @@ "PE.Views.ShapeSettingsAdvanced.txtNone": "Nenhum", "PE.Views.SignatureSettings.notcriticalErrorTitle": "Aviso", "PE.Views.SignatureSettings.strDelete": "Remover assinatura", - "PE.Views.SignatureSettings.strDetails": "Detalhes da Assinatura", + "PE.Views.SignatureSettings.strDetails": "Detalhes da assinatura", "PE.Views.SignatureSettings.strInvalid": "Assinaturas inválidas", "PE.Views.SignatureSettings.strSign": "Assinar", "PE.Views.SignatureSettings.strSignature": "Assinatura", @@ -2331,7 +2331,7 @@ "PE.Views.SlideSettings.textDirection": "Direção", "PE.Views.SlideSettings.textEmptyPattern": "Sem padrão", "PE.Views.SlideSettings.textFromFile": "Do arquivo", - "PE.Views.SlideSettings.textFromStorage": "De armazenamento", + "PE.Views.SlideSettings.textFromStorage": "Do armazenamento", "PE.Views.SlideSettings.textFromUrl": "Da URL", "PE.Views.SlideSettings.textGradient": "Pontos de gradiente", "PE.Views.SlideSettings.textGradientFill": "Preenchimento gradiente", @@ -2449,11 +2449,11 @@ "PE.Views.TableSettings.txtNoBorders": "Sem bordas", "PE.Views.TableSettings.txtTable_Accent": "Acento", "PE.Views.TableSettings.txtTable_DarkStyle": "Estilo Escuro", - "PE.Views.TableSettings.txtTable_LightStyle": "Estilo Claro", - "PE.Views.TableSettings.txtTable_MediumStyle": "Estilo Médio", + "PE.Views.TableSettings.txtTable_LightStyle": "Estilo claro", + "PE.Views.TableSettings.txtTable_MediumStyle": "Estilo médio", "PE.Views.TableSettings.txtTable_NoGrid": "Sem grade", "PE.Views.TableSettings.txtTable_NoStyle": "Sem estilo", - "PE.Views.TableSettings.txtTable_TableGrid": "Grid da Tabela", + "PE.Views.TableSettings.txtTable_TableGrid": "Grade da tabela", "PE.Views.TableSettings.txtTable_ThemedStyle": "Estilo do Tema", "PE.Views.TableSettingsAdvanced.textAlt": "Texto alternativo", "PE.Views.TableSettingsAdvanced.textAltDescription": "Descrição", @@ -2492,16 +2492,16 @@ "PE.Views.TextArtSettings.strType": "Tipo", "PE.Views.TextArtSettings.textAngle": "Ângulo", "PE.Views.TextArtSettings.textBorderSizeErr": "The entered value is incorrect.
Please enter a value between 0 pt and 1584 pt.", - "PE.Views.TextArtSettings.textColor": "Color Fill", + "PE.Views.TextArtSettings.textColor": "Preenchimento de cor", "PE.Views.TextArtSettings.textDirection": "Direction", - "PE.Views.TextArtSettings.textEmptyPattern": "No Pattern", + "PE.Views.TextArtSettings.textEmptyPattern": "Sem padrão", "PE.Views.TextArtSettings.textFromFile": "Do Arquivo", "PE.Views.TextArtSettings.textFromUrl": "Da URL", "PE.Views.TextArtSettings.textGradient": "Pontos de gradiente", - "PE.Views.TextArtSettings.textGradientFill": "Gradient Fill", + "PE.Views.TextArtSettings.textGradientFill": "Preenchimento gradiente", "PE.Views.TextArtSettings.textImageTexture": "Picture or Texture", "PE.Views.TextArtSettings.textLinear": "Linear", - "PE.Views.TextArtSettings.textNoFill": "No Fill", + "PE.Views.TextArtSettings.textNoFill": "Sem preenchimento", "PE.Views.TextArtSettings.textPatternFill": "Pattern", "PE.Views.TextArtSettings.textPosition": "Posição", "PE.Views.TextArtSettings.textRadial": "Radial", @@ -2509,21 +2509,21 @@ "PE.Views.TextArtSettings.textStretch": "Stretch", "PE.Views.TextArtSettings.textStyle": "Estilo", "PE.Views.TextArtSettings.textTemplate": "Template", - "PE.Views.TextArtSettings.textTexture": "From Texture", + "PE.Views.TextArtSettings.textTexture": "Da textura", "PE.Views.TextArtSettings.textTile": "Tile", "PE.Views.TextArtSettings.textTransform": "Transformar", "PE.Views.TextArtSettings.tipAddGradientPoint": "Adicionar ponto de gradiente", "PE.Views.TextArtSettings.tipRemoveGradientPoint": "Remover ponto de gradiente", - "PE.Views.TextArtSettings.txtBrownPaper": "Brown Paper", + "PE.Views.TextArtSettings.txtBrownPaper": "Papel pardo", "PE.Views.TextArtSettings.txtCanvas": "Canvas", "PE.Views.TextArtSettings.txtCarton": "Carton", - "PE.Views.TextArtSettings.txtDarkFabric": "Dark Fabric", + "PE.Views.TextArtSettings.txtDarkFabric": "Tecido escuro", "PE.Views.TextArtSettings.txtGrain": "Grain", "PE.Views.TextArtSettings.txtGranite": "Granite", - "PE.Views.TextArtSettings.txtGreyPaper": "Gray Paper", + "PE.Views.TextArtSettings.txtGreyPaper": "Papel cinza", "PE.Views.TextArtSettings.txtKnit": "Knit", "PE.Views.TextArtSettings.txtLeather": "Leather", - "PE.Views.TextArtSettings.txtNoBorders": "No Line", + "PE.Views.TextArtSettings.txtNoBorders": "Sem linha", "PE.Views.TextArtSettings.txtPapyrus": "Papyrus", "PE.Views.TextArtSettings.txtWood": "Wood", "PE.Views.Toolbar.capAddSlide": "Adicionar slide", @@ -2569,10 +2569,10 @@ "PE.Views.Toolbar.textAlignRight": "Alinhar texto à direita", "PE.Views.Toolbar.textAlignTop": "Alinhar texto à parte superior", "PE.Views.Toolbar.textAlpha": "Letra grega pequena Alfa", - "PE.Views.Toolbar.textArrangeBack": "Enviar para plano de fundo", - "PE.Views.Toolbar.textArrangeBackward": "Enviar para trás", - "PE.Views.Toolbar.textArrangeForward": "Trazer para frente", - "PE.Views.Toolbar.textArrangeFront": "Trazer para primeiro plano", + "PE.Views.Toolbar.textArrangeBack": "Enviar Para Segundo Plano", + "PE.Views.Toolbar.textArrangeBackward": "Enviar Para Trás", + "PE.Views.Toolbar.textArrangeForward": "Trazer Para Frente", + "PE.Views.Toolbar.textArrangeFront": "Trazer Para Primeiro Plano", "PE.Views.Toolbar.textBetta": "Letra grega pequena Betta", "PE.Views.Toolbar.textBlackHeart": "Copas", "PE.Views.Toolbar.textBold": "Negrito", @@ -2698,7 +2698,7 @@ "PE.Views.Toolbar.txtDistribVert": "Distribuir verticalmente", "PE.Views.Toolbar.txtDuplicateSlide": "Slide duplicado", "PE.Views.Toolbar.txtGroup": "Grupo", - "PE.Views.Toolbar.txtObjectsAlign": "Alinhar Objetos Selecionados", + "PE.Views.Toolbar.txtObjectsAlign": "Alinhar objetos selecionados", "PE.Views.Toolbar.txtScheme1": "Office", "PE.Views.Toolbar.txtScheme10": "Mediana", "PE.Views.Toolbar.txtScheme11": "Metro", @@ -2737,14 +2737,14 @@ "PE.Views.Transitions.textFade": "Esmaecer", "PE.Views.Transitions.textHorizontalIn": "Horizontal para dentro", "PE.Views.Transitions.textHorizontalOut": "Horizontal para fora", - "PE.Views.Transitions.textLeft": "Esquerda", + "PE.Views.Transitions.textLeft": "Da esquerda", "PE.Views.Transitions.textMorph": "Morfologia", "PE.Views.Transitions.textMorphLetters": "Cartas", "PE.Views.Transitions.textMorphObjects": "Objetos", "PE.Views.Transitions.textMorphWord": "Palavras", "PE.Views.Transitions.textNone": "Nenhum", "PE.Views.Transitions.textPush": "Empurrar", - "PE.Views.Transitions.textRight": "Direita", + "PE.Views.Transitions.textRight": "Da direita", "PE.Views.Transitions.textSmoothly": "Suavemente", "PE.Views.Transitions.textSplit": "Dividir", "PE.Views.Transitions.textTop": "Parte superior", diff --git a/apps/presentationeditor/main/locale/ro.json b/apps/presentationeditor/main/locale/ro.json index ae8544a69b..a663052978 100644 --- a/apps/presentationeditor/main/locale/ro.json +++ b/apps/presentationeditor/main/locale/ro.json @@ -473,6 +473,7 @@ "Common.Utils.Metric.txtCm": "cm", "Common.Utils.Metric.txtPt": "pt", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Accent", @@ -608,6 +609,7 @@ "Common.Views.Header.textAddFavorite": "Marcare ca preferat", "Common.Views.Header.textAdvSettings": "Setări avansate", "Common.Views.Header.textBack": "Deschidere locația fișierului", + "Common.Views.Header.textClose": "Închide fișierul", "Common.Views.Header.textCompactView": "Ascundere bară de instrumente", "Common.Views.Header.textHideLines": "Ascundere rigle", "Common.Views.Header.textHideNotes": "Ascunde notele", @@ -1906,6 +1908,7 @@ "PE.Views.DocumentPreview.txtReset": "Resetare", "PE.Views.FileMenu.btnAboutCaption": "Informații", "PE.Views.FileMenu.btnBackCaption": "Deschidere locația fișierului", + "PE.Views.FileMenu.btnCloseEditor": "Închide fișierul", "PE.Views.FileMenu.btnCloseMenuCaption": "Închidere meniu", "PE.Views.FileMenu.btnCreateNewCaption": "Crearea unui document nou", "PE.Views.FileMenu.btnDownloadCaption": "Descărcare ca", @@ -2049,6 +2052,7 @@ "PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Introduceți textul sfatului aici", "PE.Views.HyperlinkSettingsDialog.textExternalLink": "Link extern", "PE.Views.HyperlinkSettingsDialog.textInternalLink": "Diapozitivul din această prezentare", + "PE.Views.HyperlinkSettingsDialog.textSelectFile": "Selectare fișier", "PE.Views.HyperlinkSettingsDialog.textSlides": "Diapozitive", "PE.Views.HyperlinkSettingsDialog.textTipText": "Text SfatEcran", "PE.Views.HyperlinkSettingsDialog.textTitle": "Setări hyperlink", @@ -2060,6 +2064,7 @@ "PE.Views.HyperlinkSettingsDialog.txtPrev": "Diapozitivul anterior", "PE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Acest câmp poate conține maxim 2083 caractere", "PE.Views.HyperlinkSettingsDialog.txtSlide": "Diapozitiv", + "PE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Introduceți adresa web sau selectați fișier", "PE.Views.ImageSettings.textAdvanced": "Afișare setări avansate", "PE.Views.ImageSettings.textCrop": "Trunchiere", "PE.Views.ImageSettings.textCropFill": "Umplere", @@ -2317,7 +2322,10 @@ "PE.Views.SignatureSettings.txtRemoveWarning": "Doriți să eliminați aceasta semnătura?
Va fi imposibil să anulați acțiunea.", "PE.Views.SignatureSettings.txtSigned": "Semnături valide au fost adăugate în prezentarea. Prezentarea este protejată împotriva editării.", "PE.Views.SignatureSettings.txtSignedInvalid": "O parte din semnături electronice din prezentarea nu sunt valide sau nu pot fi verificate. Prezentarea este protejată împotriva editării.", + "PE.Views.SlideSettings.strApplyAllSlides": "Aplicarea la toate diapozitivele ", "PE.Views.SlideSettings.strBackground": "Culoare de fundal", + "PE.Views.SlideSettings.strBackgroundGraphics": "Afișare ilustrații de fundal", + "PE.Views.SlideSettings.strBackgroundReset": "Resetare fundal", "PE.Views.SlideSettings.strColor": "Culoare", "PE.Views.SlideSettings.strDateTime": "Afișare data și ora", "PE.Views.SlideSettings.strFill": "Fundal", @@ -2683,6 +2691,7 @@ "PE.Views.Toolbar.tipPrint": "Imprimare", "PE.Views.Toolbar.tipPrintQuick": "Imprimare rapidă", "PE.Views.Toolbar.tipRedo": "Refacere", + "PE.Views.Toolbar.tipReplace": "Înlocuire", "PE.Views.Toolbar.tipSave": "Salvează", "PE.Views.Toolbar.tipSaveCoauth": "Salvați modificările dvs. ca alți utilizatorii să le vadă.", "PE.Views.Toolbar.tipSelectAll": "Selectare totală", diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index 4ed4c2659a..86d17c6f8b 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -473,6 +473,7 @@ "Common.Utils.Metric.txtCm": "см", "Common.Utils.Metric.txtPt": "пт", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Акцент", @@ -608,6 +609,7 @@ "Common.Views.Header.textAddFavorite": "Добавить в избранное", "Common.Views.Header.textAdvSettings": "Дополнительные параметры", "Common.Views.Header.textBack": "Открыть расположение файла", + "Common.Views.Header.textClose": "Закрыть файл", "Common.Views.Header.textCompactView": "Скрыть панель инструментов", "Common.Views.Header.textHideLines": "Скрыть линейки", "Common.Views.Header.textHideNotes": "Скрыть заметки", @@ -1906,6 +1908,7 @@ "PE.Views.DocumentPreview.txtReset": "Сброс", "PE.Views.FileMenu.btnAboutCaption": "О программе", "PE.Views.FileMenu.btnBackCaption": "Открыть расположение файла", + "PE.Views.FileMenu.btnCloseEditor": "Закрыть файл", "PE.Views.FileMenu.btnCloseMenuCaption": "Закрыть меню", "PE.Views.FileMenu.btnCreateNewCaption": "Создать новую", "PE.Views.FileMenu.btnDownloadCaption": "Скачать как", @@ -2049,6 +2052,7 @@ "PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Введите здесь подсказку", "PE.Views.HyperlinkSettingsDialog.textExternalLink": "Внешняя ссылка", "PE.Views.HyperlinkSettingsDialog.textInternalLink": "Слайд в этой презентации", + "PE.Views.HyperlinkSettingsDialog.textSelectFile": "Выбрать файл", "PE.Views.HyperlinkSettingsDialog.textSlides": "Слайды", "PE.Views.HyperlinkSettingsDialog.textTipText": "Текст подсказки", "PE.Views.HyperlinkSettingsDialog.textTitle": "Параметры гиперссылки", @@ -2060,6 +2064,7 @@ "PE.Views.HyperlinkSettingsDialog.txtPrev": "Предыдущий слайд", "PE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Это поле может содержать не более 2083 символов", "PE.Views.HyperlinkSettingsDialog.txtSlide": "Слайд", + "PE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Введите веб-адрес или выберите файл", "PE.Views.ImageSettings.textAdvanced": "Дополнительные параметры", "PE.Views.ImageSettings.textCrop": "Обрезать", "PE.Views.ImageSettings.textCropFill": "Заливка", @@ -2317,7 +2322,10 @@ "PE.Views.SignatureSettings.txtRemoveWarning": "Вы хотите удалить эту подпись?
Это нельзя отменить.", "PE.Views.SignatureSettings.txtSigned": "В презентацию добавлены действительные подписи. Презентация защищена от редактирования.", "PE.Views.SignatureSettings.txtSignedInvalid": "Некоторые из цифровых подписей в презентации недействительны или их нельзя проверить. Презентация защищена от редактирования.", + "PE.Views.SlideSettings.strApplyAllSlides": "Применить ко всем слайдам", "PE.Views.SlideSettings.strBackground": "Цвет фона", + "PE.Views.SlideSettings.strBackgroundGraphics": "Показать фоновую графику", + "PE.Views.SlideSettings.strBackgroundReset": "Сбросить фон", "PE.Views.SlideSettings.strColor": "Цвет", "PE.Views.SlideSettings.strDateTime": "Показывать дату и время", "PE.Views.SlideSettings.strFill": "Фон", @@ -2683,6 +2691,7 @@ "PE.Views.Toolbar.tipPrint": "Печать", "PE.Views.Toolbar.tipPrintQuick": "Быстрая печать", "PE.Views.Toolbar.tipRedo": "Повторить", + "PE.Views.Toolbar.tipReplace": "Заменить", "PE.Views.Toolbar.tipSave": "Сохранить", "PE.Views.Toolbar.tipSaveCoauth": "Сохраните свои изменения, чтобы другие пользователи их увидели.", "PE.Views.Toolbar.tipSelectAll": "Выделить всё", diff --git a/apps/presentationeditor/main/locale/vi.json b/apps/presentationeditor/main/locale/vi.json index 899a6c56e3..718a495750 100644 --- a/apps/presentationeditor/main/locale/vi.json +++ b/apps/presentationeditor/main/locale/vi.json @@ -5,14 +5,20 @@ "Common.Controllers.ExternalDiagramEditor.textClose": "Đóng", "Common.Controllers.ExternalDiagramEditor.warningText": "Đối tượng bị vô hiệu vì nó đang được chỉnh sửa bởi một người dùng khác.", "Common.Controllers.ExternalDiagramEditor.warningTitle": "Cảnh báo", + "Common.Controllers.ExternalOleEditor.textAnonymous": "Ẩn danh", + "Common.Controllers.ExternalOleEditor.warningText": "Đối tượng bị vô hiệu vì nó đang được chỉnh sửa bởi một người dùng khác.", "Common.define.chartData.textArea": "Vùng", "Common.define.chartData.textBar": "Gạch", + "Common.define.chartData.textBarNormal3dPerspective": "Cột 3-D", "Common.define.chartData.textColumn": "Cột", "Common.define.chartData.textLine": "Đường kẻ", + "Common.define.chartData.textLine3d": "Đường 3-D", "Common.define.chartData.textPie": "Hình bánh", "Common.define.chartData.textPoint": "XY (Phân tán)", "Common.define.chartData.textStock": "Cổ phiếu", "Common.define.chartData.textSurface": "Bề mặt", + "Common.define.effectData.textPointStar4": "Sao 4 cánh", + "Common.Translation.tipFileReadOnly": "Tệp này chỉ có thể đọc. Để giữ các thay đổi, lưu tệp dưới một tên khác hoặc ở vị trí khác", "Common.UI.ButtonColored.textNewColor": "Màu tùy chỉnh", "Common.UI.ComboBorderSize.txtNoBorders": "Không viền", "Common.UI.ComboBorderSizeEditable.txtNoBorders": "Không viền", @@ -49,6 +55,7 @@ "Common.UI.Window.yesButtonText": "Có", "Common.Utils.Metric.txtCm": "cm", "Common.Utils.Metric.txtPt": "pt", + "Common.Utils.ThemeColor.txtaccent": "Dấu phụ", "Common.Views.About.txtAddress": "địa chỉ:", "Common.Views.About.txtLicensee": "NGƯỜI ĐƯỢC CẤP GIẤY PHÉP", "Common.Views.About.txtLicensor": "NGƯỜI CẤP GIẤY PHÉP", @@ -56,11 +63,13 @@ "Common.Views.About.txtPoweredBy": "Được hỗ trợ bởi", "Common.Views.About.txtTel": "ĐT.: ", "Common.Views.About.txtVersion": "Phiên bản", + "Common.Views.AutoCorrectDialog.textAdd": "thêm", "Common.Views.Chat.textSend": "Gửi", "Common.Views.Comments.textAdd": "Thêm", "Common.Views.Comments.textAddComment": "Thêm bình luận", "Common.Views.Comments.textAddCommentToDoc": "Thêm bình luận vào tài liệu", "Common.Views.Comments.textAddReply": "Thêm Trả lời", + "Common.Views.Comments.textAll": "Tất cả", "Common.Views.Comments.textAnonym": "Khách", "Common.Views.Comments.textCancel": "Hủy", "Common.Views.Comments.textClose": "Đóng", @@ -72,6 +81,7 @@ "Common.Views.Comments.textReply": "Trả lời", "Common.Views.Comments.textResolve": "Giải quyết", "Common.Views.Comments.textResolved": "Đã giải quyết", + "Common.Views.Comments.txtEmpty": "Không có nhận xét nào trong tài liệu", "Common.Views.CopyWarningDialog.textDontShow": "Không hiển thị lại thông báo này", "Common.Views.CopyWarningDialog.textMsg": "Sao chép, cắt và dán bằng cách sử dụng các nút trên thanh công cụ của trình soạn thảo và các tác vụ trình đơn ngữ cảnh sẽ chỉ được thực hiện trong tab trình soạn thảo này.

Để sao chép hoặc dán vào hoặc từ các ứng dụng bên ngoài tab trình soạn thảo sử dụng các kết hợp bàn phím sau đây:", "Common.Views.CopyWarningDialog.textTitle": "Sao chép, Cắt và Dán", @@ -121,7 +131,9 @@ "Common.Views.Plugins.textStart": "Bắt đầu", "Common.Views.Plugins.textStop": "Dừng", "Common.Views.Plugins.textTheListOfBackgroundPlugins": "Danh sách (các) phần bổ trợ chạy trong nền", + "Common.Views.Protection.hintDelPwd": "Xóa mật khẩu", "Common.Views.Protection.hintSignature": "Thêm chữ ký số hoặc dòng chứ ký", + "Common.Views.Protection.txtDeletePwd": "Xóa mật khẩu", "Common.Views.Protection.txtInvisibleSignature": "Thêm chữ ký số", "Common.Views.RenameDialog.textName": "Tên file", "Common.Views.RenameDialog.txtInvalidName": "Tên file không được chứa bất kỳ ký tự nào sau đây:", @@ -130,9 +142,13 @@ "Common.Views.ReviewChanges.txtAcceptAll": "Chấp nhận mọi thay đổi", "Common.Views.ReviewChanges.txtAcceptChanges": "Chấp nhận thay đổi", "Common.Views.ReviewChanges.txtAcceptCurrent": "Chấp nhận thay đổi hiện tại", + "Common.Views.ReviewChanges.txtCommentRemMyCurrent": "Xóa nhận xét hiện tại của tôi", + "Common.Views.ReviewPopover.textAdd": "thêm", "PE.Controllers.LeftMenu.newDocumentTitle": "Bản trình chiếu không tên", "PE.Controllers.LeftMenu.requestEditRightsText": "Yêu cầu quyền chỉnh sửa...", "PE.Controllers.LeftMenu.textNoTextFound": "Không thể tìm thấy dữ liệu bạn đang tìm kiếm. Vui lòng điều chỉnh các tùy chọn tìm kiếm của bạn.", + "PE.Controllers.LeftMenu.textReplaceSkipped": "Đã thực hiện thay thế. {0} lần xuất hiện đã bị bỏ qua.", + "PE.Controllers.LeftMenu.textReplaceSuccess": "Đã thực hiện tìm kiếm. Số lần thay thế: {0}", "PE.Controllers.Main.applyChangesTextText": "Đang tải dữ liệu...", "PE.Controllers.Main.applyChangesTitleText": "Đang tải Dữ liệu", "PE.Controllers.Main.convertationTimeoutText": "Đã quá thời gian chờ chuyển đổi.", @@ -148,7 +164,14 @@ "PE.Controllers.Main.errorDatabaseConnection": "Lỗi bên ngoài.
Lỗi kết nối cơ sở dữ liệu. Vui lòng liên hệ bộ phận hỗ trợ trong trường hợp lỗi vẫn còn.", "PE.Controllers.Main.errorDataRange": "Phạm vi dữ liệu không chính xác.", "PE.Controllers.Main.errorDefaultMessage": "Mã lỗi: %1", + "PE.Controllers.Main.errorEditingDownloadas": "Đã xảy ra lỗi trong quá trình làm việc với tài liệu.
Hãy sử dụng tùy chọn 'Tải xuống dưới dạng' để lưu bản sao lưu tệp vào ổ đĩa.", "PE.Controllers.Main.errorFilePassProtect": "Tài liệu được bảo vệ bằng mật khẩu và không thể mở được.", + "PE.Controllers.Main.errorFileSizeExceed": "Kích thước tệp vượt quá giới hạn được đặt cho máy chủ của bạn.
Vui lòng liên hệ với quản trị viên Máy chủ Tài liệu của bạn để biết chi tiết.", + "PE.Controllers.Main.errorInconsistentExt": "Đã xảy ra lỗi khi mở tệp.
Nội dung tệp không khớp với phần mở rộng tệp.", + "PE.Controllers.Main.errorInconsistentExtDocx": "Đã xảy ra lỗi khi mở tệp.
Nội dung tệp tương ứng với tài liệu văn bản (ví dụ: docx), nhưng tệp có phần mở rộng không nhất quán: %1.", + "PE.Controllers.Main.errorInconsistentExtPdf": "Xảy ra lỗi khi mở tệp.
Nội dung tệp tương ứng với một trong các định dạng sau: pdf/djvu/xps/oxps, nhưng tệp có phần mở rộng không nhất quán: %1.", + "PE.Controllers.Main.errorInconsistentExtPptx": "Đã xảy ra lỗi khi mở tệp.
Nội dung tệp tương ứng với bản trình bày (ví dụ: pptx), nhưng tệp có phần mở rộng không nhất quán: %1.", + "PE.Controllers.Main.errorInconsistentExtXlsx": "Đã xảy ra lỗi khi mở tệp.
Nội dung tệp tương ứng với bảng tính (ví dụ: xlsx), nhưng tệp có phần mở rộng không nhất quán: %1.", "PE.Controllers.Main.errorKeyEncrypt": "Key descriptor không xác định", "PE.Controllers.Main.errorKeyExpire": "Key của descriptor đã hết hạn", "PE.Controllers.Main.errorProcessSaveResult": "Lưu không thành công.", @@ -188,6 +211,7 @@ "PE.Controllers.Main.saveErrorText": "Xảy ra lỗi khi lưu file", "PE.Controllers.Main.saveTextText": "Đang lưu bản trình chiếu...", "PE.Controllers.Main.saveTitleText": "Đang lưu bản trình chiếu", + "PE.Controllers.Main.scriptLoadError": "Kết nối quá chậm, không thể tải một số thành phần. Vui lòng tải lại trang.", "PE.Controllers.Main.splitDividerErrorText": "Số hàng phải là ước của %1.", "PE.Controllers.Main.splitMaxColsErrorText": "Số cột phải nhỏ hơn %1.", "PE.Controllers.Main.splitMaxRowsErrorText": "Số hàng phải nhỏ hơn %1.", @@ -202,6 +226,7 @@ "PE.Controllers.Main.textStrict": "Chế độ nghiêm ngặt", "PE.Controllers.Main.textText": "Văn bản", "PE.Controllers.Main.textTryUndoRedo": "Các chức năng Hoàn tác/Làm lại bị vô hiệu hóa cho chế độ đồng chỉnh sửa Nhanh.
Nhấp vào nút 'Chế độ nghiêm ngặt' để chuyển sang chế độ đồng chỉnh sửa Nghiêm ngặt để chỉnh sửa các file mà không có sự can thiệp của người dùng khác và gửi các thay đổi của bạn chỉ sau khi bạn đã lưu. Bạn có thể chuyển đổi giữa các chế độ đồng chỉnh sửa bằng cách sử dụng Cài đặt Nâng cao trình biên tập.", + "PE.Controllers.Main.textTryUndoRedoWarn": "Chức năng Hoàn tác/Làm lại bị vô hiệu hóa cho chế độ đồng chỉnh sửa Nhanh.", "PE.Controllers.Main.titleLicenseExp": "Giấy phép hết hạn", "PE.Controllers.Main.titleServerVersion": "Đã cập nhật trình chỉnh sửa", "PE.Controllers.Main.txtArt": "Văn bản của bạn ở đây", @@ -227,6 +252,9 @@ "PE.Controllers.Main.txtRectangles": "Hình chữ nhật", "PE.Controllers.Main.txtSeries": "Chuỗi", "PE.Controllers.Main.txtShape_pie": "Hình bánh", + "PE.Controllers.Main.txtShape_star10": "Sao 10 cánh", + "PE.Controllers.Main.txtShape_star12": "Sao 12 cánh", + "PE.Controllers.Main.txtShape_star4": "Sao 4 cánh", "PE.Controllers.Main.txtSldLtTBlank": "Trống", "PE.Controllers.Main.txtSldLtTChart": "Biểu đồ", "PE.Controllers.Main.txtSldLtTChartAndTx": "Biểu đồ và Văn bản", @@ -283,6 +311,8 @@ "PE.Controllers.Main.warnLicenseExp": "Giấy phép của bạn đã hết hạn.
Vui lòng cập nhật giấy phép và làm mới trang.", "PE.Controllers.Main.warnNoLicense": "Bạn đang sử dụng phiên bản nguồn mở của %1. Phiên bản có giới hạn các kết nối đồng thời với server tài liệu (20 kết nối cùng một lúc).
Nếu bạn cần thêm, hãy cân nhắc mua giấy phép thương mại.", "PE.Controllers.Main.warnProcessRightsChange": "Bạn đã bị từ chối quyền chỉnh sửa file này.", + "PE.Controllers.Search.textNoTextFound": "Không thể tìm thấy dữ liệu bạn đang tìm kiếm. Vui lòng điều chỉnh các tùy chọn tìm kiếm của bạn.", + "PE.Controllers.Search.textReplaceSkipped": "Đã thực hiện thay thế. {0} lần xuất hiện đã bị bỏ qua.", "PE.Controllers.Statusbar.zoomText": "Thu phóng {0}%", "PE.Controllers.Toolbar.confirmAddFontName": "Phông chữ bạn sẽ lưu không có sẵn trên thiết bị hiện tại.
Kiểu văn bản sẽ được hiển thị bằng một trong các phông chữ hệ thống, phông chữ đã lưu sẽ được sử dụng khi có sẵn.
Bạn có muốn tiếp tục?", "PE.Controllers.Toolbar.textAccent": "Dấu phụ", @@ -616,6 +646,8 @@ "PE.Controllers.Toolbar.txtSymbol_vdots": "Chấm lửng dọc", "PE.Controllers.Toolbar.txtSymbol_xsi": "Xi", "PE.Controllers.Toolbar.txtSymbol_zeta": "Zeta", + "PE.Views.Animation.str1": "1 giây (nhanh)", + "PE.Views.Animation.txtAnimationPane": "Ngăn Hoạt hình", "PE.Views.ChartSettings.textAdvanced": "Hiển thị Cài đặt Nâng cao", "PE.Views.ChartSettings.textChartType": "Thay đổi Loại biểu đồ", "PE.Views.ChartSettings.textEditData": "Chỉnh sửa Dữ liệu", @@ -876,6 +908,7 @@ "PE.Views.ImageSettingsAdvanced.textAltDescription": "Mô tả", "PE.Views.ImageSettingsAdvanced.textAltTip": "Miêu tả thay thế dưới dạng văn bản thông tin đối tượng trực quan, sẽ được đọc cho những người bị suy giảm thị lực hoặc nhận thức để giúp họ hiểu rõ hơn về những thông tin có trong hình ảnh, autoshape, biểu đồ hoặc bảng.", "PE.Views.ImageSettingsAdvanced.textAltTitle": "Tiêu đề", + "PE.Views.ImageSettingsAdvanced.textAngle": "Góc", "PE.Views.ImageSettingsAdvanced.textHeight": "Chiều cao", "PE.Views.ImageSettingsAdvanced.textKeepRatio": "Tỷ lệ không đổi", "PE.Views.ImageSettingsAdvanced.textOriginalSize": "Kích thước mặc định", @@ -945,6 +978,7 @@ "PE.Views.ShapeSettings.strTransparency": "Độ mờ", "PE.Views.ShapeSettings.strType": "Loại", "PE.Views.ShapeSettings.textAdvanced": "Hiển thị Cài đặt Nâng cao", + "PE.Views.ShapeSettings.textAngle": "Góc", "PE.Views.ShapeSettings.textBorderSizeErr": "Giá trị đã nhập không chính xác.
Nhập một giá trị từ thuộc từ 0 pt đến 1584 pt.", "PE.Views.ShapeSettings.textColor": "Đổ màu", "PE.Views.ShapeSettings.textDirection": "Hướng", @@ -982,6 +1016,7 @@ "PE.Views.ShapeSettingsAdvanced.textAltDescription": "Mô tả", "PE.Views.ShapeSettingsAdvanced.textAltTip": "Miêu tả thay thế dưới dạng văn bản thông tin đối tượng trực quan, sẽ được đọc cho những người bị suy giảm thị lực hoặc nhận thức để giúp họ hiểu rõ hơn về những thông tin có trong hình ảnh, autoshape, biểu đồ hoặc bảng.", "PE.Views.ShapeSettingsAdvanced.textAltTitle": "Tiêu đề", + "PE.Views.ShapeSettingsAdvanced.textAngle": "Góc", "PE.Views.ShapeSettingsAdvanced.textArrows": "Mũi tên", "PE.Views.ShapeSettingsAdvanced.textBeginSize": "Kích thước khởi đầu", "PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Kiểu khởi đầu", @@ -1116,6 +1151,7 @@ "PE.Views.TableSettings.tipRight": "Chỉ đặt viền ngoài bên phải", "PE.Views.TableSettings.tipTop": "Chỉ đặt viền ngoài trên cùng", "PE.Views.TableSettings.txtNoBorders": "Không viền", + "PE.Views.TableSettings.txtTable_Accent": "Dấu phụ", "PE.Views.TableSettingsAdvanced.textAlt": "Văn bản thay thế", "PE.Views.TableSettingsAdvanced.textAltDescription": "Mô tả", "PE.Views.TableSettingsAdvanced.textAltTip": "Miêu tả thay thế dưới dạng văn bản thông tin đối tượng trực quan, sẽ được đọc cho những người bị suy giảm thị lực hoặc nhận thức để giúp họ hiểu rõ hơn về những thông tin có trong hình ảnh, autoshape, biểu đồ hoặc bảng.", @@ -1216,6 +1252,7 @@ "PE.Views.Toolbar.textStrikeout": "Gạch bỏ", "PE.Views.Toolbar.textSubscript": "Chỉ số dưới", "PE.Views.Toolbar.textSuperscript": "Chỉ số trên", + "PE.Views.Toolbar.textTabAnimation": "Hoạt hình", "PE.Views.Toolbar.textTabFile": "File", "PE.Views.Toolbar.textTabHome": "Trang chủ", "PE.Views.Toolbar.textTabInsert": "Chèn", diff --git a/apps/presentationeditor/main/locale/zh.json b/apps/presentationeditor/main/locale/zh.json index 78f947d9a2..f2a71ed6a1 100644 --- a/apps/presentationeditor/main/locale/zh.json +++ b/apps/presentationeditor/main/locale/zh.json @@ -473,6 +473,7 @@ "Common.Utils.Metric.txtCm": "厘米", "Common.Utils.Metric.txtPt": "点", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "转移", "Common.Utils.ThemeColor.txtaccent": "强调", @@ -608,6 +609,7 @@ "Common.Views.Header.textAddFavorite": "标记为收藏", "Common.Views.Header.textAdvSettings": "高级设置", "Common.Views.Header.textBack": "打开文件所在位置", + "Common.Views.Header.textClose": "关闭文件", "Common.Views.Header.textCompactView": "隐藏工具栏", "Common.Views.Header.textHideLines": "隐藏标尺", "Common.Views.Header.textHideNotes": "隐藏注释", @@ -1906,6 +1908,7 @@ "PE.Views.DocumentPreview.txtReset": "重置", "PE.Views.FileMenu.btnAboutCaption": "关于", "PE.Views.FileMenu.btnBackCaption": "打开文件所在位置", + "PE.Views.FileMenu.btnCloseEditor": "关闭文件", "PE.Views.FileMenu.btnCloseMenuCaption": "关闭菜单", "PE.Views.FileMenu.btnCreateNewCaption": "新建", "PE.Views.FileMenu.btnDownloadCaption": "下载为", @@ -1949,7 +1952,7 @@ "PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "更改访问权限", "PE.Views.FileMenuPanels.DocumentRights.txtRights": "拥有权限的人", "PE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "警告", - "PE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "带密码", + "PE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "用密码", "PE.Views.FileMenuPanels.ProtectDoc.strProtect": "保护演示文稿", "PE.Views.FileMenuPanels.ProtectDoc.strSignature": "带签名", "PE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "有效签名已添加到演示文稿中
演示文稿已受到编辑保护。", @@ -2049,6 +2052,7 @@ "PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "在这里输入工具提示", "PE.Views.HyperlinkSettingsDialog.textExternalLink": "外部链接", "PE.Views.HyperlinkSettingsDialog.textInternalLink": "本演示文稿中的幻灯片", + "PE.Views.HyperlinkSettingsDialog.textSelectFile": "选择文件", "PE.Views.HyperlinkSettingsDialog.textSlides": "幻灯片", "PE.Views.HyperlinkSettingsDialog.textTipText": "屏幕提示文字", "PE.Views.HyperlinkSettingsDialog.textTitle": "超链接设置", @@ -2060,6 +2064,7 @@ "PE.Views.HyperlinkSettingsDialog.txtPrev": "上一张幻灯片", "PE.Views.HyperlinkSettingsDialog.txtSizeLimit": "此字段限制为2083个字符", "PE.Views.HyperlinkSettingsDialog.txtSlide": "幻灯片", + "PE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "输入网址或选择文件", "PE.Views.ImageSettings.textAdvanced": "显示高级设置", "PE.Views.ImageSettings.textCrop": "裁剪", "PE.Views.ImageSettings.textCropFill": "填入", @@ -2317,7 +2322,10 @@ "PE.Views.SignatureSettings.txtRemoveWarning": "您想删除此签名吗?
这一操作无法被撤销。", "PE.Views.SignatureSettings.txtSigned": "有效签名已添加到演示文稿中。演示文稿已受到编辑保护。", "PE.Views.SignatureSettings.txtSignedInvalid": "演示文稿中的某些数字签名无效或无法验证。演示文稿受到保护,不受编辑。", + "PE.Views.SlideSettings.strApplyAllSlides": "应用于所有幻灯片", "PE.Views.SlideSettings.strBackground": "背景颜色", + "PE.Views.SlideSettings.strBackgroundGraphics": "显示背景图像", + "PE.Views.SlideSettings.strBackgroundReset": "重置背景", "PE.Views.SlideSettings.strColor": "颜色", "PE.Views.SlideSettings.strDateTime": "显示日期和时间", "PE.Views.SlideSettings.strFill": "背景", @@ -2683,6 +2691,7 @@ "PE.Views.Toolbar.tipPrint": "打印", "PE.Views.Toolbar.tipPrintQuick": "快速打印", "PE.Views.Toolbar.tipRedo": "重做", + "PE.Views.Toolbar.tipReplace": "替换", "PE.Views.Toolbar.tipSave": "保存", "PE.Views.Toolbar.tipSaveCoauth": "保存您的更改以供其他用户查看", "PE.Views.Toolbar.tipSelectAll": "全选", diff --git a/apps/spreadsheeteditor/embed/locale/en.json b/apps/spreadsheeteditor/embed/locale/en.json index e3b5dee682..31e972d9bd 100644 --- a/apps/spreadsheeteditor/embed/locale/en.json +++ b/apps/spreadsheeteditor/embed/locale/en.json @@ -15,6 +15,7 @@ "SSE.ApplicationController.downloadTextText": "Downloading spreadsheet...", "SSE.ApplicationController.errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please contact your Document Server administrator.", "SSE.ApplicationController.errorDefaultMessage": "Error code: %1", + "SSE.ApplicationController.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as' option to save the file backup copy to a drive.", "SSE.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", "SSE.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", "SSE.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", @@ -42,7 +43,6 @@ "SSE.ApplicationController.waitText": "Please, wait...", "SSE.ApplicationController.warnLicenseBefore": "License not active. Please contact your administrator.", "SSE.ApplicationController.warnLicenseExp": "Your license has expired. Please update your license and refresh the page.", - "SSE.ApplicationController.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as' option to save the file backup copy to a drive.", "SSE.ApplicationView.txtDownload": "Download", "SSE.ApplicationView.txtEmbed": "Embed", "SSE.ApplicationView.txtFileLocation": "Open file location", diff --git a/apps/spreadsheeteditor/embed/locale/ru.json b/apps/spreadsheeteditor/embed/locale/ru.json index 3c2ebd94e3..da06985800 100644 --- a/apps/spreadsheeteditor/embed/locale/ru.json +++ b/apps/spreadsheeteditor/embed/locale/ru.json @@ -15,6 +15,7 @@ "SSE.ApplicationController.downloadTextText": "Загрузка таблицы...", "SSE.ApplicationController.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.
Пожалуйста, обратитесь к администратору Сервера документов.", "SSE.ApplicationController.errorDefaultMessage": "Код ошибки: %1", + "SSE.ApplicationController.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать как', чтобы сохранить резервную копию файла на диск.", "SSE.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", "SSE.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", "SSE.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", diff --git a/apps/spreadsheeteditor/embed/locale/sr.json b/apps/spreadsheeteditor/embed/locale/sr.json index 56f5fbf096..3bd23c76d1 100644 --- a/apps/spreadsheeteditor/embed/locale/sr.json +++ b/apps/spreadsheeteditor/embed/locale/sr.json @@ -4,7 +4,7 @@ "common.view.modals.txtHeight": "Visina", "common.view.modals.txtIncorrectPwd": "Lozinka je netačna", "common.view.modals.txtOpenFile": "Unesi lozinku da otvoriš fajl", - "common.view.modals.txtShare": "Podeli Link", + "common.view.modals.txtShare": "Podeli link", "common.view.modals.txtTitleProtected": "Zaštićen fajl", "common.view.modals.txtWidth": "Širina ", "common.view.SearchBar.textFind": "Pronađi", @@ -45,7 +45,7 @@ "SSE.ApplicationView.txtDownload": "Preuzmi", "SSE.ApplicationView.txtEmbed": "Ugradi", "SSE.ApplicationView.txtFileLocation": "Otvori fajl lokaciju", - "SSE.ApplicationView.txtFullScreen": "Prikaz Celog Ekrana", + "SSE.ApplicationView.txtFullScreen": "Prikaz celog ekrana", "SSE.ApplicationView.txtPrint": "Štampaj", "SSE.ApplicationView.txtSearch": "Pretraži", "SSE.ApplicationView.txtShare": "Podeli" diff --git a/apps/spreadsheeteditor/main/locale/ar.json b/apps/spreadsheeteditor/main/locale/ar.json index 0fafe04dda..a7208ba515 100644 --- a/apps/spreadsheeteditor/main/locale/ar.json +++ b/apps/spreadsheeteditor/main/locale/ar.json @@ -3456,14 +3456,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "عنوان النطاق يجب أن يبتدأ بحرف و أن يحتوي فقط على أحرف أو أرقام أو فراغات", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "خطأ! نطاق الخلايا غير صحيح", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "تحديد البيانات", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "إضافة مستخدم", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "حذف المستخدم", "SSE.Views.ProtectedRangesEditDlg.textYou": "أنت", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "هذا الحقل مطلوب", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "حماية", "SSE.Views.ProtectedRangesEditDlg.txtRange": "نطاق", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "العنوان", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "من يستطيع التعديل", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "أنت فقط من يستطيع تعديل هذا النطاق", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "ابدأ بكتابة اسم أو بريد الكتروني", "SSE.Views.ProtectedRangesManagerDlg.guestText": "زائر", @@ -3478,7 +3475,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "نطاق", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "تستطيع تقييد نطاقات التعديل المقيدة للأشخاص المحددين.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "العنوان", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "تستطيع", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "يقوم مستخدم آخر بتعديل هذا العنصر.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "تعديل", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "تعديل النطاق", diff --git a/apps/spreadsheeteditor/main/locale/be.json b/apps/spreadsheeteditor/main/locale/be.json index e6bd614056..d5ca62fd11 100644 --- a/apps/spreadsheeteditor/main/locale/be.json +++ b/apps/spreadsheeteditor/main/locale/be.json @@ -3271,14 +3271,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Назва дыяпазону мусіць пачынацца з літары і можа змяшчаць толькі літары, лічбы і прагалы.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ПАМЫЛКА! Хібны дыяпазон ячэек", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Абраць даныя", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Дадаць карыстальніка", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Выдаліць карыстальніка", "SSE.Views.ProtectedRangesEditDlg.textYou": "вы", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Гэтае поле неабходна запоўніць", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Абараніць", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Дыяпазон", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Назва", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Хто можа рэдагаваць", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Толькі вы можаце рэдагаваць гэты дыяпазон", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Пачніце ўводзіць імя або адрас электроннай пошты", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Госць", @@ -3293,7 +3290,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Дыяпазон", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Вы можаце абмежаваць абраным людзям магчымасць рэдагавання дыяпазонаў.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Назва", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Вы можаце", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Гэты элемент рэдагуецца іншым карыстальнікам.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Рэдагаваць", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Рэдагаваць дыяпазон", diff --git a/apps/spreadsheeteditor/main/locale/ca.json b/apps/spreadsheeteditor/main/locale/ca.json index 87dbdc34be..b39960009a 100644 --- a/apps/spreadsheeteditor/main/locale/ca.json +++ b/apps/spreadsheeteditor/main/locale/ca.json @@ -3333,14 +3333,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "El títol de l'interval ha de començar amb una lletra i només pot contenir lletres, números i espais.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ERROR! L'interval de cel·les no és vàlid", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Seleccionar dades", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Afegeix usuari", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Suprimir l'usuari", "SSE.Views.ProtectedRangesEditDlg.textYou": "tu", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Aquest camp és necessari", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Protegir", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Interval", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Títol", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Qui pot editar", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Només tu pots editar aquest interval", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Comença a escriure el nom o el correu electrònic", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Convidat", @@ -3355,7 +3352,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Interval", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Pots restringir els intervals d'edició a les persones seleccionades.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Títol", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Tu pots", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Un altre usuari està editant aquest element.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Editar", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Editar l'interval", diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json index c04b4500d5..0bb04853ae 100644 --- a/apps/spreadsheeteditor/main/locale/cs.json +++ b/apps/spreadsheeteditor/main/locale/cs.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Název musí začínat písmenem a musí obsahovat pouze písmena, čísla nebo mezery.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "CHYBA! Neplatný rozsah buněk", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Vybrat data", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Přidat uživatele", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Smazat uživatele", "SSE.Views.ProtectedRangesEditDlg.textYou": "Vy", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Toto pole je povinné", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Zabezpečení", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Rozsah", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Název", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Kdo může editovat", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Tento rozsah můžete upravovat pouze vy.", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Začněte psát jméno nebo e-mail", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Návštěvník", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Rozsah", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Můžete omezit právo editace rozsahů na vybrané osoby. ", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Název", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Vy můžete", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Prvek je upravován jiným uživatelem.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Upravit", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Upravit rozsah", diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json index c9ca54e526..785321f9b0 100644 --- a/apps/spreadsheeteditor/main/locale/de.json +++ b/apps/spreadsheeteditor/main/locale/de.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Der Bereich soll mit einem Buchstaben anfangen und soll nur Buchstaben, Zahlen und Lücken beinhalten.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "FEHLER! Ungültiger Zellenbereich", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Daten auswählen", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Benutzer hinzufügen", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Benutzer löschen", "SSE.Views.ProtectedRangesEditDlg.textYou": "Sie", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Dieses Feld ist erforderlich", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Schützen", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Bereich", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Titel", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Wer kann bearbeiten", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Nur Sie können diesen Bereich bearbeiten", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Beginnen Sie die Eingabe von Name oder E-Mail", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Gast", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Bereich", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Sie können Bearbeitungsbereiche auf ausgewählte Personen beschränken.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Titel", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Sie können", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Das Element wird gerade von einem anderen Benutzer bearbeitet.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Bearbeiten", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Bereich bearbeiten", diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json index 0203772561..c22f9a59a6 100644 --- a/apps/spreadsheeteditor/main/locale/el.json +++ b/apps/spreadsheeteditor/main/locale/el.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Ο τίτλος εύρους πρέπει να ξεκινά με γράμμα και να περιέχει μόνο γράμματα, αριθμούς και διαστήματα.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ΣΦΑΛΜΑ! Μη έγκυρο εύρος κελιών", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Επιλογή δεδομένων", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Προσθήκη χρήστη", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Διαγραφή χρήστη", "SSE.Views.ProtectedRangesEditDlg.textYou": "εσείς", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Αυτό το πεδίο είναι υποχρεωτικό", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Προστασία", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Εύρος", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Τίτλος", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Ποιος μπορεί να επεξεργαστεί", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Μόνο εσείς μπορείτε να επεξεργαστείτε αυτό το εύρος", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Αρχίστε να πληκτρολογείτε όνομα ή email", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Επισκέπτης", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Εύρος", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Μπορείτε να περιορίσετε το εύρος επεξεργασίας σε επιλεγμένα άτομα.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Τίτλος", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Εσείς μπορείτε", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Αυτό το στοιχείο τελεί υπό επεξεργασία από άλλο χρήστη.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Επεξεργασία", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Επεξεργασία εύρους", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index c5f7637a1d..bcc6878b3f 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -447,6 +447,7 @@ "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", "Common.Views.Header.textBack": "Open file location", + "Common.Views.Header.textClose": "Close file", "Common.Views.Header.textCompactView": "Hide Toolbar", "Common.Views.Header.textHideLines": "Hide Rulers", "Common.Views.Header.textHideStatusBar": "Combine sheet and status bars", @@ -473,7 +474,6 @@ "Common.Views.Header.tipViewUsers": "View users and manage document access rights", "Common.Views.Header.txtAccessRights": "Change access rights", "Common.Views.Header.txtRename": "Rename", - "Common.Views.Header.textClose": "Close file", "Common.Views.History.textCloseHistory": "Close History", "Common.Views.History.textHide": "Collapse", "Common.Views.History.textHideAll": "Hide detailed changes", @@ -2533,6 +2533,7 @@ "SSE.Views.FieldSettingsDialog.txtVar": "Var", "SSE.Views.FieldSettingsDialog.txtVarp": "Varp", "SSE.Views.FileMenu.btnBackCaption": "Open File Location", + "SSE.Views.FileMenu.btnCloseEditor": "Close File", "SSE.Views.FileMenu.btnCloseMenuCaption": "Close Menu", "SSE.Views.FileMenu.btnCreateNewCaption": "Create New", "SSE.Views.FileMenu.btnDownloadCaption": "Download As", @@ -2553,7 +2554,6 @@ "SSE.Views.FileMenu.btnSaveCopyAsCaption": "Save Copy As", "SSE.Views.FileMenu.btnSettingsCaption": "Advanced Settings", "SSE.Views.FileMenu.btnToEditCaption": "Edit Spreadsheet", - "SSE.Views.FileMenu.btnCloseEditor": "Close File", "SSE.Views.FileMenuPanels.CreateNew.txtBlank": "Blank Spreadsheet", "SSE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Create New", "SSE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Apply", @@ -3457,25 +3457,22 @@ "SSE.Views.ProtectDialog.txtWBDescription": "To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets and renaming worksheets, you can protect the structure of your workbook with a password.", "SSE.Views.ProtectDialog.txtWBTitle": "Protect workbook structure", "SSE.Views.ProtectedRangesEditDlg.textAnonymous": "Anonymous", + "SSE.Views.ProtectedRangesEditDlg.textAnyone": "Anyone", + "SSE.Views.ProtectedRangesEditDlg.textCanEdit": "Edit", + "SSE.Views.ProtectedRangesEditDlg.textCantView": "Denied", + "SSE.Views.ProtectedRangesEditDlg.textCanView": "View", "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "The range title must begin with a letter and may only contain letters, numbers, and spaces.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ERROR! Invalid cells range", + "SSE.Views.ProtectedRangesEditDlg.textRemove": "Remove", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Select data", - "del_SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Add user", - "del_SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Delete user", "SSE.Views.ProtectedRangesEditDlg.textYou": "you", + "SSE.Views.ProtectedRangesEditDlg.txtAccess": "Access to range", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "This field is required", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Protect", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Range", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Title", - "del_SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Who can edit", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Only you can edit this range", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Start typing name or email", - "SSE.Views.ProtectedRangesEditDlg.textCanEdit": "Edit", - "SSE.Views.ProtectedRangesEditDlg.textCanView": "View", - "SSE.Views.ProtectedRangesEditDlg.textRemove": "Remove", - "SSE.Views.ProtectedRangesEditDlg.textCantView": "Denied", - "SSE.Views.ProtectedRangesEditDlg.textAnyone": "Anyone", - "SSE.Views.ProtectedRangesEditDlg.txtAccess": "Access to range", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Guest", "SSE.Views.ProtectedRangesManagerDlg.lockText": "Locked", "SSE.Views.ProtectedRangesManagerDlg.textDelete": "Delete", @@ -3486,10 +3483,11 @@ "SSE.Views.ProtectedRangesManagerDlg.textNew": "New", "SSE.Views.ProtectedRangesManagerDlg.textProtect": "Protect sheet", "SSE.Views.ProtectedRangesManagerDlg.textRange": "Range", - "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "You can restrict editing or viewing ranges to selected people.", + "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "You can restrict editing ranges to selected people.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Title", - "del_SSE.Views.ProtectedRangesManagerDlg.textYouCan": "You can", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "This element is being edited by another user.", + "SSE.Views.ProtectedRangesManagerDlg.txtAccess": "Access", + "SSE.Views.ProtectedRangesManagerDlg.txtDenied": "Denied", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Edit", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Edit range", "SSE.Views.ProtectedRangesManagerDlg.txtNewRange": "New range", @@ -3497,8 +3495,6 @@ "SSE.Views.ProtectedRangesManagerDlg.txtView": "View", "SSE.Views.ProtectedRangesManagerDlg.warnDelete": "Are you sure you want to delete the protected range {0}?
Anyone who has edit access to the spreadsheet will be able to edit content in the range.", "SSE.Views.ProtectedRangesManagerDlg.warnDeleteRanges": "Are you sure you want to delete the protected ranges?
Anyone who has edit access to the spreadsheet will be able to edit content in those ranges.", - "SSE.Views.ProtectedRangesManagerDlg.txtAccess": "Access", - "SSE.Views.ProtectedRangesManagerDlg.txtDenied": "Denied", "SSE.Views.ProtectRangesDlg.guestText": "Guest", "SSE.Views.ProtectRangesDlg.lockText": "Locked", "SSE.Views.ProtectRangesDlg.textDelete": "Delete", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index 53e98ee829..d767a96870 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "El título del rango debe comenzar con una letra y solo puede contener letras, números y espacios.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "¡ERROR! Rango de celdas no válido", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Seleccionar datos", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Añadir usuario", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Eliminar usuario", "SSE.Views.ProtectedRangesEditDlg.textYou": "usted", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Este campo es obligatorio", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Proteger", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Rango", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Título", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Quién puede editar", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Solo usted puede editar este rango", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Empiece a escribir nombre o correo electrónico", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Invitado", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Rango", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Puede restringir los rangos de edición a las personas seleccionadas.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Título", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Usted puede", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Este elemento lo está editando otro usuario.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Editar", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Editar rango", diff --git a/apps/spreadsheeteditor/main/locale/eu.json b/apps/spreadsheeteditor/main/locale/eu.json index 910d061c36..4267f8aae4 100644 --- a/apps/spreadsheeteditor/main/locale/eu.json +++ b/apps/spreadsheeteditor/main/locale/eu.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Barrutiaren izenburua hizki batekin hasi behar da eta hizkiak, zenbakiak eta zuriuneak soilik izan ditzake.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ERROREA! Gelaxka-barruti baliogabea", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Hautatu datuak", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Gehitu erabiltzailea", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Ezabatu erabiltzailea", "SSE.Views.ProtectedRangesEditDlg.textYou": "zu", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Eremua derrigorrez bete behar da", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Babestu", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Barrutia", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Izenburua", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Nork editatu dezake", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Zuk soilik editatu dezakezu barruti hau", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Hasi izena edo posta elektronikoa idazten", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Gonbidatua", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Barrutia", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Hautatutako jendeak barrutiak editatzea mugatu dezakezu.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Izenburua", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Egin dezakezu", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Elementu hau beste erabiltzaile bat ari da editatzen.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Editatu", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Editatu barrutia", diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index 0a713d64d4..e33dd3072b 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Le titre de la plage doit commencer par une lettre et ne peut contenir que des lettres, des chiffres et des espaces.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ERREUR ! Plage de cellules non valide", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Sélectionner des données", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Ajouter un utilisateur", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Supprimer l'utilisateur", "SSE.Views.ProtectedRangesEditDlg.textYou": "vous", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Ce champ est obligatoire", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Protéger", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Plage", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Titre", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Qui peut modifier", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Cette plage ne peut être modifiée que par vous", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Commencer à taper le nom ou l'e-mail", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Invité", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Plage", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Vous pouvez limiter les plages d'édition aux personnes sélectionnées.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Titre", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Vous pouvez", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Cet élément est en cours de modification par un autre utilisateur.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Modifier", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Modifier la plage", diff --git a/apps/spreadsheeteditor/main/locale/hu.json b/apps/spreadsheeteditor/main/locale/hu.json index e4dc10dd75..2c43080e74 100644 --- a/apps/spreadsheeteditor/main/locale/hu.json +++ b/apps/spreadsheeteditor/main/locale/hu.json @@ -2906,7 +2906,6 @@ "SSE.Views.ProtectDialog.txtWarning": "Figyelem: ha elveszti vagy elfelejti a jelszót, annak visszaállítására nincs mód. Tárolja biztonságos helyen.", "SSE.Views.ProtectDialog.txtWBDescription": "Ha meg szeretné akadályozni, hogy más felhasználók megtekintsék a rejtett munkalapokat, továbbá hozzáadjanak, áthelyezzenek, töröljenek, elrejtsenek, illetve átnevezzenek munkalapokat, jelszóval védheti a munkafüzet szerkezetét.", "SSE.Views.ProtectDialog.txtWBTitle": "Munkafüzet struktúrájának védelme", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Felhasználó hozzáadása", "SSE.Views.ProtectedRangesManagerDlg.textFilterAll": "Minden", "SSE.Views.ProtectedRangesManagerDlg.warnDelete": "Biztosan szeretné törölni a védett tartományt {0}
Bárki akinek van táblázatkezelői jogosultsága szerkesztheti a tartalmat a tartományon belül.", "SSE.Views.ProtectRangesDlg.guestText": "Vendég", diff --git a/apps/spreadsheeteditor/main/locale/hy.json b/apps/spreadsheeteditor/main/locale/hy.json index 6d5ac89d7a..0aad12c137 100644 --- a/apps/spreadsheeteditor/main/locale/hy.json +++ b/apps/spreadsheeteditor/main/locale/hy.json @@ -323,6 +323,7 @@ "Common.Utils.Metric.txtCm": "սմ", "Common.Utils.Metric.txtPt": "կտ", "Common.Utils.String.textAlt": "Alt ստեղն", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl ստեղն", "Common.Utils.String.textShift": "Shift ստեղն", "Common.Utils.ThemeColor.txtaccent": "Շեշտ", @@ -446,6 +447,7 @@ "Common.Views.Header.textAddFavorite": "Նշել որպես հավանած տարբերակ", "Common.Views.Header.textAdvSettings": "Հավելյալ կարգավորումներ", "Common.Views.Header.textBack": "Բացել նիշքի պանակը", + "Common.Views.Header.textClose": "Փակել ֆայլը", "Common.Views.Header.textCompactView": "Թաքցնել գործիքագոտին", "Common.Views.Header.textHideLines": "Թաքցնել քանոնները", "Common.Views.Header.textHideStatusBar": "Միավորել թերթիկը և կարգավիճակի գծերը", @@ -1779,6 +1781,7 @@ "SSE.Controllers.Toolbar.txtTable_TableStyleMedium": "Սեղանի ոճը միջին", "SSE.Controllers.Toolbar.warnLongOperation": "Գործողությունը, որը պատրաստվում եք կատարել, կարող է բավականին շատ ժամանակ պահանջել ավարտելու համար:
Իսկապե՞ս ուզում եք շարունակել:", "SSE.Controllers.Toolbar.warnMergeLostData": "Գործողությունը կարող է ոչնչացնել ընտրված վանդակների տվյալները։
Շարունակե՞լ։", + "SSE.Controllers.Toolbar.warnNoRecommended": "Գծապատկեր ստեղծելու համար ընտրեք այն վանդակները, որոնք պարունակում են այն տվյալները, որոնք ցանկանում եք օգտագործել:Եթե ​​ունեք տողերի և սյունակների անուններ և ցանկանում եք դրանք օգտագործել որպես պիտակներ, ներառեք դրանք ձեր ընտրության մեջ:", "SSE.Controllers.Viewport.textFreezePanes": "Փեղկերի սառեցում", "SSE.Controllers.Viewport.textFreezePanesShadow": "Ցույց տալ սառեցված ապակիների ստվերը", "SSE.Controllers.Viewport.textHideFBar": "Թաքցնել բանաձևի բարը", @@ -2130,6 +2133,18 @@ "SSE.Views.ChartTypeDialog.textStyle": "Ոճ", "SSE.Views.ChartTypeDialog.textTitle": "Գծապատկերի տեսակը", "SSE.Views.ChartTypeDialog.textType": "Տեսակ", + "SSE.Views.ChartWizardDialog.errorComboSeries": "Համակցված աղյուսակ ստեղծելու համար ընտրել տվյալների առնվազն երկու շարք:", + "SSE.Views.ChartWizardDialog.errorMaxPoints": "Գծապատկերի շարքի կետերի առավելագույն քանակը 4096 է։", + "SSE.Views.ChartWizardDialog.errorMaxRows": "Մեկ գծապատկերում տվյալների շարքերի առավելագույն քանակը 255 է:", + "SSE.Views.ChartWizardDialog.errorSecondaryAxis": "Ընտրված գծապատկերի տեսակը պահանջում է երկրորդական առանցք, որն օգտագործում է գոյություն ունեցող գծապատկերը: Ընտրեք գծապատկերի մեկ այլ տեսակ:", + "SSE.Views.ChartWizardDialog.errorStockChart": "Սխալ տողերի հերթականությունը:Բաժնետոմսերի գծապատկեր ստեղծելու համար տվյալները թերթիկի վրա տեղադրեք հետևյալ հաջորդականությամբ՝ բացման գին, առավելագույն գին, նվազագույն գին, փակման գին:", + "SSE.Views.ChartWizardDialog.textRecommended": "Առաջարկվում է", + "SSE.Views.ChartWizardDialog.textSecondary": "Երկրորդական առանցք", + "SSE.Views.ChartWizardDialog.textSeries": "Շարքեր", + "SSE.Views.ChartWizardDialog.textTitle": "Զետեղել գծապատկեր", + "SSE.Views.ChartWizardDialog.textTitleChange": "Փոխել գծապատկերի տեսակը", + "SSE.Views.ChartWizardDialog.textType": "Տեսակ", + "SSE.Views.ChartWizardDialog.txtSeriesDesc": "Ընտրել գծապատկերի տեսակը և առանցքը ձեր տվյալների շարքի համար", "SSE.Views.CreatePivotDialog.textDataRange": "Աղբյուրի տվյալների տիրույթ", "SSE.Views.CreatePivotDialog.textDestination": "Ընտրեք սեղանի տեղը", "SSE.Views.CreatePivotDialog.textExist": "Առկա աշխատանքային թերթիկ", @@ -2306,18 +2321,29 @@ "SSE.Views.DocumentHolder.textArrangeFront": "Բերել առջևք ", "SSE.Views.DocumentHolder.textAverage": "ՄԻՋԻՆ", "SSE.Views.DocumentHolder.textBullets": "Պարբերակներ", + "SSE.Views.DocumentHolder.textCopyCells": "Պատճենել վանդակները", "SSE.Views.DocumentHolder.textCount": "Հաշվել", "SSE.Views.DocumentHolder.textCrop": "Եզրատել", "SSE.Views.DocumentHolder.textCropFill": "Լցնել", "SSE.Views.DocumentHolder.textCropFit": "Հարմարեցնել", "SSE.Views.DocumentHolder.textEditPoints": "Խմբագրել կետերը", "SSE.Views.DocumentHolder.textEntriesList": "Ընտրեք բացվող ցանկից", + "SSE.Views.DocumentHolder.textFillDays": "Լրացնել օրերը", + "SSE.Views.DocumentHolder.textFillFormatOnly": "Լրացնել միայն ձևաչափումը", + "SSE.Views.DocumentHolder.textFillMonths": "Լրացնել ամիսները", + "SSE.Views.DocumentHolder.textFillSeries": "Լրացնել շարքը", + "SSE.Views.DocumentHolder.textFillWeekdays": "Լրացնել աշխատանքային օրերը", + "SSE.Views.DocumentHolder.textFillWithoutFormat": "Լրացնել առանց ձևակերպման", + "SSE.Views.DocumentHolder.textFillYears": "Լրացնել տարիները", + "SSE.Views.DocumentHolder.textFlashFill": "Լրացնել Flash-ը", "SSE.Views.DocumentHolder.textFlipH": "Շրջել հորիզոնական", "SSE.Views.DocumentHolder.textFlipV": "Շրջել ուղղաձիգ", "SSE.Views.DocumentHolder.textFreezePanes": "Փեղկերի սառեցում", "SSE.Views.DocumentHolder.textFromFile": "Նիշքից", "SSE.Views.DocumentHolder.textFromStorage": "Պահեստից", "SSE.Views.DocumentHolder.textFromUrl": "URL-ից", + "SSE.Views.DocumentHolder.textGrowthTrend": "Աճի միտում", + "SSE.Views.DocumentHolder.textLinearTrend": "Գծային միտում", "SSE.Views.DocumentHolder.textListSettings": "Ցանկի կարգավորումներ", "SSE.Views.DocumentHolder.textMacro": "Նշանակել մակրո", "SSE.Views.DocumentHolder.textMax": "Մաքս", @@ -2331,6 +2357,7 @@ "SSE.Views.DocumentHolder.textRotate270": "Պտտել 90° ժամացույցի սլաքի հակառակ ուղղությամբ", "SSE.Views.DocumentHolder.textRotate90": "Պտտել 90° ժամացույցի սլաքի ուղղությամբ", "SSE.Views.DocumentHolder.textSaveAsPicture": "Պահպանել որպես նկար", + "SSE.Views.DocumentHolder.textSeries": "Շարքեր", "SSE.Views.DocumentHolder.textShapeAlignBottom": "Հավասարեցնել ներքևից", "SSE.Views.DocumentHolder.textShapeAlignCenter": "Հավասարեցնել կենտրոնով", "SSE.Views.DocumentHolder.textShapeAlignLeft": "Հավասարեցնել ձախից", @@ -2506,6 +2533,7 @@ "SSE.Views.FieldSettingsDialog.txtVar": "Տրբ", "SSE.Views.FieldSettingsDialog.txtVarp": "Տրբհմխ", "SSE.Views.FileMenu.btnBackCaption": "Բացել նիշքի պանակը", + "SSE.Views.FileMenu.btnCloseEditor": "Փակել ֆայլը", "SSE.Views.FileMenu.btnCloseMenuCaption": "Փակել ընտրացանկը", "SSE.Views.FileMenu.btnCreateNewCaption": "Ստեղծել նորը", "SSE.Views.FileMenu.btnDownloadCaption": "Ներբեռնել որպես", @@ -2629,6 +2657,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Ռուսերեն", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Միացնել բոլորը", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Առանց ծանուցման միացնել բոլոր մակրոները", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtScreenReader": "Միացնել էկրանի ընթերցողի աջակցությունը", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSk": "Սլովակերեն", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Սլովեներեն", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Անջատել ամեն ինչ", @@ -2661,6 +2690,24 @@ "SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Դիտել ստորագրությունները", "SSE.Views.FileMenuPanels.ViewSaveAs.textDownloadAs": "Ներբեռնել հետևյալ ձևաչափով՝", "SSE.Views.FileMenuPanels.ViewSaveCopy.textSaveCopyAs": "Պահպանել պատճենը որպես", + "SSE.Views.FillSeriesDialog.textAuto": "Ինքնալրացում", + "SSE.Views.FillSeriesDialog.textCols": "Սյունակներ", + "SSE.Views.FillSeriesDialog.textDate": "Ամիս-ամսաթիվ", + "SSE.Views.FillSeriesDialog.textDateUnit": "Ամսաթվի միավոր", + "SSE.Views.FillSeriesDialog.textDay": "Օր", + "SSE.Views.FillSeriesDialog.textGrowth": "Աճ", + "SSE.Views.FillSeriesDialog.textLinear": "Գծային", + "SSE.Views.FillSeriesDialog.textMonth": "Ամիս", + "SSE.Views.FillSeriesDialog.textRows": "Տողեր", + "SSE.Views.FillSeriesDialog.textSeries": "Շարքերի մեջ", + "SSE.Views.FillSeriesDialog.textStep": "Քայլի արժեքը", + "SSE.Views.FillSeriesDialog.textStop": "Կանգնեցնել արժեքը", + "SSE.Views.FillSeriesDialog.textTitle": "Շարքեր", + "SSE.Views.FillSeriesDialog.textTrend": "Թրենդ", + "SSE.Views.FillSeriesDialog.textType": "Տեսակ", + "SSE.Views.FillSeriesDialog.textWeek": "Աշխատանքային օր", + "SSE.Views.FillSeriesDialog.textYear": "Տարի", + "SSE.Views.FillSeriesDialog.txtErrorNumber": "Ձեր մուտքը չի կարող օգտագործվել: Կարող է պահանջվել ամբողջ կամ տասնորդական թիվ:", "SSE.Views.FormatRulesEditDlg.fillColor": "Լցման գույն", "SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Զգուշացում", "SSE.Views.FormatRulesEditDlg.text2Scales": "2-գույնանի սանդղակ", @@ -2950,12 +2997,14 @@ "SSE.Views.HyperlinkSettingsDialog.textInvalidRange": "ՍԽԱԼ. վանդակների անթույլատրելի ընդգրկույթ", "SSE.Views.HyperlinkSettingsDialog.textNames": "Սահմանված անուններ", "SSE.Views.HyperlinkSettingsDialog.textSelectData": "Ընտրեք տվյալներ", + "SSE.Views.HyperlinkSettingsDialog.textSelectFile": "Ընտրել ֆայլը", "SSE.Views.HyperlinkSettingsDialog.textSheets": "Թերթիկներ", "SSE.Views.HyperlinkSettingsDialog.textTipText": "Էկրանային հուշում", "SSE.Views.HyperlinkSettingsDialog.textTitle": "Գերհղման կարգավորումներ", "SSE.Views.HyperlinkSettingsDialog.txtEmpty": "Պահանջվում է լրացնել այս դաշտը:", "SSE.Views.HyperlinkSettingsDialog.txtNotUrl": "Այս դաշտը պետք է լինի URL \"http://www.example.com\" ձևաչափով", "SSE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Այս դաշտը սահմանափակված է 2083 նիշով", + "SSE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Մուտքագրել վեբ հասցեն կամ ընտրել ֆայլը", "SSE.Views.ImageSettings.textAdvanced": "Ցուցադրել լրացուցիչ կարգավորումները", "SSE.Views.ImageSettings.textCrop": "Եզրատել", "SSE.Views.ImageSettings.textCropFill": "Լցնել", @@ -3408,17 +3457,20 @@ "SSE.Views.ProtectDialog.txtWBDescription": "Որպեսզի այլ օգտվողներ չդիտեն թաքնված աշխատաթերթերը, ավելացնել, տեղափոխել, ջնջել կամ թաքցնել աշխատաթերթերը և վերանվանել աշխատաթերթերը, կարող եք պաշտպանել ձեր աշխատանքային գրքի կառուցվածքը գաղտնաբառով:", "SSE.Views.ProtectDialog.txtWBTitle": "Պաշտպանել աշխատագրքի կառուցվածքը", "SSE.Views.ProtectedRangesEditDlg.textAnonymous": "Անանուն", + "SSE.Views.ProtectedRangesEditDlg.textAnyone": "Յուրաքանչյուրը", + "SSE.Views.ProtectedRangesEditDlg.textCanEdit": "Խմբագրել", + "SSE.Views.ProtectedRangesEditDlg.textCantView": "Հերքվել է", + "SSE.Views.ProtectedRangesEditDlg.textCanView": "Դիտել", "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Տարածքի վերնագիրը պետք է սկսվի տառով և կարող է պարունակել միայն տառեր, թվեր և բացատներ:", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ՍԽԱԼ. վանդակների անթույլատրելի ընդգրկույթ", + "SSE.Views.ProtectedRangesEditDlg.textRemove": "Ջնջել", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Ընտրեք տվյալներ", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Հավելել օգտվող", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Ջնջել օգտվողին", "SSE.Views.ProtectedRangesEditDlg.textYou": "դուք", + "SSE.Views.ProtectedRangesEditDlg.txtAccess": "Մատչում տիրույթին", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Պահանջվում է լրացնել այս դաշտը:", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Պաշտպանել", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Ընդգրկույթ", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Վերնագիր", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Ով կարող է խմբագրել", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Միայն դուք կարող եք խմբագրել այս տիրույթը", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Սկսեք մուտքագրել անուն կամ էլ․հասցե", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Հյուր", @@ -3433,8 +3485,9 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Ընդգրկույթ", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Դուք կարող եք սահմանափակել խմբագրման ընդգրկույթները ընտրված մարդկանցով:", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Վերնագիր", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Դուք կարող եք", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Այս տարրը խմբագրվում է մեկ այլ օգտվողի կողմից:", + "SSE.Views.ProtectedRangesManagerDlg.txtAccess": "Մատչում", + "SSE.Views.ProtectedRangesManagerDlg.txtDenied": "Հերքվել է", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Խմբագրել", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Խմբագրել միջակայքը", "SSE.Views.ProtectedRangesManagerDlg.txtNewRange": "Նոր տեսականի", @@ -3921,6 +3974,7 @@ "SSE.Views.Toolbar.capImgForward": "Բերել առաջ", "SSE.Views.Toolbar.capImgGroup": "Խումբ", "SSE.Views.Toolbar.capInsertChart": "Գծապատկեր", + "SSE.Views.Toolbar.capInsertChartRecommend": "Առաջարկվող գծապատկեր", "SSE.Views.Toolbar.capInsertEquation": "Հավասարում", "SSE.Views.Toolbar.capInsertHyperlink": "Գերհղում", "SSE.Views.Toolbar.capInsertImage": "Նկար", @@ -3976,11 +4030,14 @@ "SSE.Views.Toolbar.textDivision": "Բաժանման նշան", "SSE.Views.Toolbar.textDollar": "Դոլարի նշան", "SSE.Views.Toolbar.textDone": "Պատրաստ է", + "SSE.Views.Toolbar.textDown": "Ներքև", "SSE.Views.Toolbar.textEditVA": "Խմբագրել տեսանելի տարածքը", "SSE.Views.Toolbar.textEntireCol": "Ամբողջ սյունակը", "SSE.Views.Toolbar.textEntireRow": "Ամբողջ տողը", "SSE.Views.Toolbar.textEuro": "Եվրոի նշան", "SSE.Views.Toolbar.textFewPages": "Էջեր", + "SSE.Views.Toolbar.textFillLeft": "Ձախ", + "SSE.Views.Toolbar.textFillRight": "Աջ", "SSE.Views.Toolbar.textGreaterEqual": "Ավելի մեծ կամ հավասար", "SSE.Views.Toolbar.textHeight": "Բարձրություն", "SSE.Views.Toolbar.textHideVA": "Թաքցնել տեսանելի տարածքը", @@ -4032,6 +4089,7 @@ "SSE.Views.Toolbar.textScaleCustom": "Հարմարեցված", "SSE.Views.Toolbar.textSection": "Բաժնի նշան", "SSE.Views.Toolbar.textSelection": "Ընթացիկ ընտրությունից", + "SSE.Views.Toolbar.textSeries": "Շարքեր", "SSE.Views.Toolbar.textSetPrintArea": "Սահմանել տպման տարածքը", "SSE.Views.Toolbar.textShowVA": "Ցուցադրել տեսանելի տարածությունը", "SSE.Views.Toolbar.textSmile": "Սպիտակ ժպտացող դեմք", @@ -4058,6 +4116,7 @@ "SSE.Views.Toolbar.textTopBorders": "Վերևի սահմանները", "SSE.Views.Toolbar.textTradeMark": "Ապրանքային նշանի նշան", "SSE.Views.Toolbar.textUnderline": "Ընդգծված", + "SSE.Views.Toolbar.textUp": "Վեր", "SSE.Views.Toolbar.textVertical": "Ուղղահայաց տեքստ", "SSE.Views.Toolbar.textWidth": "Լայնք", "SSE.Views.Toolbar.textYen": "Յենի նշան", @@ -4100,6 +4159,7 @@ "SSE.Views.Toolbar.tipIncDecimal": "Մեծացնել տասնորդական", "SSE.Views.Toolbar.tipIncFont": "Մեծացնել տառատեսակի չափը", "SSE.Views.Toolbar.tipInsertChart": "Զետեղել գծապատկեր", + "SSE.Views.Toolbar.tipInsertChartRecommend": "Զետեղել առաջարկվող աղյուսակը", "SSE.Views.Toolbar.tipInsertChartSpark": "Զետեղել գծապատկեր", "SSE.Views.Toolbar.tipInsertEquation": "Դնել հավասարում", "SSE.Views.Toolbar.tipInsertHorizontalText": "Զետեղել հորիզոնական գրվածքի տուփ", @@ -4129,6 +4189,7 @@ "SSE.Views.Toolbar.tipPrintQuick": "Արագ տպում", "SSE.Views.Toolbar.tipPrintTitles": "Տպել վերնագրեր", "SSE.Views.Toolbar.tipRedo": "Վերարկել", + "SSE.Views.Toolbar.tipReplace": "Փոխարինել", "SSE.Views.Toolbar.tipSave": "Պահպանել", "SSE.Views.Toolbar.tipSaveCoauth": "Պահպանեք բոլոր փոփոխումները, որպեսզի այլ օգտատերեր տեսնեն դրանք։", "SSE.Views.Toolbar.tipScale": "Հարմարեցնել՝ սանդղելով", @@ -4164,6 +4225,7 @@ "SSE.Views.Toolbar.txtDollar": "$ Դոլար", "SSE.Views.Toolbar.txtEuro": "€ Եվրո", "SSE.Views.Toolbar.txtExp": "Էքսպոնենցիալ", + "SSE.Views.Toolbar.txtFillNum": "Լիցք", "SSE.Views.Toolbar.txtFilter": "Զտիչ", "SSE.Views.Toolbar.txtFormula": "Տեղադրել գործառույթը", "SSE.Views.Toolbar.txtFraction": "Կոտորակ", diff --git a/apps/spreadsheeteditor/main/locale/id.json b/apps/spreadsheeteditor/main/locale/id.json index c0e9434a82..968ab91a7f 100644 --- a/apps/spreadsheeteditor/main/locale/id.json +++ b/apps/spreadsheeteditor/main/locale/id.json @@ -3368,14 +3368,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Judul rentang harus diawali dengan huruf dan hanya dapat berisi huruf, angka, dan spasi.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "KESALAHAN! Rentang sel tidak valid", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Pilih Data", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Tambah pengguna", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Hapus pengguna", "SSE.Views.ProtectedRangesEditDlg.textYou": "Anda", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Bidang ini wajib diisi", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Proteksi", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Rentang", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Judul", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Siapa bisa menyunting", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Hanya Anda yang dapat mengedit rentang ini", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Mulai ketikkan nama atau email", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Tamu", @@ -3390,7 +3387,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Rentang", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Anda dapat membatasi penyuntingan rentang ke orang-orang tertentu.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Judul", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Anda bisa", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Elemen ini sedang diedit oleh pengguna lain.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Sunting", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Sunting Rentang", diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json index 8aad973a59..f8f26d7bea 100644 --- a/apps/spreadsheeteditor/main/locale/ja.json +++ b/apps/spreadsheeteditor/main/locale/ja.json @@ -2165,7 +2165,7 @@ "SSE.Views.DataTab.capBtnUngroup": "グループ解除", "SSE.Views.DataTab.capDataExternalLinks": "外部リンク", "SSE.Views.DataTab.capDataFromText": "データの挿入", - "SSE.Views.DataTab.capGoalSeek": "パラメーターの選択", + "SSE.Views.DataTab.capGoalSeek": "ゴールシーク", "SSE.Views.DataTab.mniFromFile": "ローカルTXT/CSVから", "SSE.Views.DataTab.mniFromUrl": "TXT/CSVWeb アドレスから", "SSE.Views.DataTab.mniFromXMLFile": "ローカルXMLから", @@ -2925,7 +2925,7 @@ "SSE.Views.FormulaWizard.textText": "テキスト", "SSE.Views.FormulaWizard.textTitle": "関数の引数", "SSE.Views.FormulaWizard.textValue": "数式の計算結果", - "SSE.Views.GoalSeekDlg.textChangingCell": "細胞を変えることによって", + "SSE.Views.GoalSeekDlg.textChangingCell": "次のセルを変えることで", "SSE.Views.GoalSeekDlg.textDataRangeError": "数式に範囲がありません", "SSE.Views.GoalSeekDlg.textMustContainFormula": "セルは数式を含んでいなければならない", "SSE.Views.GoalSeekDlg.textMustContainValue": "セルは値を含まなければならない", @@ -2933,7 +2933,7 @@ "SSE.Views.GoalSeekDlg.textMustSingleCell": "参照は単一セルでなければならない", "SSE.Views.GoalSeekDlg.textSelectData": "データの選択", "SSE.Views.GoalSeekDlg.textSetCell": "セルを設定する", - "SSE.Views.GoalSeekDlg.textTitle": "パラメーターの選択", + "SSE.Views.GoalSeekDlg.textTitle": "ゴールシーク", "SSE.Views.GoalSeekDlg.textToValue": "値", "SSE.Views.GoalSeekDlg.txtEmpty": "このフィールドは必須項目です", "SSE.Views.GoalSeekStatusDlg.textContinue": "続ける", @@ -2944,7 +2944,7 @@ "SSE.Views.GoalSeekStatusDlg.textSearchIteration": "反復#{1}においてセル{0}でパラメータ選択。", "SSE.Views.GoalSeekStatusDlg.textStep": "ステップ", "SSE.Views.GoalSeekStatusDlg.textTargetValue": "ターゲット値:", - "SSE.Views.GoalSeekStatusDlg.textTitle": "パラメーター選択のステータス", + "SSE.Views.GoalSeekStatusDlg.textTitle": "ゴールシークのステータス", "SSE.Views.HeaderFooterDialog.textAlign": "ページの余白に合わせて整列する", "SSE.Views.HeaderFooterDialog.textAll": "全ページ", "SSE.Views.HeaderFooterDialog.textBold": "太字", @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "範囲の名前に含めることができるのは、文字、数字、およびスペースだけです", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "エラー!セルの範囲が正しくありません。", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "データの選択", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "ユーザーの追加", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "ユーザーを削除する", "SSE.Views.ProtectedRangesEditDlg.textYou": "あなた", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "この項目は必須です", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "保護する", "SSE.Views.ProtectedRangesEditDlg.txtRange": "範囲", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "タイトル", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "編集できるユーザー", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "この範囲を編集できるのは自分だけ", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "名前またはメールアドレスを入力してください", "SSE.Views.ProtectedRangesManagerDlg.guestText": "ゲスト", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "範囲", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "編集範囲を選択した人に限定することができます。", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "タイトル", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "あなたができること", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "この要素が別のユーザーによって編集されています。", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "編集", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "範囲を編集する", diff --git a/apps/spreadsheeteditor/main/locale/ko.json b/apps/spreadsheeteditor/main/locale/ko.json index 5c701376fa..dfde80a1e1 100644 --- a/apps/spreadsheeteditor/main/locale/ko.json +++ b/apps/spreadsheeteditor/main/locale/ko.json @@ -3368,14 +3368,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "범위 표준은 문자로 시작해야 하며 숫자, 문자 및 공백만 포함할 수 있습니다.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "오류! 셀 범위가 잘못되었습니다.", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "데이터 선택", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "유저 추가", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "사용자 삭제", "SSE.Views.ProtectedRangesEditDlg.textYou": "당신", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "이 입력란은 필수 항목", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "보호", "SSE.Views.ProtectedRangesEditDlg.txtRange": "범위", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "제목", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "누가 편집할 수 있나요?", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "이 범위는 당신 만이 편집할 수 있습니다.", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "이름 또는 이메일 주소 입력 시작", "SSE.Views.ProtectedRangesManagerDlg.guestText": "게스트", @@ -3390,7 +3387,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "범위", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "선택한 사람들에게 편집 범위를 제한할 수 있습니다.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "제목", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "당신은 할 수 있습니다", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "이 요소는 다른 사용자가 편집하고 있습니다.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "편집", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "범위 편집", diff --git a/apps/spreadsheeteditor/main/locale/lv.json b/apps/spreadsheeteditor/main/locale/lv.json index 9baab013bc..7826b9e367 100644 --- a/apps/spreadsheeteditor/main/locale/lv.json +++ b/apps/spreadsheeteditor/main/locale/lv.json @@ -3272,7 +3272,6 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Diapazona nosaukumam ir jāsākas ar burtu, un tajā var būt tikai burti, cipari un atstarpes.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "KĻŪDA! Nederīgs šūnu diapazons", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Izvēlēties datus", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Dzēst lietotāju", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Šis lauks ir obligāts", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Aizsargāt", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Diapazons", diff --git a/apps/spreadsheeteditor/main/locale/pt-pt.json b/apps/spreadsheeteditor/main/locale/pt-pt.json index 65962382c6..3298e9f975 100644 --- a/apps/spreadsheeteditor/main/locale/pt-pt.json +++ b/apps/spreadsheeteditor/main/locale/pt-pt.json @@ -3036,7 +3036,6 @@ "SSE.Views.ProtectDialog.txtWBDescription": "Para impedir que outros utilizadores vejam folhas de cálculo ocultas, adicionar, mover, apagar, ou esconder folhas de trabalho e renomear folhas de cálculo, pode proteger a estrutura da sua folha de cálculo com uma palavra-passe.", "SSE.Views.ProtectDialog.txtWBTitle": "Proteger a Estrutura do Livro", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Selecionar dados", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Eliminar utilizador", "SSE.Views.ProtectedRangesManagerDlg.textDelete": "Eliminar", "SSE.Views.ProtectRangesDlg.guestText": "Visitante", "SSE.Views.ProtectRangesDlg.lockText": "Bloqueada", diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json index 79918f1252..4a510cf25f 100644 --- a/apps/spreadsheeteditor/main/locale/pt.json +++ b/apps/spreadsheeteditor/main/locale/pt.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "O título do intervalo deve começar com uma letra e pode conter apenas letras, números e espaços.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ERRO! Intervalo de células inválido", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Selecionar dados", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Adicionar usuário", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Excluir usuário", "SSE.Views.ProtectedRangesEditDlg.textYou": "Você", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Este campo é obrigatório", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Proteger", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Intervalo", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Título", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Quem pode editar", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Somente você pode editar este intervalo", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Comece a digitar o nome ou e-mail", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Visitante", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Intervalo", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Você pode restringir os intervalos de edição para pessoas selecionadas.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Título", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Você pode", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Este elemento está sendo editado por outro usuário.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Editar", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Editar intervalo", diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json index 8abd22f952..7880e97337 100644 --- a/apps/spreadsheeteditor/main/locale/ro.json +++ b/apps/spreadsheeteditor/main/locale/ro.json @@ -323,6 +323,7 @@ "Common.Utils.Metric.txtCm": "cm", "Common.Utils.Metric.txtPt": "pt", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Accent", @@ -446,6 +447,7 @@ "Common.Views.Header.textAddFavorite": "Marcare ca preferat", "Common.Views.Header.textAdvSettings": "Setări avansate", "Common.Views.Header.textBack": "Deschidere locația fișierului", + "Common.Views.Header.textClose": "Închide fișierul", "Common.Views.Header.textCompactView": "Ascundere bară de instrumente", "Common.Views.Header.textHideLines": "Ascundere rigle", "Common.Views.Header.textHideStatusBar": "A îmbina selectorii foii de lucru cu bara de stare", @@ -1897,7 +1899,7 @@ "SSE.Views.CellSettings.textItems": "Elemente", "SSE.Views.CellSettings.textLinear": "Liniar", "SSE.Views.CellSettings.textManageRule": "Gestionare reguli", - "SSE.Views.CellSettings.textNewRule": "Nouă regilă", + "SSE.Views.CellSettings.textNewRule": "Regulă nouă", "SSE.Views.CellSettings.textNoFill": "Fără umplere", "SSE.Views.CellSettings.textOrientation": "Orientarea textului", "SSE.Views.CellSettings.textPattern": "Model", @@ -2165,7 +2167,7 @@ "SSE.Views.DataTab.capBtnUngroup": "Anularea grupării", "SSE.Views.DataTab.capDataExternalLinks": "Linkuri externe", "SSE.Views.DataTab.capDataFromText": "Obținere date", - "SSE.Views.DataTab.capGoalSeek": "Căutare obiectiv", + "SSE.Views.DataTab.capGoalSeek": "Căutare rezultat", "SSE.Views.DataTab.mniFromFile": "Din fișier local TXT/CSV", "SSE.Views.DataTab.mniFromUrl": "Prin adresa URL a fișierului TXT/CSV", "SSE.Views.DataTab.mniFromXMLFile": "Din XML local", @@ -2531,6 +2533,7 @@ "SSE.Views.FieldSettingsDialog.txtVar": "Var", "SSE.Views.FieldSettingsDialog.txtVarp": "Varp", "SSE.Views.FileMenu.btnBackCaption": "Deschidere locația fișierului", + "SSE.Views.FileMenu.btnCloseEditor": "Închide fișierul", "SSE.Views.FileMenu.btnCloseMenuCaption": "Închidere meniu", "SSE.Views.FileMenu.btnCreateNewCaption": "Crearea unui document nou", "SSE.Views.FileMenu.btnDownloadCaption": "Descărcare ca", @@ -2933,18 +2936,18 @@ "SSE.Views.GoalSeekDlg.textMustSingleCell": "Referința trebuie să fie o singură celulă ", "SSE.Views.GoalSeekDlg.textSelectData": "Selectare date", "SSE.Views.GoalSeekDlg.textSetCell": "Setare celulă", - "SSE.Views.GoalSeekDlg.textTitle": "Căutare obiectiv", + "SSE.Views.GoalSeekDlg.textTitle": "Căutare rezultat", "SSE.Views.GoalSeekDlg.textToValue": "Valoare în", "SSE.Views.GoalSeekDlg.txtEmpty": "Câmp obligatoriu", "SSE.Views.GoalSeekStatusDlg.textContinue": "Continuare", "SSE.Views.GoalSeekStatusDlg.textCurrentValue": "Valoarea actuală:", - "SSE.Views.GoalSeekStatusDlg.textFoundSolution": "Căutare obiectiv din Celula {0} a găsit o soluție. ", - "SSE.Views.GoalSeekStatusDlg.textNotFoundSolution": "S-ar putea să nu fie găsită o soluție cu funcția Căutare obiectiv din celula {0}.", + "SSE.Views.GoalSeekStatusDlg.textFoundSolution": "Căutare rezultat din celula {0} a găsit o soluție. ", + "SSE.Views.GoalSeekStatusDlg.textNotFoundSolution": "S-ar putea să nu fie găsită o soluție cu funcția Căutare rezultat din celula {0}.", "SSE.Views.GoalSeekStatusDlg.textPause": "Pauză", - "SSE.Views.GoalSeekStatusDlg.textSearchIteration": "Căutare obiectiv din Celula {0} la iterația #{1}.", + "SSE.Views.GoalSeekStatusDlg.textSearchIteration": "Căutare rezultat din celula {0} la iterația #{1}.", "SSE.Views.GoalSeekStatusDlg.textStep": "Pas", "SSE.Views.GoalSeekStatusDlg.textTargetValue": "Valoare țintă:", - "SSE.Views.GoalSeekStatusDlg.textTitle": "Stare Căutare obiectiv", + "SSE.Views.GoalSeekStatusDlg.textTitle": "Stare Căutare rezultat", "SSE.Views.HeaderFooterDialog.textAlign": "Se aliniază la marginile paginii", "SSE.Views.HeaderFooterDialog.textAll": "Toate paginile", "SSE.Views.HeaderFooterDialog.textBold": "Aldin", @@ -2994,12 +2997,14 @@ "SSE.Views.HyperlinkSettingsDialog.textInvalidRange": "EROARE! Zonă de celule nu este validă", "SSE.Views.HyperlinkSettingsDialog.textNames": "Numele definite", "SSE.Views.HyperlinkSettingsDialog.textSelectData": "Selectare date", + "SSE.Views.HyperlinkSettingsDialog.textSelectFile": "Selectare fișier", "SSE.Views.HyperlinkSettingsDialog.textSheets": "Foile", "SSE.Views.HyperlinkSettingsDialog.textTipText": "Text SfatEcran", "SSE.Views.HyperlinkSettingsDialog.textTitle": "Setări hyperlink", "SSE.Views.HyperlinkSettingsDialog.txtEmpty": "Câmp obligatoriu", "SSE.Views.HyperlinkSettingsDialog.txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\" ", "SSE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Acest câmp poate conține maxim 2083 caractere", + "SSE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Introduceți adresa web sau selectați fișier", "SSE.Views.ImageSettings.textAdvanced": "Afișare setări avansate", "SSE.Views.ImageSettings.textCrop": "Trunchiere", "SSE.Views.ImageSettings.textCropFill": "Umplere", @@ -3455,14 +3460,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Titlul zonei trebuie să înceapă cu o literă și poate conține numai litere, cifre și spații.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "EROARE! Zonă de celule nu este validă", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Selectare date", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Adăugare utilizator", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Șterge utilizatorul", "SSE.Views.ProtectedRangesEditDlg.textYou": "dvs.", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Câmp obligatoriu", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Protejare", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Zona", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Titlu", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Cine poate modifica", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Doar dvs. puteți modifica acest interval", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Începeți să tastați un nume sau o adresă de poştă electronică", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Invitat", @@ -3473,11 +3475,10 @@ "SSE.Views.ProtectedRangesManagerDlg.textFilter": "Filtrare", "SSE.Views.ProtectedRangesManagerDlg.textFilterAll": "Toate", "SSE.Views.ProtectedRangesManagerDlg.textNew": "Nouă", - "SSE.Views.ProtectedRangesManagerDlg.textProtect": "Protejare foaie", + "SSE.Views.ProtectedRangesManagerDlg.textProtect": "Protejarea foii de calcul", "SSE.Views.ProtectedRangesManagerDlg.textRange": "Zona", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Puteți restricționa modificarea zonelor de către persoanele selectate.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Titlu", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Puteți", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Acest element este editat de către un alt utilizator.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Editare", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Modificare zonă", @@ -4180,6 +4181,7 @@ "SSE.Views.Toolbar.tipPrintQuick": "Imprimare rapidă", "SSE.Views.Toolbar.tipPrintTitles": "Imprimare titluri", "SSE.Views.Toolbar.tipRedo": "Refacere", + "SSE.Views.Toolbar.tipReplace": "Înlocuire", "SSE.Views.Toolbar.tipSave": "Salvează", "SSE.Views.Toolbar.tipSaveCoauth": "Salvați modificările dvs. ca alți utilizatorii să le vadă.", "SSE.Views.Toolbar.tipScale": "Scalare pentru a se portivi", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index b4d4b13d68..325e547d83 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -323,6 +323,7 @@ "Common.Utils.Metric.txtCm": "см", "Common.Utils.Metric.txtPt": "пт", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "Shift", "Common.Utils.ThemeColor.txtaccent": "Акцент", @@ -446,6 +447,7 @@ "Common.Views.Header.textAddFavorite": "Добавить в избранное", "Common.Views.Header.textAdvSettings": "Дополнительные параметры", "Common.Views.Header.textBack": "Открыть расположение файла", + "Common.Views.Header.textClose": "Закрыть файл", "Common.Views.Header.textCompactView": "Скрыть панель инструментов", "Common.Views.Header.textHideLines": "Скрыть линейки", "Common.Views.Header.textHideStatusBar": "Объединить строки листов и состояния", @@ -2531,6 +2533,7 @@ "SSE.Views.FieldSettingsDialog.txtVar": "Дисп", "SSE.Views.FieldSettingsDialog.txtVarp": "Диспр", "SSE.Views.FileMenu.btnBackCaption": "Открыть расположение файла", + "SSE.Views.FileMenu.btnCloseEditor": "Закрыть файл", "SSE.Views.FileMenu.btnCloseMenuCaption": "Закрыть меню", "SSE.Views.FileMenu.btnCreateNewCaption": "Создать новую", "SSE.Views.FileMenu.btnDownloadCaption": "Скачать как", @@ -2994,12 +2997,14 @@ "SSE.Views.HyperlinkSettingsDialog.textInvalidRange": "ОШИБКА! Недопустимый диапазон ячеек", "SSE.Views.HyperlinkSettingsDialog.textNames": "Определенные имена", "SSE.Views.HyperlinkSettingsDialog.textSelectData": "Выбор данных", + "SSE.Views.HyperlinkSettingsDialog.textSelectFile": "Выбрать файл", "SSE.Views.HyperlinkSettingsDialog.textSheets": "Листы", "SSE.Views.HyperlinkSettingsDialog.textTipText": "Текст всплывающей подсказки", "SSE.Views.HyperlinkSettingsDialog.textTitle": "Параметры гиперссылки", "SSE.Views.HyperlinkSettingsDialog.txtEmpty": "Это поле необходимо заполнить", "SSE.Views.HyperlinkSettingsDialog.txtNotUrl": "Это поле должно быть URL-адресом в формате \"http://www.example.com\"", "SSE.Views.HyperlinkSettingsDialog.txtSizeLimit": "Это поле может содержать не более 2083 символов", + "SSE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "Введите веб-адрес или выберите файл", "SSE.Views.ImageSettings.textAdvanced": "Дополнительные параметры", "SSE.Views.ImageSettings.textCrop": "Обрезать", "SSE.Views.ImageSettings.textCropFill": "Заливка", @@ -3452,17 +3457,20 @@ "SSE.Views.ProtectDialog.txtWBDescription": "Чтобы запретить другим пользователям просмотр скрытых листов, добавление, перемещение, удаление или скрытие листов и переименование листов, вы можете защитить структуру книги с помощью пароля.", "SSE.Views.ProtectDialog.txtWBTitle": "Защитить структуру книги", "SSE.Views.ProtectedRangesEditDlg.textAnonymous": "Аноним", + "SSE.Views.ProtectedRangesEditDlg.textAnyone": "Любой", + "SSE.Views.ProtectedRangesEditDlg.textCanEdit": "Редактирование", + "SSE.Views.ProtectedRangesEditDlg.textCantView": "Отклонен", + "SSE.Views.ProtectedRangesEditDlg.textCanView": "Просмотр", "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Название диапазона должно начинаться с буквы и может содержать только буквы, цифры и пробелы.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ОШИБКА! Недопустимый диапазон ячеек", + "SSE.Views.ProtectedRangesEditDlg.textRemove": "Удалить", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Выбор данных", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Добавить пользователя", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Удалить пользователя", "SSE.Views.ProtectedRangesEditDlg.textYou": "вы", + "SSE.Views.ProtectedRangesEditDlg.txtAccess": "Доступ к диапазону", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Это поле необходимо заполнить", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Защитить", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Диапазон", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Название", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Кто может редактировать", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Только вы можете редактировать этот диапазон", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Начните вводить имя или email", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Гость", @@ -3477,8 +3485,9 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Диапазон", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Вы можете ограничить редактирование диапазонов для выбранных людей", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Название", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Вы можете", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Этот элемент редактируется другим пользователем.", + "SSE.Views.ProtectedRangesManagerDlg.txtAccess": "Доступ", + "SSE.Views.ProtectedRangesManagerDlg.txtDenied": "Отклонен", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Изменить", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Редактировать диапазон", "SSE.Views.ProtectedRangesManagerDlg.txtNewRange": "Новый диапазон", @@ -4180,6 +4189,7 @@ "SSE.Views.Toolbar.tipPrintQuick": "Быстрая печать", "SSE.Views.Toolbar.tipPrintTitles": "Печатать заголовки", "SSE.Views.Toolbar.tipRedo": "Повторить", + "SSE.Views.Toolbar.tipReplace": "Заменить", "SSE.Views.Toolbar.tipSave": "Сохранить", "SSE.Views.Toolbar.tipSaveCoauth": "Сохраните свои изменения, чтобы другие пользователи их увидели.", "SSE.Views.Toolbar.tipScale": "Вписать", diff --git a/apps/spreadsheeteditor/main/locale/si.json b/apps/spreadsheeteditor/main/locale/si.json index fe299a68c2..220c076de0 100644 --- a/apps/spreadsheeteditor/main/locale/si.json +++ b/apps/spreadsheeteditor/main/locale/si.json @@ -3453,14 +3453,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "පරාසයේ මාතෘකාව අකුරකින් ආරම්භ විය යුතු අතර අකුරු, අංක සහ හිස්තැන් පමණක් අඩංගු විය හැක.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "දෝෂයකි! කෝෂ පරාසය වලංගු නොවේ", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "දත්ත තෝරන්න", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "පරිශ්‍රීලකයා එක් කරන්න", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "පරිශ්‍රීලකයා මකන්න", "SSE.Views.ProtectedRangesEditDlg.textYou": "ඔබ", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "මෙම ක්‍ෂේත්‍රය වුවමනාය", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "ආරක්‍ෂණය", "SSE.Views.ProtectedRangesEditDlg.txtRange": "පරාසය", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "සිරැසිය", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "සංස්කරණ අවසරය", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "ඔබට පමණක් පරාසය සංස්කරණයට හැකිය", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "නම හෝ වි-තැපෑල ලිවීම අරඹන්න", "SSE.Views.ProtectedRangesManagerDlg.guestText": "අමුත්තා", @@ -3475,7 +3472,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "පරාසය", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "තෝරාගත් පුද්ගලයින් සඳහා පාරාස සංස්කරණය සීමා කිරීමට හැකිය.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "සිරැසිය", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "ඔබට පුළුවන්", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "යමෙක් මෙම අංගය සංස්කරණය කරමින් සිටියි.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "සංස්කරණය", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "පරාසය සංස්කරණය", diff --git a/apps/spreadsheeteditor/main/locale/sr.json b/apps/spreadsheeteditor/main/locale/sr.json index ed4b73f682..27b313d4ee 100644 --- a/apps/spreadsheeteditor/main/locale/sr.json +++ b/apps/spreadsheeteditor/main/locale/sr.json @@ -3455,14 +3455,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Naslov opsega mora početi sa slovom i može sadržati samo slova, brojeve, i razmake.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "GREŠKA! Nevažeći opseg ćelija", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Odaberi Podatak", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Dodaj korisnika", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Izbriši korisnika", "SSE.Views.ProtectedRangesEditDlg.textYou": "vi", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Ovo polje je neophodno", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Zaštiti", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Opseg", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Naslov", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Ko može da uređuje", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Samo ti možeš da urediš ovaj opseg", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Počni da kucaš ime ili email", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Gost", @@ -3477,7 +3474,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Opseg", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Možete ograničiti uređivanje opsega za odabrane osobe.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Naslov", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Možete ", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Ovaj element se uređuje od strane drugog korisnika.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Uredi", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Uredi Opseg", diff --git a/apps/spreadsheeteditor/main/locale/uk.json b/apps/spreadsheeteditor/main/locale/uk.json index 97986a2d23..87bbec706e 100644 --- a/apps/spreadsheeteditor/main/locale/uk.json +++ b/apps/spreadsheeteditor/main/locale/uk.json @@ -3156,14 +3156,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "Назва діапазону має починатися з літери та може містити лише літери, цифри та символ пробілу.", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ПОМИЛКА! Недійсний діапазон комірок", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "Вибір даних", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Додати користувача", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Вилучити користувача", "SSE.Views.ProtectedRangesEditDlg.textYou": "ви", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "Це поле є обов'язковим", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "Захистити", "SSE.Views.ProtectedRangesEditDlg.txtRange": "Діапазон", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Заголовок", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Хто може редагувати", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Лише ви можете редагувати цей діапазон", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Почніть вводити назву або адресу ел.пошти", "SSE.Views.ProtectedRangesManagerDlg.guestText": "Гість", @@ -3178,7 +3175,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "Діапазон", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "Ви можете обмежити діапазони, які можна редагувати, для вибраних користувачів.", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "Заголовок", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "Ви можете", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "Цей елемент редагується іншим користувачем.", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Редагувати", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Редагувати діапазон", diff --git a/apps/spreadsheeteditor/main/locale/zh-tw.json b/apps/spreadsheeteditor/main/locale/zh-tw.json index 353ec8d78c..c5dcb0ca1b 100644 --- a/apps/spreadsheeteditor/main/locale/zh-tw.json +++ b/apps/spreadsheeteditor/main/locale/zh-tw.json @@ -3284,14 +3284,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "範圍標題必須以字母開頭,只能包含字母、數字和空格。", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "錯誤!無效的儲存格範圍", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "選取資料", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "新增使用者", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "刪除使用者", "SSE.Views.ProtectedRangesEditDlg.textYou": "您", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "此欄位為必填欄位", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "保護", "SSE.Views.ProtectedRangesEditDlg.txtRange": "範圍", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "標題", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "誰可以編輯", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "只有您可以編輯此範圍", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "開始鍵入姓名或電子郵件", "SSE.Views.ProtectedRangesManagerDlg.guestText": "訪客", @@ -3306,7 +3303,6 @@ "SSE.Views.ProtectedRangesManagerDlg.textRange": "範圍", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "您可以限制特定人員對編輯範圍的編輯權限。", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "標題", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "您可以", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "該元素正在被其他使用者編輯。", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "編輯", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "編輯範圍", diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json index f009b59ccb..cddcaff114 100644 --- a/apps/spreadsheeteditor/main/locale/zh.json +++ b/apps/spreadsheeteditor/main/locale/zh.json @@ -279,7 +279,7 @@ "Common.UI.ExtendedColorDialog.addButtonText": "添加", "Common.UI.ExtendedColorDialog.textCurrent": "当前", "Common.UI.ExtendedColorDialog.textHexErr": "输入的值不正确。
请输入000000和FFFFFF之间的值。", - "Common.UI.ExtendedColorDialog.textNew": "新", + "Common.UI.ExtendedColorDialog.textNew": "新建", "Common.UI.ExtendedColorDialog.textRGBErr": "输入的值不正确。
请输入介于0和255之间的数值。", "Common.UI.HSBColorPicker.textNoColor": "没有颜色", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "隐藏密码", @@ -323,6 +323,7 @@ "Common.Utils.Metric.txtCm": "厘米", "Common.Utils.Metric.txtPt": "点", "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textComma": ",", "Common.Utils.String.textCtrl": "Ctrl", "Common.Utils.String.textShift": "转移", "Common.Utils.ThemeColor.txtaccent": "强调", @@ -446,6 +447,7 @@ "Common.Views.Header.textAddFavorite": "标记为收藏", "Common.Views.Header.textAdvSettings": "高级设置", "Common.Views.Header.textBack": "打开文件所在位置", + "Common.Views.Header.textClose": "关闭文件", "Common.Views.Header.textCompactView": "隐藏工具栏", "Common.Views.Header.textHideLines": "隐藏标尺", "Common.Views.Header.textHideStatusBar": "合并工作表和状态栏", @@ -2531,6 +2533,7 @@ "SSE.Views.FieldSettingsDialog.txtVar": "变量", "SSE.Views.FieldSettingsDialog.txtVarp": "Varp", "SSE.Views.FileMenu.btnBackCaption": "打开文件所在位置", + "SSE.Views.FileMenu.btnCloseEditor": "关闭文件", "SSE.Views.FileMenu.btnCloseMenuCaption": "关闭菜单", "SSE.Views.FileMenu.btnCreateNewCaption": "新建", "SSE.Views.FileMenu.btnDownloadCaption": "下载为", @@ -2672,7 +2675,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "工作区", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "中文", "SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "警告", - "SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "带密码", + "SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "用密码", "SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "保护电子表格", "SSE.Views.FileMenuPanels.ProtectDoc.strSignature": "带签名", "SSE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "有效签名已添加到电子表格中
电子表格受到保护,不可编辑。", @@ -2835,7 +2838,7 @@ "SSE.Views.FormatRulesManagerDlg.textEqBelow": "等于或低于平均值", "SSE.Views.FormatRulesManagerDlg.textFormat": "格式", "SSE.Views.FormatRulesManagerDlg.textIconSet": "图标集", - "SSE.Views.FormatRulesManagerDlg.textNew": "新", + "SSE.Views.FormatRulesManagerDlg.textNew": "新建", "SSE.Views.FormatRulesManagerDlg.textNotBetween": "不在 {0} 和 {1} 之间", "SSE.Views.FormatRulesManagerDlg.textNotContains": "单元格值不包含", "SSE.Views.FormatRulesManagerDlg.textNotContainsBlank": "单元格不包含空值", @@ -2994,12 +2997,14 @@ "SSE.Views.HyperlinkSettingsDialog.textInvalidRange": "错误!无效的单元格范围", "SSE.Views.HyperlinkSettingsDialog.textNames": "定义名称", "SSE.Views.HyperlinkSettingsDialog.textSelectData": "选择数据", + "SSE.Views.HyperlinkSettingsDialog.textSelectFile": "选择文件", "SSE.Views.HyperlinkSettingsDialog.textSheets": "工作表", "SSE.Views.HyperlinkSettingsDialog.textTipText": "屏幕提示文字", "SSE.Views.HyperlinkSettingsDialog.textTitle": "超链接设置", "SSE.Views.HyperlinkSettingsDialog.txtEmpty": "这是必填栏", "SSE.Views.HyperlinkSettingsDialog.txtNotUrl": "该字段应该是“http://www.example.com”格式的URL", "SSE.Views.HyperlinkSettingsDialog.txtSizeLimit": "此字段限制为2083个字符", + "SSE.Views.HyperlinkSettingsDialog.txtUrlPlaceholder": "输入网址或选择文件", "SSE.Views.ImageSettings.textAdvanced": "显示高级设置", "SSE.Views.ImageSettings.textCrop": "裁剪", "SSE.Views.ImageSettings.textCropFill": "填充", @@ -3116,7 +3121,7 @@ "SSE.Views.NameManagerDlg.textFilterSheet": "工作表范围内的名称", "SSE.Views.NameManagerDlg.textFilterTableNames": "表格名称", "SSE.Views.NameManagerDlg.textFilterWorkbook": "名称适用于工作簿", - "SSE.Views.NameManagerDlg.textNew": "新", + "SSE.Views.NameManagerDlg.textNew": "新建", "SSE.Views.NameManagerDlg.textnoNames": "没有找到与您的过滤器匹配的命名范围", "SSE.Views.NameManagerDlg.textRanges": "命名范围", "SSE.Views.NameManagerDlg.textScope": "范围", @@ -3455,14 +3460,11 @@ "SSE.Views.ProtectedRangesEditDlg.textInvalidName": "范围标题必须以字母开头,并且只能包含字母、数字和空格。。", "SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "错误!无效的单元格范围", "SSE.Views.ProtectedRangesEditDlg.textSelectData": "选择数据", - "SSE.Views.ProtectedRangesEditDlg.textTipAdd": "新增使用者", - "SSE.Views.ProtectedRangesEditDlg.textTipDelete": "删除用户", "SSE.Views.ProtectedRangesEditDlg.textYou": "您", "SSE.Views.ProtectedRangesEditDlg.txtEmpty": "这是必填栏", "SSE.Views.ProtectedRangesEditDlg.txtProtect": "保护", "SSE.Views.ProtectedRangesEditDlg.txtRange": "范围", "SSE.Views.ProtectedRangesEditDlg.txtRangeName": "标题", - "SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "谁可以编辑", "SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "只有您可以编辑此范围", "SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "开始键入姓名或电子邮件", "SSE.Views.ProtectedRangesManagerDlg.guestText": "访客", @@ -3472,12 +3474,11 @@ "SSE.Views.ProtectedRangesManagerDlg.textEmpty": "尚未创建任何受保护的范围
至少创建一个受保护的范围,它将显示在此字段中。", "SSE.Views.ProtectedRangesManagerDlg.textFilter": "筛选", "SSE.Views.ProtectedRangesManagerDlg.textFilterAll": "全部", - "SSE.Views.ProtectedRangesManagerDlg.textNew": "新", + "SSE.Views.ProtectedRangesManagerDlg.textNew": "新建", "SSE.Views.ProtectedRangesManagerDlg.textProtect": "保护工作表", "SSE.Views.ProtectedRangesManagerDlg.textRange": "范围", "SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "您可以为选定的对象限制编辑范围。", "SSE.Views.ProtectedRangesManagerDlg.textTitle": "标题", - "SSE.Views.ProtectedRangesManagerDlg.textYouCan": "您可以", "SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "此元素正在被其他用户编辑。", "SSE.Views.ProtectedRangesManagerDlg.txtEdit": "编辑", "SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "编辑范围", @@ -3491,7 +3492,7 @@ "SSE.Views.ProtectRangesDlg.textDelete": "刪除", "SSE.Views.ProtectRangesDlg.textEdit": "编辑", "SSE.Views.ProtectRangesDlg.textEmpty": "无范围可编辑", - "SSE.Views.ProtectRangesDlg.textNew": "新", + "SSE.Views.ProtectRangesDlg.textNew": "新建", "SSE.Views.ProtectRangesDlg.textProtect": "保护工作表", "SSE.Views.ProtectRangesDlg.textPwd": "密码", "SSE.Views.ProtectRangesDlg.textRange": "范围", @@ -3730,7 +3731,7 @@ "SSE.Views.SortDialog.textBelow": "下方", "SSE.Views.SortDialog.textBtnCopy": "复制", "SSE.Views.SortDialog.textBtnDelete": "刪除", - "SSE.Views.SortDialog.textBtnNew": "新", + "SSE.Views.SortDialog.textBtnNew": "新建", "SSE.Views.SortDialog.textCellColor": "单元格颜色", "SSE.Views.SortDialog.textColumn": "列", "SSE.Views.SortDialog.textDesc": "降序", @@ -4180,6 +4181,7 @@ "SSE.Views.Toolbar.tipPrintQuick": "快速打印", "SSE.Views.Toolbar.tipPrintTitles": "打印标题", "SSE.Views.Toolbar.tipRedo": "重做", + "SSE.Views.Toolbar.tipReplace": "替换", "SSE.Views.Toolbar.tipSave": "保存", "SSE.Views.Toolbar.tipSaveCoauth": "保存您的更改以供其他用户查看", "SSE.Views.Toolbar.tipScale": "缩放以适合", @@ -4321,7 +4323,7 @@ "SSE.Views.ViewManagerDlg.textEmpty": "尚未创建任何视图。", "SSE.Views.ViewManagerDlg.textGoTo": "转到视图", "SSE.Views.ViewManagerDlg.textLongName": "输入一个少于128个字符的名称。", - "SSE.Views.ViewManagerDlg.textNew": "新", + "SSE.Views.ViewManagerDlg.textNew": "新建", "SSE.Views.ViewManagerDlg.textRename": "重新命名", "SSE.Views.ViewManagerDlg.textRenameError": "视图名称不能为空。", "SSE.Views.ViewManagerDlg.textRenameLabel": "重命名视图", @@ -4334,7 +4336,7 @@ "SSE.Views.ViewTab.textAlwaysShowToolbar": "始终显示工具栏", "SSE.Views.ViewTab.textClose": "关闭", "SSE.Views.ViewTab.textCombineSheetAndStatusBars": "合并工作表和状态栏", - "SSE.Views.ViewTab.textCreate": "新", + "SSE.Views.ViewTab.textCreate": "新建", "SSE.Views.ViewTab.textDefault": "默认", "SSE.Views.ViewTab.textFormula": "公式栏", "SSE.Views.ViewTab.textFreezeCol": "冻结第一列", From 38b26880d05abe3ecc3c973d26c8bf221c6cd753 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 1 Mar 2024 19:32:27 +0300 Subject: [PATCH 3/3] [Mobile] Update translation --- apps/documenteditor/mobile/locale/ar.json | 3 +- apps/documenteditor/mobile/locale/az.json | 1 + apps/documenteditor/mobile/locale/be.json | 1 + apps/documenteditor/mobile/locale/bg.json | 1 + apps/documenteditor/mobile/locale/ca.json | 43 +++--- apps/documenteditor/mobile/locale/cs.json | 1 + apps/documenteditor/mobile/locale/da.json | 1 + apps/documenteditor/mobile/locale/de.json | 3 +- apps/documenteditor/mobile/locale/el.json | 3 +- apps/documenteditor/mobile/locale/en.json | 4 +- apps/documenteditor/mobile/locale/es.json | 3 +- apps/documenteditor/mobile/locale/eu.json | 1 + apps/documenteditor/mobile/locale/fi.json | 3 +- apps/documenteditor/mobile/locale/fr.json | 3 +- apps/documenteditor/mobile/locale/gl.json | 1 + apps/documenteditor/mobile/locale/hu.json | 1 + apps/documenteditor/mobile/locale/hy.json | 1 + apps/documenteditor/mobile/locale/id.json | 1 + apps/documenteditor/mobile/locale/it.json | 1 + apps/documenteditor/mobile/locale/ja.json | 3 +- apps/documenteditor/mobile/locale/ko.json | 1 + apps/documenteditor/mobile/locale/lo.json | 1 + apps/documenteditor/mobile/locale/lv.json | 1 + apps/documenteditor/mobile/locale/ms.json | 1 + apps/documenteditor/mobile/locale/nl.json | 1 + apps/documenteditor/mobile/locale/pl.json | 1 + apps/documenteditor/mobile/locale/pt-pt.json | 1 + apps/documenteditor/mobile/locale/pt.json | 5 +- apps/documenteditor/mobile/locale/ro.json | 1 + apps/documenteditor/mobile/locale/ru.json | 1 + apps/documenteditor/mobile/locale/si.json | 3 +- apps/documenteditor/mobile/locale/sk.json | 1 + apps/documenteditor/mobile/locale/sl.json | 1 + apps/documenteditor/mobile/locale/sr.json | 1 + apps/documenteditor/mobile/locale/sv.json | 1 + apps/documenteditor/mobile/locale/tr.json | 1 + apps/documenteditor/mobile/locale/uk.json | 1 + apps/documenteditor/mobile/locale/vi.json | 3 +- apps/documenteditor/mobile/locale/zh-tw.json | 1 + apps/documenteditor/mobile/locale/zh.json | 11 +- apps/presentationeditor/mobile/locale/ar.json | 3 +- apps/presentationeditor/mobile/locale/az.json | 1 + apps/presentationeditor/mobile/locale/be.json | 1 + apps/presentationeditor/mobile/locale/bg.json | 1 + apps/presentationeditor/mobile/locale/ca.json | 3 +- apps/presentationeditor/mobile/locale/cs.json | 1 + apps/presentationeditor/mobile/locale/de.json | 3 +- apps/presentationeditor/mobile/locale/el.json | 3 +- apps/presentationeditor/mobile/locale/en.json | 4 +- apps/presentationeditor/mobile/locale/es.json | 3 +- apps/presentationeditor/mobile/locale/eu.json | 1 + apps/presentationeditor/mobile/locale/fr.json | 3 +- apps/presentationeditor/mobile/locale/gl.json | 1 + apps/presentationeditor/mobile/locale/hu.json | 1 + apps/presentationeditor/mobile/locale/hy.json | 1 + apps/presentationeditor/mobile/locale/id.json | 1 + apps/presentationeditor/mobile/locale/it.json | 1 + apps/presentationeditor/mobile/locale/ja.json | 3 +- apps/presentationeditor/mobile/locale/ko.json | 1 + apps/presentationeditor/mobile/locale/lo.json | 1 + apps/presentationeditor/mobile/locale/lv.json | 1 + apps/presentationeditor/mobile/locale/ms.json | 1 + apps/presentationeditor/mobile/locale/nl.json | 1 + apps/presentationeditor/mobile/locale/pl.json | 1 + .../mobile/locale/pt-pt.json | 1 + apps/presentationeditor/mobile/locale/pt.json | 3 +- apps/presentationeditor/mobile/locale/ro.json | 1 + apps/presentationeditor/mobile/locale/ru.json | 1 + apps/presentationeditor/mobile/locale/si.json | 3 +- apps/presentationeditor/mobile/locale/sk.json | 1 + apps/presentationeditor/mobile/locale/sl.json | 1 + apps/presentationeditor/mobile/locale/sr.json | 129 +++++++++--------- apps/presentationeditor/mobile/locale/tr.json | 1 + apps/presentationeditor/mobile/locale/uk.json | 1 + apps/presentationeditor/mobile/locale/vi.json | 3 +- .../mobile/locale/zh-tw.json | 1 + apps/presentationeditor/mobile/locale/zh.json | 1 + apps/spreadsheeteditor/mobile/locale/ar.json | 3 +- apps/spreadsheeteditor/mobile/locale/az.json | 1 + apps/spreadsheeteditor/mobile/locale/be.json | 1 + apps/spreadsheeteditor/mobile/locale/bg.json | 1 + apps/spreadsheeteditor/mobile/locale/ca.json | 37 ++--- apps/spreadsheeteditor/mobile/locale/cs.json | 1 + apps/spreadsheeteditor/mobile/locale/da.json | 1 + apps/spreadsheeteditor/mobile/locale/de.json | 3 +- apps/spreadsheeteditor/mobile/locale/el.json | 3 +- apps/spreadsheeteditor/mobile/locale/en.json | 4 +- apps/spreadsheeteditor/mobile/locale/es.json | 1 + apps/spreadsheeteditor/mobile/locale/eu.json | 1 + apps/spreadsheeteditor/mobile/locale/fr.json | 3 +- apps/spreadsheeteditor/mobile/locale/gl.json | 1 + apps/spreadsheeteditor/mobile/locale/hu.json | 1 + apps/spreadsheeteditor/mobile/locale/hy.json | 1 + apps/spreadsheeteditor/mobile/locale/id.json | 1 + apps/spreadsheeteditor/mobile/locale/it.json | 1 + apps/spreadsheeteditor/mobile/locale/ja.json | 3 +- apps/spreadsheeteditor/mobile/locale/ko.json | 1 + apps/spreadsheeteditor/mobile/locale/lo.json | 1 + apps/spreadsheeteditor/mobile/locale/lv.json | 1 + apps/spreadsheeteditor/mobile/locale/ms.json | 1 + apps/spreadsheeteditor/mobile/locale/nl.json | 1 + apps/spreadsheeteditor/mobile/locale/pl.json | 1 + .../mobile/locale/pt-pt.json | 1 + apps/spreadsheeteditor/mobile/locale/pt.json | 3 +- apps/spreadsheeteditor/mobile/locale/ro.json | 3 +- apps/spreadsheeteditor/mobile/locale/ru.json | 1 + apps/spreadsheeteditor/mobile/locale/si.json | 3 +- apps/spreadsheeteditor/mobile/locale/sk.json | 1 + apps/spreadsheeteditor/mobile/locale/sl.json | 1 + apps/spreadsheeteditor/mobile/locale/sr.json | 1 + apps/spreadsheeteditor/mobile/locale/tr.json | 1 + apps/spreadsheeteditor/mobile/locale/uk.json | 1 + apps/spreadsheeteditor/mobile/locale/vi.json | 1 + .../mobile/locale/zh-tw.json | 1 + apps/spreadsheeteditor/mobile/locale/zh.json | 3 +- 115 files changed, 256 insertions(+), 144 deletions(-) diff --git a/apps/documenteditor/mobile/locale/ar.json b/apps/documenteditor/mobile/locale/ar.json index 4341324d55..b4d983f969 100644 --- a/apps/documenteditor/mobile/locale/ar.json +++ b/apps/documenteditor/mobile/locale/ar.json @@ -784,7 +784,8 @@ "txtScheme6": "Concourse", "txtScheme7": "Equity", "txtScheme8": "Flow", - "txtScheme9": "Foundry" + "txtScheme9": "Foundry", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "لديك تغييرات غير محفوظة. اضغط على 'البقاء في هذه الصفحة' لانتظار الحفظ التلقائي. اضغط على 'غادر هذه الصفحة' للتخلي عن كل التغييرات الغير محفوظة.", diff --git a/apps/documenteditor/mobile/locale/az.json b/apps/documenteditor/mobile/locale/az.json index 8e792afe96..8e9ab7ab9c 100644 --- a/apps/documenteditor/mobile/locale/az.json +++ b/apps/documenteditor/mobile/locale/az.json @@ -755,6 +755,7 @@ "txtScheme9": "Emalatxana", "textAddToFavorites": "Add to Favorites", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDialogUnprotect": "Enter a password to unprotect document", diff --git a/apps/documenteditor/mobile/locale/be.json b/apps/documenteditor/mobile/locale/be.json index e855a687fe..cf92791d78 100644 --- a/apps/documenteditor/mobile/locale/be.json +++ b/apps/documenteditor/mobile/locale/be.json @@ -754,6 +754,7 @@ "textAddToFavorites": "Add to Favorites", "textChooseEncoding": "Choose Encoding", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDisableAllMacrosWithNotification": "Disable all macros with notification", diff --git a/apps/documenteditor/mobile/locale/bg.json b/apps/documenteditor/mobile/locale/bg.json index ba528b22db..d9236344df 100644 --- a/apps/documenteditor/mobile/locale/bg.json +++ b/apps/documenteditor/mobile/locale/bg.json @@ -643,6 +643,7 @@ "textChooseEncoding": "Choose Encoding", "textChooseTxtOptions": "Choose TXT Options", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/documenteditor/mobile/locale/ca.json b/apps/documenteditor/mobile/locale/ca.json index 35c78a3ed1..778e3d1d93 100644 --- a/apps/documenteditor/mobile/locale/ca.json +++ b/apps/documenteditor/mobile/locale/ca.json @@ -18,8 +18,8 @@ "textBottomOfPage": "Final de la pàgina", "textBreak": "Salt", "textCancel": "Cancel·lar", - "textCenterBottom": "Alineació central inferior", - "textCenterTop": "Alineació central superior", + "textCenterBottom": "Centrat Inferior", + "textCenterTop": "Centrat superior", "textColumnBreak": "Salt de columna", "textColumns": "Columnes", "textComment": "Comentari", @@ -115,9 +115,9 @@ "textItalic": "Cursiva", "textJustify": "Justificar", "textKeepLines": "Conserva les línies juntes", - "textKeepNext": "Seguir amb el següent", + "textKeepNext": "Continuar amb el següent", "textLeft": "Alinear a l'esquerra", - "textLineSpacing": "Interlineat:", + "textLineSpacing": "Interlineat", "textMarkup": "Etiquetatge", "textMessageDeleteComment": "Vols suprimir aquest comentari?", "textMessageDeleteReply": "Voleu suprimir aquesta resposta?", @@ -127,7 +127,7 @@ "textNoComments": "Aquest document no té cap comentari", "textNoContextual": "Afegir un interval entre els paràgrafs del mateix estil", "textNoKeepLines": "No mantinguis les línies juntes", - "textNoKeepNext": "No segueixis amb el següent", + "textNoKeepNext": "No continuïs amb el següent", "textNot": "No", "textNoWidow": "No hi ha cap control de finestra", "textNum": "Canviar la numeració", @@ -226,7 +226,7 @@ "textRefreshEntireTable": "Actualitzar tota la taula", "textRefreshPageNumbersOnly": "Actualitzar només els números de pàgina", "textRows": "Files", - "txtWarnUrl": "Fer clic en aquest enllaç pot ser perjudicial per al dispositiu i les dades.
Segur que vols continuar?" + "txtWarnUrl": "Si fas clic en aquest enllaç, pots malmetre el dispositiu i les dades.
Segur que vols continuar?" }, "Edit": { "notcriticalErrorTitle": "Advertiment", @@ -262,8 +262,8 @@ "textCentered": "Centrat", "textChangeShape": "Canviar la forma", "textChart": "Gràfic", - "textChooseAnItem": "Tria un element", - "textChooseAnOption": "Tria una opció", + "textChooseAnItem": "Triar un element", + "textChooseAnOption": "Triar una opció", "textClassic": "Clàssic", "textClose": "Tancar", "textColor": "Color", @@ -314,7 +314,7 @@ "textJuly": "juliol", "textJune": "juny", "textKeepLinesTogether": "Conserva les línies juntes", - "textKeepWithNext": "Seguir amb el següent", + "textKeepWithNext": "Continuar amb el següent", "textLastColumn": "Última columna", "textLeader": "Guia", "textLetterSpacing": "Espaiat de les lletres", @@ -408,7 +408,7 @@ "textWe": "dc.", "textWrap": "Ajustament", "textWrappingStyle": "Estil d'ajustament", - "textYourOption": "Your option" + "textYourOption": "La teva opció" }, "Error": { "convertationTimeoutText": "S'ha superat el temps de conversió.", @@ -518,7 +518,7 @@ "leavePageText": "Tens canvis sense desar. Fes clic a \"Mantingueu-vos en aquesta pàgina\" per esperar al desament automàtic. Fes clic a \"Deixar aquesta pàgina\" per descartar tots els canvis no desats.", "notcriticalErrorTitle": "Advertiment", "SDK": { - " -Section ": "-Secció", + " -Section ": "—Secció", "above": "a dalt", "below": "A sota", "Caption": "Llegenda", @@ -583,14 +583,15 @@ "textBuyNow": "Visitar el lloc web", "textCancel": "Cancel·lar", "textClose": "Tancar", - "textContactUs": "Contacta amb vendes", + "textContactUs": "Contacta amb l'equip de vendes", + "textConvertForm": "Baixar el fitxer com a PDF per desar el formulari en el format preparat per omplir.", "textCustomLoader": "No tens permisos per canviar el carregador. Posa't en contacte amb el departament de vendes per obtenir un pressupost.", "textDialogProtectedChangesTracked": "Pots editar aquest document, però es farà un seguiment de tots els canvis", "textDialogProtectedEditComments": "Només pots inserir comentaris a aquest document", "textDialogProtectedFillForms": "Només pots omplir els formulares d'aquest document", "textDialogProtectedOnlyView": "Només pots veure aquest document", "textDocumentProtected": "El document està protegit. La configuració d'edició no està disponible", - "textDownloadPdf": "Descarrega pdf", + "textDownloadPdf": "Baixar PDF", "textGuest": "Convidat", "textHasMacros": "El fitxer conté macros automàtiques.
Les vols executar?", "textNo": "No", @@ -619,8 +620,7 @@ "warnLicenseUsersExceeded": "Has arribat al límit d'usuari per a %1 editors. Posa't en contacte amb l'administrador per a més informació.", "warnNoLicense": "Has arribat al límit de connexions simultànies a %1 editors. Aquest document només s'obrirà en mode lectura. Posa't en contacte amb l'equip de vendes %1 per conèixer les condicions d'actualització personal.", "warnNoLicenseUsers": "Has arribat al límit d'usuaris per a %1 editors. Contacta amb l'equip de vendes de %1 per obtenir les condicions de millora personals dels teus serveis.", - "warnProcessRightsChange": "No tens permís per editar aquest fitxer.", - "textConvertForm": "Download file as PDF to save the form in the format ready for filling." + "warnProcessRightsChange": "No tens permís per editar aquest fitxer." }, "Settings": { "advDRMOptions": "El fitxer està protegit", @@ -642,7 +642,7 @@ "textChangePassword": "Canviar la contrasenya", "textChooseEncoding": "Triar la codificació", "textChooseTxtOptions": "Triar les opcions de fitxer TXT", - "textClearAllFields": "Esborra tots els camps", + "textClearAllFields": "Esborrar tots els camps", "textCollaboration": "Col·laboració", "textColorSchemes": "Combinacions de colors", "textComment": "Comentari", @@ -654,7 +654,7 @@ "textDarkTheme": "Tema fosc", "textDialogUnprotect": "Introdueix una contrasenya per desbloquejar el document", "textDirection": "Direcció", - "textDisableAll": "Inhabilita-ho tot", + "textDisableAll": "Inhabilitar-ho tot", "textDisableAllMacrosWithNotification": "Inhabilitar totes les macros amb notificació", "textDisableAllMacrosWithoutNotification": "Inhabilitar totes les macros sense notificació", "textDocumentInfo": "Informació del document", @@ -670,7 +670,7 @@ "textEnableAll": "Habilitar-ho tot", "textEnableAllMacrosWithoutNotification": "Habilitar totes les macros sense notificació", "textEncoding": "Codificació", - "textEncryptFile": "Encripta el fitxer", + "textEncryptFile": "Encriptar el fitxer", "textExplanationChangeDirection": "L'aplicació es reiniciarà per a l'activació de la interfície RTL", "textExport": "Exportar", "textExportAs": "Exportar com", @@ -784,15 +784,16 @@ "txtScheme6": "Esplanada", "txtScheme7": "Equitat", "txtScheme8": "Flux", - "txtScheme9": "Foneria" + "txtScheme9": "Foneria", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "Tens canvis sense desar. Fes clic a \"Mantingueu-vos en aquesta pàgina\" per esperar al desament automàtic. Fes clic a \"Deixar aquesta pàgina\" per descartar tots els canvis no desats.", "dlgLeaveTitleText": "Estàs sortint de l'aplicació", "leaveButtonText": "Surt d'aquesta pàgina", "stayButtonText": "Queda't en aquesta pàgina", - "textCloseHistory": "Tanca l'historial", - "textEnterNewFileName": "Introduïu un nom de fitxer nou", + "textCloseHistory": "Tancar l'historial", + "textEnterNewFileName": "Introdueix un nom de fitxer nou", "textOk": "D'acord", "textRenameFile": "Canvia el nom del fitxer", "textSwitchedMobileView": "S'ha canviat a visualització mòbil", diff --git a/apps/documenteditor/mobile/locale/cs.json b/apps/documenteditor/mobile/locale/cs.json index a554d811fa..d42111d417 100644 --- a/apps/documenteditor/mobile/locale/cs.json +++ b/apps/documenteditor/mobile/locale/cs.json @@ -783,6 +783,7 @@ "txtScheme7": "Rovnost", "txtScheme8": "Tok", "txtScheme9": "Slévárna", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" }, diff --git a/apps/documenteditor/mobile/locale/da.json b/apps/documenteditor/mobile/locale/da.json index 6d61e3700e..2355134d8b 100644 --- a/apps/documenteditor/mobile/locale/da.json +++ b/apps/documenteditor/mobile/locale/da.json @@ -643,6 +643,7 @@ "textChooseEncoding": "Choose Encoding", "textChooseTxtOptions": "Choose TXT Options", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/documenteditor/mobile/locale/de.json b/apps/documenteditor/mobile/locale/de.json index 338fa9e2fd..518fbdb78f 100644 --- a/apps/documenteditor/mobile/locale/de.json +++ b/apps/documenteditor/mobile/locale/de.json @@ -784,7 +784,8 @@ "txtScheme6": "Halle", "txtScheme7": "Kapital", "txtScheme8": "Fluss", - "txtScheme9": "Gießerei" + "txtScheme9": "Gießerei", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "Sie haben nicht gespeicherte Änderungen. Klicken Sie auf \"Auf dieser Seite bleiben\" und warten Sie, bis die Datei automatisch gespeichert wird. Klicken Sie auf \"Die Seite verlassen\", um nicht gespeicherte Änderungen zu verwerfen.", diff --git a/apps/documenteditor/mobile/locale/el.json b/apps/documenteditor/mobile/locale/el.json index 3312b4fd0b..06c7fa11dd 100644 --- a/apps/documenteditor/mobile/locale/el.json +++ b/apps/documenteditor/mobile/locale/el.json @@ -784,7 +784,8 @@ "txtScheme6": "Συνάθροιση", "txtScheme7": "Μετοχή", "txtScheme8": "Ροή", - "txtScheme9": "Χυτήριο" + "txtScheme9": "Χυτήριο", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "Έχετε μη αποθηκευμένες αλλαγές. Πατήστε 'Παραμονή στη Σελίδα' για να περιμένετε την αυτόματη αποθήκευση. Πατήστε 'Έξοδος από τη Σελίδα' για να απορρίψετε όλες τις μη αποθηκευμένες αλλαγές.", diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 96f892a93b..513a17c868 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -643,6 +643,7 @@ "textChooseEncoding": "Choose Encoding", "textChooseTxtOptions": "Choose TXT Options", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", @@ -784,8 +785,7 @@ "txtScheme6": "Concourse", "txtScheme7": "Equity", "txtScheme8": "Flow", - "txtScheme9": "Foundry", - "textClose": "Close" + "txtScheme9": "Foundry" }, "Toolbar": { "dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", diff --git a/apps/documenteditor/mobile/locale/es.json b/apps/documenteditor/mobile/locale/es.json index bb89c4cf72..89afe85bb9 100644 --- a/apps/documenteditor/mobile/locale/es.json +++ b/apps/documenteditor/mobile/locale/es.json @@ -784,7 +784,8 @@ "txtScheme6": "Concurrencia", "txtScheme7": "Equidad ", "txtScheme8": "Flujo", - "txtScheme9": "Fundición" + "txtScheme9": "Fundición", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "Tiene cambios sin guardar. Haga clic en \"Permanecer en esta página\" para esperar a que se guarde automáticamente. Haga clic en \"Salir de esta página\" para descartar todos los cambios no guardados.", diff --git a/apps/documenteditor/mobile/locale/eu.json b/apps/documenteditor/mobile/locale/eu.json index 0e59b0c151..89ff017008 100644 --- a/apps/documenteditor/mobile/locale/eu.json +++ b/apps/documenteditor/mobile/locale/eu.json @@ -783,6 +783,7 @@ "txtScheme7": "Berdintza", "txtScheme8": "Fluxua", "txtScheme9": "Sortzailea", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" }, diff --git a/apps/documenteditor/mobile/locale/fi.json b/apps/documenteditor/mobile/locale/fi.json index 6f0d156b3c..e876f70b9f 100644 --- a/apps/documenteditor/mobile/locale/fi.json +++ b/apps/documenteditor/mobile/locale/fi.json @@ -793,7 +793,8 @@ "textSaveAsPdf": "Save as PDF", "textExportAs": "Export As", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", - "textRtlInterface": "RTL Interface" + "textRtlInterface": "RTL Interface", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", diff --git a/apps/documenteditor/mobile/locale/fr.json b/apps/documenteditor/mobile/locale/fr.json index fb84b1dd91..5017ec8ee3 100644 --- a/apps/documenteditor/mobile/locale/fr.json +++ b/apps/documenteditor/mobile/locale/fr.json @@ -784,7 +784,8 @@ "txtScheme6": "Rotonde", "txtScheme7": "Capitaux", "txtScheme8": "Flux", - "txtScheme9": "Fonderie" + "txtScheme9": "Fonderie", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "Vous avez des modifications non enregistrées dans ce document. Cliquez sur Rester sur cette page et attendez l'enregistrement automatique. Cliquez sur Quitter cette page pour annuler toutes les modifications non enregistrées.", diff --git a/apps/documenteditor/mobile/locale/gl.json b/apps/documenteditor/mobile/locale/gl.json index 15b182534e..67875d7ca4 100644 --- a/apps/documenteditor/mobile/locale/gl.json +++ b/apps/documenteditor/mobile/locale/gl.json @@ -761,6 +761,7 @@ "txtScheme9": "Fundición", "textAddToFavorites": "Add to Favorites", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDialogUnprotect": "Enter a password to unprotect document", "textEncryptFile": "Encrypt File", diff --git a/apps/documenteditor/mobile/locale/hu.json b/apps/documenteditor/mobile/locale/hu.json index 07148ed7bd..1412c26059 100644 --- a/apps/documenteditor/mobile/locale/hu.json +++ b/apps/documenteditor/mobile/locale/hu.json @@ -775,6 +775,7 @@ "txtScheme8": "Folyam", "txtScheme9": "Öntöde", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textExport": "Export", diff --git a/apps/documenteditor/mobile/locale/hy.json b/apps/documenteditor/mobile/locale/hy.json index ef863dda30..cd1004dd31 100644 --- a/apps/documenteditor/mobile/locale/hy.json +++ b/apps/documenteditor/mobile/locale/hy.json @@ -783,6 +783,7 @@ "txtScheme7": "Սեփական կապիտալ", "txtScheme8": "Հոսք", "txtScheme9": "Հրատարակիչ", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" }, diff --git a/apps/documenteditor/mobile/locale/id.json b/apps/documenteditor/mobile/locale/id.json index 2157235500..7e229d77f7 100644 --- a/apps/documenteditor/mobile/locale/id.json +++ b/apps/documenteditor/mobile/locale/id.json @@ -775,6 +775,7 @@ "txtScheme9": "Cetakan", "textAddToFavorites": "Add to Favorites", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textExport": "Export", diff --git a/apps/documenteditor/mobile/locale/it.json b/apps/documenteditor/mobile/locale/it.json index eb3d4ecd08..9648889cb9 100644 --- a/apps/documenteditor/mobile/locale/it.json +++ b/apps/documenteditor/mobile/locale/it.json @@ -784,6 +784,7 @@ "txtScheme7": "Equità", "txtScheme8": "Flusso", "txtScheme9": "Fonderia", + "textClose": "Close", "textTrackedChanges": "Tracked changes" }, "Toolbar": { diff --git a/apps/documenteditor/mobile/locale/ja.json b/apps/documenteditor/mobile/locale/ja.json index 12f1f5e171..aecf269b72 100644 --- a/apps/documenteditor/mobile/locale/ja.json +++ b/apps/documenteditor/mobile/locale/ja.json @@ -784,7 +784,8 @@ "txtScheme6": "コンコース", "txtScheme7": "株主資本", "txtScheme8": "フロー", - "txtScheme9": "ファウンドリ" + "txtScheme9": "ファウンドリ", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "保存されていない変更があります。自動保存を待つように「このページから移動しない」をクリックしてください。保存されていない変更を破棄ように「このページから移動する」をクリックしてください。", diff --git a/apps/documenteditor/mobile/locale/ko.json b/apps/documenteditor/mobile/locale/ko.json index 3db28eb57c..ece3a03de3 100644 --- a/apps/documenteditor/mobile/locale/ko.json +++ b/apps/documenteditor/mobile/locale/ko.json @@ -774,6 +774,7 @@ "txtScheme9": "발견", "textAddToFavorites": "Add to Favorites", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", diff --git a/apps/documenteditor/mobile/locale/lo.json b/apps/documenteditor/mobile/locale/lo.json index 1f74e33df9..28899877e1 100644 --- a/apps/documenteditor/mobile/locale/lo.json +++ b/apps/documenteditor/mobile/locale/lo.json @@ -742,6 +742,7 @@ "textBeginningDocument": "Beginning of document", "textChangePassword": "Change Password", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDialogUnprotect": "Enter a password to unprotect document", diff --git a/apps/documenteditor/mobile/locale/lv.json b/apps/documenteditor/mobile/locale/lv.json index 54a153f0fa..e1b9faba17 100644 --- a/apps/documenteditor/mobile/locale/lv.json +++ b/apps/documenteditor/mobile/locale/lv.json @@ -768,6 +768,7 @@ "txtScheme9": "Lietuve", "textAddToFavorites": "Add to Favorites", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textEncryptFile": "Encrypt File", diff --git a/apps/documenteditor/mobile/locale/ms.json b/apps/documenteditor/mobile/locale/ms.json index a1f7d11518..e747b08b6b 100644 --- a/apps/documenteditor/mobile/locale/ms.json +++ b/apps/documenteditor/mobile/locale/ms.json @@ -751,6 +751,7 @@ "textAddToFavorites": "Add to Favorites", "textChangePassword": "Change Password", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDialogUnprotect": "Enter a password to unprotect document", diff --git a/apps/documenteditor/mobile/locale/nl.json b/apps/documenteditor/mobile/locale/nl.json index 974b4ebf9d..b40b8ac7ea 100644 --- a/apps/documenteditor/mobile/locale/nl.json +++ b/apps/documenteditor/mobile/locale/nl.json @@ -736,6 +736,7 @@ "textBeginningDocument": "Beginning of document", "textChangePassword": "Change Password", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDialogUnprotect": "Enter a password to unprotect document", diff --git a/apps/documenteditor/mobile/locale/pl.json b/apps/documenteditor/mobile/locale/pl.json index a56d467cdc..fa2bc6ee39 100644 --- a/apps/documenteditor/mobile/locale/pl.json +++ b/apps/documenteditor/mobile/locale/pl.json @@ -617,6 +617,7 @@ "textChooseEncoding": "Choose Encoding", "textChooseTxtOptions": "Choose TXT Options", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textCreated": "Created", "textCustomSize": "Custom Size", "textDark": "Dark", diff --git a/apps/documenteditor/mobile/locale/pt-pt.json b/apps/documenteditor/mobile/locale/pt-pt.json index 910abbbd2b..658e3600b9 100644 --- a/apps/documenteditor/mobile/locale/pt-pt.json +++ b/apps/documenteditor/mobile/locale/pt-pt.json @@ -783,6 +783,7 @@ "txtScheme7": "Equidade", "txtScheme8": "Fluxo", "txtScheme9": "Fundição", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" }, diff --git a/apps/documenteditor/mobile/locale/pt.json b/apps/documenteditor/mobile/locale/pt.json index f6d4b444b8..5cc7147349 100644 --- a/apps/documenteditor/mobile/locale/pt.json +++ b/apps/documenteditor/mobile/locale/pt.json @@ -519,7 +519,7 @@ "notcriticalErrorTitle": "Aviso", "SDK": { " -Section ": "-Seção", - "above": "Acima", + "above": "acima", "below": "Abaixo", "Caption": "Legenda", "Choose an item": "Escolha um item", @@ -784,7 +784,8 @@ "txtScheme6": "Concurso", "txtScheme7": "Patrimônio Líquido", "txtScheme8": "Fluxo", - "txtScheme9": "Fundição" + "txtScheme9": "Fundição", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "Você tem mudanças não salvas. Clique em 'Ficar nesta página' para esperar pela auto-salvar. Clique em 'Sair desta página' para descartar todas as mudanças não salvas.", diff --git a/apps/documenteditor/mobile/locale/ro.json b/apps/documenteditor/mobile/locale/ro.json index c2c55d437d..89c17e35de 100644 --- a/apps/documenteditor/mobile/locale/ro.json +++ b/apps/documenteditor/mobile/locale/ro.json @@ -643,6 +643,7 @@ "textChooseEncoding": "Alegeți codificare", "textChooseTxtOptions": "Selectează opțiunile TXT", "textClearAllFields": "Goleşte toate câmpurile", + "textClose": "Închidere", "textCollaboration": "Colaborare", "textColorSchemes": "Scheme de culori", "textComment": "Comentariu", diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index 9a0e1a048d..f5ca3889b8 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -643,6 +643,7 @@ "textChooseEncoding": "Выбрать кодировку", "textChooseTxtOptions": "Выбрать параметры текстового файла", "textClearAllFields": "Очистить все поля", + "textClose": "Закрыть", "textCollaboration": "Совместная работа", "textColorSchemes": "Цветовые схемы", "textComment": "Комментарий", diff --git a/apps/documenteditor/mobile/locale/si.json b/apps/documenteditor/mobile/locale/si.json index ba298e2058..895b6220a2 100644 --- a/apps/documenteditor/mobile/locale/si.json +++ b/apps/documenteditor/mobile/locale/si.json @@ -784,7 +784,8 @@ "txtScheme6": "ජනසමූහය", "txtScheme7": "සමකොටස්", "txtScheme8": "ගලායාම", - "txtScheme9": "වාත්තු පොළ" + "txtScheme9": "වාත්තු පොළ", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "ඔබ සතුව නොසුරකින ලද වෙනස්කම් තිබේ. ස්වයං සුරැකීම සඳහා රැඳෙන්න 'මෙම පිටුවෙහි රැඳී සිටින්න' ඔබන්න. නොසුරකින ලද සියළුම වෙනස්කම් ඉවත දැමීමට 'මෙම පිටුවෙන් ඉවත් වන්න' ඔබන්න.", diff --git a/apps/documenteditor/mobile/locale/sk.json b/apps/documenteditor/mobile/locale/sk.json index b1c82a310f..a0398e6fd3 100644 --- a/apps/documenteditor/mobile/locale/sk.json +++ b/apps/documenteditor/mobile/locale/sk.json @@ -736,6 +736,7 @@ "textBeginningDocument": "Beginning of document", "textChangePassword": "Change Password", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDialogUnprotect": "Enter a password to unprotect document", diff --git a/apps/documenteditor/mobile/locale/sl.json b/apps/documenteditor/mobile/locale/sl.json index 13f554751c..34926c410d 100644 --- a/apps/documenteditor/mobile/locale/sl.json +++ b/apps/documenteditor/mobile/locale/sl.json @@ -547,6 +547,7 @@ "textChooseEncoding": "Choose Encoding", "textChooseTxtOptions": "Choose TXT Options", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/documenteditor/mobile/locale/sr.json b/apps/documenteditor/mobile/locale/sr.json index b89684f8d2..66ae772c52 100644 --- a/apps/documenteditor/mobile/locale/sr.json +++ b/apps/documenteditor/mobile/locale/sr.json @@ -783,6 +783,7 @@ "txtScheme7": "Ravnopravnost", "txtScheme8": "Tok", "txtScheme9": "Foundry", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" }, diff --git a/apps/documenteditor/mobile/locale/sv.json b/apps/documenteditor/mobile/locale/sv.json index 80d77dba28..abd0e163ce 100644 --- a/apps/documenteditor/mobile/locale/sv.json +++ b/apps/documenteditor/mobile/locale/sv.json @@ -611,6 +611,7 @@ "textChooseEncoding": "Choose Encoding", "textChooseTxtOptions": "Choose TXT Options", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textCreated": "Created", diff --git a/apps/documenteditor/mobile/locale/tr.json b/apps/documenteditor/mobile/locale/tr.json index dc6458ec90..9c449fb2a3 100644 --- a/apps/documenteditor/mobile/locale/tr.json +++ b/apps/documenteditor/mobile/locale/tr.json @@ -774,6 +774,7 @@ "txtScheme9": "Döküm", "textAddToFavorites": "Add to Favorites", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", diff --git a/apps/documenteditor/mobile/locale/uk.json b/apps/documenteditor/mobile/locale/uk.json index 01b7fe6d25..fd6eba3367 100644 --- a/apps/documenteditor/mobile/locale/uk.json +++ b/apps/documenteditor/mobile/locale/uk.json @@ -736,6 +736,7 @@ "textBeginningDocument": "Beginning of document", "textChangePassword": "Change Password", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDialogUnprotect": "Enter a password to unprotect document", diff --git a/apps/documenteditor/mobile/locale/vi.json b/apps/documenteditor/mobile/locale/vi.json index 80cfb46d2e..86065c0163 100644 --- a/apps/documenteditor/mobile/locale/vi.json +++ b/apps/documenteditor/mobile/locale/vi.json @@ -793,7 +793,8 @@ "textSaveAsPdf": "Save as PDF", "textExportAs": "Export As", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", - "textRtlInterface": "RTL Interface" + "textRtlInterface": "RTL Interface", + "textClose": "Close" }, "Toolbar": { "dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", diff --git a/apps/documenteditor/mobile/locale/zh-tw.json b/apps/documenteditor/mobile/locale/zh-tw.json index 359405c322..9ec6714765 100644 --- a/apps/documenteditor/mobile/locale/zh-tw.json +++ b/apps/documenteditor/mobile/locale/zh-tw.json @@ -771,6 +771,7 @@ "txtScheme9": "鑄造廠", "textAddToFavorites": "Add to Favorites", "textClearAllFields": "Clear All Fields", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", diff --git a/apps/documenteditor/mobile/locale/zh.json b/apps/documenteditor/mobile/locale/zh.json index f754993d74..d8302d3f63 100644 --- a/apps/documenteditor/mobile/locale/zh.json +++ b/apps/documenteditor/mobile/locale/zh.json @@ -396,7 +396,7 @@ "textTableOptions": "表格选项", "textText": "文字", "textTextOrientation": "文本方向", - "textTextWrapping": "文本换行", + "textTextWrapping": "文本环绕", "textTh": "周四", "textThrough": "通过", "textTight": "紧", @@ -406,8 +406,8 @@ "textTu": "周二", "textType": "类型", "textWe": "周三", - "textWrap": "包裹", - "textWrappingStyle": "文字环绕样式", + "textWrap": "环绕", + "textWrappingStyle": "环绕方式", "textYourOption": "您的选择" }, "Error": { @@ -584,6 +584,7 @@ "textCancel": "取消", "textClose": "关闭", "textContactUs": "联系销售人员", + "textConvertForm": "将文件下载为可填写的 PDF 表单格式。", "textCustomLoader": "对不起,您无权更改加载器。请联系我们的销售部门获取报价。", "textDialogProtectedChangesTracked": "您可以编辑此文档,但所有更改都将被跟踪", "textDialogProtectedEditComments": "您只能在此文档中插入批注", @@ -619,8 +620,7 @@ "warnLicenseUsersExceeded": "您已达到%1编辑器的用户限制。请与管理员联系以了解更多信息。", "warnNoLicense": "您已达到同时连接到 %1 编辑器的限制。此文档将仅打开以供查看。有关个人升级条款,请与 %1 销售团队联系。", "warnNoLicenseUsers": "您已达到%1编辑器的用户限制。有关个人升级条款,请与%1销售团队联系。", - "warnProcessRightsChange": "您没有编辑此文件的权限。", - "textConvertForm": "Download file as PDF to save the form in the format ready for filling." + "warnProcessRightsChange": "您没有编辑此文件的权限。" }, "Settings": { "advDRMOptions": "受保护的文档", @@ -643,6 +643,7 @@ "textChooseEncoding": "选择编码", "textChooseTxtOptions": "选择TXT选项", "textClearAllFields": "清除所有字段", + "textClose": "关闭", "textCollaboration": "共同编辑", "textColorSchemes": "配色方案", "textComment": "批注", diff --git a/apps/presentationeditor/mobile/locale/ar.json b/apps/presentationeditor/mobile/locale/ar.json index 33dcfb8dbd..f715e0c68b 100644 --- a/apps/presentationeditor/mobile/locale/ar.json +++ b/apps/presentationeditor/mobile/locale/ar.json @@ -549,7 +549,8 @@ "txtScheme6": "توافق", "txtScheme7": "تكافؤ", "txtScheme8": "الانسياب", - "txtScheme9": "فونيريا" + "txtScheme9": "فونيريا", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/az.json b/apps/presentationeditor/mobile/locale/az.json index e2bf3cefc7..4e487b5eed 100644 --- a/apps/presentationeditor/mobile/locale/az.json +++ b/apps/presentationeditor/mobile/locale/az.json @@ -541,6 +541,7 @@ "txtScheme7": "Bərabər", "txtScheme8": "Axın", "txtScheme9": "Emalatxana", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", diff --git a/apps/presentationeditor/mobile/locale/be.json b/apps/presentationeditor/mobile/locale/be.json index 1c7b67090c..1ce559d759 100644 --- a/apps/presentationeditor/mobile/locale/be.json +++ b/apps/presentationeditor/mobile/locale/be.json @@ -531,6 +531,7 @@ "txtScheme8": "Плынь", "txtScheme9": "Ліцейня", "notcriticalErrorTitle": "Warning", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textDisableAllMacrosWithNotification": "Disable all macros with notification", diff --git a/apps/presentationeditor/mobile/locale/bg.json b/apps/presentationeditor/mobile/locale/bg.json index 7e21cfe393..e8d208a3d3 100644 --- a/apps/presentationeditor/mobile/locale/bg.json +++ b/apps/presentationeditor/mobile/locale/bg.json @@ -219,6 +219,7 @@ "textBack": "Back", "textCaseSensitive": "Case Sensitive", "textCentimeter": "Centimeter", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/presentationeditor/mobile/locale/ca.json b/apps/presentationeditor/mobile/locale/ca.json index a2633a0289..f4e4d324bb 100644 --- a/apps/presentationeditor/mobile/locale/ca.json +++ b/apps/presentationeditor/mobile/locale/ca.json @@ -549,7 +549,8 @@ "txtScheme6": "Esplanada", "txtScheme7": "Equitat", "txtScheme8": "Flux", - "txtScheme9": "Foneria" + "txtScheme9": "Foneria", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/cs.json b/apps/presentationeditor/mobile/locale/cs.json index 1b415eb9d2..93abf5b95b 100644 --- a/apps/presentationeditor/mobile/locale/cs.json +++ b/apps/presentationeditor/mobile/locale/cs.json @@ -548,6 +548,7 @@ "txtScheme7": "Rovnost", "txtScheme8": "Tok", "txtScheme9": "Slévárna", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/presentationeditor/mobile/locale/de.json b/apps/presentationeditor/mobile/locale/de.json index c3aa78ab72..d061f8def3 100644 --- a/apps/presentationeditor/mobile/locale/de.json +++ b/apps/presentationeditor/mobile/locale/de.json @@ -549,7 +549,8 @@ "txtScheme6": "Concourse", "txtScheme7": "Eigenkapital", "txtScheme8": "Flow", - "txtScheme9": "Foundry" + "txtScheme9": "Foundry", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/el.json b/apps/presentationeditor/mobile/locale/el.json index 8502d3da78..6f2c2ea1c9 100644 --- a/apps/presentationeditor/mobile/locale/el.json +++ b/apps/presentationeditor/mobile/locale/el.json @@ -549,7 +549,8 @@ "txtScheme6": "Συνάθροιση", "txtScheme7": "Μετοχή", "txtScheme8": "Ροή", - "txtScheme9": "Χυτήριο" + "txtScheme9": "Χυτήριο", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index fe45a24318..58ae9ed459 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -471,6 +471,7 @@ "textBack": "Back", "textCaseSensitive": "Case Sensitive", "textCentimeter": "Centimeter", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", @@ -549,8 +550,7 @@ "txtScheme6": "Concourse", "txtScheme7": "Equity", "txtScheme8": "Flow", - "txtScheme9": "Foundry", - "textClose": "Close" + "txtScheme9": "Foundry" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/es.json b/apps/presentationeditor/mobile/locale/es.json index a596843de9..17401912d9 100644 --- a/apps/presentationeditor/mobile/locale/es.json +++ b/apps/presentationeditor/mobile/locale/es.json @@ -549,7 +549,8 @@ "txtScheme6": "Concurrencia", "txtScheme7": "Equidad ", "txtScheme8": "Flujo", - "txtScheme9": "Fundición" + "txtScheme9": "Fundición", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/eu.json b/apps/presentationeditor/mobile/locale/eu.json index 3a6252e6c7..1dc05f4ebb 100644 --- a/apps/presentationeditor/mobile/locale/eu.json +++ b/apps/presentationeditor/mobile/locale/eu.json @@ -548,6 +548,7 @@ "txtScheme7": "Berdintza", "txtScheme8": "Fluxua", "txtScheme9": "Sortzailea", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/presentationeditor/mobile/locale/fr.json b/apps/presentationeditor/mobile/locale/fr.json index b3d7b7da52..2eba333f9c 100644 --- a/apps/presentationeditor/mobile/locale/fr.json +++ b/apps/presentationeditor/mobile/locale/fr.json @@ -549,7 +549,8 @@ "txtScheme6": "Rotonde", "txtScheme7": "Capitaux", "txtScheme8": "Flux", - "txtScheme9": "Fonderie" + "txtScheme9": "Fonderie", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/gl.json b/apps/presentationeditor/mobile/locale/gl.json index cdab402f88..cdcfc5b9f4 100644 --- a/apps/presentationeditor/mobile/locale/gl.json +++ b/apps/presentationeditor/mobile/locale/gl.json @@ -544,6 +544,7 @@ "txtScheme7": "Equidade", "txtScheme8": "Fluxo", "txtScheme9": "Fundición", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/hu.json b/apps/presentationeditor/mobile/locale/hu.json index 3a3b2e78c7..14d39b2a31 100644 --- a/apps/presentationeditor/mobile/locale/hu.json +++ b/apps/presentationeditor/mobile/locale/hu.json @@ -549,6 +549,7 @@ "txtScheme7": "Saját tőke", "txtScheme8": "Folyam", "txtScheme9": "Öntöde", + "textClose": "Close", "textRtlInterface": "RTL Interface" } } diff --git a/apps/presentationeditor/mobile/locale/hy.json b/apps/presentationeditor/mobile/locale/hy.json index 343e7b372a..b80832e20b 100644 --- a/apps/presentationeditor/mobile/locale/hy.json +++ b/apps/presentationeditor/mobile/locale/hy.json @@ -548,6 +548,7 @@ "txtScheme7": "Սեփական կապիտալ", "txtScheme8": "Հոսք", "txtScheme9": "Հրատարակիչ", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/presentationeditor/mobile/locale/id.json b/apps/presentationeditor/mobile/locale/id.json index 6acac52f1e..2cf954e321 100644 --- a/apps/presentationeditor/mobile/locale/id.json +++ b/apps/presentationeditor/mobile/locale/id.json @@ -544,6 +544,7 @@ "txtScheme7": "Margin Sisa", "txtScheme8": "Alur", "txtScheme9": "Cetakan", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/it.json b/apps/presentationeditor/mobile/locale/it.json index 48e5b7e209..16ffe627f2 100644 --- a/apps/presentationeditor/mobile/locale/it.json +++ b/apps/presentationeditor/mobile/locale/it.json @@ -542,6 +542,7 @@ "txtScheme7": "Equità", "txtScheme8": "Flusso", "txtScheme9": "Fonderia", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/ja.json b/apps/presentationeditor/mobile/locale/ja.json index 07e475e786..be7ad5f889 100644 --- a/apps/presentationeditor/mobile/locale/ja.json +++ b/apps/presentationeditor/mobile/locale/ja.json @@ -549,7 +549,8 @@ "txtScheme6": "コンコース", "txtScheme7": "株主資本", "txtScheme8": "フロー", - "txtScheme9": "ファウンドリ" + "txtScheme9": "ファウンドリ", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/ko.json b/apps/presentationeditor/mobile/locale/ko.json index ba8986a924..0c265bfa3c 100644 --- a/apps/presentationeditor/mobile/locale/ko.json +++ b/apps/presentationeditor/mobile/locale/ko.json @@ -544,6 +544,7 @@ "txtScheme7": "같음", "txtScheme8": "플로우", "txtScheme9": "발견", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/lo.json b/apps/presentationeditor/mobile/locale/lo.json index 336489a6f7..3aa83850d7 100644 --- a/apps/presentationeditor/mobile/locale/lo.json +++ b/apps/presentationeditor/mobile/locale/lo.json @@ -538,6 +538,7 @@ "txtScheme8": "ຂະບວນການ", "txtScheme9": "ໂຮງຫລໍ່", "notcriticalErrorTitle": "Warning", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textFeedback": "Feedback & Support", diff --git a/apps/presentationeditor/mobile/locale/lv.json b/apps/presentationeditor/mobile/locale/lv.json index acc4e9bf68..fdb1a20fd7 100644 --- a/apps/presentationeditor/mobile/locale/lv.json +++ b/apps/presentationeditor/mobile/locale/lv.json @@ -544,6 +544,7 @@ "txtScheme7": "Kapitāls", "txtScheme8": "Plūsma", "txtScheme9": "Lietuve", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/ms.json b/apps/presentationeditor/mobile/locale/ms.json index a92a7ae959..80674ff1d2 100644 --- a/apps/presentationeditor/mobile/locale/ms.json +++ b/apps/presentationeditor/mobile/locale/ms.json @@ -542,6 +542,7 @@ "txtScheme7": "Ekuiti", "txtScheme8": "Aliran", "txtScheme9": "Faundri", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/nl.json b/apps/presentationeditor/mobile/locale/nl.json index 26da373b21..3dd07f33a6 100644 --- a/apps/presentationeditor/mobile/locale/nl.json +++ b/apps/presentationeditor/mobile/locale/nl.json @@ -538,6 +538,7 @@ "txtScheme8": "Stroom", "txtScheme9": "Gieterij", "notcriticalErrorTitle": "Warning", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textFeedback": "Feedback & Support", diff --git a/apps/presentationeditor/mobile/locale/pl.json b/apps/presentationeditor/mobile/locale/pl.json index bfb4ce2435..5bac8c010e 100644 --- a/apps/presentationeditor/mobile/locale/pl.json +++ b/apps/presentationeditor/mobile/locale/pl.json @@ -305,6 +305,7 @@ "textBack": "Back", "textCaseSensitive": "Case Sensitive", "textCentimeter": "Centimeter", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/presentationeditor/mobile/locale/pt-pt.json b/apps/presentationeditor/mobile/locale/pt-pt.json index 2dda6c9695..61b3bb5683 100644 --- a/apps/presentationeditor/mobile/locale/pt-pt.json +++ b/apps/presentationeditor/mobile/locale/pt-pt.json @@ -548,6 +548,7 @@ "txtScheme7": "Equidade", "txtScheme8": "Fluxo", "txtScheme9": "Fundição", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/presentationeditor/mobile/locale/pt.json b/apps/presentationeditor/mobile/locale/pt.json index b5b5ea9f02..b7e550d675 100644 --- a/apps/presentationeditor/mobile/locale/pt.json +++ b/apps/presentationeditor/mobile/locale/pt.json @@ -549,7 +549,8 @@ "txtScheme6": "Concurso", "txtScheme7": "Patrimônio Líquido", "txtScheme8": "Fluxo", - "txtScheme9": "Fundição" + "txtScheme9": "Fundição", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/ro.json b/apps/presentationeditor/mobile/locale/ro.json index 3419f477ba..31f2671882 100644 --- a/apps/presentationeditor/mobile/locale/ro.json +++ b/apps/presentationeditor/mobile/locale/ro.json @@ -471,6 +471,7 @@ "textBack": "Înapoi", "textCaseSensitive": "Sensibil la litere mari și mici", "textCentimeter": "Centimetru", + "textClose": "Închidere", "textCollaboration": "Colaborare", "textColorSchemes": "Scheme de culori", "textComment": "Comentariu", diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json index 55d083e774..82ed8a6eb2 100644 --- a/apps/presentationeditor/mobile/locale/ru.json +++ b/apps/presentationeditor/mobile/locale/ru.json @@ -471,6 +471,7 @@ "textBack": "Назад", "textCaseSensitive": "С учетом регистра", "textCentimeter": "Сантиметр", + "textClose": "Закрыть", "textCollaboration": "Совместная работа", "textColorSchemes": "Цветовые схемы", "textComment": "Комментарий", diff --git a/apps/presentationeditor/mobile/locale/si.json b/apps/presentationeditor/mobile/locale/si.json index b2c0a255af..37198b141f 100644 --- a/apps/presentationeditor/mobile/locale/si.json +++ b/apps/presentationeditor/mobile/locale/si.json @@ -549,7 +549,8 @@ "txtScheme6": "ජනසමූහය", "txtScheme7": "සමකොටස්", "txtScheme8": "ගලායාම", - "txtScheme9": "වාත්තු පොළ" + "txtScheme9": "වාත්තු පොළ", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/sk.json b/apps/presentationeditor/mobile/locale/sk.json index 03571b40f4..5f9393fb7c 100644 --- a/apps/presentationeditor/mobile/locale/sk.json +++ b/apps/presentationeditor/mobile/locale/sk.json @@ -538,6 +538,7 @@ "txtScheme8": "Tok", "txtScheme9": "Zlieváreň", "notcriticalErrorTitle": "Warning", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textFeedback": "Feedback & Support", diff --git a/apps/presentationeditor/mobile/locale/sl.json b/apps/presentationeditor/mobile/locale/sl.json index e1adbe18e6..c028ceab7d 100644 --- a/apps/presentationeditor/mobile/locale/sl.json +++ b/apps/presentationeditor/mobile/locale/sl.json @@ -306,6 +306,7 @@ "textAuthor": "Author", "textCaseSensitive": "Case Sensitive", "textCentimeter": "Centimeter", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textCreated": "Created", diff --git a/apps/presentationeditor/mobile/locale/sr.json b/apps/presentationeditor/mobile/locale/sr.json index dcb9298f3c..cb6fbe3fa5 100644 --- a/apps/presentationeditor/mobile/locale/sr.json +++ b/apps/presentationeditor/mobile/locale/sr.json @@ -18,12 +18,12 @@ "textCancel": "Otkaži", "textCollaboration": "Kolaboracija", "textComments": "Komentari", - "textDeleteComment": "Izbriši Komentar", - "textDeleteReply": "Izbriši Odgovor", + "textDeleteComment": "Izbriši komentar", + "textDeleteReply": "Izbriši odgovor", "textDone": "Gotovo", "textEdit": "Uredi", - "textEditComment": "Uredi Komentar", - "textEditReply": "Uredi Odgovor", + "textEditComment": "Uredi komentar", + "textEditReply": "Uredi odgovor", "textEditUser": "Korisnici koji uređuju fajl:", "textMessageDeleteComment": "Da li zaista želite da izbrišete ovaj komentar?", "textMessageDeleteReply": "Da li zaista želite da izbrišete ovaj odgovor?", @@ -39,9 +39,9 @@ "textNoFill": "Bez Punjenja" }, "ThemeColorPalette": { - "textCustomColors": "Prilagođene Boje", - "textStandartColors": "Standardne Boje", - "textThemeColors": "Boje Teme" + "textCustomColors": "Prilagođene boje", + "textStandartColors": "Standardne boje", + "textThemeColors": "Boje teme" }, "Themes": { "dark": "Tamno", @@ -58,7 +58,7 @@ "textOk": "Ok", "textRestore": "Obnovi", "textVersion": "Verzija", - "textVersionHistory": "Istorija Verzija", + "textVersionHistory": "Istorija verzija", "textWarningRestoreVersion": "Trenutni fajl će biti sačuvan u istoriji verzija.", "titleWarningRestoreVersion": "Obnovi ovu verziju?", "txtErrorLoadHistory": "Učitavanje istorije neuspešno" @@ -66,16 +66,16 @@ }, "ContextMenu": { "errorCopyCutPaste": "Kopiraj, iseci i nalepi akcije koristeći kontekstni meni će biti izvedene samo unutar trenutnog fajla.", - "menuAddComment": "Dodaj Komentar", - "menuAddLink": "Dodaj Link", + "menuAddComment": "Dodaj komentar", + "menuAddLink": "Dodaj link", "menuCancel": "Otkaži", "menuDelete": "Izbriši", - "menuDeleteTable": "Izbriši Tabelu", + "menuDeleteTable": "Izbriši tabelu", "menuEdit": "Uredi", "menuEditLink": "Uredi Link", "menuMerge": "Spoji", "menuMore": "Više ", - "menuOpenLink": "Otvori Link", + "menuOpenLink": "Otvori link", "menuSplit": "Podeli", "menuViewComment": "Vidi Komentar", "textColumns": "Kolone", @@ -87,7 +87,7 @@ }, "Controller": { "Main": { - "advDRMOptions": "Zaštićen Fajl", + "advDRMOptions": "Zaštićen fajl", "advDRMPassword": "Lozinka", "closeButtonText": "Zatvori Fajl", "criticalErrorTitle": "Greška", @@ -105,7 +105,7 @@ "ClipArt": "Klip Umetnost", "Date and time": "Datum i vreme", "Diagram": "Dijagram", - "Diagram Title": "Grafikon Naslov", + "Diagram Title": "Grafikon naslov", "Footer": "Podnožje", "Header": "Zaglavlje", "Image": "Slika", @@ -114,7 +114,7 @@ "None": "Nijedno", "Picture": "Slika", "Series": "Serije", - "Slide number": "Broj Slajda", + "Slide number": "Broj slajda", "Slide subtitle": "Slajd titl", "Slide text": "Slajd tekst", "Slide title": "Slajd naslov", @@ -132,7 +132,7 @@ "textHasMacros": "Fajl sadrži automatske makroe.
Želite li da pokrenete makroe?", "textNo": "Ne", "textNoLicenseTitle": "Limit licence dostignut", - "textNoMatches": "Nema Poklapanja", + "textNoMatches": "Bez poklapanja", "textOpenFile": "Unesi lozinku da otvoriš fajl", "textPaidFeature": "Plaćena funkcija ", "textRemember": "Zapamti moj izbor", @@ -246,10 +246,10 @@ "dlgLeaveMsgText": "Imate nesačuvane promene u ovom dokumentu. Kliknite 'Ostani na ovoj Stranici' da sačekate na autočuvanje. Kliknite 'Napusti ovu Stranicu' da odbacite sve nesačuvane promene.", "dlgLeaveTitleText": "Napuštate aplikaciju", "leaveButtonText": "Napusti ovu stranicu", - "stayButtonText": "Ostani na ovoj Stranici", + "stayButtonText": "Ostani na ovoj stranici", "textCloseHistory": "Zatvori Istoriju", "textEnterNewFileName": "Unesi novo ime fajla", - "textRenameFile": "Preimenuj Fajl" + "textRenameFile": "Preimenuj fajl" }, "View": { "Add": { @@ -264,53 +264,53 @@ "textDisplay": "Ekran", "textDone": "Gotovo", "textEmptyImgUrl": "Morate da specifikujete URL slike.", - "textExternalLink": "Spoljni Link", - "textFirstSlide": "Prvi Slajd", + "textExternalLink": "Spoljni link", + "textFirstSlide": "Prvi slajd", "textImage": "Slika", - "textImageURL": "URL Slike", + "textImageURL": "URL slike", "textInsert": "Ubaci", - "textInsertImage": "Ubaci Sliku", - "textLastSlide": "Poslednji Slajd", + "textInsertImage": "Ubaci sliku", + "textLastSlide": "Poslednji slajd", "textLink": "Link", - "textLinkSettings": "Podešavanja Linka", + "textLinkSettings": "Podešavanja linka", "textLinkTo": "Link do", - "textLinkType": "Tip Linka", - "textNextSlide": "Sledeći Slajd", + "textLinkType": "Tip linka", + "textNextSlide": "Sledeći slajd", "textOk": "OK", "textOther": "Drugo", "textPasteImageUrl": "Nalepi URL slike", "textPictureFromLibrary": "Slika iz Biblioteke", "textPictureFromURL": "Slika iz URL", - "textPreviousSlide": "Prethodni Slajd", + "textPreviousSlide": "Prethodni slajd", "textRecommended": "Preporučeno", "textRequired": "Potrebno", "textRows": "Redovi", - "textScreenTip": "Savet Za Ekran", + "textScreenTip": "Savet za ekran", "textShape": "Oblik", "textSlide": "Slajd", "textSlideInThisPresentation": "Slajd u ovoj Prezentaciji ", - "textSlideNumber": "Broj Slajda", + "textSlideNumber": "Broj slajda", "textTable": "Tabela", - "textTableSize": "Tabela Veličina", + "textTableSize": "Tabela veličina", "txtNotUrl": "Ovo polje treba da bude URL u formatu: \"http://www.example.com\"" }, "Edit": { "notcriticalErrorTitle": "Upozorenje ", - "textActualSize": "Stvarna Veličina", - "textAddCustomColor": "Dodaj Prilagođenu Boju", + "textActualSize": "Stvarna veličina", + "textAddCustomColor": "Dodaj prilagođenu boju", "textAdditional": "Dodatno", - "textAdditionalFormatting": "Dodatno Formatiranje", + "textAdditionalFormatting": "Dodatno formatiranje", "textAddress": "Adresa", "textAfter": "Posle", "textAlign": "Poravnaj", - "textAlignBottom": "Poravnaj Dno", - "textAlignCenter": "Poravnaj Centar", - "textAlignLeft": "Poravnaj Levo", - "textAlignMiddle": "Poravnaj Sredinu", - "textAlignRight": "Poravnaj Desno", - "textAlignTop": "Poravnaj Gore", + "textAlignBottom": "Poravnaj dno", + "textAlignCenter": "Poravnaj centar", + "textAlignLeft": "Poravnaj levo", + "textAlignMiddle": "Poravnaj sredinu", + "textAlignRight": "Poravnaj desno", + "textAlignTop": "Poravnaj gore", "textAllCaps": "Sva Velika Slova", - "textApplyAll": "Primeni na Sve Slajdove", + "textApplyAll": "Primeni na sve slajdove", "textArrange": "Rasporedi", "textAuto": "Auto", "textAutomatic": "Automatski ", @@ -323,7 +323,7 @@ "textBottom": "Dno", "textBottomLeft": "Dole-Levo", "textBottomRight": "Dole-Desno", - "textBringToForeground": "Dovedi u Prednji Plan", + "textBringToForeground": "Dovedi u prednji plan", "textBullets": "Tačkice", "textBulletsAndNumbers": "Tačkice i Brojevi", "textCancel": "Otkaži", @@ -336,7 +336,7 @@ "textColor": "Boja", "textCounterclockwise": "Suprotno smeru kazaljke na satu", "textCover": "Naslovna strana", - "textCustomColor": "Prilagođena Boja", + "textCustomColor": "Prilagođena boja", "textDefault": "Odabrani tekst", "textDelay": "Kašnjenje", "textDeleteImage": "Izbriši Sliku", @@ -344,25 +344,25 @@ "textDeleteSlide": "Izbriši Slajd", "textDesign": "Dizajn", "textDisplay": "Ekran", - "textDistanceFromText": "Razmak Od Teksta", + "textDistanceFromText": "Razmak od teksta", "textDistributeHorizontally": "Razmesti Horizontalno", "textDistributeVertically": "Razmesti Vertikalno", "textDone": "Gotovo", "textDoubleStrikethrough": "Duplo Precrtavanje", "textDuplicateSlide": "Dupliraj Slajd", "textDuration": "Trajanje", - "textEditLink": "Uredi Link", + "textEditLink": "Uredi link", "textEffect": "Efekat", "textEffects": "Efekti", "textEmptyImgUrl": "Morate da specifikujete URL slike.", - "textExternalLink": "Spoljni Link", + "textExternalLink": "Spoljni link", "textFade": "Bledi", "textFill": "Popuni", "textFinalMessage": "Kraj pregleda slajda. Kliknite da izađete.", "textFind": "Pronađi", "textFindAndReplace": "Pronađi i Zameni", "textFirstColumn": "Prva Kolona", - "textFirstSlide": "Prvi Slajd", + "textFirstSlide": "Prvi slajd", "textFontColor": "Boja Fonta", "textFontColors": "Boje Fonta", "textFonts": "Fontovi", @@ -376,26 +376,26 @@ "textHorizontalText": "Horizontalni Tekst", "textHyperlink": "Hiperlink", "textImage": "Slika", - "textImageURL": "URL Slike", - "textInsertImage": "Ubaci Sliku", + "textImageURL": "URL slike", + "textInsertImage": "Ubaci sliku", "textInvalidName": "Naziv fajla ne sme sadržati bilo koji od sledećih znakova:", "textLastColumn": "Zadnja Kolona", - "textLastSlide": "Poslednji Slajd", + "textLastSlide": "Poslednji slajd", "textLayout": "Struktura", "textLeft": "Levo", - "textLetterSpacing": "Razmak Između Slova", + "textLetterSpacing": "Razmak između slova", "textLineSpacing": "Razmak Između Linija", "textLink": "Link", - "textLinkSettings": "Podešavanja Linka", + "textLinkSettings": "Podešavanja linka", "textLinkTo": "Link do", - "textLinkType": "Tip Linka", + "textLinkType": "Tip linka", "textMorph": "Morf", "textMorphLetters": "Slova", "textMorphObjects": "Objekti", "textMorphWords": "Reči ", "textMoveBackward": "Pomeri Unazad", "textMoveForward": "Pomeri Napred", - "textNextSlide": "Sledeći Slajd", + "textNextSlide": "Sledeći slajd", "textNoMatches": "Nema Poklapanja", "textNone": "Nijedno", "textNoStyles": "Nema stilova za ovaj tip grafikona.", @@ -406,7 +406,7 @@ "textOptions": "Opcije", "textPictureFromLibrary": "Slika iz Biblioteke", "textPictureFromURL": "Slika iz URL", - "textPreviousSlide": "Prethodni Slajd", + "textPreviousSlide": "Prethodni slajd", "textPt": "pt", "textPush": "Push", "textRecommended": "Preporučeno", @@ -429,19 +429,19 @@ "textSize": "Veličina ", "textSlide": "Slajd", "textSlideInThisPresentation": "Slajd u ovoj Prezentaciji ", - "textSlideNumber": "Broj Slajda", + "textSlideNumber": "Broj slajda", "textSmallCaps": "Mali kapitalni", "textSmoothly": "Glatko", "textSplit": "Podeli", - "textStartOnClick": "Počni Na Klik", + "textStartOnClick": "Počni na klik", "textStrikethrough": "Precrtano", "textStyle": "Stil", - "textStyleOptions": "Stil Opcije", + "textStyleOptions": "Stil opcije", "textSubscript": "Donji indeks", "textSuperscript": "Nadindeks", "textTable": "Tabela", "textText": "Tekst", - "textTextOrientation": "Tekst Orijentacija ", + "textTextOrientation": "Tekst orijentacija ", "textTheme": "Tema", "textTop": "Vrh", "textTopLeft": "Gore-Levo", @@ -450,14 +450,14 @@ "textTransitions": "Prelazi", "textType": "Kucaj", "textUnCover": "Otkrij", - "textVerticalIn": "Vertikalno Unutra", - "textVerticalOut": "Vertikalno Spolja", + "textVerticalIn": "Vertikalno unutra", + "textVerticalOut": "Vertikalno spolja", "textWedge": "Klin", "textWipe": "Preklapanje", "textZoom": "Zumiraj", - "textZoomIn": "Zumiraj Unutra", + "textZoomIn": "Zumiraj unutra", "textZoomOut": "Zumiraj Spolja", - "textZoomRotate": "Zumiraj i Rotiraj" + "textZoomRotate": "Zumiraj i rotiraj" }, "Settings": { "mniSlideStandard": "Standardno (4:3)", @@ -471,13 +471,14 @@ "textBack": "Nazad", "textCaseSensitive": "Osetljivo Na Velika/Mala Slova", "textCentimeter": "Centimetar", + "textClose": "Zatvori", "textCollaboration": "Kolaboracija", "textColorSchemes": "Šeme Boja", "textComment": "Komentar", "textCreated": "Kreirano", "textDark": "Tamno", - "textDarkTheme": "Tamna Tema", - "textDisableAll": "Onemogući Sve", + "textDarkTheme": "Tamna tema", + "textDisableAll": "Onemogući sve", "textDisableAllMacrosWithNotification": "Onemogući sve makroe sa notifikacijom", "textDisableAllMacrosWithoutNotification": "Onemogući sve makroe bez notifikacije", "textDone": "Gotovo", diff --git a/apps/presentationeditor/mobile/locale/tr.json b/apps/presentationeditor/mobile/locale/tr.json index db411b5b56..0d592968fb 100644 --- a/apps/presentationeditor/mobile/locale/tr.json +++ b/apps/presentationeditor/mobile/locale/tr.json @@ -544,6 +544,7 @@ "txtScheme7": "Net Değer", "txtScheme8": "Yayılma", "txtScheme9": "Döküm", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/uk.json b/apps/presentationeditor/mobile/locale/uk.json index d752634678..5b83ff0880 100644 --- a/apps/presentationeditor/mobile/locale/uk.json +++ b/apps/presentationeditor/mobile/locale/uk.json @@ -431,6 +431,7 @@ "mniSlideStandard": "Standard (4:3)", "mniSlideWide": "Widescreen (16:9)", "notcriticalErrorTitle": "Warning", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/presentationeditor/mobile/locale/vi.json b/apps/presentationeditor/mobile/locale/vi.json index b6f5c949de..c863d9c251 100644 --- a/apps/presentationeditor/mobile/locale/vi.json +++ b/apps/presentationeditor/mobile/locale/vi.json @@ -559,7 +559,8 @@ "textSameAsSystem": "Same As System", "textTheme": "Theme", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", - "textRtlInterface": "RTL Interface" + "textRtlInterface": "RTL Interface", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/zh-tw.json b/apps/presentationeditor/mobile/locale/zh-tw.json index 5d6e2acd19..3632374bdd 100644 --- a/apps/presentationeditor/mobile/locale/zh-tw.json +++ b/apps/presentationeditor/mobile/locale/zh-tw.json @@ -544,6 +544,7 @@ "txtScheme7": "股權", "txtScheme8": "流程", "txtScheme9": "鑄造廠", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/presentationeditor/mobile/locale/zh.json b/apps/presentationeditor/mobile/locale/zh.json index 0c85203419..f8f587d884 100644 --- a/apps/presentationeditor/mobile/locale/zh.json +++ b/apps/presentationeditor/mobile/locale/zh.json @@ -471,6 +471,7 @@ "textBack": "返回", "textCaseSensitive": "区分大小写", "textCentimeter": "厘米", + "textClose": "关闭", "textCollaboration": "协作", "textColorSchemes": "配色方案", "textComment": "批注", diff --git a/apps/spreadsheeteditor/mobile/locale/ar.json b/apps/spreadsheeteditor/mobile/locale/ar.json index a34e201214..c1f6e4a58e 100644 --- a/apps/spreadsheeteditor/mobile/locale/ar.json +++ b/apps/spreadsheeteditor/mobile/locale/ar.json @@ -827,7 +827,8 @@ "txtUk": "الأوكرانية", "txtVi": "الفيتمانية", "txtZh": "الصينية", - "warnDownloadAs": "اذا تابعت الحفظ بهذا التنسيق ستفقد كل الميزات عدا النص.
هل حقا تريد المتابعة؟ " + "warnDownloadAs": "اذا تابعت الحفظ بهذا التنسيق ستفقد كل الميزات عدا النص.
هل حقا تريد المتابعة؟ ", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/az.json b/apps/spreadsheeteditor/mobile/locale/az.json index 125f519a3a..2b4843df52 100644 --- a/apps/spreadsheeteditor/mobile/locale/az.json +++ b/apps/spreadsheeteditor/mobile/locale/az.json @@ -820,6 +820,7 @@ "txtVi": "Vyetnamlı", "txtZh": "Çinli", "warnDownloadAs": "Bu formatda yadda saxlamağa davam etsəniz, mətndən başqa bütün funksiyalar itiriləcək.
Davam etmək istədiyinizdən əminsiniz?", + "textClose": "Close", "textDark": "Dark", "textDarkTheme": "Dark Theme", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", diff --git a/apps/spreadsheeteditor/mobile/locale/be.json b/apps/spreadsheeteditor/mobile/locale/be.json index 92555293ea..b488b40032 100644 --- a/apps/spreadsheeteditor/mobile/locale/be.json +++ b/apps/spreadsheeteditor/mobile/locale/be.json @@ -693,6 +693,7 @@ "textChooseCsvOptions": "Choose CSV Options", "textChooseDelimeter": "Choose Delimeter", "textChooseEncoding": "Choose Encoding", + "textClose": "Close", "textComment": "Comment", "textCommentingDisplay": "Commenting Display", "textComments": "Comments", diff --git a/apps/spreadsheeteditor/mobile/locale/bg.json b/apps/spreadsheeteditor/mobile/locale/bg.json index cc0ad79311..4cf09725c3 100644 --- a/apps/spreadsheeteditor/mobile/locale/bg.json +++ b/apps/spreadsheeteditor/mobile/locale/bg.json @@ -278,6 +278,7 @@ "textChooseCsvOptions": "Choose CSV Options", "textChooseDelimeter": "Choose Delimeter", "textChooseEncoding": "Choose Encoding", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/spreadsheeteditor/mobile/locale/ca.json b/apps/spreadsheeteditor/mobile/locale/ca.json index b73bf17dc6..62a6440ad4 100644 --- a/apps/spreadsheeteditor/mobile/locale/ca.json +++ b/apps/spreadsheeteditor/mobile/locale/ca.json @@ -40,6 +40,12 @@ "textStandartColors": "Colors estàndard", "textThemeColors": "Colors del tema" }, + "Themes": { + "dark": "Fosc", + "light": "Clar", + "system": "Igual que el sistema", + "textTheme": "Tema" + }, "VersionHistory": { "notcriticalErrorTitle": "Advertiment", "textAnonymous": "Anònim", @@ -53,12 +59,6 @@ "textWarningRestoreVersion": "El fitxer actual es desarà a l'historial de versions.", "titleWarningRestoreVersion": "Voleu restaurar aquesta versió?", "txtErrorLoadHistory": "Ha fallat la càrrega de l'historial" - }, - "Themes": { - "dark": "Dark", - "light": "Light", - "system": "Same as system", - "textTheme": "Theme" } }, "ContextMenu": { @@ -66,6 +66,7 @@ "errorInvalidLink": "Enllaç trencat. Corregeix l'enllaç o suprimeix-lo.", "menuAddComment": "Afegir un comentari", "menuAddLink": "Afegir un enllaç", + "menuAutofill": "Emplenament automàtic", "menuCancel": "Cancel·lar", "menuCell": "Cel·la", "menuDelete": "Suprimir", @@ -87,8 +88,7 @@ "textDoNotShowAgain": "No ho mostris més", "textOk": "D'acord", "txtWarnUrl": "Si fas clic en aquest enllaç, pots perjudicar el dispositiu i les dades.
Segur que vols continuar?", - "warnMergeLostData": "Només les dades de la cel·la superior esquerra romandran a la cel·la combinada.
Vols continuar?", - "menuAutofill": "Autofill" + "warnMergeLostData": "Només les dades de la cel·la superior esquerra romandran a la cel·la combinada.
Vols continuar?" }, "Controller": { "Main": { @@ -393,8 +393,8 @@ "leaveButtonText": "Sortir d'aquesta Pàgina", "stayButtonText": "Queda't en aquesta Pàgina", "textCloseHistory": "Tanca l'historial", - "textEnterNewFileName": "Enter a new file name", - "textRenameFile": "Rename File" + "textEnterNewFileName": "Introduïu un nom de fitxer nou", + "textRenameFile": "Canvia el nom del fitxer" }, "View": { "Add": { @@ -558,6 +558,7 @@ "textInsideVerticalBorder": "Vora vertical interna", "textInteger": "Enter", "textInternalDataRange": "Interval de dades intern", + "textInvalidName": "El nom del fitxer no pot contenir cap dels caràcters següents:", "textInvalidRange": "L'interval de cel·les no és vàlid", "textJustified": "Justificat", "textLabelOptions": "Opcions de l'etiqueta", @@ -649,8 +650,7 @@ "textYen": "Ien", "txtNotUrl": "Aquest camp hauria de ser un URL amb el format \"http://www.exemple.com\"", "txtSortHigh2Low": "Ordenar de major a menor", - "txtSortLow2High": "Ordenar de menor a major", - "textInvalidName": "The file name cannot contain any of the following characters: " + "txtSortLow2High": "Ordenar de menor a major" }, "Settings": { "advCSVOptions": "Triar les opcions CSV", @@ -682,6 +682,7 @@ "textComments": "Comentaris", "textCreated": "S'ha creat", "textCustomSize": "Mida personalitzada", + "textDark": "Fosc", "textDarkTheme": "Tema fosc", "textDelimeter": "Delimitador", "textDirection": "Direcció", @@ -696,6 +697,7 @@ "textEnableAllMacrosWithoutNotification": "Habilitar totes les macros sense una notificació", "textEncoding": "Codificació", "textExample": "Exemple", + "textExplanationChangeDirection": "L'aplicació es reiniciarà per a l'activació de la interfície RTL", "textFeedback": "Comentaris i servei d'atenció al client", "textFind": "Cercar", "textFindAndReplace": "Cercar i substituir", @@ -713,6 +715,7 @@ "textLastModifiedBy": "Última modificació feta per", "textLeft": "Esquerra", "textLeftToRight": "D'esquerra a dreta", + "textLight": "Clar", "textLocation": "Ubicació", "textLookIn": "Cercar a", "textMacrosSettings": "Configuració de les macros", @@ -736,6 +739,8 @@ "textRestartApplication": "Reiniciar l'aplicació perquè els canvis tinguin efecte.", "textRight": "Dreta", "textRightToLeft": "De dreta a esquerra", + "textRtlInterface": "Interfície RTL", + "textSameAsSystem": "Igual que el sistema", "textSearch": "Cercar", "textSearchBy": "Cercar", "textSearchIn": "Cerca a", @@ -748,6 +753,7 @@ "textSpreadsheetTitle": "Títol del full de càlcul", "textSubject": "Assumpte", "textTel": "Tel", + "textTheme": "Tema", "textTitle": "Títol", "textTop": "Superior", "textUnitOfMeasurement": "Unitat de mesura", @@ -822,12 +828,7 @@ "txtVi": "Vietnamita", "txtZh": "Xinès", "warnDownloadAs": "Si continues i deses en aquest format, es perdran totes les característiques, excepte el text.
Vols continuar?", - "textDark": "Dark", - "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", - "textLight": "Light", - "textRtlInterface": "RTL Interface", - "textSameAsSystem": "Same As System", - "textTheme": "Theme" + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/cs.json b/apps/spreadsheeteditor/mobile/locale/cs.json index 53c85e6bac..8cfed555a2 100644 --- a/apps/spreadsheeteditor/mobile/locale/cs.json +++ b/apps/spreadsheeteditor/mobile/locale/cs.json @@ -826,6 +826,7 @@ "txtVi": "vietnamština", "txtZh": "čínština", "warnDownloadAs": "Pokud budete pokračovat v ukládání v tomto formátu, vše kromě textu bude ztraceno.
Opravdu chcete pokračovat?", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/spreadsheeteditor/mobile/locale/da.json b/apps/spreadsheeteditor/mobile/locale/da.json index fbbddf911f..33e916ceb8 100644 --- a/apps/spreadsheeteditor/mobile/locale/da.json +++ b/apps/spreadsheeteditor/mobile/locale/da.json @@ -797,6 +797,7 @@ "warnDownloadAs": "Hvis du fortsætter med at gemme i dette format, vil alle funktioner på nær teksten blive tabt.
Er du sikker på at du vil fortsætte?", "advDRMEnterPassword": "Your password, please:", "strFuncLocale": "Formula Language", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textFeedback": "Feedback & Support", diff --git a/apps/spreadsheeteditor/mobile/locale/de.json b/apps/spreadsheeteditor/mobile/locale/de.json index a953706456..741918643e 100644 --- a/apps/spreadsheeteditor/mobile/locale/de.json +++ b/apps/spreadsheeteditor/mobile/locale/de.json @@ -827,7 +827,8 @@ "txtUk": "Ukrainisch", "txtVi": "Vietnamesisch", "txtZh": "Chinesisch ", - "warnDownloadAs": "Wenn Sie mit dem Speichern in diesem Format fortsetzen, werden alle Objekte außer Text verloren gehen.
Möchten Sie wirklich fortsetzen?" + "warnDownloadAs": "Wenn Sie mit dem Speichern in diesem Format fortsetzen, werden alle Objekte außer Text verloren gehen.
Möchten Sie wirklich fortsetzen?", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/el.json b/apps/spreadsheeteditor/mobile/locale/el.json index 01a6ccdb0b..d4560be0de 100644 --- a/apps/spreadsheeteditor/mobile/locale/el.json +++ b/apps/spreadsheeteditor/mobile/locale/el.json @@ -827,7 +827,8 @@ "txtUk": "Ουκρανικά", "txtVi": "Βιετναμέζικα", "txtZh": "Κινέζικα", - "warnDownloadAs": "Αν προχωρήσετε με την αποθήκευση σε αυτή τη μορφή, όλα τα χαρακτηριστικά πλην του κειμένου θα χαθούν.
Θέλετε σίγουρα να συνεχίσετε;" + "warnDownloadAs": "Αν προχωρήσετε με την αποθήκευση σε αυτή τη μορφή, όλα τα χαρακτηριστικά πλην του κειμένου θα χαθούν.
Θέλετε σίγουρα να συνεχίσετε;", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index 0787c5666c..e194d02977 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -675,6 +675,7 @@ "textChooseCsvOptions": "Choose CSV Options", "textChooseDelimeter": "Choose Delimeter", "textChooseEncoding": "Choose Encoding", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", @@ -827,8 +828,7 @@ "txtUk": "Ukrainian", "txtVi": "Vietnamese", "txtZh": "Chinese", - "warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?", - "textClose": "Close" + "warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
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 eccf351bd0..385a9b3b35 100644 --- a/apps/spreadsheeteditor/mobile/locale/es.json +++ b/apps/spreadsheeteditor/mobile/locale/es.json @@ -827,6 +827,7 @@ "txtVi": "Vietnamita", "txtZh": "Chino", "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?", + "textClose": "Close", "textRtlInterface": "RTL Interface" } } diff --git a/apps/spreadsheeteditor/mobile/locale/eu.json b/apps/spreadsheeteditor/mobile/locale/eu.json index 4d02e59cec..3269a5274d 100644 --- a/apps/spreadsheeteditor/mobile/locale/eu.json +++ b/apps/spreadsheeteditor/mobile/locale/eu.json @@ -826,6 +826,7 @@ "txtVi": "Vietnamera", "txtZh": "Txinera", "warnDownloadAs": "Formatu honetan gordetzen baduzu, testua ez diren ezaugarri guztiak galduko dira.
Ziur zaude aurrera jarraitu nahi duzula?", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/spreadsheeteditor/mobile/locale/fr.json b/apps/spreadsheeteditor/mobile/locale/fr.json index c081172bcb..805180a143 100644 --- a/apps/spreadsheeteditor/mobile/locale/fr.json +++ b/apps/spreadsheeteditor/mobile/locale/fr.json @@ -827,7 +827,8 @@ "txtUk": "Ukrainien", "txtVi": "Vietnamien", "txtZh": "Chinois", - "warnDownloadAs": "Si vous continuez à enregistrer dans ce format toutes les fonctions sauf le texte seront perdues.
Êtes-vous sûr de vouloir continuer?" + "warnDownloadAs": "Si vous continuez à enregistrer dans ce format toutes les fonctions sauf le texte seront perdues.
Êtes-vous sûr de vouloir continuer?", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/gl.json b/apps/spreadsheeteditor/mobile/locale/gl.json index e6568fc26f..a27f3e2538 100644 --- a/apps/spreadsheeteditor/mobile/locale/gl.json +++ b/apps/spreadsheeteditor/mobile/locale/gl.json @@ -822,6 +822,7 @@ "txtVi": "Vietnamita", "txtZh": "Chinés", "warnDownloadAs": "Se segue gardando neste formato, todas as características a excepción do texto perderanse.
Te na certeza de que desexa continuar?", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/hu.json b/apps/spreadsheeteditor/mobile/locale/hu.json index 407fdfac56..b27ee2ebcf 100644 --- a/apps/spreadsheeteditor/mobile/locale/hu.json +++ b/apps/spreadsheeteditor/mobile/locale/hu.json @@ -822,6 +822,7 @@ "txtVi": "Vietnámi", "txtZh": "Kínai", "warnDownloadAs": "Ha ebbe a formátumba ment, a nyers szövegen kívül minden elveszik.
Biztos benne, hogy folytatni akarja?", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/hy.json b/apps/spreadsheeteditor/mobile/locale/hy.json index 29dc42ba9c..b28c4d0782 100644 --- a/apps/spreadsheeteditor/mobile/locale/hy.json +++ b/apps/spreadsheeteditor/mobile/locale/hy.json @@ -826,6 +826,7 @@ "txtVi": "Վիետնամերեն", "txtZh": "Չինական", "warnDownloadAs": "Եթե շարունակեք պահպանումն այս ձևաչափով, բոլոր հատկությունները՝ տեքստից բացի, կկորչեն։
Վստա՞հ եք, որ ցանկանում եք շարունակել:", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/spreadsheeteditor/mobile/locale/id.json b/apps/spreadsheeteditor/mobile/locale/id.json index a2162ffd81..d230688e89 100644 --- a/apps/spreadsheeteditor/mobile/locale/id.json +++ b/apps/spreadsheeteditor/mobile/locale/id.json @@ -822,6 +822,7 @@ "txtVi": "Vietnam", "txtZh": "China", "warnDownloadAs": "Jika Anda lanjut simpan dengan format ini, semua fitur kecuali teks akan hilang.
Apakah Anda ingin melanjutkan?", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/it.json b/apps/spreadsheeteditor/mobile/locale/it.json index 37a566c125..da06e928c8 100644 --- a/apps/spreadsheeteditor/mobile/locale/it.json +++ b/apps/spreadsheeteditor/mobile/locale/it.json @@ -819,6 +819,7 @@ "warnDownloadAs": "Se continui a salvare in questo formato, tutte le funzioni tranne il testo saranno perse.
Sei sicuro di voler continuare?", "strFuncLocale": "Formula Language", "strFuncLocaleEx": "Example: SUM; MIN; MAX; COUNT", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/ja.json b/apps/spreadsheeteditor/mobile/locale/ja.json index 91e6cea186..2374969acd 100644 --- a/apps/spreadsheeteditor/mobile/locale/ja.json +++ b/apps/spreadsheeteditor/mobile/locale/ja.json @@ -827,7 +827,8 @@ "txtUk": "ウクライナ語", "txtVi": "ベトナム語", "txtZh": "中国語", - "warnDownloadAs": "この形式で保存する続けば、テクスト除いて全てが失います。続けてもよろしいですか?" + "warnDownloadAs": "この形式で保存する続けば、テクスト除いて全てが失います。続けてもよろしいですか?", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/ko.json b/apps/spreadsheeteditor/mobile/locale/ko.json index 0b75434879..e45f95ae70 100644 --- a/apps/spreadsheeteditor/mobile/locale/ko.json +++ b/apps/spreadsheeteditor/mobile/locale/ko.json @@ -822,6 +822,7 @@ "txtVi": "베트남어", "txtZh": "중국어", "warnDownloadAs": "이 형식으로 저장을 계속하면 텍스트를 제외한 모든 기능이 손실됩니다. 계속 하시겠습니까?", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/lo.json b/apps/spreadsheeteditor/mobile/locale/lo.json index 6af97d2677..deb0ca73f1 100644 --- a/apps/spreadsheeteditor/mobile/locale/lo.json +++ b/apps/spreadsheeteditor/mobile/locale/lo.json @@ -817,6 +817,7 @@ "txtZh": "ພາສາຈີນ", "warnDownloadAs": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ທຸກລັກສະນະ ຍົກເວັ້ນຂໍ້ຄວາມຈະຫາຍໄປ.
ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດໍາເນີນຕໍ່?", "strFuncLocaleEx": "Example: SUM; MIN; MAX; COUNT", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textFeedback": "Feedback & Support", diff --git a/apps/spreadsheeteditor/mobile/locale/lv.json b/apps/spreadsheeteditor/mobile/locale/lv.json index ec10f7ae46..6cd0db9a90 100644 --- a/apps/spreadsheeteditor/mobile/locale/lv.json +++ b/apps/spreadsheeteditor/mobile/locale/lv.json @@ -821,6 +821,7 @@ "txtVi": "Vjetnamiešu", "txtZh": "Ķīniešu", "warnDownloadAs": "Ja jūs izvēlēsieties turpināt saglabāt šajā formātā visas diagrammas un attēli tiks zaudēti.
Vai tiešām vēlaties turpināt?", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/ms.json b/apps/spreadsheeteditor/mobile/locale/ms.json index ead62c89a8..e97249df0b 100644 --- a/apps/spreadsheeteditor/mobile/locale/ms.json +++ b/apps/spreadsheeteditor/mobile/locale/ms.json @@ -788,6 +788,7 @@ "warnDownloadAs": "Jika anda terus menyimpan dalam format ini semua ciri kecuali teks akan hilang.
Adakah anda pasti mahu teruskan?", "strFuncLocale": "Formula Language", "strFuncLocaleEx": "Example: SUM; MIN; MAX; COUNT", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/nl.json b/apps/spreadsheeteditor/mobile/locale/nl.json index 7dda699de7..7f2428ec64 100644 --- a/apps/spreadsheeteditor/mobile/locale/nl.json +++ b/apps/spreadsheeteditor/mobile/locale/nl.json @@ -815,6 +815,7 @@ "txtVi": "Vietnamees", "txtZh": "Chinees", "warnDownloadAs": "Als u doorgaat met opslaan in dit formaat, gaat alle opmaak verloren en blijft alleen de tekst behouden.
Wilt u doorgaan?", + "textClose": "Close", "textDark": "Dark", "textDirection": "Direction", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", diff --git a/apps/spreadsheeteditor/mobile/locale/pl.json b/apps/spreadsheeteditor/mobile/locale/pl.json index f24dde06d3..5d2bf248a0 100644 --- a/apps/spreadsheeteditor/mobile/locale/pl.json +++ b/apps/spreadsheeteditor/mobile/locale/pl.json @@ -670,6 +670,7 @@ "textChooseCsvOptions": "Choose CSV Options", "textChooseDelimeter": "Choose Delimeter", "textChooseEncoding": "Choose Encoding", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/spreadsheeteditor/mobile/locale/pt-pt.json b/apps/spreadsheeteditor/mobile/locale/pt-pt.json index b1a555d03c..f8bb1029ff 100644 --- a/apps/spreadsheeteditor/mobile/locale/pt-pt.json +++ b/apps/spreadsheeteditor/mobile/locale/pt-pt.json @@ -825,6 +825,7 @@ "txtVi": "Vietnamita", "txtZh": "Chinês", "warnDownloadAs": "Se guardar o documento neste formato, perderá todos os atributos com exceção do texto.
Tem a certeza de que deseja continuar?", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface", "textSameAsSystem": "Same As System" diff --git a/apps/spreadsheeteditor/mobile/locale/pt.json b/apps/spreadsheeteditor/mobile/locale/pt.json index 3667e5bcb6..fb588bb3e1 100644 --- a/apps/spreadsheeteditor/mobile/locale/pt.json +++ b/apps/spreadsheeteditor/mobile/locale/pt.json @@ -827,7 +827,8 @@ "txtUk": "Ucraniano", "txtVi": "Vietnamita", "txtZh": "Chinês", - "warnDownloadAs": "Se você continuar salvando neste formato, todos os recursos com exceção do texto serão perdidos.
Você tem certeza que quer continuar?" + "warnDownloadAs": "Se você continuar salvando neste formato, todos os recursos com exceção do texto serão perdidos.
Você tem certeza que quer continuar?", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/ro.json b/apps/spreadsheeteditor/mobile/locale/ro.json index 43c1391e65..7b9747d75a 100644 --- a/apps/spreadsheeteditor/mobile/locale/ro.json +++ b/apps/spreadsheeteditor/mobile/locale/ro.json @@ -675,6 +675,7 @@ "textChooseCsvOptions": "Alegerea opțiunilor CSV", "textChooseDelimeter": "Alegeți delimitator", "textChooseEncoding": "Alegeți codificare", + "textClose": "Închidere", "textCollaboration": "Colaborare", "textColorSchemes": "Scheme de culori", "textComment": "Comentariu", @@ -748,7 +749,7 @@ "textSheet": "Foaie", "textShowNotification": "Afișare notificări", "textSpreadsheetFormats": "Formate foii de calcul", - "textSpreadsheetInfo": "Informații despre foaie de calcul", + "textSpreadsheetInfo": "Informații despre foaia de calcul", "textSpreadsheetSettings": "Setări foaie de calcul", "textSpreadsheetTitle": "Titlu foaie de calcul", "textSubject": "Subiect", diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json index 970c0bd94e..35133c8c3f 100644 --- a/apps/spreadsheeteditor/mobile/locale/ru.json +++ b/apps/spreadsheeteditor/mobile/locale/ru.json @@ -675,6 +675,7 @@ "textChooseCsvOptions": "Выбрать параметры CSV", "textChooseDelimeter": "Выбрать разделитель", "textChooseEncoding": "Выбрать кодировку", + "textClose": "Закрыть", "textCollaboration": "Совместная работа", "textColorSchemes": "Цветовые схемы", "textComment": "Комментарий", diff --git a/apps/spreadsheeteditor/mobile/locale/si.json b/apps/spreadsheeteditor/mobile/locale/si.json index 51c5760156..27817e57eb 100644 --- a/apps/spreadsheeteditor/mobile/locale/si.json +++ b/apps/spreadsheeteditor/mobile/locale/si.json @@ -827,7 +827,8 @@ "txtUk": "යුක්රේනියානු", "txtVi": "වියට්නාම", "txtZh": "චීන", - "warnDownloadAs": "ඔබ දිගටම මෙම ආකෘතියෙන් සුරැකුවොත් පාඨය හැර අනෙකුත් සියළුම විශේෂාංග නැති වනු ඇත.
ඔබට කරගෙන යාමට අවශ්‍ය බව විශ්වාසද?" + "warnDownloadAs": "ඔබ දිගටම මෙම ආකෘතියෙන් සුරැකුවොත් පාඨය හැර අනෙකුත් සියළුම විශේෂාංග නැති වනු ඇත.
ඔබට කරගෙන යාමට අවශ්‍ය බව විශ්වාසද?", + "textClose": "Close" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/sk.json b/apps/spreadsheeteditor/mobile/locale/sk.json index 25903ca35b..dd1ff87b5e 100644 --- a/apps/spreadsheeteditor/mobile/locale/sk.json +++ b/apps/spreadsheeteditor/mobile/locale/sk.json @@ -817,6 +817,7 @@ "txtVi": "Vietnamsky ", "txtZh": "Čínsky", "warnDownloadAs": "Ak budete pokračovať v ukladaní v tomto formáte, všetky funkcie okrem textu sa stratia.
Ste si istý, že chcete pokračovať?", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textFeedback": "Feedback & Support", diff --git a/apps/spreadsheeteditor/mobile/locale/sl.json b/apps/spreadsheeteditor/mobile/locale/sl.json index f3487a17d9..82f4fd929d 100644 --- a/apps/spreadsheeteditor/mobile/locale/sl.json +++ b/apps/spreadsheeteditor/mobile/locale/sl.json @@ -421,6 +421,7 @@ "textChooseCsvOptions": "Choose CSV Options", "textChooseDelimeter": "Choose Delimeter", "textChooseEncoding": "Choose Encoding", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/spreadsheeteditor/mobile/locale/sr.json b/apps/spreadsheeteditor/mobile/locale/sr.json index cea252e238..c3d6c8c0cb 100644 --- a/apps/spreadsheeteditor/mobile/locale/sr.json +++ b/apps/spreadsheeteditor/mobile/locale/sr.json @@ -826,6 +826,7 @@ "txtVi": "Vijetnamski", "txtZh": "Kineski", "warnDownloadAs": "Ako nastavite da čuvate u ovom formatu sve karakteristike osim teksta će biti izgubljene.
Da li ste sigurni da želite da nastavite?", + "textClose": "Close", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textRtlInterface": "RTL Interface" } diff --git a/apps/spreadsheeteditor/mobile/locale/tr.json b/apps/spreadsheeteditor/mobile/locale/tr.json index 7101c91588..78b1560dfb 100644 --- a/apps/spreadsheeteditor/mobile/locale/tr.json +++ b/apps/spreadsheeteditor/mobile/locale/tr.json @@ -817,6 +817,7 @@ "txtVi": "Viyetnam dili", "txtZh": "Çince", "warnDownloadAs": "Bu formatta kaydetmeye devam ederseniz, metin dışındaki tüm özellikler kaybolacak.
Devam etmek istediğinize emin misiniz?", + "textClose": "Close", "textDark": "Dark", "textDirection": "Direction", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", diff --git a/apps/spreadsheeteditor/mobile/locale/uk.json b/apps/spreadsheeteditor/mobile/locale/uk.json index 6172373da1..214ebb0bed 100644 --- a/apps/spreadsheeteditor/mobile/locale/uk.json +++ b/apps/spreadsheeteditor/mobile/locale/uk.json @@ -386,6 +386,7 @@ "textChooseCsvOptions": "Choose CSV Options", "textChooseDelimeter": "Choose Delimeter", "textChooseEncoding": "Choose Encoding", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/spreadsheeteditor/mobile/locale/vi.json b/apps/spreadsheeteditor/mobile/locale/vi.json index 6547edc2b0..531567ea90 100644 --- a/apps/spreadsheeteditor/mobile/locale/vi.json +++ b/apps/spreadsheeteditor/mobile/locale/vi.json @@ -349,6 +349,7 @@ "textChooseCsvOptions": "Choose CSV Options", "textChooseDelimeter": "Choose Delimeter", "textChooseEncoding": "Choose Encoding", + "textClose": "Close", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", diff --git a/apps/spreadsheeteditor/mobile/locale/zh-tw.json b/apps/spreadsheeteditor/mobile/locale/zh-tw.json index 53aafb3b72..727027d471 100644 --- a/apps/spreadsheeteditor/mobile/locale/zh-tw.json +++ b/apps/spreadsheeteditor/mobile/locale/zh-tw.json @@ -821,6 +821,7 @@ "txtVi": "越南語", "txtZh": "中文", "warnDownloadAs": "如果繼續以這種格式保存,則除文本外的所有功能都將丟失。
確定要繼續嗎?", + "textClose": "Close", "textDark": "Dark", "textExplanationChangeDirection": "Application will be restarted for RTL interface activation", "textLight": "Light", diff --git a/apps/spreadsheeteditor/mobile/locale/zh.json b/apps/spreadsheeteditor/mobile/locale/zh.json index 0221c9165a..7f26ca792f 100644 --- a/apps/spreadsheeteditor/mobile/locale/zh.json +++ b/apps/spreadsheeteditor/mobile/locale/zh.json @@ -82,7 +82,7 @@ "menuUnmerge": "取消合并", "menuUnwrap": "展开", "menuViewComment": "查看批注", - "menuWrap": "包裹", + "menuWrap": "换行", "notcriticalErrorTitle": "警告", "textCopyCutPasteActions": "复制,剪切和粘贴操作", "textDoNotShowAgain": "不要再显示", @@ -675,6 +675,7 @@ "textChooseCsvOptions": "选择CSV选项", "textChooseDelimeter": "选择定界符", "textChooseEncoding": "选择编码", + "textClose": "关闭", "textCollaboration": "协作", "textColorSchemes": "配色方案", "textComment": "批注",