diff --git a/apps/documenteditor/embed/locale/el.json b/apps/documenteditor/embed/locale/el.json index 5eebb783e..4ceaa6c99 100644 --- a/apps/documenteditor/embed/locale/el.json +++ b/apps/documenteditor/embed/locale/el.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Ύψος", "common.view.modals.txtShare": "Διαμοιρασμός συνδέσμου", "common.view.modals.txtWidth": "Πλάτος", + "common.view.SearchBar.textFind": "Εύρεση", "DE.ApplicationController.convertationErrorText": "Αποτυχία μετατροπής.", "DE.ApplicationController.convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.", "DE.ApplicationController.criticalErrorTitle": "Σφάλμα", @@ -46,5 +47,6 @@ "DE.ApplicationView.txtFileLocation": "Άνοιγμα τοποθεσίας αρχείου", "DE.ApplicationView.txtFullScreen": "Πλήρης οθόνη", "DE.ApplicationView.txtPrint": "Εκτύπωση", + "DE.ApplicationView.txtSearch": "Αναζήτηση", "DE.ApplicationView.txtShare": "Διαμοιρασμός" } \ No newline at end of file diff --git a/apps/documenteditor/embed/locale/en.json b/apps/documenteditor/embed/locale/en.json index 01974c34a..9c31b4cae 100644 --- a/apps/documenteditor/embed/locale/en.json +++ b/apps/documenteditor/embed/locale/en.json @@ -47,6 +47,6 @@ "DE.ApplicationView.txtFileLocation": "Open file location", "DE.ApplicationView.txtFullScreen": "Full Screen", "DE.ApplicationView.txtPrint": "Print", - "DE.ApplicationView.txtShare": "Share", - "DE.ApplicationView.txtSearch": "Search" + "DE.ApplicationView.txtSearch": "Search", + "DE.ApplicationView.txtShare": "Share" } \ No newline at end of file diff --git a/apps/documenteditor/embed/locale/eu.json b/apps/documenteditor/embed/locale/eu.json index 1c095e775..e4b978316 100644 --- a/apps/documenteditor/embed/locale/eu.json +++ b/apps/documenteditor/embed/locale/eu.json @@ -47,5 +47,6 @@ "DE.ApplicationView.txtFileLocation": "Ireki fitxategiaren kokalekua", "DE.ApplicationView.txtFullScreen": "Pantaila osoa", "DE.ApplicationView.txtPrint": "Inprimatu", + "DE.ApplicationView.txtSearch": "Bilatu", "DE.ApplicationView.txtShare": "Partekatu" } \ No newline at end of file diff --git a/apps/documenteditor/embed/locale/gl.json b/apps/documenteditor/embed/locale/gl.json index 26dc1855c..f35f59e4e 100644 --- a/apps/documenteditor/embed/locale/gl.json +++ b/apps/documenteditor/embed/locale/gl.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Altura", "common.view.modals.txtShare": "Compartir ligazón", "common.view.modals.txtWidth": "Largura", + "common.view.SearchBar.textFind": "Buscar", "DE.ApplicationController.convertationErrorText": "Fallou a conversión.", "DE.ApplicationController.convertationTimeoutText": "Excedeu o tempo límite de conversión.", "DE.ApplicationController.criticalErrorTitle": "Erro", @@ -46,5 +47,6 @@ "DE.ApplicationView.txtFileLocation": "Abrir ubicación do ficheiro", "DE.ApplicationView.txtFullScreen": "Pantalla completa", "DE.ApplicationView.txtPrint": "Imprimir", + "DE.ApplicationView.txtSearch": "Buscar", "DE.ApplicationView.txtShare": "Compartir" } \ No newline at end of file diff --git a/apps/documenteditor/embed/locale/nl.json b/apps/documenteditor/embed/locale/nl.json index bb87ec685..5b0aac2cd 100644 --- a/apps/documenteditor/embed/locale/nl.json +++ b/apps/documenteditor/embed/locale/nl.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Hoogte", "common.view.modals.txtShare": "Link delen", "common.view.modals.txtWidth": "Breedte", + "common.view.SearchBar.textFind": "Zoeken", "DE.ApplicationController.convertationErrorText": "Conversie is mislukt", "DE.ApplicationController.convertationTimeoutText": "Time-out voor conversie overschreden.", "DE.ApplicationController.criticalErrorTitle": "Fout", diff --git a/apps/documenteditor/embed/locale/ro.json b/apps/documenteditor/embed/locale/ro.json index 80ceb8784..8fbcb222a 100644 --- a/apps/documenteditor/embed/locale/ro.json +++ b/apps/documenteditor/embed/locale/ro.json @@ -47,5 +47,6 @@ "DE.ApplicationView.txtFileLocation": "Deschidere locația fișierului", "DE.ApplicationView.txtFullScreen": "Ecran complet", "DE.ApplicationView.txtPrint": "Imprimare", + "DE.ApplicationView.txtSearch": "Căutare", "DE.ApplicationView.txtShare": "Partajează" } \ No newline at end of file diff --git a/apps/documenteditor/embed/locale/ru.json b/apps/documenteditor/embed/locale/ru.json index 965a49a2e..9fc2e9e88 100644 --- a/apps/documenteditor/embed/locale/ru.json +++ b/apps/documenteditor/embed/locale/ru.json @@ -47,5 +47,6 @@ "DE.ApplicationView.txtFileLocation": "Открыть расположение файла", "DE.ApplicationView.txtFullScreen": "Во весь экран", "DE.ApplicationView.txtPrint": "Печать", + "DE.ApplicationView.txtSearch": "Поиск", "DE.ApplicationView.txtShare": "Поделиться" } \ No newline at end of file diff --git a/apps/documenteditor/embed/locale/zh.json b/apps/documenteditor/embed/locale/zh.json index 8c2d6792e..35e83d0e9 100644 --- a/apps/documenteditor/embed/locale/zh.json +++ b/apps/documenteditor/embed/locale/zh.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "高度", "common.view.modals.txtShare": "分享链接", "common.view.modals.txtWidth": "宽度", + "common.view.SearchBar.textFind": "查找", "DE.ApplicationController.convertationErrorText": "转换失败", "DE.ApplicationController.convertationTimeoutText": "转换超时", "DE.ApplicationController.criticalErrorTitle": "错误", @@ -46,5 +47,6 @@ "DE.ApplicationView.txtFileLocation": "打开文件所在位置", "DE.ApplicationView.txtFullScreen": "全屏", "DE.ApplicationView.txtPrint": "打印", + "DE.ApplicationView.txtSearch": "搜索", "DE.ApplicationView.txtShare": "共享" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/el.json b/apps/documenteditor/forms/locale/el.json index de33aa69c..75062c883 100644 --- a/apps/documenteditor/forms/locale/el.json +++ b/apps/documenteditor/forms/locale/el.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "Τρι", "Common.UI.Calendar.textShortWednesday": "Τετ", "Common.UI.Calendar.textYears": "Έτη", + "Common.UI.SearchBar.textFind": "Εύρεση", + "Common.UI.SearchBar.tipCloseSearch": "Κλείσιμο αναζήτησης", + "Common.UI.SearchBar.tipNextResult": "Επόμενο αποτέλεσμα", + "Common.UI.SearchBar.tipPreviousResult": "Προηγούμενο αποτέλεσμα", "Common.UI.Themes.txtThemeClassicLight": "Κλασικό Ανοιχτό", "Common.UI.Themes.txtThemeDark": "Σκούρο", "Common.UI.Themes.txtThemeLight": "Ανοιχτό", @@ -166,6 +170,7 @@ "DE.Views.ApplicationView.txtFileLocation": "Άνοιγμα τοποθεσίας αρχείου", "DE.Views.ApplicationView.txtFullScreen": "Πλήρης οθόνη", "DE.Views.ApplicationView.txtPrint": "Εκτύπωση", + "DE.Views.ApplicationView.txtSearch": "Αναζήτηση", "DE.Views.ApplicationView.txtShare": "Διαμοιρασμός", "DE.Views.ApplicationView.txtTheme": "Θέμα διεπαφής" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index 89b0393f0..58af9d5b1 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "Tu", "Common.UI.Calendar.textShortWednesday": "We", "Common.UI.Calendar.textYears": "Years", + "Common.UI.SearchBar.textFind": "Find", + "Common.UI.SearchBar.tipCloseSearch": "Close search", + "Common.UI.SearchBar.tipNextResult": "Next result", + "Common.UI.SearchBar.tipPreviousResult": "Previous result", "Common.UI.Themes.txtThemeClassicLight": "Classic Light", "Common.UI.Themes.txtThemeDark": "Dark", "Common.UI.Themes.txtThemeLight": "Light", @@ -45,10 +49,6 @@ "Common.UI.Window.textInformation": "Information", "Common.UI.Window.textWarning": "Warning", "Common.UI.Window.yesButtonText": "Yes", - "Common.UI.SearchBar.textFind": "Find", - "Common.UI.SearchBar.tipPreviousResult": "Previous result", - "Common.UI.SearchBar.tipNextResult": "Next result", - "Common.UI.SearchBar.tipCloseSearch": "Close search", "Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again", "Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using context menu actions will be performed within this editor tab only.

To copy or paste to or from applications outside the editor tab use the following keyboard combinations:", "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions", @@ -170,7 +170,7 @@ "DE.Views.ApplicationView.txtFileLocation": "Open file location", "DE.Views.ApplicationView.txtFullScreen": "Full Screen", "DE.Views.ApplicationView.txtPrint": "Print", + "DE.Views.ApplicationView.txtSearch": "Search", "DE.Views.ApplicationView.txtShare": "Share", - "DE.Views.ApplicationView.txtTheme": "Interface theme", - "DE.Views.ApplicationView.txtSearch": "Search" + "DE.Views.ApplicationView.txtTheme": "Interface theme" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/eu.json b/apps/documenteditor/forms/locale/eu.json index 97daef182..d4dc394dd 100644 --- a/apps/documenteditor/forms/locale/eu.json +++ b/apps/documenteditor/forms/locale/eu.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "ar.", "Common.UI.Calendar.textShortWednesday": "az.", "Common.UI.Calendar.textYears": "Urteak", + "Common.UI.SearchBar.textFind": "Bilatu", + "Common.UI.SearchBar.tipCloseSearch": "Itxi bilaketa", + "Common.UI.SearchBar.tipNextResult": "Hurrengo emaitza", + "Common.UI.SearchBar.tipPreviousResult": "Aurreko emaitza", "Common.UI.Themes.txtThemeClassicLight": "Klasiko argia", "Common.UI.Themes.txtThemeDark": "Iluna", "Common.UI.Themes.txtThemeLight": "Argia", @@ -166,6 +170,7 @@ "DE.Views.ApplicationView.txtFileLocation": "Ireki fitxategiaren kokalekua", "DE.Views.ApplicationView.txtFullScreen": "Pantaila osoa", "DE.Views.ApplicationView.txtPrint": "Inprimatu", + "DE.Views.ApplicationView.txtSearch": "Bilatu", "DE.Views.ApplicationView.txtShare": "Partekatu", "DE.Views.ApplicationView.txtTheme": "Interfazearen gaia" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/gl.json b/apps/documenteditor/forms/locale/gl.json index 287d0c9e7..be6411033 100644 --- a/apps/documenteditor/forms/locale/gl.json +++ b/apps/documenteditor/forms/locale/gl.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "Ter", "Common.UI.Calendar.textShortWednesday": "mi.", "Common.UI.Calendar.textYears": "Anos", + "Common.UI.SearchBar.textFind": "Atopar", + "Common.UI.SearchBar.tipCloseSearch": "Pechar busca", + "Common.UI.SearchBar.tipNextResult": "Seguinte resultado", + "Common.UI.SearchBar.tipPreviousResult": "Anterior resultado", "Common.UI.Themes.txtThemeClassicLight": "Clásico claro", "Common.UI.Themes.txtThemeDark": "Escuro", "Common.UI.Themes.txtThemeLight": "Claro", @@ -166,6 +170,7 @@ "DE.Views.ApplicationView.txtFileLocation": "Abrir ubicación do ficheiro", "DE.Views.ApplicationView.txtFullScreen": "Pantalla completa", "DE.Views.ApplicationView.txtPrint": "Imprimir", + "DE.Views.ApplicationView.txtSearch": "Buscar", "DE.Views.ApplicationView.txtShare": "Compartir", "DE.Views.ApplicationView.txtTheme": "Tema da interface" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/ro.json b/apps/documenteditor/forms/locale/ro.json index 667cb9c0e..f999c6ed2 100644 --- a/apps/documenteditor/forms/locale/ro.json +++ b/apps/documenteditor/forms/locale/ro.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "Ma", "Common.UI.Calendar.textShortWednesday": "Mi", "Common.UI.Calendar.textYears": "Ani", + "Common.UI.SearchBar.textFind": "Găsire", + "Common.UI.SearchBar.tipCloseSearch": "Închide căutare", + "Common.UI.SearchBar.tipNextResult": "Următorul rezultat", + "Common.UI.SearchBar.tipPreviousResult": "Rezultatul anterior", "Common.UI.Themes.txtThemeClassicLight": "Clasic Luminos", "Common.UI.Themes.txtThemeDark": "Întunecat", "Common.UI.Themes.txtThemeLight": "Luminos", @@ -166,6 +170,7 @@ "DE.Views.ApplicationView.txtFileLocation": "Deschidere locația fișierului", "DE.Views.ApplicationView.txtFullScreen": "Ecran complet", "DE.Views.ApplicationView.txtPrint": "Imprimare", + "DE.Views.ApplicationView.txtSearch": "Căutare", "DE.Views.ApplicationView.txtShare": "Partajează", "DE.Views.ApplicationView.txtTheme": "Tema interfeței" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/ru.json b/apps/documenteditor/forms/locale/ru.json index 492751acc..5475c8bfa 100644 --- a/apps/documenteditor/forms/locale/ru.json +++ b/apps/documenteditor/forms/locale/ru.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "Вт", "Common.UI.Calendar.textShortWednesday": "Ср", "Common.UI.Calendar.textYears": "Годы", + "Common.UI.SearchBar.textFind": "Поиск", + "Common.UI.SearchBar.tipCloseSearch": "Закрыть поиск", + "Common.UI.SearchBar.tipNextResult": "Следующий результат", + "Common.UI.SearchBar.tipPreviousResult": "Предыдущий результат", "Common.UI.Themes.txtThemeClassicLight": "Классическая светлая", "Common.UI.Themes.txtThemeDark": "Темная", "Common.UI.Themes.txtThemeLight": "Светлая", @@ -166,6 +170,7 @@ "DE.Views.ApplicationView.txtFileLocation": "Открыть расположение файла", "DE.Views.ApplicationView.txtFullScreen": "Во весь экран", "DE.Views.ApplicationView.txtPrint": "Печать", + "DE.Views.ApplicationView.txtSearch": "Поиск", "DE.Views.ApplicationView.txtShare": "Поделиться", "DE.Views.ApplicationView.txtTheme": "Тема интерфейса" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/zh.json b/apps/documenteditor/forms/locale/zh.json index baef73341..1ac785227 100644 --- a/apps/documenteditor/forms/locale/zh.json +++ b/apps/documenteditor/forms/locale/zh.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "周二", "Common.UI.Calendar.textShortWednesday": "周三", "Common.UI.Calendar.textYears": "年", + "Common.UI.SearchBar.textFind": "查找", + "Common.UI.SearchBar.tipCloseSearch": "关闭搜索", + "Common.UI.SearchBar.tipNextResult": "下一个", + "Common.UI.SearchBar.tipPreviousResult": "上一个", "Common.UI.Themes.txtThemeClassicLight": "经典浅色的", "Common.UI.Themes.txtThemeDark": "深色的", "Common.UI.Themes.txtThemeLight": "浅色的", @@ -166,6 +170,7 @@ "DE.Views.ApplicationView.txtFileLocation": "打开文件位置", "DE.Views.ApplicationView.txtFullScreen": "全屏", "DE.Views.ApplicationView.txtPrint": "打印", + "DE.Views.ApplicationView.txtSearch": "搜索", "DE.Views.ApplicationView.txtShare": "共享", "DE.Views.ApplicationView.txtTheme": "界面主题" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json index b3388cdda..d88b11d0f 100644 --- a/apps/documenteditor/main/locale/ca.json +++ b/apps/documenteditor/main/locale/ca.json @@ -1853,6 +1853,7 @@ "DE.Views.FormSettings.textRequired": "Necessari", "DE.Views.FormSettings.textScale": "Quan s'ajusta a escala", "DE.Views.FormSettings.textSelectImage": "Seleccioneu una imatge", + "DE.Views.FormSettings.textTag": "Etiqueta", "DE.Views.FormSettings.textTip": "Consell", "DE.Views.FormSettings.textTipAdd": "Afegeix un valor nou", "DE.Views.FormSettings.textTipDelete": "Suprimeix el valor", @@ -2046,6 +2047,7 @@ "DE.Views.LeftMenu.tipSupport": "Comentaris i servei d'atenció al client", "DE.Views.LeftMenu.tipTitles": "Títols", "DE.Views.LeftMenu.txtDeveloper": "MODE PER A DESENVOLUPADORS", + "DE.Views.LeftMenu.txtEditor": "Editor de documents", "DE.Views.LeftMenu.txtLimit": "Limita l'accés", "DE.Views.LeftMenu.txtTrial": "MODE DE PROVA", "DE.Views.LeftMenu.txtTrialDev": "Mode de desenvolupament de prova", @@ -2691,6 +2693,7 @@ "DE.Views.Toolbar.mniImageFromFile": "Imatge del fitxer", "DE.Views.Toolbar.mniImageFromStorage": "Imatge de l'emmagatzematge", "DE.Views.Toolbar.mniImageFromUrl": "Imatge d'URL", + "DE.Views.Toolbar.mniInsertSSE": "Insereix un full de càlcul", "DE.Views.Toolbar.mniLowerCase": "minúscules", "DE.Views.Toolbar.mniRemoveFooter": "Suprimeix el peu de pàgina", "DE.Views.Toolbar.mniRemoveHeader": "Suprimeix la capçalera", diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json index 0d83daa78..65b86fd89 100644 --- a/apps/documenteditor/main/locale/el.json +++ b/apps/documenteditor/main/locale/el.json @@ -121,6 +121,7 @@ "Common.define.chartData.textScatterSmoothMarker": "Διασπορά με ομαλές γραμμές και δείκτες", "Common.define.chartData.textStock": "Μετοχή", "Common.define.chartData.textSurface": "Επιφάνεια", + "Common.Translation.textMoreButton": "Περισσότερα", "Common.Translation.warnFileLocked": "Δεν μπορείτε να επεξεργαστείτε αυτό το αρχείο επειδή επεξεργάζεται σε άλλη εφαρμογή.", "Common.Translation.warnFileLockedBtnEdit": "Δημιουργία αντιγράφου", "Common.Translation.warnFileLockedBtnView": "Άνοιγμα για προβολή", @@ -170,6 +171,11 @@ "Common.UI.HSBColorPicker.textNoColor": "Χωρίς Χρώμα", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Απόκρυψη συνθηματικού", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Εμφάνιση συνθηματικού", + "Common.UI.SearchBar.textFind": "Εύρεση", + "Common.UI.SearchBar.tipCloseSearch": "Κλείσιμο αναζήτησης", + "Common.UI.SearchBar.tipNextResult": "Επόμενο αποτέλεσμα", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "Ανοίξτε τις σύνθετες ρυθμίσεις", + "Common.UI.SearchBar.tipPreviousResult": "Προηγούμενο αποτέλεσμα", "Common.UI.SearchDialog.textHighlight": "Επισήμανση αποτελεσμάτων", "Common.UI.SearchDialog.textMatchCase": "Με διάκριση πεζών - κεφαλαίων γραμμάτων", "Common.UI.SearchDialog.textReplaceDef": "Εισάγετε το κείμενο αντικατάστασης", @@ -182,11 +188,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "Αντικατάσταση Όλων", "Common.UI.SynchronizeTip.textDontShow": "Να μην εμφανίζεται αυτό το μήνυμα ξανά", "Common.UI.SynchronizeTip.textSynchronize": "Το έγγραφο έχει αλλάξει από άλλο χρήστη.
Παρακαλούμε κάντε κλικ για να αποθηκεύσετε τις αλλαγές σας και να φορτώσετε ξανά τις ενημερώσεις.", + "Common.UI.ThemeColorPalette.textRecentColors": "Πρόσφατα Χρώματα", "Common.UI.ThemeColorPalette.textStandartColors": "Τυπικά Χρώματα", "Common.UI.ThemeColorPalette.textThemeColors": "Χρώματα Θέματος", "Common.UI.Themes.txtThemeClassicLight": "Κλασικό Ανοιχτό", "Common.UI.Themes.txtThemeDark": "Σκούρο", "Common.UI.Themes.txtThemeLight": "Ανοιχτό", + "Common.UI.Themes.txtThemeSystem": "Ίδιο με το σύστημα", "Common.UI.Window.cancelButtonText": "Ακύρωση", "Common.UI.Window.closeButtonText": "Κλείσιμο", "Common.UI.Window.noButtonText": "Όχι", @@ -285,6 +293,7 @@ "Common.Views.Header.textHideLines": "Απόκρυψη Χαράκων", "Common.Views.Header.textHideStatusBar": "Απόκρυψη Γραμμής Κατάστασης", "Common.Views.Header.textRemoveFavorite": "Αφαίρεση από τα Αγαπημένα", + "Common.Views.Header.textShare": "Διαμοιρασμός", "Common.Views.Header.textZoom": "Εστίαση", "Common.Views.Header.tipAccessRights": "Διαχείριση δικαιωμάτων πρόσβασης εγγράφου", "Common.Views.Header.tipDownload": "Λήψη αρχείου", @@ -292,7 +301,9 @@ "Common.Views.Header.tipPrint": "Εκτύπωση αρχείου", "Common.Views.Header.tipRedo": "Επανάληψη", "Common.Views.Header.tipSave": "Αποθήκευση", + "Common.Views.Header.tipSearch": "Αναζήτηση", "Common.Views.Header.tipUndo": "Αναίρεση", + "Common.Views.Header.tipUsers": "Προβολή χρηστών", "Common.Views.Header.tipViewSettings": "Προβολή ρυθμίσεων", "Common.Views.Header.tipViewUsers": "Προβολή χρηστών και διαχείριση δικαιωμάτων πρόσβασης σε έγγραφα", "Common.Views.Header.txtAccessRights": "Αλλαγή δικαιωμάτων πρόσβασης", @@ -333,6 +344,7 @@ "Common.Views.PluginDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.Plugins.groupCaption": "Πρόσθετα", "Common.Views.Plugins.strPlugins": "Πρόσθετα", + "Common.Views.Plugins.textClosePanel": "Κλείσιμο πρόσθετου", "Common.Views.Plugins.textLoading": "Γίνεται φόρτωση", "Common.Views.Plugins.textStart": "Εκκίνηση", "Common.Views.Plugins.textStop": "Διακοπή", @@ -446,6 +458,21 @@ "Common.Views.ReviewPopover.txtReject": "Απόρριψη", "Common.Views.SaveAsDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.SaveAsDlg.textTitle": "Φάκελος για αποθήκευση", + "Common.Views.SearchPanel.textCaseSensitive": "Διάκριση Πεζών-Κεφαλαίων", + "Common.Views.SearchPanel.textCloseSearch": "Κλείσιμο αναζήτησης", + "Common.Views.SearchPanel.textFind": "Εύρεση", + "Common.Views.SearchPanel.textFindAndReplace": "Εύρεση και Αντικατάσταση", + "Common.Views.SearchPanel.textMatchUsingRegExp": "Ταίριασμα χρησιμοποιώντας κανονικές εκφράσεις (regexp)", + "Common.Views.SearchPanel.textNoMatches": "Χωρίς ταίριασμα", + "Common.Views.SearchPanel.textNoSearchResults": "Δεν υπάρχουν αποτελέσματα αναζήτησης", + "Common.Views.SearchPanel.textReplace": "Αντικατάσταση", + "Common.Views.SearchPanel.textReplaceAll": "Αντικατάσταση Όλων", + "Common.Views.SearchPanel.textReplaceWith": "Αντικατάσταση με", + "Common.Views.SearchPanel.textSearchResults": "Αποτελέσματα αναζήτησης: {0}/{1}", + "Common.Views.SearchPanel.textTooManyResults": "Υπάρχουν πάρα πολλά αποτελέσματα για εμφάνιση εδώ", + "Common.Views.SearchPanel.textWholeWords": "Ολόκληρες λέξεις μόνο", + "Common.Views.SearchPanel.tipNextResult": "Επόμενο αποτέλεσμα", + "Common.Views.SearchPanel.tipPreviousResult": "Προηγούμενο αποτέλεσμα", "Common.Views.SelectFileDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.SelectFileDlg.textTitle": "Επιλογή Πηγής Δεδομένων", "Common.Views.SignDialog.textBold": "Έντονα", @@ -540,6 +567,7 @@ "DE.Controllers.Main.errorEditingDownloadas": "Παρουσιάστηκε σφάλμα κατά την εργασία με το έγγραφο.
Χρησιμοποιήστε την επιλογή «Λήψη ως...» για να αποθηκεύσετε το αντίγραφο ασφαλείας στον σκληρό δίσκο του υπολογιστή σας.", "DE.Controllers.Main.errorEditingSaveas": "Παρουσιάστηκε σφάλμα κατά την εργασία με το έγγραφο.
Χρησιμοποιήστε την επιλογή «Αποθήκευση ως...» για να αποθηκεύσετε το αντίγραφο ασφαλείας στον σκληρό δίσκο του υπολογιστή σας.", "DE.Controllers.Main.errorEmailClient": "Δε βρέθηκε καμιά εφαρμογή email.", + "DE.Controllers.Main.errorEmptyTOC": "Ξεκινήστε τη δημιουργία ενός πίνακα περιεχομένων εφαρμόζοντας ένα στυλ επικεφαλίδας από τη συλλογή Στυλ στο επιλεγμένο κείμενο.", "DE.Controllers.Main.errorFilePassProtect": "Το αρχείο προστατεύεται με συνθηματικό και δεν μπορεί να ανοίξει.", "DE.Controllers.Main.errorFileSizeExceed": "Το μέγεθος του αρχείου υπερβαίνει το όριο που έχει οριστεί για τον διακομιστή σας.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του Εξυπηρετητή Εγγράφων για λεπτομέρειες.", "DE.Controllers.Main.errorForceSave": "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του αρχείου. Χρησιμοποιήστε την επιλογή «Λήψη ως» για να αποθηκεύσετε το αρχείο στον σκληρό δίσκο του υπολογιστή σας ή δοκιμάστε ξανά αργότερα.", @@ -548,6 +576,7 @@ "DE.Controllers.Main.errorLoadingFont": "Οι γραμματοσειρές δεν έχουν φορτωθεί.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του Εξυπηρετητή Εγγράφων σας.", "DE.Controllers.Main.errorMailMergeLoadFile": "Η φόρτωση του εγγράφου απέτυχε. Παρακαλούμε επιλέξτε ένα διαφορετικό αρχείο.", "DE.Controllers.Main.errorMailMergeSaveFile": "Η συγχώνευση απέτυχε.", + "DE.Controllers.Main.errorNoTOC": "Δεν υπάρχει πίνακας περιεχομένων για ενημέρωση. Μπορείτε να εισαγάγετε ένα από την καρτέλα Αναφορές.", "DE.Controllers.Main.errorProcessSaveResult": "Αποτυχία αποθήκευσης.", "DE.Controllers.Main.errorServerVersion": "Αναβαθμίστηκε η έκδοση του συντάκτη. Η σελίδα θα φορτωθεί ξανά για να εφαρμοστούν οι αλλαγές.", "DE.Controllers.Main.errorSessionAbsolute": "Η σύνοδος επεξεργασίας του εγγράφου έληξε. Παρακαλούμε επαναφορτώστε τη σελίδα.", @@ -615,8 +644,10 @@ "DE.Controllers.Main.textPaidFeature": "Δυνατότητα επί πληρωμή", "DE.Controllers.Main.textReconnect": "Η σύνδεση αποκαταστάθηκε", "DE.Controllers.Main.textRemember": "Να θυμάσαι την επιλογή μου για όλα τα αρχεία", + "DE.Controllers.Main.textRememberMacros": "Θυμηθείτε την επιλογή μου για όλες τις μακροεντολές", "DE.Controllers.Main.textRenameError": "Το όνομα χρήστη δεν μπορεί να είναι κενό.", "DE.Controllers.Main.textRenameLabel": "Εισάγετε ένα όνομα για συνεργατική χρήση", + "DE.Controllers.Main.textRequestMacros": "Μια μακροεντολή κάνει ένα αίτημα στη διεύθυνση URL. Θέλετε να επιτρέψετε το αίτημα στο %1;", "DE.Controllers.Main.textShape": "Σχήμα", "DE.Controllers.Main.textStrict": "Αυστηρή κατάσταση", "DE.Controllers.Main.textTryUndoRedo": "Οι λειτουργίες Αναίρεση/Επανάληψη είναι απενεργοποιημένες στην κατάσταση Γρήγορης συν-επεξεργασίας.
Κάντε κλικ στο κουμπί 'Αυστηρή κατάσταση' για να μεταβείτε στην Αυστηρή κατάσταση συν-επεξεργασίας όπου επεξεργάζεστε το αρχείο χωρίς παρέμβαση άλλων χρηστών και στέλνετε τις αλλαγές σας αφού τις αποθηκεύσετε. Η μετάβαση μεταξύ των δύο καταστάσεων γίνεται μέσω των Προηγμένων Ρυθμίσεων.", @@ -891,6 +922,8 @@ "DE.Controllers.Main.warnProcessRightsChange": "Σας έχει απαγορευτεί το δικαίωμα επεξεργασίας του αρχείου.", "DE.Controllers.Navigation.txtBeginning": "Έναρξη εγγράφου", "DE.Controllers.Navigation.txtGotoBeginning": "Μετάβαση στην αρχή του εγγράφου", + "DE.Controllers.Search.notcriticalErrorTitle": "Προειδοποίηση", + "DE.Controllers.Search.warnReplaceString": "{0} δεν είναι ένας έγκυρος ειδικός χαρακτήρας για το πλαίσιο Αντικατάσταση με.", "DE.Controllers.Statusbar.textDisconnect": "Η σύνδεση χάθηκε
Απόπειρα επανασύνδεσης. Παρακαλούμε, ελέγξτε τις ρυθμίσεις σύνδεσης.", "DE.Controllers.Statusbar.textHasChanges": "Έχουν εντοπιστεί νέες αλλαγές", "DE.Controllers.Statusbar.textSetTrackChanges": "Βρίσκεστε σε κατάσταση Παρακολούθησης Αλλαγών", @@ -1732,9 +1765,13 @@ "DE.Views.FileMenuPanels.Settings.strFast": "Γρήγορη", "DE.Views.FileMenuPanels.Settings.strFontRender": "Βελτιστοποίηση Γραμματοσειράς", "DE.Views.FileMenuPanels.Settings.strForcesave": "Προσθήκη έκδοσης στο χώρο αποθήκευσης μετά την Αποθήκευση ή Ctrl+S", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Αγνόηση λέξεων με ΚΕΦΑΛΑΙΑ", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Αγνόηση λέξεων με αριθμούς", "DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Ρυθμίσεις Mακροεντολών", "DE.Views.FileMenuPanels.Settings.strPasteButton": "Εμφάνιση κουμπιού Επιλογών Επικόλλησης κατά την επικόλληση περιεχομένου", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Αλλαγές Συνεργασίας Πραγματικού Χρόνου", + "DE.Views.FileMenuPanels.Settings.strShowComments": "Εμφάνιση σχολίων σε κείμενο", + "DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Εμφάνιση επιλυμένων σχολίων", "DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Ενεργοποίηση επιλογής ορθογραφικού ελέγχου", "DE.Views.FileMenuPanels.Settings.strStrict": "Αυστηρή", "DE.Views.FileMenuPanels.Settings.strTheme": "Θέμα", @@ -1758,9 +1795,13 @@ "DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Εμφάνιση με κλικ στα συννεφάκια", "DE.Views.FileMenuPanels.Settings.txtChangesTip": "Εμφάνιση με αιώρηση πάνω από συμβουλές", "DE.Views.FileMenuPanels.Settings.txtCm": "Εκατοστό", + "DE.Views.FileMenuPanels.Settings.txtCollaboration": "Συνεργασία", "DE.Views.FileMenuPanels.Settings.txtDarkMode": "Ενεργοποίηση σκούρου θέματος εγγράφου", + "DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Επεξεργασία και αποθήκευση", + "DE.Views.FileMenuPanels.Settings.txtFastTip": "Συν-επεξεργασία σε πραγματικό χρόνο. Όλες οι αλλαγές αποθηκεύονται αυτόματα", "DE.Views.FileMenuPanels.Settings.txtFitPage": "Προσαρμογή στη Σελίδα", "DE.Views.FileMenuPanels.Settings.txtFitWidth": "Προσαρμογή στο Πλάτος", + "DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Ιερογλυφικά", "DE.Views.FileMenuPanels.Settings.txtInch": "Ίντσα", "DE.Views.FileMenuPanels.Settings.txtInput": "Εναλλακτική Είσοδος", "DE.Views.FileMenuPanels.Settings.txtLast": "Προβολή Τελευταίου", @@ -1772,12 +1813,17 @@ "DE.Views.FileMenuPanels.Settings.txtPt": "Σημείο", "DE.Views.FileMenuPanels.Settings.txtRunMacros": "Ενεργοποίηση Όλων", "DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Ενεργοποίηση όλων των μακροεντολών χωρίς ειδοποίηση", + "DE.Views.FileMenuPanels.Settings.txtShowTrackChanges": "Εμφάνιση αλλαγών κομματιού", "DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Έλεγχος Ορθογραφίας", "DE.Views.FileMenuPanels.Settings.txtStopMacros": "Απενεργοποίηση Όλων", "DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών χωρίς ειδοποίηση", + "DE.Views.FileMenuPanels.Settings.txtStrictTip": "Χρησιμοποιήστε το κουμπί \"Αποθήκευση\" για να συγχρονίσετε τις αλλαγές που κάνετε εσείς και άλλοι", + "DE.Views.FileMenuPanels.Settings.txtUseAltKey": "Χρησιμοποιήστε το πλήκτρο Alt για πλοήγηση στη διεπαφή χρήστη χρησιμοποιώντας το πληκτρολόγιο", + "DE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Χρησιμοποιήστε το πλήκτρο επιλογής για πλοήγηση στη διεπαφή χρήστη χρησιμοποιώντας το πληκτρολόγιο", "DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Εμφάνιση Ειδοποίησης", "DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών με ειδοποίηση", "DE.Views.FileMenuPanels.Settings.txtWin": "ως Windows", + "DE.Views.FileMenuPanels.Settings.txtWorkspace": "Χώρος εργασίας", "DE.Views.FormSettings.textAlways": "Πάντα", "DE.Views.FormSettings.textAspect": "Κλείδωμα αναλογίας", "DE.Views.FormSettings.textAutofit": "Αυτόματο Ταίριασμα", @@ -1808,6 +1854,7 @@ "DE.Views.FormSettings.textRequired": "Απαιτείται", "DE.Views.FormSettings.textScale": "Πότε να γίνεται κλιμάκωση", "DE.Views.FormSettings.textSelectImage": "Επιλογή Εικόνας", + "DE.Views.FormSettings.textTag": "Ετικέτα", "DE.Views.FormSettings.textTip": "Υπόδειξη", "DE.Views.FormSettings.textTipAdd": "Προσθήκη νέας τιμής", "DE.Views.FormSettings.textTipDelete": "Διαγραφή τιμής", @@ -1820,6 +1867,7 @@ "DE.Views.FormSettings.textWidth": "Πλάτος κελιού", "DE.Views.FormsTab.capBtnCheckBox": "Πλαίσιο επιλογής", "DE.Views.FormsTab.capBtnComboBox": "Πολλαπλές Επιλογές", + "DE.Views.FormsTab.capBtnDownloadForm": "Λήψη ως oform", "DE.Views.FormsTab.capBtnDropDown": "Πτυσσόμενη Λίστα", "DE.Views.FormsTab.capBtnImage": "Εικόνα", "DE.Views.FormsTab.capBtnNext": "Επόμενο Πεδίο", @@ -1839,6 +1887,7 @@ "DE.Views.FormsTab.textSubmited": "Η φόρμα υποβλήθηκε επιτυχώς", "DE.Views.FormsTab.tipCheckBox": "Εισαγωγή πλαισίου επιλογής", "DE.Views.FormsTab.tipComboBox": "Εισαγωγή πολλαπλών επιλογών", + "DE.Views.FormsTab.tipDownloadForm": "Κατεβάστε ένα αρχείο ως έγγραφο OFORM με δυνατότητα συμπλήρωσης", "DE.Views.FormsTab.tipDropDown": "Εισαγωγή πτυσσόμενης λίστας", "DE.Views.FormsTab.tipImageField": "Εισαγωγή εικόνας", "DE.Views.FormsTab.tipNextForm": "Μετάβαση στο επόμενο πεδίο", @@ -1993,11 +2042,13 @@ "DE.Views.LeftMenu.tipChat": "Συνομιλία", "DE.Views.LeftMenu.tipComments": "Σχόλια", "DE.Views.LeftMenu.tipNavigation": "Πλοήγηση", + "DE.Views.LeftMenu.tipOutline": "Επικεφαλίδες", "DE.Views.LeftMenu.tipPlugins": "Πρόσθετα", "DE.Views.LeftMenu.tipSearch": "Αναζήτηση", "DE.Views.LeftMenu.tipSupport": "Ανατροφοδότηση & Υποστήριξη", "DE.Views.LeftMenu.tipTitles": "Τίτλοι", "DE.Views.LeftMenu.txtDeveloper": "ΛΕΙΤΟΥΡΓΙΑ ΓΙΑ ΠΡΟΓΡΑΜΜΑΤΙΣΤΕΣ", + "DE.Views.LeftMenu.txtEditor": "Επεξεργαστής Εγγράφων", "DE.Views.LeftMenu.txtLimit": "Περιορισμός Πρόσβασης", "DE.Views.LeftMenu.txtTrial": "ΚΑΤΑΣΤΑΣΗ ΔΟΚΙΜΑΣΤΙΚΗΣ ΛΕΙΤΟΥΡΓΙΑΣ", "DE.Views.LeftMenu.txtTrialDev": "Δοκιμαστική Λειτουργία για Προγραμματιστές", @@ -2015,6 +2066,7 @@ "DE.Views.LineNumbersDialog.textStartAt": "Έναρξη από", "DE.Views.LineNumbersDialog.textTitle": "Αριθμοί Γραμμών", "DE.Views.LineNumbersDialog.txtAutoText": "Αυτόματα", + "DE.Views.Links.capBtnAddText": "Προσθήκη Κειμένου", "DE.Views.Links.capBtnBookmarks": "Σελιδοδείκτης", "DE.Views.Links.capBtnCaption": "Λεζάντα", "DE.Views.Links.capBtnContentsUpdate": "Ενημέρωση Πίνακα", @@ -2039,6 +2091,7 @@ "DE.Views.Links.textSwapNotes": "Αντιμετάθεση Υποσημειώσεων και Σημειώσεων Τέλους", "DE.Views.Links.textUpdateAll": "Ενημέρωση ολόκληρου πίνακα", "DE.Views.Links.textUpdatePages": "Ενημέρωση αριθμών σελίδων μόνο", + "DE.Views.Links.tipAddText": "Συμπεριλάβετε την επικεφαλίδα στον Πίνακα Περιεχομένων", "DE.Views.Links.tipBookmarks": "Δημιουργία σελιδοδείκτη", "DE.Views.Links.tipCaption": "Εισαγωγή λεζάντας", "DE.Views.Links.tipContents": "Εισαγωγή πίνακα περιεχομένων", @@ -2049,6 +2102,8 @@ "DE.Views.Links.tipTableFigures": "Εισαγωγή πίνακα εικόνων", "DE.Views.Links.tipTableFiguresUpdate": "Ενημέρωση πίνακα εικόνων", "DE.Views.Links.titleUpdateTOF": "Ενημέρωση Πίνακα Εικόνων", + "DE.Views.Links.txtDontShowTof": "Να μην εμφανίζεται στον Πίνακα Περιεχομένων", + "DE.Views.Links.txtLevel": "Επίπεδο", "DE.Views.ListSettingsDialog.textAuto": "Αυτόματα", "DE.Views.ListSettingsDialog.textCenter": "Κέντρο", "DE.Views.ListSettingsDialog.textLeft": "Αριστερά", @@ -2113,6 +2168,8 @@ "DE.Views.MailMergeSettings.txtPrev": "Στην προηγούμενη εγγραφή", "DE.Views.MailMergeSettings.txtUntitled": "Άτιτλο", "DE.Views.MailMergeSettings.warnProcessMailMerge": "Απέτυχε η έναρξη συγχώνευσης", + "DE.Views.Navigation.strNavigate": "Επικεφαλίδες", + "DE.Views.Navigation.txtClosePanel": "Κλείσιμο επικεφαλίδων", "DE.Views.Navigation.txtCollapse": "Κλείσιμο όλων", "DE.Views.Navigation.txtDemote": "Υποβίβαση", "DE.Views.Navigation.txtEmpty": "Δεν υπάρχουν επικεφαλίδες στο έγγραφο.
Εφαρμόστε μια τεχνοτροπία επικεφαλίδων στο κείμενο ώστε να εμφανίζεται στον πίνακα περιεχομένων.", @@ -2120,11 +2177,17 @@ "DE.Views.Navigation.txtEmptyViewer": "Δεν υπάρχουν επικεφαλίδες στο έγγραφο.", "DE.Views.Navigation.txtExpand": "Επέκταση όλων", "DE.Views.Navigation.txtExpandToLevel": "Επέκταση σε επίπεδο", + "DE.Views.Navigation.txtFontSize": "Μέγεθος γραμματοσειράς", "DE.Views.Navigation.txtHeadingAfter": "Νέα επικεφαλίδα μετά", "DE.Views.Navigation.txtHeadingBefore": "Νέα επικεφαλίδα πριν", + "DE.Views.Navigation.txtLarge": "Μεγάλο", + "DE.Views.Navigation.txtMedium": "Μεσαίο", "DE.Views.Navigation.txtNewHeading": "Νέα υποκεφαλίδα", "DE.Views.Navigation.txtPromote": "Προαγωγή", "DE.Views.Navigation.txtSelect": "Επιλογή περιεχομένου", + "DE.Views.Navigation.txtSettings": "Ρυθμίσεις επικεφαλίδων", + "DE.Views.Navigation.txtSmall": "Μικρό", + "DE.Views.Navigation.txtWrapHeadings": "Τυλίξτε μεγάλες επικεφαλίδες", "DE.Views.NoteSettingsDialog.textApply": "Εφαρμογή", "DE.Views.NoteSettingsDialog.textApplyTo": "Εφαρμογή αλλαγών σε", "DE.Views.NoteSettingsDialog.textContinue": "Συνεχόμενα", @@ -2631,7 +2694,10 @@ "DE.Views.Toolbar.mniImageFromFile": "Εικόνα από Αρχείο", "DE.Views.Toolbar.mniImageFromStorage": "Εικόνα από Αποθηκευτικό Χώρο", "DE.Views.Toolbar.mniImageFromUrl": "Εικόνα από διεύθυνση URL", + "DE.Views.Toolbar.mniInsertSSE": "Εισαγωγή Φύλλο Εργασίας", "DE.Views.Toolbar.mniLowerCase": "πεζά", + "DE.Views.Toolbar.mniRemoveFooter": "Αφαίρεση υποσέλιδου", + "DE.Views.Toolbar.mniRemoveHeader": "Αφαίρεση κεφαλίδας", "DE.Views.Toolbar.mniSentenceCase": "Πεζά-κεφαλαία πρότασης.", "DE.Views.Toolbar.mniTextToTable": "Μετατροπή Κειμένου σε Πίνακα", "DE.Views.Toolbar.mniToggleCase": "εΝΑΛΛΑΓΗ πΕΖΩΝ-κΕΦΑΛΑΙΩΝ", @@ -2816,6 +2882,7 @@ "DE.Views.ViewTab.textFitToWidth": "Προσαρμογή στο Πλάτος", "DE.Views.ViewTab.textInterfaceTheme": "Θέμα διεπαφής", "DE.Views.ViewTab.textNavigation": "Πλοήγηση", + "DE.Views.ViewTab.textOutline": "Επικεφαλίδες", "DE.Views.ViewTab.textRulers": "Χάρακες", "DE.Views.ViewTab.textStatusBar": "Γραμμή Κατάστασης", "DE.Views.ViewTab.textZoom": "Εστίαση", diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 0d1645ea7..a35f3135d 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -344,10 +344,10 @@ "Common.Views.PluginDlg.textLoading": "Loading", "Common.Views.Plugins.groupCaption": "Plugins", "Common.Views.Plugins.strPlugins": "Plugins", + "Common.Views.Plugins.textClosePanel": "Close plugin", "Common.Views.Plugins.textLoading": "Loading", "Common.Views.Plugins.textStart": "Start", "Common.Views.Plugins.textStop": "Stop", - "Common.Views.Plugins.textClosePanel": "Close plugin", "Common.Views.Protection.hintAddPwd": "Encrypt with password", "Common.Views.Protection.hintPwd": "Change or delete password", "Common.Views.Protection.hintSignature": "Add digital signature or signature line", diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json index 01a77cce6..3fc982791 100644 --- a/apps/documenteditor/main/locale/es.json +++ b/apps/documenteditor/main/locale/es.json @@ -891,6 +891,7 @@ "DE.Controllers.Main.warnProcessRightsChange": "El derecho de edición del archivo es denegado", "DE.Controllers.Navigation.txtBeginning": "Principio del documento", "DE.Controllers.Navigation.txtGotoBeginning": "Ir al principio de", + "DE.Controllers.Search.warnReplaceString": "{0} no es un carácter especial válido para la casilla Reemplazar con.", "DE.Controllers.Statusbar.textDisconnect": "Se ha perdido la conexión
Intentando conectar. Compruebe la configuración de la conexión.", "DE.Controllers.Statusbar.textHasChanges": "Nuevos cambios han sido encontrado", "DE.Controllers.Statusbar.textSetTrackChanges": "Usted está en el modo de seguimiento de cambios", diff --git a/apps/documenteditor/main/locale/eu.json b/apps/documenteditor/main/locale/eu.json index d44d84395..39f92198f 100644 --- a/apps/documenteditor/main/locale/eu.json +++ b/apps/documenteditor/main/locale/eu.json @@ -563,13 +563,13 @@ "DE.Controllers.Main.errorDataRange": "Datu-barruti okerra.", "DE.Controllers.Main.errorDefaultMessage": "Errore-kodea: %1", "DE.Controllers.Main.errorDirectUrl": "Egiaztatu dokumenturako esteka.
Esteka honek deskargarako esteka zuzen bat izan behar du.", - "DE.Controllers.Main.errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Deskargatu honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.", - "DE.Controllers.Main.errorEditingSaveas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Gorde honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.", + "DE.Controllers.Main.errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Deskargatu honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrean gordetzeko.", + "DE.Controllers.Main.errorEditingSaveas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Gorde honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrean gordetzeko.", "DE.Controllers.Main.errorEmailClient": "Ezin izan da posta-bezerorik aurkitu.", "DE.Controllers.Main.errorEmptyTOC": "Hasi aurkibide bat sortzen hautatutako testuari Estiloak galeriako goiburu-estilo bat aplikatuz.", "DE.Controllers.Main.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.", "DE.Controllers.Main.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.
Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.", - "DE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.
Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrera gordetzeko edo saiatu berriro geroago.", + "DE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.
Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.", "DE.Controllers.Main.errorKeyEncrypt": "Gako-deskriptore ezezaguna", "DE.Controllers.Main.errorKeyExpire": "Gakoaren deskriptorea iraungi da", "DE.Controllers.Main.errorLoadingFont": "Letra-tipoak ez dira kargatu.
Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.", @@ -1853,6 +1853,7 @@ "DE.Views.FormSettings.textRequired": "Nahitaezkoa", "DE.Views.FormSettings.textScale": "Noiz eskalatu", "DE.Views.FormSettings.textSelectImage": "Hautatu irudia", + "DE.Views.FormSettings.textTag": "Etiketa", "DE.Views.FormSettings.textTip": "Argibidea", "DE.Views.FormSettings.textTipAdd": "Gehitu balio berria", "DE.Views.FormSettings.textTipDelete": "Ezabatu balioa", @@ -2046,6 +2047,7 @@ "DE.Views.LeftMenu.tipSupport": "Oharrak eta laguntza", "DE.Views.LeftMenu.tipTitles": "Izenburuak", "DE.Views.LeftMenu.txtDeveloper": "Garatzaile modua", + "DE.Views.LeftMenu.txtEditor": "Dokumentu editorea", "DE.Views.LeftMenu.txtLimit": "Mugatu sarbidea", "DE.Views.LeftMenu.txtTrial": "PROBA MODUA", "DE.Views.LeftMenu.txtTrialDev": "Probako garatzaile modua", @@ -2691,6 +2693,7 @@ "DE.Views.Toolbar.mniImageFromFile": "Irudia fitxategitik", "DE.Views.Toolbar.mniImageFromStorage": "Irudia biltegitik", "DE.Views.Toolbar.mniImageFromUrl": "Irudia URLtik", + "DE.Views.Toolbar.mniInsertSSE": "Txertatu kalkulu-orria", "DE.Views.Toolbar.mniLowerCase": "minuskula", "DE.Views.Toolbar.mniRemoveFooter": "Kendu orri-oina", "DE.Views.Toolbar.mniRemoveHeader": "Kendu goiburua", diff --git a/apps/documenteditor/main/locale/gl.json b/apps/documenteditor/main/locale/gl.json index 7d4c34146..984e44efc 100644 --- a/apps/documenteditor/main/locale/gl.json +++ b/apps/documenteditor/main/locale/gl.json @@ -121,6 +121,7 @@ "Common.define.chartData.textScatterSmoothMarker": "Dispersión coas liñas suavizadas e marcadores", "Common.define.chartData.textStock": "De cotizacións", "Common.define.chartData.textSurface": "Superficie", + "Common.Translation.textMoreButton": "Máis", "Common.Translation.warnFileLocked": "Non pode editar este ficheiro porque está sendo editado noutro aplicativo.", "Common.Translation.warnFileLockedBtnEdit": "Crear unha copia", "Common.Translation.warnFileLockedBtnView": "Abrir para visualizar", @@ -170,6 +171,11 @@ "Common.UI.HSBColorPicker.textNoColor": "Sen cor", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Agochar o contrasinal", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Amosar o contrasinal", + "Common.UI.SearchBar.textFind": "Atopar", + "Common.UI.SearchBar.tipCloseSearch": "Pechar busca", + "Common.UI.SearchBar.tipNextResult": "Seguinte resultado", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "Abrir a configuración avanzada", + "Common.UI.SearchBar.tipPreviousResult": "Anterior resultado", "Common.UI.SearchDialog.textHighlight": "Realzar resultados", "Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas", "Common.UI.SearchDialog.textReplaceDef": "Inserir o texto da substitución", @@ -182,11 +188,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "Substituír todo", "Common.UI.SynchronizeTip.textDontShow": "Non volver a amosar esta mensaxe", "Common.UI.SynchronizeTip.textSynchronize": "Outro usuario cambiou o documento.
Prema para gardar os cambios e recarga as actualizacións.", + "Common.UI.ThemeColorPalette.textRecentColors": "Colores recentes", "Common.UI.ThemeColorPalette.textStandartColors": "Cores estándar", "Common.UI.ThemeColorPalette.textThemeColors": "Cores do tema", "Common.UI.Themes.txtThemeClassicLight": "Clásico claro", "Common.UI.Themes.txtThemeDark": "Escuro", "Common.UI.Themes.txtThemeLight": "Claro", + "Common.UI.Themes.txtThemeSystem": "Igual que o sistema", "Common.UI.Window.cancelButtonText": "Cancelar", "Common.UI.Window.closeButtonText": "Pechar", "Common.UI.Window.noButtonText": "Non", @@ -213,6 +221,7 @@ "Common.Views.AutoCorrectDialog.textBulleted": "Listas con viñetas automáticas", "Common.Views.AutoCorrectDialog.textBy": "Por", "Common.Views.AutoCorrectDialog.textDelete": "Eliminar", + "Common.Views.AutoCorrectDialog.textDoubleSpaces": "Engadir punto co dobre espazo", "Common.Views.AutoCorrectDialog.textFLCells": "Poñer en maiúsculas a primeira letra das celas da táboa", "Common.Views.AutoCorrectDialog.textFLSentence": "Poñer en maiúscula a primeira letra dunha oración", "Common.Views.AutoCorrectDialog.textHyperlink": "Rutas da rede e Internet por hiperligazóns", @@ -261,6 +270,7 @@ "Common.Views.Comments.textResolved": "Resolto", "Common.Views.Comments.textSort": "Ordenar comentarios", "Common.Views.Comments.textViewResolved": "Non ten permiso para volver a abrir o documento", + "Common.Views.Comments.txtEmpty": "Sen comentarios no documento", "Common.Views.CopyWarningDialog.textDontShow": "Non volver a amosar esta mensaxe", "Common.Views.CopyWarningDialog.textMsg": "As accións de copiar, cortar e pegar empregando os botóns da barra de ferramentas do editor e as accións do menú contextual realizaranse só nesta pestana do editor.

Para copiar ou pegar en ou desde aplicativos fóra da pestana do editor, use as seguintes combinacións de teclado:", "Common.Views.CopyWarningDialog.textTitle": "Accións de copiar, cortar e pegar", @@ -283,6 +293,7 @@ "Common.Views.Header.textHideLines": "Agochar regras", "Common.Views.Header.textHideStatusBar": "Agochar barra de estado", "Common.Views.Header.textRemoveFavorite": "Eliminar dos Favoritos", + "Common.Views.Header.textShare": "Compartir", "Common.Views.Header.textZoom": "Ampliar", "Common.Views.Header.tipAccessRights": "Xestionar dereitos de acceso ao documento", "Common.Views.Header.tipDownload": "Descargar ficheiro", @@ -290,7 +301,9 @@ "Common.Views.Header.tipPrint": "Imprimir ficheiro", "Common.Views.Header.tipRedo": "Refacer", "Common.Views.Header.tipSave": "Gardar", + "Common.Views.Header.tipSearch": "Buscar", "Common.Views.Header.tipUndo": "Desfacer", + "Common.Views.Header.tipUsers": "Ver usuarios", "Common.Views.Header.tipViewSettings": "Amosar configuración", "Common.Views.Header.tipViewUsers": "Ver usuarios e administrar dereitos de acceso ao documento", "Common.Views.Header.txtAccessRights": "Cambiar dereitos de acceso", @@ -444,6 +457,21 @@ "Common.Views.ReviewPopover.txtReject": "Rexeitar", "Common.Views.SaveAsDlg.textLoading": "Cargando", "Common.Views.SaveAsDlg.textTitle": "Cartafol para gardar", + "Common.Views.SearchPanel.textCaseSensitive": "Diferenciar maiúsculas de minúsculas", + "Common.Views.SearchPanel.textCloseSearch": "Pechar busca", + "Common.Views.SearchPanel.textFind": "Atopar", + "Common.Views.SearchPanel.textFindAndReplace": "Buscar e substituír", + "Common.Views.SearchPanel.textMatchUsingRegExp": "Relacionar con expresións regulares", + "Common.Views.SearchPanel.textNoMatches": "Non hai coincidencias", + "Common.Views.SearchPanel.textNoSearchResults": "Non se obtiveron resultados", + "Common.Views.SearchPanel.textReplace": "Substituír", + "Common.Views.SearchPanel.textReplaceAll": "Substituír todo", + "Common.Views.SearchPanel.textReplaceWith": "Substituír con", + "Common.Views.SearchPanel.textSearchResults": "Resultados da busca: {0}/{1}", + "Common.Views.SearchPanel.textTooManyResults": "Hai moitos resultados para amosar aquí", + "Common.Views.SearchPanel.textWholeWords": "Só palabras completas", + "Common.Views.SearchPanel.tipNextResult": "Seguinte resultado", + "Common.Views.SearchPanel.tipPreviousResult": "Anterior resultado", "Common.Views.SelectFileDlg.textLoading": "Cargando", "Common.Views.SelectFileDlg.textTitle": "Seleccionar fonte de datos", "Common.Views.SignDialog.textBold": "Grosa", @@ -511,7 +539,9 @@ "DE.Controllers.LeftMenu.txtCompatible": "O documento gardarase no novo formato. Permitirá usar todas as funcións do editor, pero pode afectar ao deseño do documento.
Use a opción \"Compatibilidade\" da configuración avanzada se quere facer os ficheiros compatibles con versións antigas de MS Word.", "DE.Controllers.LeftMenu.txtUntitled": "Sen título", "DE.Controllers.LeftMenu.warnDownloadAs": "Se segue gardando neste formato, todas as características a excepción do texto perderanse.
Te na certeza de que desexa continuar?", + "DE.Controllers.LeftMenu.warnDownloadAsPdf": "O teu {0} converterase nun formato editable. Isto pode levar un tempo. O documento resultante optimizarase para permitirche editar o texto, polo que é posible que non pareza exactamente ao orixinal {0}, especialmente se o ficheiro orixinal contiña moitos gráficos.", "DE.Controllers.LeftMenu.warnDownloadAsRTF": "Se segue gardando neste formato, unha parte de formateo pode perderse.
Ten a certeza de que quere continuar?", + "DE.Controllers.LeftMenu.warnReplaceString": "{0} non é un caracter especial válido para o campo de substitución.", "DE.Controllers.Main.applyChangesTextText": "Cargando cambios...", "DE.Controllers.Main.applyChangesTitleText": "Cargando cambios", "DE.Controllers.Main.convertationTimeoutText": "Excedeu o tempo límite de conversión.", @@ -536,6 +566,7 @@ "DE.Controllers.Main.errorEditingDownloadas": "Ocorreu un erro ao traballar no documento.
Utilice a opción 'Descargar como...' para gardar unha copia do ficheiro no seu computador.", "DE.Controllers.Main.errorEditingSaveas": "Ocorreu un erro ao traballar no documento.
utilice a opción 'Gardar como...\" para gardar unha copia do ficheiro no seu computador.", "DE.Controllers.Main.errorEmailClient": "Non se puido atopar ningún cliente de correo electrónico", + "DE.Controllers.Main.errorEmptyTOC": "Empezar a crear unha táboa de contidos aplicando un estilo de cabeceira da galería de Estilos ao texto seleccionado.", "DE.Controllers.Main.errorFilePassProtect": "O documento está protexido por un contrasinal e non pode ser aberto.", "DE.Controllers.Main.errorFileSizeExceed": "O tamaño do ficheiro excede os límites establecidos para o teu servidor.
Por favor, contacte co seu administrador de Servidor de Documentos para máis detalles.", "DE.Controllers.Main.errorForceSave": "Ocorreu un erro ao gardar o ficheiro. Utilice a opción 'Descargar como' para gardar o ficheiro no seu computador ou inténtao máis tarde.", @@ -544,6 +575,7 @@ "DE.Controllers.Main.errorLoadingFont": "Tipos de letra non cargados.
Por favor contacte o administrador do servidor de documentos.", "DE.Controllers.Main.errorMailMergeLoadFile": "A carga do documento fallou. Por favor, seleccione un ficheiro diferente.", "DE.Controllers.Main.errorMailMergeSaveFile": "Erro ao mesturar.", + "DE.Controllers.Main.errorNoTOC": "Non hai unha táboa de contidos para actualizar. Pódese inserir unha desde a lapela de Referencias.", "DE.Controllers.Main.errorProcessSaveResult": "Erro ao gardar.", "DE.Controllers.Main.errorServerVersion": "A versión do editor foi actualizada. A páxina será recargada para aplicar os cambios.", "DE.Controllers.Main.errorSessionAbsolute": "A sesión de edición de documentos caducou. Recarga a páxina.", @@ -611,8 +643,10 @@ "DE.Controllers.Main.textPaidFeature": "Característica de pago", "DE.Controllers.Main.textReconnect": "Restaurouse a conexión", "DE.Controllers.Main.textRemember": "Recordar a miña elección para todos os ficheiros", + "DE.Controllers.Main.textRememberMacros": "Recorda a miña selección por todas as macros", "DE.Controllers.Main.textRenameError": "O nome de usuario non pode estar vacío.", "DE.Controllers.Main.textRenameLabel": "Insira un nome que se usará para a colaboración", + "DE.Controllers.Main.textRequestMacros": "Unha macro fai unha petición á URL. Quere permitirlla a %1?", "DE.Controllers.Main.textShape": "Forma", "DE.Controllers.Main.textStrict": "Modo estrito", "DE.Controllers.Main.textTryUndoRedo": "As funcións Desfacer / Refacer están desactivadas para o modo de coedición rápida.
Faga clic no botón \"Modo estrito\" para cambiar ao modo de coedición estricto para editar o ficheiro sen interferencias doutros usuarios e enviar os seus cambios só despois de gardalos. eles. Pode cambiar entre os modos de coedición usando o editor Configuración avanzada.", @@ -887,6 +921,8 @@ "DE.Controllers.Main.warnProcessRightsChange": "O dereito de edición do ficheiro é denegado.", "DE.Controllers.Navigation.txtBeginning": "Principio do documento", "DE.Controllers.Navigation.txtGotoBeginning": "Ir ao inicio do documento", + "DE.Controllers.Search.notcriticalErrorTitle": "Aviso", + "DE.Controllers.Search.warnReplaceString": "{0} non é un caracter especial válido para a caixa Substituír por.", "DE.Controllers.Statusbar.textDisconnect": "Perdeuse a conexión
Intentando conectarse. Comproba a configuración de conexión.", "DE.Controllers.Statusbar.textHasChanges": "Novos cambios foron atopados", "DE.Controllers.Statusbar.textSetTrackChanges": "Está no modo de seguemento de cambios", @@ -1449,6 +1485,7 @@ "DE.Views.DocumentHolder.strSign": "Asinar", "DE.Views.DocumentHolder.styleText": "Formatando como Estilo", "DE.Views.DocumentHolder.tableText": "Táboa", + "DE.Views.DocumentHolder.textAccept": "Aceptar o cambio", "DE.Views.DocumentHolder.textAlign": "Aliñar", "DE.Views.DocumentHolder.textArrange": "Arranxar", "DE.Views.DocumentHolder.textArrangeBack": "Enviar ao fondo", @@ -1483,6 +1520,7 @@ "DE.Views.DocumentHolder.textPaste": "Pegar", "DE.Views.DocumentHolder.textPrevPage": "Páxina anterior", "DE.Views.DocumentHolder.textRefreshField": "Actualizar o campo", + "DE.Views.DocumentHolder.textReject": "Rexeitar o cambio", "DE.Views.DocumentHolder.textRemCheckBox": "Eliminar caixa de selección", "DE.Views.DocumentHolder.textRemComboBox": "Eliminar caixa de combinación", "DE.Views.DocumentHolder.textRemDropdown": "Eliminar lista despregable", @@ -1685,12 +1723,18 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Cambiar dereitos de acceso", "DE.Views.FileMenuPanels.DocumentInfo.txtComment": "Comentario", "DE.Views.FileMenuPanels.DocumentInfo.txtCreated": "Creado", + "DE.Views.FileMenuPanels.DocumentInfo.txtFastWV": "Visualización rápida da páxina", "DE.Views.FileMenuPanels.DocumentInfo.txtLoading": "Cargando...", "DE.Views.FileMenuPanels.DocumentInfo.txtModifyBy": "Última modificación por", "DE.Views.FileMenuPanels.DocumentInfo.txtModifyDate": "Última modificación", + "DE.Views.FileMenuPanels.DocumentInfo.txtNo": "Non", "DE.Views.FileMenuPanels.DocumentInfo.txtOwner": "Propietario", "DE.Views.FileMenuPanels.DocumentInfo.txtPages": "Páxinas", + "DE.Views.FileMenuPanels.DocumentInfo.txtPageSize": "Tamaño da páxina", "DE.Views.FileMenuPanels.DocumentInfo.txtParagraphs": "Parágrafos", + "DE.Views.FileMenuPanels.DocumentInfo.txtPdfProducer": "Xerador de PDF", + "DE.Views.FileMenuPanels.DocumentInfo.txtPdfTagged": "PDF etiquetado", + "DE.Views.FileMenuPanels.DocumentInfo.txtPdfVer": "Versión PDF", "DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Ubicación", "DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persoas que teñen dereitos", "DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Símbolos con espazos", @@ -1700,6 +1744,7 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título", "DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Subido", "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Palabras", + "DE.Views.FileMenuPanels.DocumentInfo.txtYes": "Si", "DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Cambiar dereitos de acceso", "DE.Views.FileMenuPanels.DocumentRights.txtRights": "Persoas que teñen dereitos", "DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Aviso", @@ -1719,9 +1764,13 @@ "DE.Views.FileMenuPanels.Settings.strFast": "Rápido", "DE.Views.FileMenuPanels.Settings.strFontRender": "Busca das fontes", "DE.Views.FileMenuPanels.Settings.strForcesave": "Engadir a versión ao almacenamento despois de premer en Gardar ou Ctrl+S", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Omitir palabras en MAIÚSCULAS", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Omitir palabras con números", "DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Configuración das macros", "DE.Views.FileMenuPanels.Settings.strPasteButton": "Amosar o botón Opcións de pegado cando se pegue contido", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Cambios de colaboración en tempo real", + "DE.Views.FileMenuPanels.Settings.strShowComments": "Amosar comentarios no texto", + "DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Amosar os comentarios resoltos", "DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Activar corrección ortográfica", "DE.Views.FileMenuPanels.Settings.strStrict": "Estrito", "DE.Views.FileMenuPanels.Settings.strTheme": "Tema da interface", @@ -1745,9 +1794,13 @@ "DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Amosar cun premer nos globos", "DE.Views.FileMenuPanels.Settings.txtChangesTip": "Amosar ao manter o punteiro na información sobre ferramentas", "DE.Views.FileMenuPanels.Settings.txtCm": "Centímetro", + "DE.Views.FileMenuPanels.Settings.txtCollaboration": "Colaboración", "DE.Views.FileMenuPanels.Settings.txtDarkMode": "Activar o modo escuro para documentos", + "DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editar e gardar", + "DE.Views.FileMenuPanels.Settings.txtFastTip": "Coedición en tempo real. Todos os cambios se gardarán automaticamente", "DE.Views.FileMenuPanels.Settings.txtFitPage": "Axustar á páxina", "DE.Views.FileMenuPanels.Settings.txtFitWidth": "Axustar á anchura", + "DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Xeroglíficos", "DE.Views.FileMenuPanels.Settings.txtInch": "Pulgada", "DE.Views.FileMenuPanels.Settings.txtInput": "Entrada alternativa", "DE.Views.FileMenuPanels.Settings.txtLast": "Ver últimos", @@ -1759,12 +1812,17 @@ "DE.Views.FileMenuPanels.Settings.txtPt": "Punto", "DE.Views.FileMenuPanels.Settings.txtRunMacros": "Activar todo", "DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "Activar todas as macros sen notificación", + "DE.Views.FileMenuPanels.Settings.txtShowTrackChanges": "AMosar o seguimento dos cambios", "DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Сorrección ortográfica", "DE.Views.FileMenuPanels.Settings.txtStopMacros": "Desactivar todo", "DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Desactivar todas as macros sen notificación", + "DE.Views.FileMenuPanels.Settings.txtStrictTip": "Usar o botón \"Gardar\" para sincronizar os teus cambios e os dos demais", + "DE.Views.FileMenuPanels.Settings.txtUseAltKey": "Usar a tecla Alt para navegar pola interface do usuario usando o teclado", + "DE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Usar a tecla Opcións para navegar pola interface do usuario usando o teclado", "DE.Views.FileMenuPanels.Settings.txtWarnMacros": "Amosar notificación", "DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Desactivar todas as macros con notificación", "DE.Views.FileMenuPanels.Settings.txtWin": "coma Windows", + "DE.Views.FileMenuPanels.Settings.txtWorkspace": "Área de traballo", "DE.Views.FormSettings.textAlways": "Sempre", "DE.Views.FormSettings.textAspect": "Bloquear proporción", "DE.Views.FormSettings.textAutofit": "Autoaxustar", @@ -1795,6 +1853,7 @@ "DE.Views.FormSettings.textRequired": "Requirido", "DE.Views.FormSettings.textScale": "Cando escalar", "DE.Views.FormSettings.textSelectImage": "Seleccionar imaxe", + "DE.Views.FormSettings.textTag": "Etiqueta", "DE.Views.FormSettings.textTip": "Suxerencia", "DE.Views.FormSettings.textTipAdd": "Engadir novo valor", "DE.Views.FormSettings.textTipDelete": "Eliminar valor", @@ -1807,6 +1866,7 @@ "DE.Views.FormSettings.textWidth": "Ancho da celda", "DE.Views.FormsTab.capBtnCheckBox": "Caixa de selección", "DE.Views.FormsTab.capBtnComboBox": "Caixa de combinación", + "DE.Views.FormsTab.capBtnDownloadForm": "Descargar como OFORM", "DE.Views.FormsTab.capBtnDropDown": "Despregable", "DE.Views.FormsTab.capBtnImage": "Imaxe", "DE.Views.FormsTab.capBtnNext": "Seguinte campo", @@ -1826,6 +1886,7 @@ "DE.Views.FormsTab.textSubmited": "O formulario enviouse correctamente", "DE.Views.FormsTab.tipCheckBox": "Inserir caixa de selección", "DE.Views.FormsTab.tipComboBox": "Inserir caixa de combinación", + "DE.Views.FormsTab.tipDownloadForm": "Baixar o ficheiro como un documento OFORM que se poida abrir", "DE.Views.FormsTab.tipDropDown": "Inserir lista despregable", "DE.Views.FormsTab.tipImageField": "Inserir imaxe", "DE.Views.FormsTab.tipNextForm": "Ir ao seguinte campo", @@ -1980,11 +2041,13 @@ "DE.Views.LeftMenu.tipChat": "Conversa", "DE.Views.LeftMenu.tipComments": "Comentarios", "DE.Views.LeftMenu.tipNavigation": "Navegación", + "DE.Views.LeftMenu.tipOutline": "Títulos", "DE.Views.LeftMenu.tipPlugins": "Extensións", "DE.Views.LeftMenu.tipSearch": "Buscar", "DE.Views.LeftMenu.tipSupport": "Comentarios e soporte", "DE.Views.LeftMenu.tipTitles": "Títulos", "DE.Views.LeftMenu.txtDeveloper": "MODO DO DESENVOLVEDOR", + "DE.Views.LeftMenu.txtEditor": "Editor de documentos", "DE.Views.LeftMenu.txtLimit": "Limitar acceso", "DE.Views.LeftMenu.txtTrial": "MODO DE PROBA", "DE.Views.LeftMenu.txtTrialDev": "Modo de programador de proba", @@ -2002,6 +2065,7 @@ "DE.Views.LineNumbersDialog.textStartAt": "Comezar en", "DE.Views.LineNumbersDialog.textTitle": "Numeración das liñas", "DE.Views.LineNumbersDialog.txtAutoText": "Automático", + "DE.Views.Links.capBtnAddText": "Engadir texto", "DE.Views.Links.capBtnBookmarks": "Marcador", "DE.Views.Links.capBtnCaption": "Lenda", "DE.Views.Links.capBtnContentsUpdate": "Actualizar", @@ -2026,6 +2090,7 @@ "DE.Views.Links.textSwapNotes": "Intercambiar notas a rodapé e notais ao final", "DE.Views.Links.textUpdateAll": "Actualizar toda a táboa", "DE.Views.Links.textUpdatePages": "Actualizar soamente os números de páxinas", + "DE.Views.Links.tipAddText": "Incluír a cabeceira á Táboa de Contidos", "DE.Views.Links.tipBookmarks": "Crear marcador", "DE.Views.Links.tipCaption": "Inserir lenda", "DE.Views.Links.tipContents": "Inserir táboa de contido", @@ -2036,6 +2101,8 @@ "DE.Views.Links.tipTableFigures": "Inserir táboa de figuras", "DE.Views.Links.tipTableFiguresUpdate": "Actualizar táboa de ilustracións", "DE.Views.Links.titleUpdateTOF": "Actualizar táboa de ilustracións", + "DE.Views.Links.txtDontShowTof": "Que non se amose a táboa de contidos", + "DE.Views.Links.txtLevel": "Nivel", "DE.Views.ListSettingsDialog.textAuto": "Automático", "DE.Views.ListSettingsDialog.textCenter": "Centro", "DE.Views.ListSettingsDialog.textLeft": "Esquerda", @@ -2100,6 +2167,8 @@ "DE.Views.MailMergeSettings.txtPrev": "Ao anterior rexistro", "DE.Views.MailMergeSettings.txtUntitled": "Sen título", "DE.Views.MailMergeSettings.warnProcessMailMerge": "Imposible empezar fusión", + "DE.Views.Navigation.strNavigate": "Títulos", + "DE.Views.Navigation.txtClosePanel": "Pechar cabeceiras", "DE.Views.Navigation.txtCollapse": "Contraer todo", "DE.Views.Navigation.txtDemote": "Degradar", "DE.Views.Navigation.txtEmpty": "Non hai títulos no documento.
Aplique un estilo do título ao texto para que apareza na táboa de contido.", @@ -2107,11 +2176,17 @@ "DE.Views.Navigation.txtEmptyViewer": "Non hai títulos no documento.", "DE.Views.Navigation.txtExpand": "Expandir todo", "DE.Views.Navigation.txtExpandToLevel": "Expandir a nivel", + "DE.Views.Navigation.txtFontSize": "Tamaño da fonte", "DE.Views.Navigation.txtHeadingAfter": "Novo título despois", "DE.Views.Navigation.txtHeadingBefore": "Novo título antes", + "DE.Views.Navigation.txtLarge": "Largo", + "DE.Views.Navigation.txtMedium": "Medio", "DE.Views.Navigation.txtNewHeading": "Novo subtítulo", "DE.Views.Navigation.txtPromote": "Promover", "DE.Views.Navigation.txtSelect": "Seleccione contido", + "DE.Views.Navigation.txtSettings": "Configuración dos títulos", + "DE.Views.Navigation.txtSmall": "Pequeno", + "DE.Views.Navigation.txtWrapHeadings": "Axustar títulos longos", "DE.Views.NoteSettingsDialog.textApply": "Aplicar", "DE.Views.NoteSettingsDialog.textApplyTo": "Aplicar cambios a", "DE.Views.NoteSettingsDialog.textContinue": "Continua", @@ -2351,6 +2426,8 @@ "DE.Views.Statusbar.pageIndexText": "Páxina {0} de {1}", "DE.Views.Statusbar.tipFitPage": "Axustar á páxina", "DE.Views.Statusbar.tipFitWidth": "Axustar á anchura", + "DE.Views.Statusbar.tipHandTool": "Ferramenta manual", + "DE.Views.Statusbar.tipSelectTool": "Seleccionar ferramenta", "DE.Views.Statusbar.tipSetLang": "Establecer idioma do texto", "DE.Views.Statusbar.tipZoomFactor": "Ampliar", "DE.Views.Statusbar.tipZoomIn": "Achegar", @@ -2616,7 +2693,10 @@ "DE.Views.Toolbar.mniImageFromFile": "Imaxe do ficheiro", "DE.Views.Toolbar.mniImageFromStorage": "Imaxe do Almacenamento", "DE.Views.Toolbar.mniImageFromUrl": "Imaxe da URL", + "DE.Views.Toolbar.mniInsertSSE": "Inserir folla de cálculo", "DE.Views.Toolbar.mniLowerCase": "minúscula", + "DE.Views.Toolbar.mniRemoveFooter": "Eliminar o pé de páxina", + "DE.Views.Toolbar.mniRemoveHeader": "Eliminar cabeceiras", "DE.Views.Toolbar.mniSentenceCase": "Tipo oración.", "DE.Views.Toolbar.mniTextToTable": "Converter texto en táboa", "DE.Views.Toolbar.mniToggleCase": "tIPO iNVERSO", @@ -2801,6 +2881,7 @@ "DE.Views.ViewTab.textFitToWidth": "Axustar á anchura", "DE.Views.ViewTab.textInterfaceTheme": "Tema da interface", "DE.Views.ViewTab.textNavigation": "Navegación", + "DE.Views.ViewTab.textOutline": "Títulos", "DE.Views.ViewTab.textRulers": "Regras", "DE.Views.ViewTab.textStatusBar": "Barra de estado", "DE.Views.ViewTab.textZoom": "Ampliar", diff --git a/apps/documenteditor/main/locale/nl.json b/apps/documenteditor/main/locale/nl.json index bb5fc2ed7..234b79db2 100644 --- a/apps/documenteditor/main/locale/nl.json +++ b/apps/documenteditor/main/locale/nl.json @@ -1853,6 +1853,7 @@ "DE.Views.FormSettings.textRequired": "Vereist", "DE.Views.FormSettings.textScale": "Wanneer schalen", "DE.Views.FormSettings.textSelectImage": "Selecteer afbeelding", + "DE.Views.FormSettings.textTag": "Label", "DE.Views.FormSettings.textTip": "Tip", "DE.Views.FormSettings.textTipAdd": "Voeg nieuwe waarde toe", "DE.Views.FormSettings.textTipDelete": "Verwijder waarde", @@ -2691,6 +2692,7 @@ "DE.Views.Toolbar.mniImageFromFile": "Afbeelding uit bestand", "DE.Views.Toolbar.mniImageFromStorage": "Afbeelding van opslag", "DE.Views.Toolbar.mniImageFromUrl": "Afbeelding uit URL", + "DE.Views.Toolbar.mniInsertSSE": "Tabel invoegen", "DE.Views.Toolbar.mniLowerCase": "kleine letters ", "DE.Views.Toolbar.mniRemoveFooter": "Verwijder voettekst", "DE.Views.Toolbar.mniRemoveHeader": "Verwijder koptekst", diff --git a/apps/documenteditor/main/locale/pt-PT.json b/apps/documenteditor/main/locale/pt-PT.json index 881dba200..8a1e93fac 100644 --- a/apps/documenteditor/main/locale/pt-PT.json +++ b/apps/documenteditor/main/locale/pt-PT.json @@ -174,6 +174,7 @@ "Common.UI.SearchBar.textFind": "Localizar", "Common.UI.SearchBar.tipCloseSearch": "Fechar pesquisa", "Common.UI.SearchBar.tipNextResult": "Resultado seguinte", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "Abrir opções avançadas", "Common.UI.SearchBar.tipPreviousResult": "Resultado anterior", "Common.UI.SearchDialog.textHighlight": "Destacar resultados", "Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas", @@ -187,6 +188,7 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "Substituir tudo", "Common.UI.SynchronizeTip.textDontShow": "Não exibir esta mensagem novamente", "Common.UI.SynchronizeTip.textSynchronize": "O documento foi alterado por outro utilizador.
Clique para guardar as suas alterações e recarregar o documento.", + "Common.UI.ThemeColorPalette.textRecentColors": "Cores recentes", "Common.UI.ThemeColorPalette.textStandartColors": "Cores padrão", "Common.UI.ThemeColorPalette.textThemeColors": "Cores do tema", "Common.UI.Themes.txtThemeClassicLight": "Clássico claro", @@ -562,6 +564,7 @@ "DE.Controllers.Main.errorEditingDownloadas": "Ocorreu um erro ao trabalhar no documento.
Utilize a opção 'Descarregar como...' para guardar uma cópia do ficheiro no seu computador.", "DE.Controllers.Main.errorEditingSaveas": "Ocorreu um erro ao trabalhar no documento.
Utilize a opção 'Guardar como...' para guardar uma cópia do ficheiro no seu computador.", "DE.Controllers.Main.errorEmailClient": "Não foi possível encontrar nenhum cliente de e-mail.", + "DE.Controllers.Main.errorEmptyTOC": "Comece a criar um indice, aplicando um estilo de título da galeria Estilos ao texto selecionado.", "DE.Controllers.Main.errorFilePassProtect": "O ficheiro está protegido por palavra-passe e não pode ser aberto.", "DE.Controllers.Main.errorFileSizeExceed": "O tamanho do documento excede o limite do servidor.
Contacte o administrador do servidor de documentos para mais detalhes.", "DE.Controllers.Main.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar' para guardar o ficheiro no seu computador e tentar mais tarde.", @@ -1757,9 +1760,12 @@ "DE.Views.FileMenuPanels.Settings.strFast": "Rápido", "DE.Views.FileMenuPanels.Settings.strFontRender": "Dicas de fonte", "DE.Views.FileMenuPanels.Settings.strForcesave": "Guardar sempre no servidor (caso contrário, guardar no servidor ao fechar o documento)", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignorar palavras em MAÍSCULAS", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignorar palavras com números", "DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Definições de macros", "DE.Views.FileMenuPanels.Settings.strPasteButton": "Mostrar botão Opções de colagem ao colar conteúdo", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Alterações de colaboração em tempo real", + "DE.Views.FileMenuPanels.Settings.strShowComments": "Mostrar comentários no texto", "DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Ativar a opção de verificação ortográfica", "DE.Views.FileMenuPanels.Settings.strStrict": "Estrito", "DE.Views.FileMenuPanels.Settings.strTheme": "Tema da interface", @@ -1785,6 +1791,8 @@ "DE.Views.FileMenuPanels.Settings.txtCm": "Centímetro", "DE.Views.FileMenuPanels.Settings.txtCollaboration": "Colaboração", "DE.Views.FileMenuPanels.Settings.txtDarkMode": "Ligar o modo escuro do documento", + "DE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editar e Guardar", + "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 à página", "DE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajustar à largura", "DE.Views.FileMenuPanels.Settings.txtInch": "Polegada", @@ -1835,6 +1843,7 @@ "DE.Views.FormSettings.textRequired": "Necessário", "DE.Views.FormSettings.textScale": "Quando escalar", "DE.Views.FormSettings.textSelectImage": "Selecionar imagem", + "DE.Views.FormSettings.textTag": "Etiqueta", "DE.Views.FormSettings.textTip": "Dica", "DE.Views.FormSettings.textTipAdd": "Adicionar novo valor", "DE.Views.FormSettings.textTipDelete": "Eliminar valor", @@ -2026,6 +2035,7 @@ "DE.Views.LeftMenu.tipSupport": "Feedback e Suporte", "DE.Views.LeftMenu.tipTitles": "Títulos", "DE.Views.LeftMenu.txtDeveloper": "MODO DE PROGRAMADOR", + "DE.Views.LeftMenu.txtEditor": "Editor de Documentos", "DE.Views.LeftMenu.txtLimit": "Limitar o acesso", "DE.Views.LeftMenu.txtTrial": "MODO DE TESTE", "DE.Views.LeftMenu.txtTrialDev": "Versão de Avaliação do Modo de Programador", @@ -2668,6 +2678,7 @@ "DE.Views.Toolbar.mniImageFromFile": "Imagem de um ficheiro", "DE.Views.Toolbar.mniImageFromStorage": "Imagem de um armazenamento", "DE.Views.Toolbar.mniImageFromUrl": "Imagem de um URL", + "DE.Views.Toolbar.mniInsertSSE": "Inserir Folha de Cálculo", "DE.Views.Toolbar.mniLowerCase": "minúscula", "DE.Views.Toolbar.mniRemoveFooter": "Remover rodapé", "DE.Views.Toolbar.mniRemoveHeader": "Remover cabeçalho", diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json index 0faabd657..ddd333276 100644 --- a/apps/documenteditor/main/locale/ro.json +++ b/apps/documenteditor/main/locale/ro.json @@ -172,7 +172,7 @@ "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola", "Common.UI.SearchBar.textFind": "Găsire", - "Common.UI.SearchBar.tipCloseSearch": "Închidere căutare", + "Common.UI.SearchBar.tipCloseSearch": "Închide căutare", "Common.UI.SearchBar.tipNextResult": "Următorul rezultat", "Common.UI.SearchBar.tipOpenAdvancedSettings": "Deschide setările avansate", "Common.UI.SearchBar.tipPreviousResult": "Rezultatul anterior", @@ -344,6 +344,7 @@ "Common.Views.PluginDlg.textLoading": "Încărcare", "Common.Views.Plugins.groupCaption": "Plugin-uri", "Common.Views.Plugins.strPlugins": "Plugin-uri", + "Common.Views.Plugins.textClosePanel": "Închide plugin-ul", "Common.Views.Plugins.textLoading": "Încărcare", "Common.Views.Plugins.textStart": "Pornire", "Common.Views.Plugins.textStop": "Oprire", @@ -458,7 +459,7 @@ "Common.Views.SaveAsDlg.textLoading": "Încărcare", "Common.Views.SaveAsDlg.textTitle": "Folderul de salvare", "Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici", - "Common.Views.SearchPanel.textCloseSearch": "Închidere căutare", + "Common.Views.SearchPanel.textCloseSearch": "Închide căutare", "Common.Views.SearchPanel.textFind": "Găsire", "Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire", "Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 31dd57b71..eb07ecf5f 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -344,6 +344,7 @@ "Common.Views.PluginDlg.textLoading": "Загрузка", "Common.Views.Plugins.groupCaption": "Плагины", "Common.Views.Plugins.strPlugins": "Плагины", + "Common.Views.Plugins.textClosePanel": "Закрыть плагин", "Common.Views.Plugins.textLoading": "Загрузка", "Common.Views.Plugins.textStart": "Запустить", "Common.Views.Plugins.textStop": "Остановить", diff --git a/apps/documenteditor/main/locale/zh.json b/apps/documenteditor/main/locale/zh.json index fcd0e1954..bfcf83430 100644 --- a/apps/documenteditor/main/locale/zh.json +++ b/apps/documenteditor/main/locale/zh.json @@ -121,6 +121,7 @@ "Common.define.chartData.textScatterSmoothMarker": "带平滑线和数据标记的散点图", "Common.define.chartData.textStock": "股价图", "Common.define.chartData.textSurface": "平面", + "Common.Translation.textMoreButton": "更多", "Common.Translation.warnFileLocked": "您不能编辑此文件,因为它正在另一个应用程序中被编辑。", "Common.Translation.warnFileLockedBtnEdit": "建立副本", "Common.Translation.warnFileLockedBtnView": "以浏览模式打开", @@ -170,6 +171,11 @@ "Common.UI.HSBColorPicker.textNoColor": "没有颜色", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "隐藏密码", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "显示密码", + "Common.UI.SearchBar.textFind": "查找", + "Common.UI.SearchBar.tipCloseSearch": "关闭搜索", + "Common.UI.SearchBar.tipNextResult": "下一个", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "打开高级设置", + "Common.UI.SearchBar.tipPreviousResult": "上一个", "Common.UI.SearchDialog.textHighlight": "高亮效果", "Common.UI.SearchDialog.textMatchCase": "区分大小写", "Common.UI.SearchDialog.textReplaceDef": "输入替换文字", @@ -182,11 +188,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "全部替换", "Common.UI.SynchronizeTip.textDontShow": "不要再显示此消息", "Common.UI.SynchronizeTip.textSynchronize": "该文档已被其他用户更改。
请点击保存更改并重新加载更新。", + "Common.UI.ThemeColorPalette.textRecentColors": "最近的颜色", "Common.UI.ThemeColorPalette.textStandartColors": "标准颜色", "Common.UI.ThemeColorPalette.textThemeColors": "主题颜色", "Common.UI.Themes.txtThemeClassicLight": "经典浅颜色", "Common.UI.Themes.txtThemeDark": "暗色模式", "Common.UI.Themes.txtThemeLight": "浅颜色", + "Common.UI.Themes.txtThemeSystem": "和系统一致", "Common.UI.Window.cancelButtonText": "取消", "Common.UI.Window.closeButtonText": "关闭", "Common.UI.Window.noButtonText": "否", @@ -285,6 +293,7 @@ "Common.Views.Header.textHideLines": "隐藏标尺", "Common.Views.Header.textHideStatusBar": "隐藏状态栏", "Common.Views.Header.textRemoveFavorite": "从收藏夹中删除", + "Common.Views.Header.textShare": "共享", "Common.Views.Header.textZoom": "放大", "Common.Views.Header.tipAccessRights": "管理文档访问权限", "Common.Views.Header.tipDownload": "下载文件", @@ -292,7 +301,9 @@ "Common.Views.Header.tipPrint": "打印文件", "Common.Views.Header.tipRedo": "重做", "Common.Views.Header.tipSave": "保存", + "Common.Views.Header.tipSearch": "搜索", "Common.Views.Header.tipUndo": "撤消", + "Common.Views.Header.tipUsers": "查看用户", "Common.Views.Header.tipViewSettings": "视图设置", "Common.Views.Header.tipViewUsers": "查看用户和管理文档访问权限", "Common.Views.Header.txtAccessRights": "更改访问权限", @@ -357,7 +368,7 @@ "Common.Views.ReviewChanges.strFast": "快速", "Common.Views.ReviewChanges.strFastDesc": "自动共同编辑模式,自动保存修改痕迹。", "Common.Views.ReviewChanges.strStrict": "手动", - "Common.Views.ReviewChanges.strStrictDesc": "手动共同编辑模式,点击保存按钮后,才会同步用户所做的修改。", + "Common.Views.ReviewChanges.strStrictDesc": "使用“保存”按钮同步你和其他人的修改。", "Common.Views.ReviewChanges.textEnable": "启动", "Common.Views.ReviewChanges.textWarnTrackChanges": "对全体有完整控制权的用户,“跟踪修改”功能将会启动。任何人下次打开该文档,“跟踪修改”功能都会保持在启动状态。", "Common.Views.ReviewChanges.textWarnTrackChangesTitle": "是否为所有人启动“跟踪修改”?", @@ -446,6 +457,21 @@ "Common.Views.ReviewPopover.txtReject": "拒绝", "Common.Views.SaveAsDlg.textLoading": "载入中", "Common.Views.SaveAsDlg.textTitle": "保存文件夹", + "Common.Views.SearchPanel.textCaseSensitive": "区分大小写", + "Common.Views.SearchPanel.textCloseSearch": "关闭搜索", + "Common.Views.SearchPanel.textFind": "查找", + "Common.Views.SearchPanel.textFindAndReplace": "查找和替换", + "Common.Views.SearchPanel.textMatchUsingRegExp": "正则匹配", + "Common.Views.SearchPanel.textNoMatches": "找不到匹配信息", + "Common.Views.SearchPanel.textNoSearchResults": "找不到搜索结果", + "Common.Views.SearchPanel.textReplace": "替换", + "Common.Views.SearchPanel.textReplaceAll": "全部替换", + "Common.Views.SearchPanel.textReplaceWith": "替换为", + "Common.Views.SearchPanel.textSearchResults": "搜索结果:{0}/{1}", + "Common.Views.SearchPanel.textTooManyResults": "这里显示的结果太多了", + "Common.Views.SearchPanel.textWholeWords": "仅全字", + "Common.Views.SearchPanel.tipNextResult": "下一个", + "Common.Views.SearchPanel.tipPreviousResult": "上一个", "Common.Views.SelectFileDlg.textLoading": "载入中", "Common.Views.SelectFileDlg.textTitle": "选择数据源", "Common.Views.SignDialog.textBold": "加粗", @@ -540,6 +566,7 @@ "DE.Controllers.Main.errorEditingDownloadas": "在处理文档期间发生错误。
使用“下载为…”选项将文件备份复制到您的计算机硬盘中。", "DE.Controllers.Main.errorEditingSaveas": "在处理文档期间发生错误。
使用“另存为…”选项将文件备份复制到计算机硬盘中。", "DE.Controllers.Main.errorEmailClient": "未找到电子邮件客户端。", + "DE.Controllers.Main.errorEmptyTOC": "开始创建一个目录并应用样式库中的标题样式到选择的文本。", "DE.Controllers.Main.errorFilePassProtect": "该文档受密码保护,无法被打开。", "DE.Controllers.Main.errorFileSizeExceed": "文件大小超出了为服务器设置的限制.
有关详细信息,请与文档服务器管理员联系。", "DE.Controllers.Main.errorForceSave": "保存文件时发生错误请使用“下载为”选项将文件保存到计算机硬盘中或稍后重试。", @@ -548,6 +575,7 @@ "DE.Controllers.Main.errorLoadingFont": "字体未加载。
请与文档服务器管理员联系。", "DE.Controllers.Main.errorMailMergeLoadFile": "加载文件失败了。请选择另一份文件。", "DE.Controllers.Main.errorMailMergeSaveFile": "合并失败", + "DE.Controllers.Main.errorNoTOC": "没有目录要更新。你可以从引用标签插入一个目录。", "DE.Controllers.Main.errorProcessSaveResult": "保存失败", "DE.Controllers.Main.errorServerVersion": "该编辑版本已经更新。该页面将被重新加载以应用更改。", "DE.Controllers.Main.errorSessionAbsolute": "文档编辑会话已过期。请重新加载页面。", @@ -615,8 +643,10 @@ "DE.Controllers.Main.textPaidFeature": "付费功能", "DE.Controllers.Main.textReconnect": "连接已恢复", "DE.Controllers.Main.textRemember": "记住我为所有文件的选择", + "DE.Controllers.Main.textRememberMacros": "记住我的选择", "DE.Controllers.Main.textRenameError": "用户名不能留空。", "DE.Controllers.Main.textRenameLabel": "输入名称,可用于协作。", + "DE.Controllers.Main.textRequestMacros": "宏发起一个请求至URL。你是否允许请求到%1?", "DE.Controllers.Main.textShape": "形状", "DE.Controllers.Main.textStrict": "手动模式", "DE.Controllers.Main.textTryUndoRedo": "对于自动的协同编辑模式,取消/重做功能是禁用的。< br >单击“手动模式”按钮切换到手动协同编辑模式,这样,编辑该文件时只有您保存修改之后,其他用户才能访问这些修改。您可以使用编辑器高级设置易于切换编辑模式。", @@ -891,6 +921,8 @@ "DE.Controllers.Main.warnProcessRightsChange": "您被拒绝编辑文件的权限。", "DE.Controllers.Navigation.txtBeginning": "文档开头", "DE.Controllers.Navigation.txtGotoBeginning": "转到文档开头", + "DE.Controllers.Search.notcriticalErrorTitle": "警告", + "DE.Controllers.Search.warnReplaceString": "{0}不是有效的规范", "DE.Controllers.Statusbar.textDisconnect": "连接失败
正在尝试连接。请检查连接设置。", "DE.Controllers.Statusbar.textHasChanges": "已经跟踪了新的变化", "DE.Controllers.Statusbar.textSetTrackChanges": "你现在处于审阅模式。", @@ -1732,9 +1764,13 @@ "DE.Views.FileMenuPanels.Settings.strFast": "快速", "DE.Views.FileMenuPanels.Settings.strFontRender": "字体微调方式", "DE.Views.FileMenuPanels.Settings.strForcesave": "单击“保存”或Ctrl+S之后版本添加到存储", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "忽略大写单词", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "忽略带数字的单词", "DE.Views.FileMenuPanels.Settings.strMacrosSettings": "宏设置", "DE.Views.FileMenuPanels.Settings.strPasteButton": "在执行粘贴操作后显示“粘贴选项”按钮", "DE.Views.FileMenuPanels.Settings.strShowChanges": "实时协作变更", + "DE.Views.FileMenuPanels.Settings.strShowComments": "在文本中显示注释", + "DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "显示已解决的注释", "DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "显示拼写检查选项", "DE.Views.FileMenuPanels.Settings.strStrict": "手动", "DE.Views.FileMenuPanels.Settings.strTheme": "界面主题", @@ -1758,9 +1794,13 @@ "DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "点击通知气球以展示", "DE.Views.FileMenuPanels.Settings.txtChangesTip": "光标移至弹出窗口以展示", "DE.Views.FileMenuPanels.Settings.txtCm": "厘米", + "DE.Views.FileMenuPanels.Settings.txtCollaboration": "协作", "DE.Views.FileMenuPanels.Settings.txtDarkMode": "开启文档夜间模式", + "DE.Views.FileMenuPanels.Settings.txtEditingSaving": "编辑并保存", + "DE.Views.FileMenuPanels.Settings.txtFastTip": "实时协同编辑。所有", "DE.Views.FileMenuPanels.Settings.txtFitPage": "适合页面", "DE.Views.FileMenuPanels.Settings.txtFitWidth": "适合宽度", + "DE.Views.FileMenuPanels.Settings.txtHieroglyphs": "特殊符号", "DE.Views.FileMenuPanels.Settings.txtInch": "寸", "DE.Views.FileMenuPanels.Settings.txtInput": "备选输入", "DE.Views.FileMenuPanels.Settings.txtLast": "最后查看", @@ -1772,12 +1812,17 @@ "DE.Views.FileMenuPanels.Settings.txtPt": "点", "DE.Views.FileMenuPanels.Settings.txtRunMacros": "启动所有项目", "DE.Views.FileMenuPanels.Settings.txtRunMacrosDesc": "启动所有不带通知的宏", + "DE.Views.FileMenuPanels.Settings.txtShowTrackChanges": "显示跟踪变化", "DE.Views.FileMenuPanels.Settings.txtSpellCheck": "拼写检查", "DE.Views.FileMenuPanels.Settings.txtStopMacros": "解除所有项目", "DE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "解除所有不带通知的宏", + "DE.Views.FileMenuPanels.Settings.txtStrictTip": "使用“保存\"按钮同步你和其他人的修改", + "DE.Views.FileMenuPanels.Settings.txtUseAltKey": "使用键盘上的Alt键导航至用户界面", + "DE.Views.FileMenuPanels.Settings.txtUseOptionKey": "使用键盘上的Option键导航至用户界面", "DE.Views.FileMenuPanels.Settings.txtWarnMacros": "显示通知", "DE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "解除所有带通知的宏", "DE.Views.FileMenuPanels.Settings.txtWin": "仿照 Windows", + "DE.Views.FileMenuPanels.Settings.txtWorkspace": "工作空间", "DE.Views.FormSettings.textAlways": "总是", "DE.Views.FormSettings.textAspect": "锁定宽高比", "DE.Views.FormSettings.textAutofit": "自动适应", @@ -1808,6 +1853,7 @@ "DE.Views.FormSettings.textRequired": "必填", "DE.Views.FormSettings.textScale": "何时按倍缩放?", "DE.Views.FormSettings.textSelectImage": "选择图像", + "DE.Views.FormSettings.textTag": "标签", "DE.Views.FormSettings.textTip": "提示", "DE.Views.FormSettings.textTipAdd": "新增值", "DE.Views.FormSettings.textTipDelete": "刪除值", @@ -1820,6 +1866,7 @@ "DE.Views.FormSettings.textWidth": "单元格宽度", "DE.Views.FormsTab.capBtnCheckBox": "多选框", "DE.Views.FormsTab.capBtnComboBox": "组合框", + "DE.Views.FormsTab.capBtnDownloadForm": "下载为oform", "DE.Views.FormsTab.capBtnDropDown": "候选列表", "DE.Views.FormsTab.capBtnImage": "图片", "DE.Views.FormsTab.capBtnNext": "下一填充框", @@ -1839,6 +1886,7 @@ "DE.Views.FormsTab.textSubmited": "成功提交表单", "DE.Views.FormsTab.tipCheckBox": "插入多选框", "DE.Views.FormsTab.tipComboBox": "插入组合框", + "DE.Views.FormsTab.tipDownloadForm": "下载一个文件填写", "DE.Views.FormsTab.tipDropDown": "插入候选列表", "DE.Views.FormsTab.tipImageField": "插入图片", "DE.Views.FormsTab.tipNextForm": "前往下一填充框", @@ -1993,11 +2041,13 @@ "DE.Views.LeftMenu.tipChat": "聊天", "DE.Views.LeftMenu.tipComments": "批注", "DE.Views.LeftMenu.tipNavigation": "导航", + "DE.Views.LeftMenu.tipOutline": "标题", "DE.Views.LeftMenu.tipPlugins": "插件", "DE.Views.LeftMenu.tipSearch": "搜索", "DE.Views.LeftMenu.tipSupport": "反馈和支持", "DE.Views.LeftMenu.tipTitles": "标题", "DE.Views.LeftMenu.txtDeveloper": "开发者模式", + "DE.Views.LeftMenu.txtEditor": "文字编辑器", "DE.Views.LeftMenu.txtLimit": "限制访问", "DE.Views.LeftMenu.txtTrial": "试用模式", "DE.Views.LeftMenu.txtTrialDev": "试用开发者模式", @@ -2015,6 +2065,7 @@ "DE.Views.LineNumbersDialog.textStartAt": "始于", "DE.Views.LineNumbersDialog.textTitle": "行号", "DE.Views.LineNumbersDialog.txtAutoText": "自动", + "DE.Views.Links.capBtnAddText": "添加文本", "DE.Views.Links.capBtnBookmarks": "书签", "DE.Views.Links.capBtnCaption": "标题", "DE.Views.Links.capBtnContentsUpdate": "刷新", @@ -2039,6 +2090,7 @@ "DE.Views.Links.textSwapNotes": "交换脚注和尾注", "DE.Views.Links.textUpdateAll": "刷新整个表格", "DE.Views.Links.textUpdatePages": "仅刷新页码", + "DE.Views.Links.tipAddText": "包括标题在", "DE.Views.Links.tipBookmarks": "创建书签", "DE.Views.Links.tipCaption": "插入标题", "DE.Views.Links.tipContents": "插入目录", @@ -2049,6 +2101,8 @@ "DE.Views.Links.tipTableFigures": "插入图表目录", "DE.Views.Links.tipTableFiguresUpdate": "刷新图表目录", "DE.Views.Links.titleUpdateTOF": "刷新图表目录", + "DE.Views.Links.txtDontShowTof": "不要显示在表格", + "DE.Views.Links.txtLevel": "级别", "DE.Views.ListSettingsDialog.textAuto": "自动", "DE.Views.ListSettingsDialog.textCenter": "中心", "DE.Views.ListSettingsDialog.textLeft": "左", @@ -2113,6 +2167,8 @@ "DE.Views.MailMergeSettings.txtPrev": "以前的记录", "DE.Views.MailMergeSettings.txtUntitled": "无标题", "DE.Views.MailMergeSettings.warnProcessMailMerge": "启动合并失败", + "DE.Views.Navigation.strNavigate": "标题", + "DE.Views.Navigation.txtClosePanel": "关闭标题", "DE.Views.Navigation.txtCollapse": "全部折叠", "DE.Views.Navigation.txtDemote": "降级", "DE.Views.Navigation.txtEmpty": "文档中无标题。
文本中应用标题样式以便使其出现在目录中。", @@ -2120,11 +2176,17 @@ "DE.Views.Navigation.txtEmptyViewer": "文档中无标题。", "DE.Views.Navigation.txtExpand": "展开全部", "DE.Views.Navigation.txtExpandToLevel": "展开到级别", + "DE.Views.Navigation.txtFontSize": "字体大小", "DE.Views.Navigation.txtHeadingAfter": "之后的新标题", "DE.Views.Navigation.txtHeadingBefore": "之前的新标题", + "DE.Views.Navigation.txtLarge": "大", + "DE.Views.Navigation.txtMedium": "中", "DE.Views.Navigation.txtNewHeading": "新的副标题", "DE.Views.Navigation.txtPromote": "升级", "DE.Views.Navigation.txtSelect": "选择内容", + "DE.Views.Navigation.txtSettings": "标题设置", + "DE.Views.Navigation.txtSmall": "小", + "DE.Views.Navigation.txtWrapHeadings": "长标题换行", "DE.Views.NoteSettingsDialog.textApply": "应用", "DE.Views.NoteSettingsDialog.textApplyTo": "应用更改", "DE.Views.NoteSettingsDialog.textContinue": "连续", @@ -2631,7 +2693,10 @@ "DE.Views.Toolbar.mniImageFromFile": "图片文件", "DE.Views.Toolbar.mniImageFromStorage": "图片来自存储", "DE.Views.Toolbar.mniImageFromUrl": "图片来自网络", + "DE.Views.Toolbar.mniInsertSSE": "插入表格", "DE.Views.Toolbar.mniLowerCase": "小写", + "DE.Views.Toolbar.mniRemoveFooter": "移除页脚", + "DE.Views.Toolbar.mniRemoveHeader": "移除页头", "DE.Views.Toolbar.mniSentenceCase": "句子大小写。", "DE.Views.Toolbar.mniTextToTable": "将文本转为表格", "DE.Views.Toolbar.mniToggleCase": "切换大小写", @@ -2816,6 +2881,7 @@ "DE.Views.ViewTab.textFitToWidth": "适合宽度", "DE.Views.ViewTab.textInterfaceTheme": "界面主题", "DE.Views.ViewTab.textNavigation": "导航", + "DE.Views.ViewTab.textOutline": "标题", "DE.Views.ViewTab.textRulers": "标尺", "DE.Views.ViewTab.textStatusBar": "状态栏", "DE.Views.ViewTab.textZoom": "缩放", diff --git a/apps/presentationeditor/embed/locale/el.json b/apps/presentationeditor/embed/locale/el.json index 5ec3e5b75..f05189754 100644 --- a/apps/presentationeditor/embed/locale/el.json +++ b/apps/presentationeditor/embed/locale/el.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Ύψος", "common.view.modals.txtShare": "Διαμοιρασμός συνδέσμου", "common.view.modals.txtWidth": "Πλάτος", + "common.view.SearchBar.textFind": "Εύρεση", "PE.ApplicationController.convertationErrorText": "Αποτυχία μετατροπής.", "PE.ApplicationController.convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.", "PE.ApplicationController.criticalErrorTitle": "Σφάλμα", @@ -34,5 +35,6 @@ "PE.ApplicationView.txtFileLocation": "Άνοιγμα τοποθεσίας αρχείου", "PE.ApplicationView.txtFullScreen": "Πλήρης οθόνη", "PE.ApplicationView.txtPrint": "Εκτύπωση", + "PE.ApplicationView.txtSearch": "Αναζήτηση", "PE.ApplicationView.txtShare": "Διαμοιρασμός" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/en.json b/apps/presentationeditor/embed/locale/en.json index dec99cb7b..ad4b9030d 100644 --- a/apps/presentationeditor/embed/locale/en.json +++ b/apps/presentationeditor/embed/locale/en.json @@ -35,6 +35,6 @@ "PE.ApplicationView.txtFileLocation": "Open file location", "PE.ApplicationView.txtFullScreen": "Full Screen", "PE.ApplicationView.txtPrint": "Print", - "PE.ApplicationView.txtShare": "Share", - "PE.ApplicationView.txtSearch": "Search" + "PE.ApplicationView.txtSearch": "Search", + "PE.ApplicationView.txtShare": "Share" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/eu.json b/apps/presentationeditor/embed/locale/eu.json index 6528b9e7a..0c8409ab6 100644 --- a/apps/presentationeditor/embed/locale/eu.json +++ b/apps/presentationeditor/embed/locale/eu.json @@ -35,5 +35,6 @@ "PE.ApplicationView.txtFileLocation": "Ireki fitxategiaren kokalekua", "PE.ApplicationView.txtFullScreen": "Pantaila osoa", "PE.ApplicationView.txtPrint": "Inprimatu", + "PE.ApplicationView.txtSearch": "Bilatu", "PE.ApplicationView.txtShare": "Partekatu" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/gl.json b/apps/presentationeditor/embed/locale/gl.json index a6683e47a..389a847bc 100644 --- a/apps/presentationeditor/embed/locale/gl.json +++ b/apps/presentationeditor/embed/locale/gl.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Altura", "common.view.modals.txtShare": "Compartir ligazón", "common.view.modals.txtWidth": "Largura", + "common.view.SearchBar.textFind": "Buscar", "PE.ApplicationController.convertationErrorText": "Fallou a conversión.", "PE.ApplicationController.convertationTimeoutText": "Excedeu o tempo límite de conversión.", "PE.ApplicationController.criticalErrorTitle": "Erro", @@ -34,5 +35,6 @@ "PE.ApplicationView.txtFileLocation": "Abrir ubicación do ficheiro", "PE.ApplicationView.txtFullScreen": "Pantalla completa", "PE.ApplicationView.txtPrint": "Imprimir", + "PE.ApplicationView.txtSearch": "Buscar", "PE.ApplicationView.txtShare": "Compartir" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/nl.json b/apps/presentationeditor/embed/locale/nl.json index 530ea189c..5ab5f4685 100644 --- a/apps/presentationeditor/embed/locale/nl.json +++ b/apps/presentationeditor/embed/locale/nl.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Hoogte", "common.view.modals.txtShare": "Link delen", "common.view.modals.txtWidth": "Breedte", + "common.view.SearchBar.textFind": "Zoeken", "PE.ApplicationController.convertationErrorText": "Conversie mislukt.", "PE.ApplicationController.convertationTimeoutText": "Time-out voor conversie overschreden.", "PE.ApplicationController.criticalErrorTitle": "Fout", diff --git a/apps/presentationeditor/embed/locale/ro.json b/apps/presentationeditor/embed/locale/ro.json index 6c044c9d9..26bcb2afb 100644 --- a/apps/presentationeditor/embed/locale/ro.json +++ b/apps/presentationeditor/embed/locale/ro.json @@ -35,5 +35,6 @@ "PE.ApplicationView.txtFileLocation": "Deschidere locația fișierului", "PE.ApplicationView.txtFullScreen": "Ecran complet", "PE.ApplicationView.txtPrint": "Imprimare", + "PE.ApplicationView.txtSearch": "Căutare", "PE.ApplicationView.txtShare": "Partajează" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/ru.json b/apps/presentationeditor/embed/locale/ru.json index 93bc83bf1..b9fac3f0b 100644 --- a/apps/presentationeditor/embed/locale/ru.json +++ b/apps/presentationeditor/embed/locale/ru.json @@ -35,5 +35,6 @@ "PE.ApplicationView.txtFileLocation": "Открыть расположение файла", "PE.ApplicationView.txtFullScreen": "Во весь экран", "PE.ApplicationView.txtPrint": "Печать", + "PE.ApplicationView.txtSearch": "Поиск", "PE.ApplicationView.txtShare": "Поделиться" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/zh.json b/apps/presentationeditor/embed/locale/zh.json index 41f2ba08b..c1f2f55e9 100644 --- a/apps/presentationeditor/embed/locale/zh.json +++ b/apps/presentationeditor/embed/locale/zh.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "高度", "common.view.modals.txtShare": "分享链接", "common.view.modals.txtWidth": "宽度", + "common.view.SearchBar.textFind": "查找", "PE.ApplicationController.convertationErrorText": "转换失败", "PE.ApplicationController.convertationTimeoutText": "转换超时", "PE.ApplicationController.criticalErrorTitle": "错误", @@ -34,5 +35,6 @@ "PE.ApplicationView.txtFileLocation": "打开文件所在位置", "PE.ApplicationView.txtFullScreen": "全屏", "PE.ApplicationView.txtPrint": "打印", + "PE.ApplicationView.txtSearch": "搜索", "PE.ApplicationView.txtShare": "共享" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ca.json b/apps/presentationeditor/main/locale/ca.json index 54fa1c7f4..35a4bbec2 100644 --- a/apps/presentationeditor/main/locale/ca.json +++ b/apps/presentationeditor/main/locale/ca.json @@ -1769,6 +1769,7 @@ "PE.Views.LeftMenu.tipSupport": "Comentaris i servei d'atenció al client", "PE.Views.LeftMenu.tipTitles": "Títols", "PE.Views.LeftMenu.txtDeveloper": "MODE PER A DESENVOLUPADORS", + "PE.Views.LeftMenu.txtEditor": "Editor de presentacions", "PE.Views.LeftMenu.txtLimit": "Limita l'accés", "PE.Views.LeftMenu.txtTrial": "MODE DE PROVA", "PE.Views.LeftMenu.txtTrialDev": "Mode de desenvolupador de prova", @@ -2169,6 +2170,7 @@ "PE.Views.Toolbar.mniImageFromFile": "Imatge del fitxer", "PE.Views.Toolbar.mniImageFromStorage": "Imatge de l'emmagatzematge", "PE.Views.Toolbar.mniImageFromUrl": "Imatge d'URL", + "PE.Views.Toolbar.mniInsertSSE": "Insereix un full de càlcul", "PE.Views.Toolbar.mniLowerCase": "minúscules", "PE.Views.Toolbar.mniSentenceCase": "Format de frase.", "PE.Views.Toolbar.mniSlideAdvanced": "Configuració avançada", diff --git a/apps/presentationeditor/main/locale/el.json b/apps/presentationeditor/main/locale/el.json index 90efc5552..06276115a 100644 --- a/apps/presentationeditor/main/locale/el.json +++ b/apps/presentationeditor/main/locale/el.json @@ -99,11 +99,11 @@ "Common.define.effectData.textDissolveOut": "Διάλυση Έξω", "Common.define.effectData.textDown": "Κάτω", "Common.define.effectData.textDrop": "Πτώση", - "Common.define.effectData.textEmphasis": "Εφφέ Έμφασης", - "Common.define.effectData.textEntrance": "Εφφέ Εισόδου", + "Common.define.effectData.textEmphasis": "Εφέ Έμφασης", + "Common.define.effectData.textEntrance": "Εφέ Εισόδου", "Common.define.effectData.textEqualTriangle": "Ισόπλευρο Τρίγωνο", "Common.define.effectData.textExciting": "Συναρπαστικός", - "Common.define.effectData.textExit": "Εφφέ Εξόδου", + "Common.define.effectData.textExit": "Εφέ Εξόδου", "Common.define.effectData.textExpand": "Επέκταση", "Common.define.effectData.textFade": "Ξεθώριασμα", "Common.define.effectData.textFigureFour": "Διάγραμμα 8 Τέσσερα", @@ -140,6 +140,7 @@ "Common.define.effectData.textIn": "Μέσα", "Common.define.effectData.textInFromScreenCenter": "Μέσα Από το Κέντρο της Οθόνης", "Common.define.effectData.textInSlightly": "Ελαφρώς Μέσα", + "Common.define.effectData.textInToScreenBottom": "Μέσα Στο Κάτω Μέρος Της Οθόνης", "Common.define.effectData.textInvertedSquare": "Ανεστραμμένο Τετράγωνο", "Common.define.effectData.textInvertedTriangle": "Ανεστραμμένο Τρίγωνο", "Common.define.effectData.textLeft": "Αριστερά", @@ -150,6 +151,7 @@ "Common.define.effectData.textLines": "Γραμμές", "Common.define.effectData.textLinesCurves": "Καμπύλες", "Common.define.effectData.textLoopDeLoop": "Κυκλική Περιστροφή", + "Common.define.effectData.textLoops": "Βρόχοι", "Common.define.effectData.textModerate": "Μέτριο", "Common.define.effectData.textNeutron": "Νετρόνιο", "Common.define.effectData.textObjectCenter": "Κέντρο Αντικειμένου", @@ -158,8 +160,9 @@ "Common.define.effectData.textOut": "Έξω", "Common.define.effectData.textOutFromScreenBottom": "Έξω Από το Κάτω Μέρος της Οθόνης", "Common.define.effectData.textOutSlightly": "Ελαφρώς Έξω", + "Common.define.effectData.textOutToScreenCenter": "Έξω Στο Κέντρο Της Οθόνης", "Common.define.effectData.textParallelogram": "Παραλληλόγραμμο", - "Common.define.effectData.textPath": "Μονοπάτι Κίνησης", + "Common.define.effectData.textPath": "Μονοπάτια Κίνησης", "Common.define.effectData.textPeanut": "Φυστίκι", "Common.define.effectData.textPeekIn": "Κρυφοκοίταγμα Μέσα", "Common.define.effectData.textPeekOut": "Κρυφοκοίταγμα Έξω", @@ -222,6 +225,7 @@ "Common.define.effectData.textTrapezoid": "Τραπέζιο", "Common.define.effectData.textTurnDown": "Στροφή Κάτω", "Common.define.effectData.textTurnDownRight": "Στροφή Κάτω Δεξιά", + "Common.define.effectData.textTurns": "Στροφές", "Common.define.effectData.textTurnUp": "Στροφή Πάνω", "Common.define.effectData.textTurnUpRight": "Στροφή Πάνω Δεξιά", "Common.define.effectData.textUnderline": "Υπογράμμιση", @@ -237,6 +241,7 @@ "Common.define.effectData.textWipe": "Εκκαθάριση", "Common.define.effectData.textZigzag": "Ζιγκζαγκ", "Common.define.effectData.textZoom": "Εστίαση", + "Common.Translation.textMoreButton": "Περισσότερη", "Common.Translation.warnFileLocked": "Το αρχείο τελεί υπό επεξεργασία σε άλλη εφαρμογή. Μπορείτε να συνεχίσετε την επεξεργασία και να το αποθηκεύσετε ως αντίγραφο.", "Common.Translation.warnFileLockedBtnEdit": "Δημιουργία αντιγράφου", "Common.Translation.warnFileLockedBtnView": "Άνοιγμα για προβολή", @@ -253,6 +258,11 @@ "Common.UI.HSBColorPicker.textNoColor": "Χωρίς Χρώμα", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Απόκρυψη συνθηματικού", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Εμφάνιση συνθηματικού", + "Common.UI.SearchBar.textFind": "Εύρεση", + "Common.UI.SearchBar.tipCloseSearch": "Κλείσιμο αναζήτησης", + "Common.UI.SearchBar.tipNextResult": "Επόμενο αποτέλεσμα", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "Ανοίξτε τις σύνθετες ρυθμίσεις", + "Common.UI.SearchBar.tipPreviousResult": "Προηγούμενο αποτέλεσμα", "Common.UI.SearchDialog.textHighlight": "Επισήμανση αποτελεσμάτων", "Common.UI.SearchDialog.textMatchCase": "Με διάκριση πεζών-κεφαλαίων", "Common.UI.SearchDialog.textReplaceDef": "Εισάγετε το κείμενο αντικατάστασης", @@ -265,11 +275,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "Αντικατάσταση Όλων", "Common.UI.SynchronizeTip.textDontShow": "Να μην εμφανίζεται αυτό το μήνυμα ξανά", "Common.UI.SynchronizeTip.textSynchronize": "Το έγγραφο έχει αλλάξει από άλλο χρήστη.
Παρακαλούμε κάντε κλικ για να αποθηκεύσετε τις αλλαγές σας και να φορτώσετε ξανά τις ενημερώσεις.", + "Common.UI.ThemeColorPalette.textRecentColors": "Πρόσφατα Χρώματα", "Common.UI.ThemeColorPalette.textStandartColors": "Τυπικά Χρώματα", "Common.UI.ThemeColorPalette.textThemeColors": "Χρώματα Θέματος", "Common.UI.Themes.txtThemeClassicLight": "Κλασικό Ανοιχτό", "Common.UI.Themes.txtThemeDark": "Σκούρο", "Common.UI.Themes.txtThemeLight": "Ανοιχτό", + "Common.UI.Themes.txtThemeSystem": "Ίδιο με το σύστημα", "Common.UI.Window.cancelButtonText": "Ακύρωση", "Common.UI.Window.closeButtonText": "Κλείσιμο", "Common.UI.Window.noButtonText": "Όχι", @@ -345,6 +357,7 @@ "Common.Views.Comments.textResolved": "Επιλύθηκε", "Common.Views.Comments.textSort": "Ταξινόμηση σχολίων", "Common.Views.Comments.textViewResolved": "Δεν έχετε άδεια να ανοίξετε ξανά το σχόλιο", + "Common.Views.Comments.txtEmpty": "Δεν υπάρχουν σχόλια στο έγγραφο.", "Common.Views.CopyWarningDialog.textDontShow": "Να μην εμφανίζεται αυτό το μήνυμα ξανά", "Common.Views.CopyWarningDialog.textMsg": "Η αντιγραφή, η αποκοπή και η επικόλληση μέσω των κουμπιών της εργαλειοθήκης του συντάκτη καθώς και οι ενέργειες του μενού συμφραζομένων εφαρμόζονται μόνο εντός αυτής της καρτέλας.

Για αντιγραφή ή επικόλληση από ή προς εφαρμογές εκτός της καρτέλας χρησιμοποιήστε τους ακόλουθους συνδυασμούς πλήκτρων:", "Common.Views.CopyWarningDialog.textTitle": "Ενέργειες Αντιγραφής, Αποκοπής και Επικόλλησης", @@ -369,6 +382,7 @@ "Common.Views.Header.textSaveChanged": "Τροποποιημένο", "Common.Views.Header.textSaveEnd": "Όλες οι αλλαγές αποθηκεύτηκαν", "Common.Views.Header.textSaveExpander": "Όλες οι αλλαγές αποθηκεύτηκαν", + "Common.Views.Header.textShare": "Διαμοιρασμός", "Common.Views.Header.textZoom": "Εστίαση", "Common.Views.Header.tipAccessRights": "Διαχείριση δικαιωμάτων πρόσβασης εγγράφου", "Common.Views.Header.tipDownload": "Λήψη αρχείου", @@ -376,8 +390,10 @@ "Common.Views.Header.tipPrint": "Εκτύπωση αρχείου", "Common.Views.Header.tipRedo": "Επανάληψη", "Common.Views.Header.tipSave": "Αποθήκευση", + "Common.Views.Header.tipSearch": "Αναζήτηση", "Common.Views.Header.tipUndo": "Αναίρεση", "Common.Views.Header.tipUndock": "Απαγκίστρωση σε ξεχωριστό παράθυρο", + "Common.Views.Header.tipUsers": "Προβολή χρηστών", "Common.Views.Header.tipViewSettings": "Προβολή ρυθμίσεων", "Common.Views.Header.tipViewUsers": "Προβολή χρηστών και διαχείριση δικαιωμάτων πρόσβασης σε έγγραφα", "Common.Views.Header.txtAccessRights": "Αλλαγή δικαιωμάτων πρόσβασης", @@ -430,6 +446,7 @@ "Common.Views.PluginDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.Plugins.groupCaption": "Πρόσθετα", "Common.Views.Plugins.strPlugins": "Πρόσθετα", + "Common.Views.Plugins.textClosePanel": "Κλείσιμο πρόσθετου", "Common.Views.Plugins.textLoading": "Γίνεται φόρτωση", "Common.Views.Plugins.textStart": "Εκκίνηση", "Common.Views.Plugins.textStop": "Διακοπή", @@ -514,6 +531,21 @@ "Common.Views.ReviewPopover.txtEditTip": "Επεξεργασία", "Common.Views.SaveAsDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.SaveAsDlg.textTitle": "Φάκελος για αποθήκευση", + "Common.Views.SearchPanel.textCaseSensitive": "Διάκριση Πεζών-Κεφαλαίων", + "Common.Views.SearchPanel.textCloseSearch": "Κλείσιμο αναζήτησης", + "Common.Views.SearchPanel.textFind": "Εύρεση", + "Common.Views.SearchPanel.textFindAndReplace": "Εύρεση και Αντικατάσταση", + "Common.Views.SearchPanel.textMatchUsingRegExp": "Ταίριασμα χρησιμοποιώντας κανονικές εκφράσεις (regexp)", + "Common.Views.SearchPanel.textNoMatches": "Χωρίς ταίριασμα", + "Common.Views.SearchPanel.textNoSearchResults": "Δεν υπάρχουν αποτελέσματα αναζήτησης", + "Common.Views.SearchPanel.textReplace": "Αντικατάσταση", + "Common.Views.SearchPanel.textReplaceAll": "Αντικατάσταση Όλων", + "Common.Views.SearchPanel.textReplaceWith": "Αντικατάσταση με", + "Common.Views.SearchPanel.textSearchResults": "Αποτελέσματα αναζήτησης: {0}/{1}", + "Common.Views.SearchPanel.textTooManyResults": "Υπάρχουν πάρα πολλά αποτελέσματα για εμφάνιση εδώ", + "Common.Views.SearchPanel.textWholeWords": "Ολόκληρες λέξεις μόνο", + "Common.Views.SearchPanel.tipNextResult": "Επόμενο αποτέλεσμα", + "Common.Views.SearchPanel.tipPreviousResult": "Προηγούμενο αποτέλεσμα", "Common.Views.SelectFileDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.SelectFileDlg.textTitle": "Επιλογή Πηγής Δεδομένων", "Common.Views.SignDialog.textBold": "Έντονα", @@ -669,8 +701,10 @@ "PE.Controllers.Main.textPaidFeature": "Δυνατότητα επί πληρωμή", "PE.Controllers.Main.textReconnect": "Η σύνδεση αποκαταστάθηκε", "PE.Controllers.Main.textRemember": "Να θυμάσαι την επιλογή μου για όλα τα αρχεία", + "PE.Controllers.Main.textRememberMacros": "Θυμηθείτε την επιλογή μου για όλες τις μακροεντολές", "PE.Controllers.Main.textRenameError": "Το όνομα χρήστη δεν μπορεί να είναι κενό.", "PE.Controllers.Main.textRenameLabel": "Εισάγετε ένα όνομα για συνεργατική χρήση", + "PE.Controllers.Main.textRequestMacros": "Μια μακροεντολή κάνει ένα αίτημα στη διεύθυνση URL. Θέλετε να επιτρέψετε το αίτημα στο %1;", "PE.Controllers.Main.textShape": "Σχήμα", "PE.Controllers.Main.textStrict": "Αυστηρή κατάσταση", "PE.Controllers.Main.textTryUndoRedo": "Οι λειτουργίες Αναίρεση/Επανάληψη είναι απενεργοποιημένες στην κατάσταση Γρήγορης συν-επεξεργασίας.
Κάντε κλικ στο κουμπί 'Αυστηρή κατάσταση' για να μεταβείτε στην Αυστηρή κατάσταση συν-επεξεργασίας όπου επεξεργάζεστε το αρχείο χωρίς παρέμβαση άλλων χρηστών και στέλνετε τις αλλαγές σας αφού τις αποθηκεύσετε. Η μετάβαση μεταξύ των δύο καταστάσεων γίνεται μέσω των Προηγμένων Ρυθμίσεων.", @@ -949,6 +983,8 @@ "PE.Controllers.Main.warnNoLicense": "Έχετε φτάσει το όριο για ταυτόχρονες συνδέσεις με %1 επεξεργαστές. Αυτό το έγγραφο θα ανοίχτεί μόνο για προβολή.​​
Παρακαλούμε επικοινωνήστε με την ομάδα πωλήσεων %1 για προσωπικούς όρους αναβάθμισης.", "PE.Controllers.Main.warnNoLicenseUsers": "Έχετε φτάσει το όριο χρήστη για συντάκτες %1.
Επικοινωνήστε με την ομάδα πωλήσεων %1 για προσωπικούς όρους αναβάθμισης.", "PE.Controllers.Main.warnProcessRightsChange": "Σας έχει απαγορευτεί το δικαίωμα επεξεργασίας του αρχείου.", + "PE.Controllers.Search.notcriticalErrorTitle": "Προειδοποίηση", + "PE.Controllers.Search.warnReplaceString": "{0} δεν είναι ένας έγκυρος ειδικός χαρακτήρας για το πλαίσιο Αντικατάσταση με.", "PE.Controllers.Statusbar.textDisconnect": "Η σύνδεση χάθηκε
Απόπειρα επανασύνδεσης. Παρακαλούμε, ελέγξτε τις ρυθμίσεις σύνδεσης.", "PE.Controllers.Statusbar.zoomText": "Εστίαση {0}%", "PE.Controllers.Toolbar.confirmAddFontName": "Η γραμματοσειρά που επιχειρείτε να αποθηκεύσετε δεν είναι διαθέσιμη στην τρέχουσα συσκευή.
Η τεχνοτροπία κειμένου θα εμφανιστεί με μια από τις γραμματοσειρές συστήματος, η αποθηκευμένη γραμματοσειρά θα χρησιμοποιηθεί όταν γίνει διαθέσιμη.
Θέλετε να συνεχίσετε;", @@ -1310,6 +1346,8 @@ "PE.Views.Animation.textStartAfterPrevious": "Μετά το Προηγούμενο", "PE.Views.Animation.textStartOnClick": "Με το Κλικ", "PE.Views.Animation.textStartWithPrevious": "Με το Προηγούμενο", + "PE.Views.Animation.textUntilEndOfSlide": "Μέχρι το Τέλος της Διαφάνειας", + "PE.Views.Animation.textUntilNextClick": "Μέχρι το Επόμενο Κλικ", "PE.Views.Animation.txtAddEffect": "Προσθήκη animation", "PE.Views.Animation.txtAnimationPane": "Παράθυρο Animation", "PE.Views.Animation.txtParameters": "Παράμετροι", @@ -1329,7 +1367,18 @@ "PE.Views.ChartSettingsAdvanced.textAltDescription": "Περιγραφή", "PE.Views.ChartSettingsAdvanced.textAltTip": "Η εναλλακτική, κειμενική αναπαράσταση των πληροφοριών του οπτικού αντικειμένου, που θα αναγνωστεί σε ανθρώπους με προβλήματα όρασης ή γνωστικές αδυναμίες, για να κατανοήσουν καλύτερα τις πληροφορίες που περιέχονται στην εικόνα, αυτόματο σχήμα, γράφημα ή πίνακα.", "PE.Views.ChartSettingsAdvanced.textAltTitle": "Τίτλος", + "PE.Views.ChartSettingsAdvanced.textCenter": "Κέντρο", + "PE.Views.ChartSettingsAdvanced.textFrom": "Από", + "PE.Views.ChartSettingsAdvanced.textHeight": "Ύψος", + "PE.Views.ChartSettingsAdvanced.textHorizontal": "Οριζόντιο", + "PE.Views.ChartSettingsAdvanced.textKeepRatio": "Σταθερές αναλογίες", + "PE.Views.ChartSettingsAdvanced.textPlacement": "Τοποθέτηση", + "PE.Views.ChartSettingsAdvanced.textPosition": "Θέση", + "PE.Views.ChartSettingsAdvanced.textSize": "Μέγεθος", "PE.Views.ChartSettingsAdvanced.textTitle": "Γράφημα - Προηγμένες Ρυθμίσεις", + "PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "Πάνω Αριστερή Γωνία", + "PE.Views.ChartSettingsAdvanced.textVertical": "Κατακόρυφος", + "PE.Views.ChartSettingsAdvanced.textWidth": "Πλάτος", "PE.Views.DateTimeDialog.confirmDefault": "Ορισμός προεπιλεγμένης μορφής για {0}: \"{1}\"", "PE.Views.DateTimeDialog.textDefault": "Ορισμός ως προεπιλογή", "PE.Views.DateTimeDialog.textFormat": "Μορφοποιήσεις", @@ -1534,7 +1583,7 @@ "PE.Views.FileMenu.btnCloseMenuCaption": "Κλείσιμο Μενού", "PE.Views.FileMenu.btnCreateNewCaption": "Δημιουργία Νέου", "PE.Views.FileMenu.btnDownloadCaption": "Λήψη ως...", - "PE.Views.FileMenu.btnExitCaption": "Έξοδος", + "PE.Views.FileMenu.btnExitCaption": "Κλείσιμο", "PE.Views.FileMenu.btnFileOpenCaption": "Άνοιγμα...", "PE.Views.FileMenu.btnHelpCaption": "Βοήθεια...", "PE.Views.FileMenu.btnHistoryCaption": "Ιστορικό εκδόσεων", @@ -1585,6 +1634,8 @@ "PE.Views.FileMenuPanels.Settings.strFast": "Γρήγορη", "PE.Views.FileMenuPanels.Settings.strFontRender": "Βελτιστοποίηση Γραμματοσειράς", "PE.Views.FileMenuPanels.Settings.strForcesave": "Προσθήκη έκδοσης στο χώρο αποθήκευσης μετά την Αποθήκευση ή Ctrl+S", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Αγνόηση λέξεων με ΚΕΦΑΛΑΙΑ", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Αγνόηση λέξεων με αριθμούς", "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Ρυθμίσεις Mακροεντολών", "PE.Views.FileMenuPanels.Settings.strPaste": "Αποκοπή, αντιγραφή και επικόλληση", "PE.Views.FileMenuPanels.Settings.strPasteButton": "Εμφάνιση κουμπιού Επιλογών Επικόλλησης κατά την επικόλληση περιεχομένου", @@ -1606,8 +1657,12 @@ "PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Επιλογής αυτόματης διόρθωσης...", "PE.Views.FileMenuPanels.Settings.txtCacheMode": "Προεπιλεγμένη κατάσταση λανθάνουσας μνήμης", "PE.Views.FileMenuPanels.Settings.txtCm": "Εκατοστό", + "PE.Views.FileMenuPanels.Settings.txtCollaboration": "Συνεργασία", + "PE.Views.FileMenuPanels.Settings.txtEditingSaving": "Επεξεργασία και αποθήκευση", + "PE.Views.FileMenuPanels.Settings.txtFastTip": "Συν-επεξεργασία σε πραγματικό χρόνο. Όλες οι αλλαγές αποθηκεύονται αυτόματα", "PE.Views.FileMenuPanels.Settings.txtFitSlide": "Προσαρμογή στη Διαφάνεια", "PE.Views.FileMenuPanels.Settings.txtFitWidth": "Προσαρμογή στο Πλάτος", + "PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Ιερογλυφικά", "PE.Views.FileMenuPanels.Settings.txtInch": "Ίντσα", "PE.Views.FileMenuPanels.Settings.txtInput": "Εναλλακτική Είσοδος", "PE.Views.FileMenuPanels.Settings.txtLast": "Προβολή Τελευταίου", @@ -1620,9 +1675,13 @@ "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Έλεγχος Ορθογραφίας", "PE.Views.FileMenuPanels.Settings.txtStopMacros": "Απενεργοποίηση Όλων", "PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών χωρίς ειδοποίηση", + "PE.Views.FileMenuPanels.Settings.txtStrictTip": "Χρησιμοποιήστε το κουμπί \"Αποθήκευση\" για να συγχρονίσετε τις αλλαγές που κάνετε εσείς και άλλοι", + "PE.Views.FileMenuPanels.Settings.txtUseAltKey": "Χρησιμοποιήστε το πλήκτρο Alt για πλοήγηση στη διεπαφή χρήστη χρησιμοποιώντας το πληκτρολόγιο", + "PE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Χρησιμοποιήστε το πλήκτρο επιλογής για πλοήγηση στη διεπαφή χρήστη χρησιμοποιώντας το πληκτρολόγιο", "PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Εμφάνιση Ειδοποίησης", "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών με ειδοποίηση", "PE.Views.FileMenuPanels.Settings.txtWin": "ως Windows", + "PE.Views.FileMenuPanels.Settings.txtWorkspace": "Χώρος εργασίας", "PE.Views.HeaderFooterDialog.applyAllText": "Εφαρμογή σε όλες", "PE.Views.HeaderFooterDialog.applyText": "Εφαρμογή", "PE.Views.HeaderFooterDialog.diffLanguage": "Δεν μπορείτε να χρησιμοποιήσετε μορφή ημερομηνίας σε διαφορετική γλώσσα από την βασική διαφάνεια.
Για να αλλάξετε τη βασική διαφάνεια, κάντε κλικ στο 'Εφαρμογή σε όλες' αντί για το 'Εφαρμογή'", @@ -1685,8 +1744,11 @@ "PE.Views.ImageSettingsAdvanced.textAltTip": "Η εναλλακτική, κειμενική αναπαράσταση των πληροφοριών του οπτικού αντικειμένου, που θα αναγνωστεί σε ανθρώπους με προβλήματα όρασης ή γνωστικές αδυναμίες, για να κατανοήσουν καλύτερα τις πληροφορίες που περιέχονται στην εικόνα, αυτόματο σχήμα, γράφημα ή πίνακα.", "PE.Views.ImageSettingsAdvanced.textAltTitle": "Τίτλος", "PE.Views.ImageSettingsAdvanced.textAngle": "Γωνία", + "PE.Views.ImageSettingsAdvanced.textCenter": "Κέντρο", "PE.Views.ImageSettingsAdvanced.textFlipped": "Περιεστρεμμένο", + "PE.Views.ImageSettingsAdvanced.textFrom": "Από", "PE.Views.ImageSettingsAdvanced.textHeight": "Ύψος", + "PE.Views.ImageSettingsAdvanced.textHorizontal": "Οριζόντια", "PE.Views.ImageSettingsAdvanced.textHorizontally": "Οριζόντια", "PE.Views.ImageSettingsAdvanced.textKeepRatio": "Σταθερές αναλογίες", "PE.Views.ImageSettingsAdvanced.textOriginalSize": "Πραγματικό Μέγεθος", @@ -1695,6 +1757,8 @@ "PE.Views.ImageSettingsAdvanced.textRotation": "Περιστροφή", "PE.Views.ImageSettingsAdvanced.textSize": "Μέγεθος", "PE.Views.ImageSettingsAdvanced.textTitle": "Εικόνα - Προηγμένες Ρυθμίσεις", + "PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "Πάνω Αριστερή Γωνία", + "PE.Views.ImageSettingsAdvanced.textVertical": "Κατακόρυφος", "PE.Views.ImageSettingsAdvanced.textVertically": "Κατακόρυφα", "PE.Views.ImageSettingsAdvanced.textWidth": "Πλάτος", "PE.Views.LeftMenu.tipAbout": "Περί", @@ -1706,6 +1770,7 @@ "PE.Views.LeftMenu.tipSupport": "Ανατροφοδότηση & Υποστήριξη", "PE.Views.LeftMenu.tipTitles": "Τίτλοι", "PE.Views.LeftMenu.txtDeveloper": "ΛΕΙΤΟΥΡΓΙΑ ΓΙΑ ΠΡΟΓΡΑΜΜΑΤΙΣΤΕΣ", + "PE.Views.LeftMenu.txtEditor": "Συντάκτης Παρουσίασης", "PE.Views.LeftMenu.txtLimit": "Περιορισμός Πρόσβασης", "PE.Views.LeftMenu.txtTrial": "ΚΑΤΑΣΤΑΣΗ ΔΟΚΙΜΑΣΤΙΚΗΣ ΛΕΙΤΟΥΡΓΙΑΣ", "PE.Views.LeftMenu.txtTrialDev": "Δοκιμαστική Λειτουργία για Προγραμματιστές", @@ -1834,12 +1899,15 @@ "PE.Views.ShapeSettingsAdvanced.textBevel": "Πλάγια Τομή", "PE.Views.ShapeSettingsAdvanced.textBottom": "Κάτω", "PE.Views.ShapeSettingsAdvanced.textCapType": "Αρχικό Γράμμα", + "PE.Views.ShapeSettingsAdvanced.textCenter": "Κέντρο", "PE.Views.ShapeSettingsAdvanced.textColNumber": "Αριθμός στηλών", "PE.Views.ShapeSettingsAdvanced.textEndSize": "Μέγεθος Τέλους", "PE.Views.ShapeSettingsAdvanced.textEndStyle": "Τεχνοτροπία Τέλους", "PE.Views.ShapeSettingsAdvanced.textFlat": "Επίπεδο", "PE.Views.ShapeSettingsAdvanced.textFlipped": "Περιεστρεμμένο", + "PE.Views.ShapeSettingsAdvanced.textFrom": "Από", "PE.Views.ShapeSettingsAdvanced.textHeight": "Ύψος", + "PE.Views.ShapeSettingsAdvanced.textHorizontal": "Οριζόντιο", "PE.Views.ShapeSettingsAdvanced.textHorizontally": "Οριζόντια", "PE.Views.ShapeSettingsAdvanced.textJoinType": "Τύπος Ένωσης", "PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Σταθερές αναλογίες", @@ -1847,6 +1915,8 @@ "PE.Views.ShapeSettingsAdvanced.textLineStyle": "Τεχνοτροπία Γραμμής", "PE.Views.ShapeSettingsAdvanced.textMiter": "Μίτρα", "PE.Views.ShapeSettingsAdvanced.textNofit": "Όχι Αυτόματο Ταίριασμα", + "PE.Views.ShapeSettingsAdvanced.textPlacement": "Τοποθέτηση", + "PE.Views.ShapeSettingsAdvanced.textPosition": "Θέση", "PE.Views.ShapeSettingsAdvanced.textResizeFit": "Προσαρμογή σχήματος για ταίριασμα με το κείμενο", "PE.Views.ShapeSettingsAdvanced.textRight": "Δεξιά", "PE.Views.ShapeSettingsAdvanced.textRotation": "Περιστροφή", @@ -1858,6 +1928,8 @@ "PE.Views.ShapeSettingsAdvanced.textTextBox": "Πλαίσιο Κειμένου", "PE.Views.ShapeSettingsAdvanced.textTitle": "Σχήμα - Προηγμένες Ρυθμίσεις", "PE.Views.ShapeSettingsAdvanced.textTop": "Επάνω", + "PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "Πάνω Αριστερή Γωνία", + "PE.Views.ShapeSettingsAdvanced.textVertical": "Κατακόρυφος", "PE.Views.ShapeSettingsAdvanced.textVertically": "Κατακόρυφα", "PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Πλάτη & Βέλη", "PE.Views.ShapeSettingsAdvanced.textWidth": "Πλάτος", @@ -2011,13 +2083,24 @@ "PE.Views.TableSettingsAdvanced.textAltTip": "Η εναλλακτική, κειμενική αναπαράσταση των πληροφοριών του οπτικού αντικειμένου, που θα αναγνωστεί σε ανθρώπους με προβλήματα όρασης ή γνωστικές αδυναμίες, για να κατανοήσουν καλύτερα τις πληροφορίες που περιέχονται στην εικόνα, αυτόματο σχήμα, γράφημα ή πίνακα.", "PE.Views.TableSettingsAdvanced.textAltTitle": "Τίτλος", "PE.Views.TableSettingsAdvanced.textBottom": "Κάτω", + "PE.Views.TableSettingsAdvanced.textCenter": "Κέντρο", "PE.Views.TableSettingsAdvanced.textCheckMargins": "Χρήση προεπιλεγμένων περιθωρίων", "PE.Views.TableSettingsAdvanced.textDefaultMargins": "Προεπιλεγμένα Περιθώρια", + "PE.Views.TableSettingsAdvanced.textFrom": "Από", + "PE.Views.TableSettingsAdvanced.textHeight": "Ύψος", + "PE.Views.TableSettingsAdvanced.textHorizontal": "Οριζόντιος", + "PE.Views.TableSettingsAdvanced.textKeepRatio": "Σταθερές αναλογίες", "PE.Views.TableSettingsAdvanced.textLeft": "Αριστερά", "PE.Views.TableSettingsAdvanced.textMargins": "Περιθώρια Κελιού", + "PE.Views.TableSettingsAdvanced.textPlacement": "Τοποθέτηση", + "PE.Views.TableSettingsAdvanced.textPosition": "Θέση", "PE.Views.TableSettingsAdvanced.textRight": "Δεξιά", + "PE.Views.TableSettingsAdvanced.textSize": "Μέγεθος", "PE.Views.TableSettingsAdvanced.textTitle": "Πίνακας - Προηγμένες Ρυθμίσεις", "PE.Views.TableSettingsAdvanced.textTop": "Επάνω", + "PE.Views.TableSettingsAdvanced.textTopLeftCorner": "Πάνω Αριστερή Γωνία", + "PE.Views.TableSettingsAdvanced.textVertical": "Κατακόρυφος", + "PE.Views.TableSettingsAdvanced.textWidth": "Πλάτος", "PE.Views.TableSettingsAdvanced.textWidthSpaces": "Περιθώρια", "PE.Views.TextArtSettings.strBackground": "Χρώμα παρασκηνίου", "PE.Views.TextArtSettings.strColor": "Χρώμα", @@ -2088,6 +2171,7 @@ "PE.Views.Toolbar.mniImageFromFile": "Εικόνα από Αρχείο", "PE.Views.Toolbar.mniImageFromStorage": "Εικόνα από Αποθηκευτικό Χώρο", "PE.Views.Toolbar.mniImageFromUrl": "Εικόνα από διεύθυνση URL", + "PE.Views.Toolbar.mniInsertSSE": "Εισαγωγή Φύλλο Εργασίας", "PE.Views.Toolbar.mniLowerCase": "πεζά", "PE.Views.Toolbar.mniSentenceCase": "Πεζά-κεφαλαία πρότασης.", "PE.Views.Toolbar.mniSlideAdvanced": "Προηγμένες Ρυθμίσεις", @@ -2180,6 +2264,7 @@ "PE.Views.Toolbar.tipMarkersFSquare": "Κουκίδες πλήρεις τετράγωνες", "PE.Views.Toolbar.tipMarkersHRound": "Κουκίδες κούφιες στρογγυλές", "PE.Views.Toolbar.tipMarkersStar": "Κουκίδες αστέρια", + "PE.Views.Toolbar.tipNone": "Κανένα", "PE.Views.Toolbar.tipNumbers": "Αρίθμηση", "PE.Views.Toolbar.tipPaste": "Επικόλληση", "PE.Views.Toolbar.tipPreview": "Εκκίνηση παρουσίασης", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index fd5168f26..8a1b56101 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -446,10 +446,10 @@ "Common.Views.PluginDlg.textLoading": "Loading", "Common.Views.Plugins.groupCaption": "Plugins", "Common.Views.Plugins.strPlugins": "Plugins", + "Common.Views.Plugins.textClosePanel": "Close plugin", "Common.Views.Plugins.textLoading": "Loading", "Common.Views.Plugins.textStart": "Start", "Common.Views.Plugins.textStop": "Stop", - "Common.Views.Plugins.textClosePanel": "Close plugin", "Common.Views.Protection.hintAddPwd": "Encrypt with password", "Common.Views.Protection.hintPwd": "Change or delete password", "Common.Views.Protection.hintSignature": "Add digital signature or signature line", diff --git a/apps/presentationeditor/main/locale/eu.json b/apps/presentationeditor/main/locale/eu.json index d4631df0b..ff5229a4f 100644 --- a/apps/presentationeditor/main/locale/eu.json +++ b/apps/presentationeditor/main/locale/eu.json @@ -627,12 +627,12 @@ "PE.Controllers.Main.errorDataEncrypted": "Enkriptatutako aldaketak jaso dira, ezin dira deszifratu.", "PE.Controllers.Main.errorDataRange": "Datu-barruti okerra.", "PE.Controllers.Main.errorDefaultMessage": "Errore-kodea: %1", - "PE.Controllers.Main.errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Deskargatu honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.", - "PE.Controllers.Main.errorEditingSaveas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Gorde honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrera gordetzeko.", + "PE.Controllers.Main.errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Deskargatu honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrean gordetzeko.", + "PE.Controllers.Main.errorEditingSaveas": "Errore bat gertatu da dokumentuarekin lan egitean.
Erabili 'Gorde honela...' aukera fitxategiaren babeskopia zure ordenagailuko disko gogorrean gordetzeko.", "PE.Controllers.Main.errorEmailClient": "Ezin izan da posta-bezerorik aurkitu.", "PE.Controllers.Main.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.", "PE.Controllers.Main.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.
Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.", - "PE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.
Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrera gordetzeko edo saiatu berriro geroago.", + "PE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.
Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.", "PE.Controllers.Main.errorKeyEncrypt": "Gako-deskriptore ezezaguna", "PE.Controllers.Main.errorKeyExpire": "Gakoaren deskriptorea iraungi da", "PE.Controllers.Main.errorLoadingFont": "Letra-tipoak ez dira kargatu.
Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.", @@ -1769,6 +1769,7 @@ "PE.Views.LeftMenu.tipSupport": "Oharrak eta laguntza", "PE.Views.LeftMenu.tipTitles": "Izenburuak", "PE.Views.LeftMenu.txtDeveloper": "GARATZAILE MODUA", + "PE.Views.LeftMenu.txtEditor": "Aurkezpen editorea", "PE.Views.LeftMenu.txtLimit": "Mugatu sarbidea", "PE.Views.LeftMenu.txtTrial": "PROBA MODUA", "PE.Views.LeftMenu.txtTrialDev": "Probako garatzaile modua", @@ -2169,6 +2170,7 @@ "PE.Views.Toolbar.mniImageFromFile": "Irudia fitxategitik", "PE.Views.Toolbar.mniImageFromStorage": "Irudia biltegitik", "PE.Views.Toolbar.mniImageFromUrl": "Irudia URLtik", + "PE.Views.Toolbar.mniInsertSSE": "Txertatu kalkulu-orria", "PE.Views.Toolbar.mniLowerCase": "minuskula", "PE.Views.Toolbar.mniSentenceCase": "Esaldi mota.", "PE.Views.Toolbar.mniSlideAdvanced": "Ezarpen aurreratuak", diff --git a/apps/presentationeditor/main/locale/gl.json b/apps/presentationeditor/main/locale/gl.json index 332848093..cc70610b3 100644 --- a/apps/presentationeditor/main/locale/gl.json +++ b/apps/presentationeditor/main/locale/gl.json @@ -52,6 +52,7 @@ "Common.define.effectData.textArcDown": "Arco para abaixo", "Common.define.effectData.textArcLeft": "Arco cara a esquerda", "Common.define.effectData.textArcRight": "Arco cara a dereita", + "Common.define.effectData.textArcs": "Arcos", "Common.define.effectData.textArcUp": "Arco para ariba", "Common.define.effectData.textBasic": "Básico", "Common.define.effectData.textBasicSwivel": "Xiro básico", @@ -139,6 +140,7 @@ "Common.define.effectData.textIn": "En", "Common.define.effectData.textInFromScreenCenter": "Aumentar desde o centro de pantalla", "Common.define.effectData.textInSlightly": "Achegar lixeiramente", + "Common.define.effectData.textInToScreenBottom": "Achegar cara a parte inferior da pantalla", "Common.define.effectData.textInvertedSquare": "Cadrado invertido", "Common.define.effectData.textInvertedTriangle": "Triángulo invertido", "Common.define.effectData.textLeft": "Esquerda", @@ -146,8 +148,10 @@ "Common.define.effectData.textLeftUp": "Esquerda e enriba", "Common.define.effectData.textLighten": "Alumear", "Common.define.effectData.textLineColor": "Cor da liña", + "Common.define.effectData.textLines": "Liñas", "Common.define.effectData.textLinesCurves": "Liñas curvas", "Common.define.effectData.textLoopDeLoop": "Bucle do bucle", + "Common.define.effectData.textLoops": "Bucles", "Common.define.effectData.textModerate": "Moderado", "Common.define.effectData.textNeutron": "Neutrón", "Common.define.effectData.textObjectCenter": "Centro do obxecto", @@ -156,6 +160,7 @@ "Common.define.effectData.textOut": "Fóra", "Common.define.effectData.textOutFromScreenBottom": "Alonxar desde a zona inferior da pantalla", "Common.define.effectData.textOutSlightly": "Alonxar lixeiramente", + "Common.define.effectData.textOutToScreenCenter": "Alonxar cara ao centro da pantalla", "Common.define.effectData.textParallelogram": "Paralelograma", "Common.define.effectData.textPath": "Ruta do movemento", "Common.define.effectData.textPeanut": "Cacahuete", @@ -179,6 +184,7 @@ "Common.define.effectData.textSCurve1": "Curva S 1", "Common.define.effectData.textSCurve2": "Curva S 2", "Common.define.effectData.textShape": "Forma", + "Common.define.effectData.textShapes": "Formas", "Common.define.effectData.textShimmer": "Brillo", "Common.define.effectData.textShrinkTurn": "Reducir e xirar", "Common.define.effectData.textSineWave": "Onda sinusoidal", @@ -219,6 +225,7 @@ "Common.define.effectData.textTrapezoid": "Trapecio", "Common.define.effectData.textTurnDown": "Xiro cara abaixo", "Common.define.effectData.textTurnDownRight": "Xirar cara abaixo e á dereita", + "Common.define.effectData.textTurns": "Xiros", "Common.define.effectData.textTurnUp": "Xirar cara arriba", "Common.define.effectData.textTurnUpRight": "Xirar cara arriba á dereita", "Common.define.effectData.textUnderline": "Subliñado", @@ -234,6 +241,7 @@ "Common.define.effectData.textWipe": "Eliminar", "Common.define.effectData.textZigzag": "Zigzag", "Common.define.effectData.textZoom": "Ampliar", + "Common.Translation.textMoreButton": "Máis", "Common.Translation.warnFileLocked": "O ficheiro está a editarse noutro aplicativo. Podes continuar editándoo e gardándoo como copia.", "Common.Translation.warnFileLockedBtnEdit": "Crear unha copia", "Common.Translation.warnFileLockedBtnView": "Abrir para visualizar", @@ -250,6 +258,11 @@ "Common.UI.HSBColorPicker.textNoColor": "Sen cor", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Agochar o contrasinal", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Amosar o contrasinal", + "Common.UI.SearchBar.textFind": "Atopar", + "Common.UI.SearchBar.tipCloseSearch": "Pechar busca", + "Common.UI.SearchBar.tipNextResult": "Seguinte resultado", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "Abrir a configuración avanzada", + "Common.UI.SearchBar.tipPreviousResult": "Anterior resultado", "Common.UI.SearchDialog.textHighlight": "Realzar resultados", "Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas", "Common.UI.SearchDialog.textReplaceDef": "Inserir o texto da substitución", @@ -262,11 +275,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "Substituír todo", "Common.UI.SynchronizeTip.textDontShow": "Non volver a amosar esta mensaxe", "Common.UI.SynchronizeTip.textSynchronize": "Outro usuario cambiou o documento.
Prema para gardar os cambios e recarga as actualizacións.", + "Common.UI.ThemeColorPalette.textRecentColors": "Colores recentes", "Common.UI.ThemeColorPalette.textStandartColors": "Cores estándar", "Common.UI.ThemeColorPalette.textThemeColors": "Cores do tema", "Common.UI.Themes.txtThemeClassicLight": "Clásico claro", "Common.UI.Themes.txtThemeDark": "Escuro", "Common.UI.Themes.txtThemeLight": "Claro", + "Common.UI.Themes.txtThemeSystem": "Igual que o sistema", "Common.UI.Window.cancelButtonText": "Cancelar", "Common.UI.Window.closeButtonText": "Pechar", "Common.UI.Window.noButtonText": "Non", @@ -293,6 +308,7 @@ "Common.Views.AutoCorrectDialog.textBulleted": "Listas con viñetas automáticas", "Common.Views.AutoCorrectDialog.textBy": "Por", "Common.Views.AutoCorrectDialog.textDelete": "Eliminar", + "Common.Views.AutoCorrectDialog.textDoubleSpaces": "Engadir punto co dobre espazo", "Common.Views.AutoCorrectDialog.textFLCells": "Poñer en maiúsculas a primeira letra das celas da táboa", "Common.Views.AutoCorrectDialog.textFLSentence": "Poñer en maiúscula a primeira letra dunha oración", "Common.Views.AutoCorrectDialog.textHyperlink": "Rutas da rede e Internet por hiperligazóns", @@ -341,6 +357,7 @@ "Common.Views.Comments.textResolved": "Resolto", "Common.Views.Comments.textSort": "Ordenar comentarios", "Common.Views.Comments.textViewResolved": "Non ten permiso para volver a abrir o documento", + "Common.Views.Comments.txtEmpty": "Sen comentarios no documento", "Common.Views.CopyWarningDialog.textDontShow": "Non volver a amosar esta mensaxe", "Common.Views.CopyWarningDialog.textMsg": "As accións de copiar, cortar e pegar empregando os botóns da barra de ferramentas do editor e as accións do menú contextual realizaranse só nesta pestana do editor.

Para copiar ou pegar en ou desde aplicativos fóra da pestana do editor, use as seguintes combinacións de teclado:", "Common.Views.CopyWarningDialog.textTitle": "Accións de copiar, cortar e pegar", @@ -365,6 +382,7 @@ "Common.Views.Header.textSaveChanged": "Modificado", "Common.Views.Header.textSaveEnd": "Todos os cambios foron gardados", "Common.Views.Header.textSaveExpander": "Todos os cambios foron gardados", + "Common.Views.Header.textShare": "Compartir", "Common.Views.Header.textZoom": "Ampliar", "Common.Views.Header.tipAccessRights": "Xestionar dereitos de acceso ao documento", "Common.Views.Header.tipDownload": "Descargar ficheiro", @@ -372,8 +390,10 @@ "Common.Views.Header.tipPrint": "Imprimir ficheiro", "Common.Views.Header.tipRedo": "Refacer", "Common.Views.Header.tipSave": "Gardar", + "Common.Views.Header.tipSearch": "Buscar", "Common.Views.Header.tipUndo": "Desfacer", "Common.Views.Header.tipUndock": "Abrir nunha xanela independente", + "Common.Views.Header.tipUsers": "Ver usuarios", "Common.Views.Header.tipViewSettings": "Amosar configuración", "Common.Views.Header.tipViewUsers": "Ver usuarios e administrar dereitos de acceso ao documento", "Common.Views.Header.txtAccessRights": "Cambiar dereitos de acceso", @@ -510,6 +530,21 @@ "Common.Views.ReviewPopover.txtEditTip": "Editar", "Common.Views.SaveAsDlg.textLoading": "Cargando", "Common.Views.SaveAsDlg.textTitle": "Cartafol para gardar", + "Common.Views.SearchPanel.textCaseSensitive": "Diferenciar maiúsculas de minúsculas", + "Common.Views.SearchPanel.textCloseSearch": "Pechar busca", + "Common.Views.SearchPanel.textFind": "Atopar", + "Common.Views.SearchPanel.textFindAndReplace": "Buscar e substituír", + "Common.Views.SearchPanel.textMatchUsingRegExp": "Relacionar con expresións regulares", + "Common.Views.SearchPanel.textNoMatches": "Non hai coincidencias", + "Common.Views.SearchPanel.textNoSearchResults": "Non se obtiveron resultados", + "Common.Views.SearchPanel.textReplace": "Substituír", + "Common.Views.SearchPanel.textReplaceAll": "Substituír todo", + "Common.Views.SearchPanel.textReplaceWith": "Substituír con", + "Common.Views.SearchPanel.textSearchResults": "Resultados da busca: {0}/{1}", + "Common.Views.SearchPanel.textTooManyResults": "Hai moitos resultados para amosar aquí", + "Common.Views.SearchPanel.textWholeWords": "Só palabras completas", + "Common.Views.SearchPanel.tipNextResult": "Seguinte resultado", + "Common.Views.SearchPanel.tipPreviousResult": "Anterior resultado", "Common.Views.SelectFileDlg.textLoading": "Cargando", "Common.Views.SelectFileDlg.textTitle": "Seleccionar fonte de datos", "Common.Views.SignDialog.textBold": "Grosa", @@ -665,8 +700,10 @@ "PE.Controllers.Main.textPaidFeature": "Característica de pago", "PE.Controllers.Main.textReconnect": "Restaurouse a conexión", "PE.Controllers.Main.textRemember": "Recordar a miña elección para todos os ficheiros", + "PE.Controllers.Main.textRememberMacros": "Recorda a miña selección por todas as macros", "PE.Controllers.Main.textRenameError": "O nome de usuario non pode estar vacío.", "PE.Controllers.Main.textRenameLabel": "Insira un nome que se usará para a colaboración", + "PE.Controllers.Main.textRequestMacros": "Unha macro fai unha petición á URL. Quere permitirlla a %1?", "PE.Controllers.Main.textShape": "Forma", "PE.Controllers.Main.textStrict": "Modo estrito", "PE.Controllers.Main.textTryUndoRedo": "As funcións Desfacer / Refacer están desactivadas para o modo de coedición rápida.
Faga clic no botón \"Modo estrito\" para cambiar ao modo de coedición estricto para editar o ficheiro sen interferencias doutros usuarios e enviar os seus cambios só despois de gardalos. eles. Pode cambiar entre os modos de coedición usando o editor Configuración avanzada.", @@ -945,6 +982,8 @@ "PE.Controllers.Main.warnNoLicense": "Alcanzou o límite de conexións simultáneas con %1 editores. Este documento abrirase só para as úa visualización.
Contacte co equipo de vendas de %1 para coñecer os termos de actualización persoal.", "PE.Controllers.Main.warnNoLicenseUsers": "Alcanzou o límite de usuarios para os editores de %1.
Contacte co equipo de vendas de %1 para coñecer os termos de actualización persoal.", "PE.Controllers.Main.warnProcessRightsChange": "O dereito de edición dp ficheiro é denegado.", + "PE.Controllers.Search.notcriticalErrorTitle": "Aviso", + "PE.Controllers.Search.warnReplaceString": "{0} non é un caracter especial válido para a caixa Substituír por.", "PE.Controllers.Statusbar.textDisconnect": "Perdeuse a conexión
Intentando conectarse. Comproba a configuración de conexión.", "PE.Controllers.Statusbar.zoomText": "Ampliar {0}%", "PE.Controllers.Toolbar.confirmAddFontName": "A fonte que vai gardar non está dispoñible no dispositivo actual.
O estilo de texto amosarase empregando unha das fontes do sistema, a fonte gardada utilizarase cando estea dispoñible.
Quere continuar?", @@ -1282,22 +1321,32 @@ "PE.Controllers.Toolbar.txtSymbol_zeta": "Zeta", "PE.Controllers.Viewport.textFitPage": "Axustar á diapositiva", "PE.Controllers.Viewport.textFitWidth": "Axustar á anchura", + "PE.Views.Animation.str0_5": "0,5 s (moi rápido)", + "PE.Views.Animation.str1": "1 s (rápido)", + "PE.Views.Animation.str2": "2 s (medio)", + "PE.Views.Animation.str20": "20 s (moi lento)", + "PE.Views.Animation.str3": "3 s (lento)", + "PE.Views.Animation.str5": "5 s (moi lento)", "PE.Views.Animation.strDelay": "Atraso", "PE.Views.Animation.strDuration": "Duración", "PE.Views.Animation.strRepeat": "Repetir", "PE.Views.Animation.strRewind": "Rebobinar", "PE.Views.Animation.strStart": "Iniciar", "PE.Views.Animation.strTrigger": "Desencadeador", + "PE.Views.Animation.textAutoPreview": "Vista previa automática", "PE.Views.Animation.textMoreEffects": "Amosar máis efectos", "PE.Views.Animation.textMoveEarlier": "Mover antes", "PE.Views.Animation.textMoveLater": "Mover despois", "PE.Views.Animation.textMultiple": "Múltiple", "PE.Views.Animation.textNone": "Ningún", + "PE.Views.Animation.textNoRepeat": "(ningún)", "PE.Views.Animation.textOnClickOf": "Ao premer con", "PE.Views.Animation.textOnClickSequence": "Secuencia de premas", "PE.Views.Animation.textStartAfterPrevious": "Despois da anterior", "PE.Views.Animation.textStartOnClick": "Ao premer", "PE.Views.Animation.textStartWithPrevious": "Coa anterior", + "PE.Views.Animation.textUntilEndOfSlide": "Ata o fin da diapositiva", + "PE.Views.Animation.textUntilNextClick": "Ata o seguinte prema", "PE.Views.Animation.txtAddEffect": "Engadir animación", "PE.Views.Animation.txtAnimationPane": "Panel de animación", "PE.Views.Animation.txtParameters": "Parámetros", @@ -1317,7 +1366,18 @@ "PE.Views.ChartSettingsAdvanced.textAltDescription": "Descrición", "PE.Views.ChartSettingsAdvanced.textAltTip": "A representación alternativa baseada en texto da información do obxecto visual, que se lerá ás persoas con problemas de visión ou cognitivos para axudalos a comprender mellor que información hai na imaxe, forma automática, gráfico ou táboa.", "PE.Views.ChartSettingsAdvanced.textAltTitle": "Título", + "PE.Views.ChartSettingsAdvanced.textCenter": "Centro", + "PE.Views.ChartSettingsAdvanced.textFrom": "De", + "PE.Views.ChartSettingsAdvanced.textHeight": "Altura", + "PE.Views.ChartSettingsAdvanced.textHorizontal": "Horizontal", + "PE.Views.ChartSettingsAdvanced.textKeepRatio": "Proporcións constantes", + "PE.Views.ChartSettingsAdvanced.textPlacement": "Ubicación", + "PE.Views.ChartSettingsAdvanced.textPosition": "Posición", + "PE.Views.ChartSettingsAdvanced.textSize": "Tamaño", "PE.Views.ChartSettingsAdvanced.textTitle": "Gráfico - Configuración avanzada", + "PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "Ángulo esquerdo superior", + "PE.Views.ChartSettingsAdvanced.textVertical": "Vertical", + "PE.Views.ChartSettingsAdvanced.textWidth": "Largura", "PE.Views.DateTimeDialog.confirmDefault": "Establecer formato predeterminado para {0}: \"{1}\"", "PE.Views.DateTimeDialog.textDefault": "Establecer como o valor predeterminado", "PE.Views.DateTimeDialog.textFormat": "Formatos", @@ -1573,6 +1633,8 @@ "PE.Views.FileMenuPanels.Settings.strFast": "Rápido", "PE.Views.FileMenuPanels.Settings.strFontRender": "Busca das fontes", "PE.Views.FileMenuPanels.Settings.strForcesave": "Engadir a versión ao almacenamento despois de premer en Gardar ou Ctrl+S", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Omitir palabras en MAIÚSCULAS", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Omitir palabras con números", "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Configuración das macros", "PE.Views.FileMenuPanels.Settings.strPaste": "Cortar, copiar e pegar", "PE.Views.FileMenuPanels.Settings.strPasteButton": "Amosar o botón Opcións de pegado cando se pegue contido", @@ -1594,8 +1656,12 @@ "PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Opcións de autocorrección", "PE.Views.FileMenuPanels.Settings.txtCacheMode": "Modo de caché predeterminado", "PE.Views.FileMenuPanels.Settings.txtCm": "Centímetro", + "PE.Views.FileMenuPanels.Settings.txtCollaboration": "Colaboración", + "PE.Views.FileMenuPanels.Settings.txtEditingSaving": "Editar e gardar", + "PE.Views.FileMenuPanels.Settings.txtFastTip": "Coedición en tempo real. Todos os cambios se gardarán automaticamente", "PE.Views.FileMenuPanels.Settings.txtFitSlide": "Axustar á diapositiva", "PE.Views.FileMenuPanels.Settings.txtFitWidth": "Axustar á anchura", + "PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Xeroglíficos", "PE.Views.FileMenuPanels.Settings.txtInch": "Pulgada", "PE.Views.FileMenuPanels.Settings.txtInput": "Entrada alternativa", "PE.Views.FileMenuPanels.Settings.txtLast": "Ver últimos", @@ -1608,9 +1674,13 @@ "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "Сorrección ortográfica", "PE.Views.FileMenuPanels.Settings.txtStopMacros": "Desactivar todo", "PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "Desactivar todas as macros sen notificación", + "PE.Views.FileMenuPanels.Settings.txtStrictTip": "Usar o botón \"Gardar\" para sincronizar os teus cambios e os dos demais", + "PE.Views.FileMenuPanels.Settings.txtUseAltKey": "Usar a tecla Alt para navegar pola interface do usuario usando o teclado", + "PE.Views.FileMenuPanels.Settings.txtUseOptionKey": "Usar a tecla Opcións para navegar pola interface do usuario usando o teclado", "PE.Views.FileMenuPanels.Settings.txtWarnMacros": "Amosar notificación", "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Desactivar todas as macros con notificación", "PE.Views.FileMenuPanels.Settings.txtWin": "coma Windows", + "PE.Views.FileMenuPanels.Settings.txtWorkspace": "Área de traballo", "PE.Views.HeaderFooterDialog.applyAllText": "Aplicar a todos", "PE.Views.HeaderFooterDialog.applyText": "Aplicar", "PE.Views.HeaderFooterDialog.diffLanguage": "Non podes usar un formato de data nun idioma diferente ao da diapositiva mestra.
Para cambiar o mestre, preme en \"Aplicar a todos\" no canto de \"Aplicar\"", @@ -1673,8 +1743,11 @@ "PE.Views.ImageSettingsAdvanced.textAltTip": "A representación alternativa baseada en texto da información do obxecto visual, que se lerá ás persoas con problemas de visión ou cognitivos para axudalos a comprender mellor que información hai na imaxe, forma automática, gráfico ou táboa.", "PE.Views.ImageSettingsAdvanced.textAltTitle": "Título", "PE.Views.ImageSettingsAdvanced.textAngle": "Ángulo", + "PE.Views.ImageSettingsAdvanced.textCenter": "Centro", "PE.Views.ImageSettingsAdvanced.textFlipped": "Volteado", + "PE.Views.ImageSettingsAdvanced.textFrom": "De", "PE.Views.ImageSettingsAdvanced.textHeight": "Altura", + "PE.Views.ImageSettingsAdvanced.textHorizontal": "Horizontal", "PE.Views.ImageSettingsAdvanced.textHorizontally": "Horizontalmente", "PE.Views.ImageSettingsAdvanced.textKeepRatio": "Proporcións constantes", "PE.Views.ImageSettingsAdvanced.textOriginalSize": "Tamaño actual", @@ -1683,6 +1756,8 @@ "PE.Views.ImageSettingsAdvanced.textRotation": "Rotación", "PE.Views.ImageSettingsAdvanced.textSize": "Tamaño", "PE.Views.ImageSettingsAdvanced.textTitle": "Imaxe - configuración avanzada", + "PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "Ángulo esquerdo superior", + "PE.Views.ImageSettingsAdvanced.textVertical": "Vertical", "PE.Views.ImageSettingsAdvanced.textVertically": "Verticalmente", "PE.Views.ImageSettingsAdvanced.textWidth": "Largura", "PE.Views.LeftMenu.tipAbout": "Sobre", @@ -1694,6 +1769,7 @@ "PE.Views.LeftMenu.tipSupport": "Comentarios e soporte", "PE.Views.LeftMenu.tipTitles": "Títulos", "PE.Views.LeftMenu.txtDeveloper": "MODO DO DESENVOLVEDOR", + "PE.Views.LeftMenu.txtEditor": "Editor de presentacións", "PE.Views.LeftMenu.txtLimit": "Limitar acceso", "PE.Views.LeftMenu.txtTrial": "MODO DE PROBA", "PE.Views.LeftMenu.txtTrialDev": "Modo de programador de proba", @@ -1822,12 +1898,15 @@ "PE.Views.ShapeSettingsAdvanced.textBevel": "Bisel", "PE.Views.ShapeSettingsAdvanced.textBottom": "Inferior", "PE.Views.ShapeSettingsAdvanced.textCapType": "Tipo de letra", + "PE.Views.ShapeSettingsAdvanced.textCenter": "Centro", "PE.Views.ShapeSettingsAdvanced.textColNumber": "Número de columnas", "PE.Views.ShapeSettingsAdvanced.textEndSize": "Tamaño final", "PE.Views.ShapeSettingsAdvanced.textEndStyle": "Estilo final", "PE.Views.ShapeSettingsAdvanced.textFlat": "Plano", "PE.Views.ShapeSettingsAdvanced.textFlipped": "Volteado", + "PE.Views.ShapeSettingsAdvanced.textFrom": "De", "PE.Views.ShapeSettingsAdvanced.textHeight": "Altura", + "PE.Views.ShapeSettingsAdvanced.textHorizontal": "Horizontal", "PE.Views.ShapeSettingsAdvanced.textHorizontally": "Horizontalmente", "PE.Views.ShapeSettingsAdvanced.textJoinType": "Tipo de combinación", "PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Proporcións constantes", @@ -1835,6 +1914,8 @@ "PE.Views.ShapeSettingsAdvanced.textLineStyle": "Estilo da liña", "PE.Views.ShapeSettingsAdvanced.textMiter": "Ángulo", "PE.Views.ShapeSettingsAdvanced.textNofit": "Non axustar automaticamente", + "PE.Views.ShapeSettingsAdvanced.textPlacement": "Ubicación", + "PE.Views.ShapeSettingsAdvanced.textPosition": "Posición", "PE.Views.ShapeSettingsAdvanced.textResizeFit": "Axustar tamaño da forma ao texto", "PE.Views.ShapeSettingsAdvanced.textRight": "Dereita", "PE.Views.ShapeSettingsAdvanced.textRotation": "Rotación", @@ -1846,6 +1927,8 @@ "PE.Views.ShapeSettingsAdvanced.textTextBox": "Caixa de texto", "PE.Views.ShapeSettingsAdvanced.textTitle": "Forma - configuración avanzada", "PE.Views.ShapeSettingsAdvanced.textTop": "Parte superior", + "PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "Ángulo esquerdo superior", + "PE.Views.ShapeSettingsAdvanced.textVertical": "Vertical", "PE.Views.ShapeSettingsAdvanced.textVertically": "Verticalmente", "PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Grosores e frechas", "PE.Views.ShapeSettingsAdvanced.textWidth": "Largura", @@ -1999,13 +2082,24 @@ "PE.Views.TableSettingsAdvanced.textAltTip": "A representación alternativa baseada en texto da información do obxecto visual, que se lerá ás persoas con problemas de visión ou cognitivos para axudalos a comprender mellor que información hai na imaxe, forma automática, gráfico ou táboa.", "PE.Views.TableSettingsAdvanced.textAltTitle": "Título", "PE.Views.TableSettingsAdvanced.textBottom": "Inferior", + "PE.Views.TableSettingsAdvanced.textCenter": "Centro", "PE.Views.TableSettingsAdvanced.textCheckMargins": "Usar marxes predeterminadas", "PE.Views.TableSettingsAdvanced.textDefaultMargins": "Marxes predeterminados", + "PE.Views.TableSettingsAdvanced.textFrom": "De", + "PE.Views.TableSettingsAdvanced.textHeight": "Altura", + "PE.Views.TableSettingsAdvanced.textHorizontal": "Horizontal", + "PE.Views.TableSettingsAdvanced.textKeepRatio": "Proporcións constantes", "PE.Views.TableSettingsAdvanced.textLeft": "Esquerda", "PE.Views.TableSettingsAdvanced.textMargins": "Marxes de celdas", + "PE.Views.TableSettingsAdvanced.textPlacement": "Ubicación", + "PE.Views.TableSettingsAdvanced.textPosition": "Posición", "PE.Views.TableSettingsAdvanced.textRight": "Dereita", + "PE.Views.TableSettingsAdvanced.textSize": "Tamaño", "PE.Views.TableSettingsAdvanced.textTitle": "Táboa - Configuración avanzada", "PE.Views.TableSettingsAdvanced.textTop": "Parte superior", + "PE.Views.TableSettingsAdvanced.textTopLeftCorner": "Ángulo esquerdo superior", + "PE.Views.TableSettingsAdvanced.textVertical": "Vertical", + "PE.Views.TableSettingsAdvanced.textWidth": "Largura", "PE.Views.TableSettingsAdvanced.textWidthSpaces": "Marxes", "PE.Views.TextArtSettings.strBackground": "Cor de fondo", "PE.Views.TextArtSettings.strColor": "Cor", @@ -2076,6 +2170,7 @@ "PE.Views.Toolbar.mniImageFromFile": "Imaxe do ficheiro", "PE.Views.Toolbar.mniImageFromStorage": "Imaxe do Almacenamento", "PE.Views.Toolbar.mniImageFromUrl": "Imaxe da URL", + "PE.Views.Toolbar.mniInsertSSE": "Inserir folla de cálculo", "PE.Views.Toolbar.mniLowerCase": "minúscula", "PE.Views.Toolbar.mniSentenceCase": "Tipo oración.", "PE.Views.Toolbar.mniSlideAdvanced": "Configuracións avanzadas", @@ -2168,6 +2263,7 @@ "PE.Views.Toolbar.tipMarkersFSquare": "Viñetas cadradas recheas", "PE.Views.Toolbar.tipMarkersHRound": "Viñetas redondas ocas", "PE.Views.Toolbar.tipMarkersStar": "Viñetas de estrela", + "PE.Views.Toolbar.tipNone": "Ningún", "PE.Views.Toolbar.tipNumbers": "Numeración", "PE.Views.Toolbar.tipPaste": "Pegar", "PE.Views.Toolbar.tipPreview": "Iniciar presentación", diff --git a/apps/presentationeditor/main/locale/pt-PT.json b/apps/presentationeditor/main/locale/pt-PT.json index 06829c3af..775ed5030 100644 --- a/apps/presentationeditor/main/locale/pt-PT.json +++ b/apps/presentationeditor/main/locale/pt-PT.json @@ -2095,6 +2095,7 @@ "PE.Views.Toolbar.mniImageFromFile": "Imagem de um ficheiro", "PE.Views.Toolbar.mniImageFromStorage": "Imagem de um armazenamento", "PE.Views.Toolbar.mniImageFromUrl": "Imagem de um URL", + "PE.Views.Toolbar.mniInsertSSE": "Inserir Folha de Cálculo", "PE.Views.Toolbar.mniLowerCase": "minúscula", "PE.Views.Toolbar.mniSentenceCase": "Maiúscula no Início da frase.", "PE.Views.Toolbar.mniSlideAdvanced": "Definições avançadas", diff --git a/apps/presentationeditor/main/locale/ro.json b/apps/presentationeditor/main/locale/ro.json index c859ae31a..4f1dd30f3 100644 --- a/apps/presentationeditor/main/locale/ro.json +++ b/apps/presentationeditor/main/locale/ro.json @@ -259,7 +259,7 @@ "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola", "Common.UI.SearchBar.textFind": "Găsire", - "Common.UI.SearchBar.tipCloseSearch": "Închidere căutare", + "Common.UI.SearchBar.tipCloseSearch": "Închide căutare", "Common.UI.SearchBar.tipNextResult": "Următorul rezultat", "Common.UI.SearchBar.tipOpenAdvancedSettings": "Deschide setările avansate", "Common.UI.SearchBar.tipPreviousResult": "Rezultatul anterior", @@ -446,6 +446,7 @@ "Common.Views.PluginDlg.textLoading": "Încărcare", "Common.Views.Plugins.groupCaption": "Plugin-uri", "Common.Views.Plugins.strPlugins": "Plugin-uri", + "Common.Views.Plugins.textClosePanel": "Închide plugin-ul", "Common.Views.Plugins.textLoading": "Încărcare", "Common.Views.Plugins.textStart": "Pornire", "Common.Views.Plugins.textStop": "Oprire", @@ -531,7 +532,7 @@ "Common.Views.SaveAsDlg.textLoading": "Încărcare", "Common.Views.SaveAsDlg.textTitle": "Folderul de salvare", "Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici", - "Common.Views.SearchPanel.textCloseSearch": "Închidere căutare", + "Common.Views.SearchPanel.textCloseSearch": "Închide căutare", "Common.Views.SearchPanel.textFind": "Găsire", "Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire", "Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată", diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index 7caf06718..ff4ecf820 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -446,6 +446,7 @@ "Common.Views.PluginDlg.textLoading": "Загрузка", "Common.Views.Plugins.groupCaption": "Плагины", "Common.Views.Plugins.strPlugins": "Плагины", + "Common.Views.Plugins.textClosePanel": "Закрыть плагин", "Common.Views.Plugins.textLoading": "Загрузка", "Common.Views.Plugins.textStart": "Запустить", "Common.Views.Plugins.textStop": "Остановить", diff --git a/apps/presentationeditor/main/locale/zh.json b/apps/presentationeditor/main/locale/zh.json index 4540b0b35..cc80642cd 100644 --- a/apps/presentationeditor/main/locale/zh.json +++ b/apps/presentationeditor/main/locale/zh.json @@ -241,6 +241,7 @@ "Common.define.effectData.textWipe": "擦除", "Common.define.effectData.textZigzag": "弯弯曲曲", "Common.define.effectData.textZoom": "缩放", + "Common.Translation.textMoreButton": "更多", "Common.Translation.warnFileLocked": "另一个应用程序正在编辑本文件。您在可以继续编辑,并另存为副本。", "Common.Translation.warnFileLockedBtnEdit": "创建拷贝", "Common.Translation.warnFileLockedBtnView": "打开以查看", @@ -257,6 +258,11 @@ "Common.UI.HSBColorPicker.textNoColor": "没有颜色", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "隐藏密码", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "显示密码", + "Common.UI.SearchBar.textFind": "查找", + "Common.UI.SearchBar.tipCloseSearch": "关闭搜索", + "Common.UI.SearchBar.tipNextResult": "下一个", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "打开高级设置", + "Common.UI.SearchBar.tipPreviousResult": "上一个", "Common.UI.SearchDialog.textHighlight": "高亮效果", "Common.UI.SearchDialog.textMatchCase": "区分大小写", "Common.UI.SearchDialog.textReplaceDef": "输入替换文字", @@ -269,11 +275,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "全部替换", "Common.UI.SynchronizeTip.textDontShow": "不要再显示此消息", "Common.UI.SynchronizeTip.textSynchronize": "该文档已被其他用户更改。
请点击保存更改并重新加载更新。", + "Common.UI.ThemeColorPalette.textRecentColors": "最近的颜色", "Common.UI.ThemeColorPalette.textStandartColors": "标准颜色", "Common.UI.ThemeColorPalette.textThemeColors": "主题颜色", "Common.UI.Themes.txtThemeClassicLight": "经典浅色", "Common.UI.Themes.txtThemeDark": "暗色模式", "Common.UI.Themes.txtThemeLight": "浅色主題", + "Common.UI.Themes.txtThemeSystem": "和系统一致", "Common.UI.Window.cancelButtonText": "取消", "Common.UI.Window.closeButtonText": "关闭", "Common.UI.Window.noButtonText": "否", @@ -374,6 +382,7 @@ "Common.Views.Header.textSaveChanged": "已修改", "Common.Views.Header.textSaveEnd": "所有更改已保存", "Common.Views.Header.textSaveExpander": "所有更改已保存", + "Common.Views.Header.textShare": "共享", "Common.Views.Header.textZoom": "放大", "Common.Views.Header.tipAccessRights": "管理文档访问权限", "Common.Views.Header.tipDownload": "下载文件", @@ -381,8 +390,10 @@ "Common.Views.Header.tipPrint": "打印文件", "Common.Views.Header.tipRedo": "重做", "Common.Views.Header.tipSave": "保存", + "Common.Views.Header.tipSearch": "搜索", "Common.Views.Header.tipUndo": "复原", "Common.Views.Header.tipUndock": "打开单独的窗口", + "Common.Views.Header.tipUsers": "查看用户", "Common.Views.Header.tipViewSettings": "视图设置", "Common.Views.Header.tipViewUsers": "查看用户和管理文档访问权限", "Common.Views.Header.txtAccessRights": "更改访问权限", @@ -455,7 +466,7 @@ "Common.Views.ReviewChanges.strFast": "快速", "Common.Views.ReviewChanges.strFastDesc": "自动共同编辑模式,自动保存修改痕迹。", "Common.Views.ReviewChanges.strStrict": "手动", - "Common.Views.ReviewChanges.strStrictDesc": "手动共同编辑模式,点击保存按钮后,才会同步用户所做的修改。", + "Common.Views.ReviewChanges.strStrictDesc": "使用“保存”按钮同步你和其他人的修改。", "Common.Views.ReviewChanges.tipAcceptCurrent": "接受当前的变化", "Common.Views.ReviewChanges.tipCoAuthMode": "设置共同编辑模式", "Common.Views.ReviewChanges.tipCommentRem": "移除批注", @@ -481,7 +492,7 @@ "Common.Views.ReviewChanges.txtCommentRemMy": "移除我的批注", "Common.Views.ReviewChanges.txtCommentRemMyCurrent": "移除我的当前批注", "Common.Views.ReviewChanges.txtCommentRemove": "删除", - "Common.Views.ReviewChanges.txtCommentResolve": "解析", + "Common.Views.ReviewChanges.txtCommentResolve": "解决", "Common.Views.ReviewChanges.txtCommentResolveAll": "解决全体评论", "Common.Views.ReviewChanges.txtCommentResolveCurrent": "解决该评论", "Common.Views.ReviewChanges.txtCommentResolveMy": "解决我的评论", @@ -519,6 +530,21 @@ "Common.Views.ReviewPopover.txtEditTip": "编辑", "Common.Views.SaveAsDlg.textLoading": "载入中", "Common.Views.SaveAsDlg.textTitle": "保存文件夹", + "Common.Views.SearchPanel.textCaseSensitive": "区分大小写", + "Common.Views.SearchPanel.textCloseSearch": "关闭搜索", + "Common.Views.SearchPanel.textFind": "查找", + "Common.Views.SearchPanel.textFindAndReplace": "查找和替换", + "Common.Views.SearchPanel.textMatchUsingRegExp": "正则匹配", + "Common.Views.SearchPanel.textNoMatches": "找不到匹配信息", + "Common.Views.SearchPanel.textNoSearchResults": "找不到搜索结果", + "Common.Views.SearchPanel.textReplace": "替换", + "Common.Views.SearchPanel.textReplaceAll": "全部替换", + "Common.Views.SearchPanel.textReplaceWith": "替换为", + "Common.Views.SearchPanel.textSearchResults": "搜索结果:{0}/{1}", + "Common.Views.SearchPanel.textTooManyResults": "结果太多了", + "Common.Views.SearchPanel.textWholeWords": "仅全字", + "Common.Views.SearchPanel.tipNextResult": "下一个", + "Common.Views.SearchPanel.tipPreviousResult": "上一个", "Common.Views.SelectFileDlg.textLoading": "载入中", "Common.Views.SelectFileDlg.textTitle": "选择数据源", "Common.Views.SignDialog.textBold": "加粗", @@ -674,8 +700,10 @@ "PE.Controllers.Main.textPaidFeature": "付费功能", "PE.Controllers.Main.textReconnect": "连接已恢复", "PE.Controllers.Main.textRemember": "针对所有的文件记住我的选择", + "PE.Controllers.Main.textRememberMacros": "记住我的选择", "PE.Controllers.Main.textRenameError": "用户名不能留空。", "PE.Controllers.Main.textRenameLabel": "输入名称,可用于协作。", + "PE.Controllers.Main.textRequestMacros": "宏发起一个请求至URL。你是否允许请求到%1?", "PE.Controllers.Main.textShape": "形状", "PE.Controllers.Main.textStrict": "手动模式", "PE.Controllers.Main.textTryUndoRedo": "对于自动的协同编辑模式,取消/重做功能是禁用的。< br >单击“手动模式”按钮切换到手动协同编辑模式,这样,编辑该文件时只有您保存修改之后,其他用户才能访问这些修改。您可以使用编辑器高级设置易于切换编辑模式。", @@ -954,6 +982,8 @@ "PE.Controllers.Main.warnNoLicense": "您已达到同时连接%1编辑器的限制。该文档将被打开仅供查看。
请联系%1销售团队以了解个人升级条款。", "PE.Controllers.Main.warnNoLicenseUsers": "您已达到%1编辑器的用户限制。请联系%1销售团队以了解个人升级条款。", "PE.Controllers.Main.warnProcessRightsChange": "您被拒绝编辑文件的权限。", + "PE.Controllers.Search.notcriticalErrorTitle": "警告", + "PE.Controllers.Search.warnReplaceString": "{0}不是有效的规范", "PE.Controllers.Statusbar.textDisconnect": "连接失败
正在尝试连接。请检查连接设置。", "PE.Controllers.Statusbar.zoomText": "缩放%{0}", "PE.Controllers.Toolbar.confirmAddFontName": "您要保存的字体在当前设备上不可用。
使用其中一种系统字体显示文本样式,当可用时将使用保存的字体。
是否要继续?", @@ -1336,7 +1366,18 @@ "PE.Views.ChartSettingsAdvanced.textAltDescription": "描述", "PE.Views.ChartSettingsAdvanced.textAltTip": "视觉对象信息的替代基于文本的表示法,将要向有视觉或认知障碍人阅读,以帮助他们更好地了解图像、自选图形、图表或表格中的那些信息。", "PE.Views.ChartSettingsAdvanced.textAltTitle": "标题", + "PE.Views.ChartSettingsAdvanced.textCenter": "中心", + "PE.Views.ChartSettingsAdvanced.textFrom": "从", + "PE.Views.ChartSettingsAdvanced.textHeight": "高度", + "PE.Views.ChartSettingsAdvanced.textHorizontal": "水平", + "PE.Views.ChartSettingsAdvanced.textKeepRatio": "不变比例", + "PE.Views.ChartSettingsAdvanced.textPlacement": "放置", + "PE.Views.ChartSettingsAdvanced.textPosition": "位置", + "PE.Views.ChartSettingsAdvanced.textSize": "大小", "PE.Views.ChartSettingsAdvanced.textTitle": "图 - 高级设置", + "PE.Views.ChartSettingsAdvanced.textTopLeftCorner": "左上角", + "PE.Views.ChartSettingsAdvanced.textVertical": "垂直", + "PE.Views.ChartSettingsAdvanced.textWidth": "宽度", "PE.Views.DateTimeDialog.confirmDefault": "设置{0}:{1}的默认格式", "PE.Views.DateTimeDialog.textDefault": "设为默认值", "PE.Views.DateTimeDialog.textFormat": "格式", @@ -1592,6 +1633,8 @@ "PE.Views.FileMenuPanels.Settings.strFast": "快速", "PE.Views.FileMenuPanels.Settings.strFontRender": "字体微调方式", "PE.Views.FileMenuPanels.Settings.strForcesave": "单击“保存”或Ctrl+S之后版本添加到存储", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "忽略大写单词", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "忽略带数字的单词", "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "宏设置", "PE.Views.FileMenuPanels.Settings.strPaste": "剪切、复制、黏贴", "PE.Views.FileMenuPanels.Settings.strPasteButton": "在执行粘贴操作后显示“粘贴选项”按钮", @@ -1613,8 +1656,12 @@ "PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "自动修正选项...", "PE.Views.FileMenuPanels.Settings.txtCacheMode": "默认缓存模式", "PE.Views.FileMenuPanels.Settings.txtCm": "厘米", + "PE.Views.FileMenuPanels.Settings.txtCollaboration": "协作", + "PE.Views.FileMenuPanels.Settings.txtEditingSaving": "编辑并保存", + "PE.Views.FileMenuPanels.Settings.txtFastTip": "实时协同编辑。所有", "PE.Views.FileMenuPanels.Settings.txtFitSlide": "适合幻灯片", "PE.Views.FileMenuPanels.Settings.txtFitWidth": "适合宽度", + "PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "特殊符号", "PE.Views.FileMenuPanels.Settings.txtInch": "寸", "PE.Views.FileMenuPanels.Settings.txtInput": "备选输入", "PE.Views.FileMenuPanels.Settings.txtLast": "最后查看", @@ -1627,9 +1674,13 @@ "PE.Views.FileMenuPanels.Settings.txtSpellCheck": "拼写检查", "PE.Views.FileMenuPanels.Settings.txtStopMacros": "解除所有项目", "PE.Views.FileMenuPanels.Settings.txtStopMacrosDesc": "解除所有不带通知的宏", + "PE.Views.FileMenuPanels.Settings.txtStrictTip": "使用“保存\"按钮同步你和其他人的修改", + "PE.Views.FileMenuPanels.Settings.txtUseAltKey": "使用键盘上的Alt键导航至用户界面", + "PE.Views.FileMenuPanels.Settings.txtUseOptionKey": "使用键盘上的Option键导航至用户界面", "PE.Views.FileMenuPanels.Settings.txtWarnMacros": "显示通知", "PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "解除所有带通知的宏", "PE.Views.FileMenuPanels.Settings.txtWin": "仿照 Windows", + "PE.Views.FileMenuPanels.Settings.txtWorkspace": "工作空间", "PE.Views.HeaderFooterDialog.applyAllText": "全部应用", "PE.Views.HeaderFooterDialog.applyText": "应用", "PE.Views.HeaderFooterDialog.diffLanguage": "不能使用与幻灯片母版不同语言的日期格式。
若要更改母版,请单击“全部应用”而不是“应用”", @@ -1692,8 +1743,11 @@ "PE.Views.ImageSettingsAdvanced.textAltTip": "视觉对象信息的替代基于文本的表示法,将要向有视觉或认知障碍人阅读,以帮助他们更好地了解图像、自选图形、图表或表格中的那些信息。", "PE.Views.ImageSettingsAdvanced.textAltTitle": "标题", "PE.Views.ImageSettingsAdvanced.textAngle": "角度", + "PE.Views.ImageSettingsAdvanced.textCenter": "中心", "PE.Views.ImageSettingsAdvanced.textFlipped": "已翻转", + "PE.Views.ImageSettingsAdvanced.textFrom": "从", "PE.Views.ImageSettingsAdvanced.textHeight": "高度", + "PE.Views.ImageSettingsAdvanced.textHorizontal": "水平", "PE.Views.ImageSettingsAdvanced.textHorizontally": "水平", "PE.Views.ImageSettingsAdvanced.textKeepRatio": "不变比例", "PE.Views.ImageSettingsAdvanced.textOriginalSize": "实际大小", @@ -1702,6 +1756,8 @@ "PE.Views.ImageSettingsAdvanced.textRotation": "旋转", "PE.Views.ImageSettingsAdvanced.textSize": "大小", "PE.Views.ImageSettingsAdvanced.textTitle": "图片 - 高级设置", + "PE.Views.ImageSettingsAdvanced.textTopLeftCorner": "左上角", + "PE.Views.ImageSettingsAdvanced.textVertical": "垂直", "PE.Views.ImageSettingsAdvanced.textVertically": "垂直", "PE.Views.ImageSettingsAdvanced.textWidth": "宽度", "PE.Views.LeftMenu.tipAbout": "关于", @@ -1713,6 +1769,7 @@ "PE.Views.LeftMenu.tipSupport": "反馈和支持", "PE.Views.LeftMenu.tipTitles": "标题", "PE.Views.LeftMenu.txtDeveloper": "开发者模式", + "PE.Views.LeftMenu.txtEditor": "表格编辑器", "PE.Views.LeftMenu.txtLimit": "限制访问", "PE.Views.LeftMenu.txtTrial": "试用模式", "PE.Views.LeftMenu.txtTrialDev": "试用开发者模式", @@ -1841,12 +1898,15 @@ "PE.Views.ShapeSettingsAdvanced.textBevel": "斜角", "PE.Views.ShapeSettingsAdvanced.textBottom": "底部", "PE.Views.ShapeSettingsAdvanced.textCapType": "帽类型", + "PE.Views.ShapeSettingsAdvanced.textCenter": "中心", "PE.Views.ShapeSettingsAdvanced.textColNumber": "列数", "PE.Views.ShapeSettingsAdvanced.textEndSize": "结束尺寸", "PE.Views.ShapeSettingsAdvanced.textEndStyle": "结束样式", "PE.Views.ShapeSettingsAdvanced.textFlat": "平面", "PE.Views.ShapeSettingsAdvanced.textFlipped": "已翻转", + "PE.Views.ShapeSettingsAdvanced.textFrom": "从", "PE.Views.ShapeSettingsAdvanced.textHeight": "高度", + "PE.Views.ShapeSettingsAdvanced.textHorizontal": "水平", "PE.Views.ShapeSettingsAdvanced.textHorizontally": "水平", "PE.Views.ShapeSettingsAdvanced.textJoinType": "加入类型", "PE.Views.ShapeSettingsAdvanced.textKeepRatio": "不变比例", @@ -1854,6 +1914,8 @@ "PE.Views.ShapeSettingsAdvanced.textLineStyle": "线样式", "PE.Views.ShapeSettingsAdvanced.textMiter": "米特", "PE.Views.ShapeSettingsAdvanced.textNofit": "不要使用自动适应", + "PE.Views.ShapeSettingsAdvanced.textPlacement": "放置", + "PE.Views.ShapeSettingsAdvanced.textPosition": "位置", "PE.Views.ShapeSettingsAdvanced.textResizeFit": "调整形状以适应文本", "PE.Views.ShapeSettingsAdvanced.textRight": "右侧", "PE.Views.ShapeSettingsAdvanced.textRotation": "旋转", @@ -1865,6 +1927,8 @@ "PE.Views.ShapeSettingsAdvanced.textTextBox": "文本框", "PE.Views.ShapeSettingsAdvanced.textTitle": "形状 - 高级设置", "PE.Views.ShapeSettingsAdvanced.textTop": "顶部", + "PE.Views.ShapeSettingsAdvanced.textTopLeftCorner": "左上角", + "PE.Views.ShapeSettingsAdvanced.textVertical": "垂直", "PE.Views.ShapeSettingsAdvanced.textVertically": "垂直", "PE.Views.ShapeSettingsAdvanced.textWeightArrows": "重量和箭头", "PE.Views.ShapeSettingsAdvanced.textWidth": "宽度", @@ -2018,13 +2082,24 @@ "PE.Views.TableSettingsAdvanced.textAltTip": "视觉对象信息的替代基于文本的表示法,将要向有视觉或认知障碍人阅读,以帮助他们更好地了解图像、自选图形、图表或表格中的那些信息。", "PE.Views.TableSettingsAdvanced.textAltTitle": "标题", "PE.Views.TableSettingsAdvanced.textBottom": "底部", + "PE.Views.TableSettingsAdvanced.textCenter": "中心", "PE.Views.TableSettingsAdvanced.textCheckMargins": "使用默认页边距", "PE.Views.TableSettingsAdvanced.textDefaultMargins": "默认边距", + "PE.Views.TableSettingsAdvanced.textFrom": "从", + "PE.Views.TableSettingsAdvanced.textHeight": "高度", + "PE.Views.TableSettingsAdvanced.textHorizontal": "水平", + "PE.Views.TableSettingsAdvanced.textKeepRatio": "不变比例", "PE.Views.TableSettingsAdvanced.textLeft": "左", "PE.Views.TableSettingsAdvanced.textMargins": "元数据边缘", + "PE.Views.TableSettingsAdvanced.textPlacement": "放置", + "PE.Views.TableSettingsAdvanced.textPosition": "位置", "PE.Views.TableSettingsAdvanced.textRight": "右侧", + "PE.Views.TableSettingsAdvanced.textSize": "大小", "PE.Views.TableSettingsAdvanced.textTitle": "表-高级设置", "PE.Views.TableSettingsAdvanced.textTop": "顶部", + "PE.Views.TableSettingsAdvanced.textTopLeftCorner": "左上角", + "PE.Views.TableSettingsAdvanced.textVertical": "垂直", + "PE.Views.TableSettingsAdvanced.textWidth": "宽度", "PE.Views.TableSettingsAdvanced.textWidthSpaces": "边距", "PE.Views.TextArtSettings.strBackground": "背景颜色", "PE.Views.TextArtSettings.strColor": "颜色", @@ -2095,6 +2170,7 @@ "PE.Views.Toolbar.mniImageFromFile": "图片文件", "PE.Views.Toolbar.mniImageFromStorage": "图片来自存储", "PE.Views.Toolbar.mniImageFromUrl": "图片来自网络", + "PE.Views.Toolbar.mniInsertSSE": "插入表格", "PE.Views.Toolbar.mniLowerCase": "小写", "PE.Views.Toolbar.mniSentenceCase": "句子大小写。", "PE.Views.Toolbar.mniSlideAdvanced": "高级设置", diff --git a/apps/spreadsheeteditor/embed/locale/el.json b/apps/spreadsheeteditor/embed/locale/el.json index 2e1e486cc..2f0d8c2b5 100644 --- a/apps/spreadsheeteditor/embed/locale/el.json +++ b/apps/spreadsheeteditor/embed/locale/el.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Ύψος", "common.view.modals.txtShare": "Διαμοιρασμός συνδέσμου", "common.view.modals.txtWidth": "Πλάτος", + "common.view.SearchBar.textFind": "Εύρεση", "SSE.ApplicationController.convertationErrorText": "Αποτυχία μετατροπής.", "SSE.ApplicationController.convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.", "SSE.ApplicationController.criticalErrorTitle": "Σφάλμα", @@ -34,5 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "Άνοιγμα τοποθεσίας αρχείου", "SSE.ApplicationView.txtFullScreen": "Πλήρης οθόνη", "SSE.ApplicationView.txtPrint": "Εκτύπωση", + "SSE.ApplicationView.txtSearch": "Αναζήτηση", "SSE.ApplicationView.txtShare": "Διαμοιρασμός" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/en.json b/apps/spreadsheeteditor/embed/locale/en.json index 43f5cba1f..0932a398d 100644 --- a/apps/spreadsheeteditor/embed/locale/en.json +++ b/apps/spreadsheeteditor/embed/locale/en.json @@ -35,6 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "Open file location", "SSE.ApplicationView.txtFullScreen": "Full Screen", "SSE.ApplicationView.txtPrint": "Print", - "SSE.ApplicationView.txtShare": "Share", - "SSE.ApplicationView.txtSearch": "Search" + "SSE.ApplicationView.txtSearch": "Search", + "SSE.ApplicationView.txtShare": "Share" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/eu.json b/apps/spreadsheeteditor/embed/locale/eu.json index 516edef3c..058fd49d9 100644 --- a/apps/spreadsheeteditor/embed/locale/eu.json +++ b/apps/spreadsheeteditor/embed/locale/eu.json @@ -35,5 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "Ireki fitxategiaren kokalekua", "SSE.ApplicationView.txtFullScreen": "Pantaila osoa", "SSE.ApplicationView.txtPrint": "Inprimatu", + "SSE.ApplicationView.txtSearch": "Bilatu", "SSE.ApplicationView.txtShare": "Partekatu" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/gl.json b/apps/spreadsheeteditor/embed/locale/gl.json index 697bf51f2..dcec943b4 100644 --- a/apps/spreadsheeteditor/embed/locale/gl.json +++ b/apps/spreadsheeteditor/embed/locale/gl.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Altura", "common.view.modals.txtShare": "Compartir ligazón", "common.view.modals.txtWidth": "Largura", + "common.view.SearchBar.textFind": "Buscar", "SSE.ApplicationController.convertationErrorText": "Fallou a conversión.", "SSE.ApplicationController.convertationTimeoutText": "Excedeu o tempo límite de conversión.", "SSE.ApplicationController.criticalErrorTitle": "Erro", @@ -34,5 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "Abrir ubicación do ficheiro", "SSE.ApplicationView.txtFullScreen": "Pantalla completa", "SSE.ApplicationView.txtPrint": "Imprimir", + "SSE.ApplicationView.txtSearch": "Buscar", "SSE.ApplicationView.txtShare": "Compartir" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/nl.json b/apps/spreadsheeteditor/embed/locale/nl.json index 8aba561a2..6da0f19c7 100644 --- a/apps/spreadsheeteditor/embed/locale/nl.json +++ b/apps/spreadsheeteditor/embed/locale/nl.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "Hoogte", "common.view.modals.txtShare": "Link delen", "common.view.modals.txtWidth": "Breedte", + "common.view.SearchBar.textFind": "Zoeken", "SSE.ApplicationController.convertationErrorText": "Conversie is mislukt", "SSE.ApplicationController.convertationTimeoutText": "Time-out voor conversie overschreden.", "SSE.ApplicationController.criticalErrorTitle": "Fout", diff --git a/apps/spreadsheeteditor/embed/locale/ro.json b/apps/spreadsheeteditor/embed/locale/ro.json index 27c0d2e89..52719d97a 100644 --- a/apps/spreadsheeteditor/embed/locale/ro.json +++ b/apps/spreadsheeteditor/embed/locale/ro.json @@ -35,5 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "Deschidere locația fișierului", "SSE.ApplicationView.txtFullScreen": "Ecran complet", "SSE.ApplicationView.txtPrint": "Imprimare", + "SSE.ApplicationView.txtSearch": "Căutare", "SSE.ApplicationView.txtShare": "Partajează" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/ru.json b/apps/spreadsheeteditor/embed/locale/ru.json index d07c38586..c36533f40 100644 --- a/apps/spreadsheeteditor/embed/locale/ru.json +++ b/apps/spreadsheeteditor/embed/locale/ru.json @@ -35,5 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "Открыть расположение файла", "SSE.ApplicationView.txtFullScreen": "Во весь экран", "SSE.ApplicationView.txtPrint": "Печать", + "SSE.ApplicationView.txtSearch": "Поиск", "SSE.ApplicationView.txtShare": "Поделиться" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/zh.json b/apps/spreadsheeteditor/embed/locale/zh.json index c6d06bc90..6dbac26c5 100644 --- a/apps/spreadsheeteditor/embed/locale/zh.json +++ b/apps/spreadsheeteditor/embed/locale/zh.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "高度", "common.view.modals.txtShare": "分享链接", "common.view.modals.txtWidth": "宽度", + "common.view.SearchBar.textFind": "查找", "SSE.ApplicationController.convertationErrorText": "转换失败", "SSE.ApplicationController.convertationTimeoutText": "转换超时", "SSE.ApplicationController.criticalErrorTitle": "错误", @@ -34,5 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "打开文件所在位置", "SSE.ApplicationView.txtFullScreen": "全屏", "SSE.ApplicationView.txtPrint": "打印", + "SSE.ApplicationView.txtSearch": "搜索", "SSE.ApplicationView.txtShare": "共享" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ca.json b/apps/spreadsheeteditor/main/locale/ca.json index 36083d96f..efa16c7e6 100644 --- a/apps/spreadsheeteditor/main/locale/ca.json +++ b/apps/spreadsheeteditor/main/locale/ca.json @@ -710,7 +710,7 @@ "SSE.Controllers.Main.errorDefaultMessage": "Codi d'error:%1", "SSE.Controllers.Main.errorDeleteColumnContainsLockedCell": "Intentes suprimir una columna que conté una cel·la blocada. Les cel·les blocades no es poden suprimir mentre el llibre estigui protegit.
Per suprimir una cel·la blocada desprotegeix el full. És possible que et demanin introduir una contrasenya.", "SSE.Controllers.Main.errorDeleteRowContainsLockedCell": "Intentes suprimir una fila que conté una cel·la blocada. Les cel·les blocades no es poden suprimir mentre el llibre estigui protegit.
Per suprimir una cel·la blocada desprotegeix el full. És possible que et demanin introduir una contrasenya.", - "SSE.Controllers.Main.errorEditingDownloadas": "S'ha produït un error mentre es treballava amb el document.
Utilitza l'opció \"Baixa-ho com a ...\" per desar la còpia de seguretat del fitxer al disc dur de l'ordinador.", + "SSE.Controllers.Main.errorEditingDownloadas": "S'ha produït un error mentre es treballava amb el document.
Utilitza l'opció \"Baixa-ho com a ...\"per desar la còpia de seguretat del fitxer al disc dur de l'ordinador.", "SSE.Controllers.Main.errorEditingSaveas": "S'ha produït un error mentre es treballava amb el document.
Utilitza l'opció \"Desa com a ...\" per desar la còpia de seguretat del fitxer al disc dur de l’ordinador.", "SSE.Controllers.Main.errorEditView": "La visualització del full existent no es pot editar i no es poden crear de noves en aquest moment, ja que s’estan editant algunes d’elles.", "SSE.Controllers.Main.errorEmailClient": "No s'ha trobat cap client de correu electrònic", @@ -2525,6 +2525,7 @@ "SSE.Views.LeftMenu.tipSpellcheck": "Revisió ortogràfica", "SSE.Views.LeftMenu.tipSupport": "Comentaris i servei d'atenció al client", "SSE.Views.LeftMenu.txtDeveloper": "MODE PER A DESENVOLUPADORS", + "SSE.Views.LeftMenu.txtEditor": "Editor del full de càlcul", "SSE.Views.LeftMenu.txtLimit": "Limita l'accés", "SSE.Views.LeftMenu.txtTrial": "MODE DE PROVA", "SSE.Views.LeftMenu.txtTrialDev": "Mode de desenvolupament de prova", @@ -3180,6 +3181,7 @@ "SSE.Views.Spellcheck.textIgnore": "Ignora", "SSE.Views.Spellcheck.textIgnoreAll": "Ignora-ho tot", "SSE.Views.Spellcheck.txtAddToDictionary": "Afegeix al diccionari", + "SSE.Views.Spellcheck.txtClosePanel": "Tanca ortografia", "SSE.Views.Spellcheck.txtComplete": "S'ha completat la revisió ortogràfica", "SSE.Views.Spellcheck.txtDictionaryLanguage": "Idioma del diccionari", "SSE.Views.Spellcheck.txtNextTip": "Ves a la paraula següent", @@ -3380,10 +3382,13 @@ "SSE.Views.Toolbar.textDelUp": "Desplaça les cel·les cap amunt", "SSE.Views.Toolbar.textDiagDownBorder": "Vora diagonal inferior", "SSE.Views.Toolbar.textDiagUpBorder": "Vora diagonal superior", + "SSE.Views.Toolbar.textDone": "Fet", + "SSE.Views.Toolbar.textEditVA": "Edita l'àrea visible", "SSE.Views.Toolbar.textEntireCol": "Tota la columna", "SSE.Views.Toolbar.textEntireRow": "Tota la fila", "SSE.Views.Toolbar.textFewPages": "pàgines", "SSE.Views.Toolbar.textHeight": "Alçada", + "SSE.Views.Toolbar.textHideVA": "Amaga l'àrea visible", "SSE.Views.Toolbar.textHorizontal": "Text horitzontal", "SSE.Views.Toolbar.textInsDown": "Desplaça les cel·les cap avall", "SSE.Views.Toolbar.textInsideBorders": "Vores interiors", @@ -3508,8 +3513,10 @@ "SSE.Views.Toolbar.tipSendBackward": "Envia cap enrere", "SSE.Views.Toolbar.tipSendForward": "Porta endavant", "SSE.Views.Toolbar.tipSynchronize": "Un altre usuari ha canviat el document. Fes clic per desar els canvis i carregar les actualitzacions.", + "SSE.Views.Toolbar.tipTextFormatting": "Més eines de format de text", "SSE.Views.Toolbar.tipTextOrientation": "Orientació", "SSE.Views.Toolbar.tipUndo": "Desfés", + "SSE.Views.Toolbar.tipVisibleArea": "Àrea visible", "SSE.Views.Toolbar.tipWrap": "Ajusta el text", "SSE.Views.Toolbar.txtAccounting": "Comptabilitat", "SSE.Views.Toolbar.txtAdditional": "Addicional", diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json index 6b9181758..186e02d7b 100644 --- a/apps/spreadsheeteditor/main/locale/el.json +++ b/apps/spreadsheeteditor/main/locale/el.json @@ -116,6 +116,11 @@ "Common.UI.HSBColorPicker.textNoColor": "Χωρίς Χρώμα", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Απόκρυψη συνθηματικού", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Εμφάνιση συνθηματικού", + "Common.UI.SearchBar.textFind": "Εύρεση", + "Common.UI.SearchBar.tipCloseSearch": "Κλείσιμο αναζήτησης", + "Common.UI.SearchBar.tipNextResult": "Επόμενο αποτέλεσμα", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "Άνοιγμα σύνθετων ρυθμίσεων", + "Common.UI.SearchBar.tipPreviousResult": "Προηγούμενο αποτέλεσμα", "Common.UI.SearchDialog.textHighlight": "Επισήμανση αποτελεσμάτων", "Common.UI.SearchDialog.textMatchCase": "Με διάκριση πεζών - κεφαλαίων γραμμάτων", "Common.UI.SearchDialog.textReplaceDef": "Εισάγετε το κείμενο αντικατάστασης", @@ -128,11 +133,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "Αντικατάσταση Όλων", "Common.UI.SynchronizeTip.textDontShow": "Να μην εμφανίζεται αυτό το μήνυμα ξανά", "Common.UI.SynchronizeTip.textSynchronize": "Το έγγραφο έχει αλλάξει από άλλο χρήστη.
Παρακαλούμε κάντε κλικ για να αποθηκεύσετε τις αλλαγές σας και να φορτώσετε ξανά τις ενημερώσεις.", + "Common.UI.ThemeColorPalette.textRecentColors": "Πρόσφατα Χρώματα", "Common.UI.ThemeColorPalette.textStandartColors": "Τυπικά Χρώματα", "Common.UI.ThemeColorPalette.textThemeColors": "Χρώματα Θέματος", "Common.UI.Themes.txtThemeClassicLight": "Κλασικό Ανοιχτό", "Common.UI.Themes.txtThemeDark": "Σκούρο", "Common.UI.Themes.txtThemeLight": "Ανοιχτό", + "Common.UI.Themes.txtThemeSystem": "Ίδιο με το σύστημα", "Common.UI.Window.cancelButtonText": "Ακύρωση", "Common.UI.Window.closeButtonText": "Κλείσιμο", "Common.UI.Window.noButtonText": "Όχι", @@ -202,6 +209,7 @@ "Common.Views.Comments.textResolved": "Επιλύθηκε", "Common.Views.Comments.textSort": "Ταξινόμηση σχολίων", "Common.Views.Comments.textViewResolved": "Δεν έχετε άδεια να ανοίξετε ξανά το σχόλιο", + "Common.Views.Comments.txtEmpty": "Δεν υπάρχουν σχόλια στο φύλλο.", "Common.Views.CopyWarningDialog.textDontShow": "Να μην εμφανίζεται αυτό το μήνυμα ξανά", "Common.Views.CopyWarningDialog.textMsg": "Η αντιγραφή, η αποκοπή και η επικόλληση μέσω των κουμπιών της εργαλειοθήκης του συντάκτη καθώς και οι ενέργειες του μενού συμφραζομένων εφαρμόζονται μόνο εντός αυτής της καρτέλας.

Για αντιγραφή ή επικόλληση από ή προς εφαρμογές εκτός της καρτέλας χρησιμοποιήστε τους ακόλουθους συνδυασμούς πλήκτρων:", "Common.Views.CopyWarningDialog.textTitle": "Ενέργειες Αντιγραφής, Αποκοπής και Επικόλλησης", @@ -224,6 +232,7 @@ "Common.Views.Header.textSaveChanged": "Τροποποιημένο", "Common.Views.Header.textSaveEnd": "Όλες οι αλλαγές αποθηκεύτηκαν", "Common.Views.Header.textSaveExpander": "Όλες οι αλλαγές αποθηκεύτηκαν", + "Common.Views.Header.textShare": "Διαμοιρασμός", "Common.Views.Header.textZoom": "Εστίαση", "Common.Views.Header.tipAccessRights": "Διαχείριση δικαιωμάτων πρόσβασης εγγράφου", "Common.Views.Header.tipDownload": "Λήψη αρχείου", @@ -231,8 +240,10 @@ "Common.Views.Header.tipPrint": "Εκτύπωση αρχείου", "Common.Views.Header.tipRedo": "Επανάληψη", "Common.Views.Header.tipSave": "Αποθήκευση", + "Common.Views.Header.tipSearch": "Αναζήτηση", "Common.Views.Header.tipUndo": "Αναίρεση", "Common.Views.Header.tipUndock": "Απαγκίστρωση σε ξεχωριστό παράθυρο", + "Common.Views.Header.tipUsers": "Προβολή χρηστών", "Common.Views.Header.tipViewSettings": "Προβολή ρυθμίσεων", "Common.Views.Header.tipViewUsers": "Προβολή χρηστών και διαχείριση δικαιωμάτων πρόσβασης σε έγγραφα", "Common.Views.Header.txtAccessRights": "Αλλαγή δικαιωμάτων πρόσβασης", @@ -290,6 +301,7 @@ "Common.Views.PluginDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.Plugins.groupCaption": "Πρόσθετα", "Common.Views.Plugins.strPlugins": "Πρόσθετα", + "Common.Views.Plugins.textClosePanel": "Κλείσιμο πρόσθετου", "Common.Views.Plugins.textLoading": "Γίνεται φόρτωση", "Common.Views.Plugins.textStart": "Εκκίνηση", "Common.Views.Plugins.textStop": "Διακοπή", @@ -374,6 +386,38 @@ "Common.Views.ReviewPopover.txtEditTip": "Επεξεργασία", "Common.Views.SaveAsDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.SaveAsDlg.textTitle": "Φάκελος για αποθήκευση", + "Common.Views.SearchPanel.textByColumns": "Κατά στήλες", + "Common.Views.SearchPanel.textByRows": "Κατά γραμμές", + "Common.Views.SearchPanel.textCaseSensitive": "Διάκριση Πεζών-Κεφαλαίων", + "Common.Views.SearchPanel.textCell": "Κελί", + "Common.Views.SearchPanel.textCloseSearch": "Κλείσιμο αναζήτησης", + "Common.Views.SearchPanel.textFind": "Εύρεση", + "Common.Views.SearchPanel.textFindAndReplace": "Εύρεση και αντικατάσταση", + "Common.Views.SearchPanel.textFormula": "Τύπος", + "Common.Views.SearchPanel.textFormulas": "Τύποι", + "Common.Views.SearchPanel.textItemEntireCell": "Ολόκληρο το περιεχόμενου κελιού", + "Common.Views.SearchPanel.textLookIn": "Αναζήτηση σε", + "Common.Views.SearchPanel.textMatchUsingRegExp": "Ταίριασμα με χρήση κανονικών εκφράσεων", + "Common.Views.SearchPanel.textName": "Όνομα", + "Common.Views.SearchPanel.textNoMatches": "Χωρίς ταίριασμα", + "Common.Views.SearchPanel.textNoSearchResults": "Δεν υπάρχουν αποτελέσματα αναζήτησης", + "Common.Views.SearchPanel.textReplace": "Αντικατάσταση", + "Common.Views.SearchPanel.textReplaceAll": "Αντικατάσταση Όλων", + "Common.Views.SearchPanel.textReplaceWith": "Αντικατάσταση με", + "Common.Views.SearchPanel.textSearch": "Αναζήτηση", + "Common.Views.SearchPanel.textSearchOptions": "Επιλογές αναζήτησης", + "Common.Views.SearchPanel.textSearchResults": "Αποτελέσματα αναζήτησης: {0}/{1}", + "Common.Views.SearchPanel.textSelectDataRange": "Επιλογή Εύρους Δεδομένων", + "Common.Views.SearchPanel.textSheet": "Φύλλο", + "Common.Views.SearchPanel.textSpecificRange": "Συγκεκριμένο εύρος", + "Common.Views.SearchPanel.textTooManyResults": "Υπάρχουν πάρα πολλά αποτελέσματα για εμφάνιση εδώ", + "Common.Views.SearchPanel.textValue": "Τιμή", + "Common.Views.SearchPanel.textValues": "Τιμές", + "Common.Views.SearchPanel.textWholeWords": "Ολόκληρες λέξεις μόνο", + "Common.Views.SearchPanel.textWithin": "Εντός", + "Common.Views.SearchPanel.textWorkbook": "Βιβλίο Εργασίας", + "Common.Views.SearchPanel.tipNextResult": "Επόμενο αποτέλεσμα", + "Common.Views.SearchPanel.tipPreviousResult": "Προηγούμενο αποτέλεσμα", "Common.Views.SelectFileDlg.textLoading": "Γίνεται φόρτωση", "Common.Views.SelectFileDlg.textTitle": "Επιλογή Πηγής Δεδομένων", "Common.Views.SignDialog.textBold": "Έντονα", @@ -783,8 +827,10 @@ "SSE.Controllers.Main.textPleaseWait": "Η λειτουργία ίσως χρειαστεί περισσότερο χρόνο από τον αναμενόμενο. Παρακαλούμε περιμένετε...", "SSE.Controllers.Main.textReconnect": "Η σύνδεση αποκαταστάθηκε", "SSE.Controllers.Main.textRemember": "Να θυμάσαι την επιλογή μου για όλα τα αρχεία", + "SSE.Controllers.Main.textRememberMacros": "Απομνημόνευση της επιλογής μου για όλες τις μακροεντολές", "SSE.Controllers.Main.textRenameError": "Το όνομα χρήστη δεν μπορεί να είναι κενό.", "SSE.Controllers.Main.textRenameLabel": "Εισάγετε ένα όνομα για συνεργατική χρήση", + "SSE.Controllers.Main.textRequestMacros": "Μια μακροεντολή κάνει ένα αίτημα σε διεύθυνση URL. Θέλετε να επιτρέψετε το αίτημα στο %1;", "SSE.Controllers.Main.textShape": "Σχήμα", "SSE.Controllers.Main.textStrict": "Αυστηρή κατάσταση", "SSE.Controllers.Main.textTryUndoRedo": "Οι λειτουργίες Αναίρεση/Επανάληψη είναι απενεργοποιημένες στην κατάσταση Γρήγορης συν-επεξεργασίας.
Κάντε κλικ στο κουμπί 'Αυστηρή κατάσταση' για να μεταβείτε στην Αυστηρή κατάσταση συν-επεξεργασίας όπου επεξεργάζεστε το αρχείο χωρίς παρέμβαση άλλων χρηστών και στέλνετε τις αλλαγές σας αφού τις αποθηκεύσετε. Η μετάβαση μεταξύ των δύο καταστάσεων γίνεται μέσω των Προηγμένων Ρυθμίσεων.", @@ -1070,6 +1116,10 @@ "SSE.Controllers.Print.textWarning": "Προειδοποίηση", "SSE.Controllers.Print.txtCustom": "Προσαρμογή", "SSE.Controllers.Print.warnCheckMargings": "Τα περιθώρια είναι εσφαλμένα", + "SSE.Controllers.Search.textInvalidRange": "ΣΦΑΛΜΑ! Μη έγκυρο εύρος κελιών", + "SSE.Controllers.Search.textNoTextFound": "Τα δεδομένα που αναζητάτε δεν βρέθηκαν. Παρακαλούμε προσαρμόστε τις επιλογές αναζήτησης.", + "SSE.Controllers.Search.textReplaceSkipped": "Η αντικατάσταση ολοκληρώθηκε. {0} εμφανίσεις προσπεράστηκαν.", + "SSE.Controllers.Search.textReplaceSuccess": "Η αναζήτηση ολοκληρώθηκε. Αντικαταστάθηκαν {0} εμφανίσεις", "SSE.Controllers.Statusbar.errorLastSheet": "Το βιβλίο εργασίας πρέπει να έχει τουλάχιστον ένα ορατό φύλλο εργασίας.", "SSE.Controllers.Statusbar.errorRemoveSheet": "Δεν είναι δυνατή η διαγραφή του φύλλου εργασίας.", "SSE.Controllers.Statusbar.strSheet": "Φύλλο", @@ -1576,6 +1626,7 @@ "SSE.Views.ChartDataRangeDialog.txtValues": "Τιμές", "SSE.Views.ChartDataRangeDialog.txtXValues": "Τιμές Χ", "SSE.Views.ChartDataRangeDialog.txtYValues": "Τιμές Υ", + "SSE.Views.ChartSettings.errorMaxRows": "Ο μέγιστος αριθμός σειρών δεδομένων ανά γράφημα είναι 255.", "SSE.Views.ChartSettings.strLineWeight": "Πλάτος Γραμμής", "SSE.Views.ChartSettings.strSparkColor": "Χρώμα", "SSE.Views.ChartSettings.strTemplate": "Πρότυπο", @@ -1597,6 +1648,7 @@ "SSE.Views.ChartSettings.textShow": "Εμφάνιση", "SSE.Views.ChartSettings.textSize": "Μέγεθος", "SSE.Views.ChartSettings.textStyle": "Τεχνοτροπία", + "SSE.Views.ChartSettings.textSwitch": "Εναλλαγή Γραμμής/Στήλης", "SSE.Views.ChartSettings.textType": "Τύπος", "SSE.Views.ChartSettings.textWidth": "Πλάτος", "SSE.Views.ChartSettingsDlg.errorMaxPoints": "ΣΦΑΛΜΑ! Ο μέγιστος αριθμός σημείων σε σειρά ανά γράφημα είναι 4096.", @@ -1614,6 +1666,7 @@ "SSE.Views.ChartSettingsDlg.textAxisPos": "Θέση Άξονα", "SSE.Views.ChartSettingsDlg.textAxisSettings": "Ρυθμίσεις Άξονα", "SSE.Views.ChartSettingsDlg.textAxisTitle": "Τίτλος", + "SSE.Views.ChartSettingsDlg.textBase": "Βάση", "SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Μεταξύ Διαβαθμίσεων", "SSE.Views.ChartSettingsDlg.textBillions": "Δισεκατομμύρια", "SSE.Views.ChartSettingsDlg.textBottom": "Κάτω", @@ -1662,6 +1715,7 @@ "SSE.Views.ChartSettingsDlg.textLegendTop": "Επάνω", "SSE.Views.ChartSettingsDlg.textLines": "Γραμμές", "SSE.Views.ChartSettingsDlg.textLocationRange": "Εύρος Τοποθεσίας", + "SSE.Views.ChartSettingsDlg.textLogScale": "Λογαριθμική Κλίμακα", "SSE.Views.ChartSettingsDlg.textLow": "Χαμηλό", "SSE.Views.ChartSettingsDlg.textMajor": "Βασικές", "SSE.Views.ChartSettingsDlg.textMajorMinor": "Βασικές και Δευτερεύουσες", @@ -1853,7 +1907,9 @@ "SSE.Views.DocumentHolder.bottomCellText": "Στοίχιση Κάτω", "SSE.Views.DocumentHolder.bulletsText": "Κουκκίδες και Αρίθμηση", "SSE.Views.DocumentHolder.centerCellText": "Στοίχιση στη Μέση", + "SSE.Views.DocumentHolder.chartDataText": "Επιλογή Δεδομένων Γραφήματος", "SSE.Views.DocumentHolder.chartText": "Προηγμένες Ρυθμίσεις Γραφήματος", + "SSE.Views.DocumentHolder.chartTypeText": "Αλλαγή Τύπου Γραφήματος", "SSE.Views.DocumentHolder.deleteColumnText": "Στήλη", "SSE.Views.DocumentHolder.deleteRowText": "Γραμμή", "SSE.Views.DocumentHolder.deleteTableText": "Πίνακας", @@ -2026,7 +2082,7 @@ "SSE.Views.FileMenu.btnCloseMenuCaption": "Κλείσιμο Μενού", "SSE.Views.FileMenu.btnCreateNewCaption": "Δημιουργία Νέου", "SSE.Views.FileMenu.btnDownloadCaption": "Λήψη ως...", - "SSE.Views.FileMenu.btnExitCaption": "Έξοδος", + "SSE.Views.FileMenu.btnExitCaption": "Κλείσιμο", "SSE.Views.FileMenu.btnFileOpenCaption": "Άνοιγμα...", "SSE.Views.FileMenu.btnHelpCaption": "Βοήθεια...", "SSE.Views.FileMenu.btnHistoryCaption": "Ιστορικό Εκδόσεων", @@ -2065,16 +2121,22 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Εφαρμογή", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Κατάσταση Συν-επεξεργασίας", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Διαχωριστικό δεκαδικού", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Γλώσσα λεξικού", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Γρήγορη", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Βελτιστοποίηση Γραμματοσειράς", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Προσθήκη έκδοσης στο χώρο αποθήκευσης μετά την Αποθήκευση ή Ctrl+S", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Γλώσσα Τύπων", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Παράδειγμα: SUM; MIN; MAX; COUNT", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Αγνόηση λέξεων με ΚΕΦΑΛΑΙΑ", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Αγνόηση λέξεων με αριθμούς", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Ρυθμίσεις Mακροεντολών", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Αποκοπή, αντιγραφή και επικόλληση", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Εμφάνιση κουμπιού Επιλογών Επικόλλησης κατά την επικόλληση περιεχομένου", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "Τεχνοτροπία Παραπομπών R1C1", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Τοπικές Ρυθμίσεις", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Παράδειγμα:", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Εμφάνιση σχολίων στο φύλλο", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Εμφάνιση επιλυμένων σχολίων", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Αυστηρή", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Θέμα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Διαχωριστικό χιλιάδων", @@ -2091,17 +2153,21 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Αποθήκευση ενδιάμεσων εκδόσεων", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Κάθε Λεπτό", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Τεχνοτροπία Παραπομπών", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtAutoCorrect": "Επιλογές αυτόματης διόρθωσης...", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Λευκορωσικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Βουλγάρικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Καταλανικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Προεπιλεγμένη κατάσταση λανθάνουσας μνήμης", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Εκατοστό", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCollaboration": "Συνεργασία", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Τσέχικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Δανέζικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Γερμανικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEditingSaving": "Επεξεργασία και αποθήκευση", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Ελληνικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Αγγλικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Ισπανικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFastTip": "Συν-επεξεργασία σε πραγματικό χρόνο. Όλες οι αλλαγές αποθηκεύονται αυτόματα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Φινλανδικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Γαλλικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Ουγγρικά", @@ -2117,9 +2183,11 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Νορβηγικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Ολλανδικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Πολωνικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtProofing": "Διόρθωση Κειμένου", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Σημείο", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Πορτογαλικά (Βραζιλίας)", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Πορτογαλικά (Πορτογαλίας)", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRegion": "Περιοχή", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Ρουμάνικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Ρώσικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Ενεργοποίηση Όλων", @@ -2128,13 +2196,17 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Σλοβένικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Απενεργοποίηση όλων", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών χωρίς ειδοποίηση", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStrictTip": "Χρησιμοποιήστε το κουμπί \"Αποθήκευση\" για να συγχρονίσετε τις αλλαγές που κάνετε εσείς και άλλοι", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Σουηδικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Τουρκικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Ουκρανικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseAltKey": "Χρησιμοποιήστε το πλήκτρο Alt για πλοήγηση στη διεπαφή χρήστη χρησιμοποιώντας το πληκτρολόγιο", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseOptionKey": "Χρησιμοποιήστε το πλήκτρο επιλογής για πλοήγηση στη διεπαφή χρήστη χρησιμοποιώντας το πληκτρολόγιο", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Βιετναμέζικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Εμφάνιση Ειδοποίησης", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών με μια ειδοποίηση", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "ως Windows", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Χώρος εργασίας", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Κινέζικα", "SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Προειδοποίηση", "SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Με συνθηματικό", @@ -2454,6 +2526,7 @@ "SSE.Views.LeftMenu.tipSpellcheck": "Έλεγχος ορθογραφίας", "SSE.Views.LeftMenu.tipSupport": "Ανατροφοδότηση & Υποστήριξη", "SSE.Views.LeftMenu.txtDeveloper": "ΛΕΙΤΟΥΡΓΙΑ ΓΙΑ ΠΡΟΓΡΑΜΜΑΤΙΣΤΕΣ", + "SSE.Views.LeftMenu.txtEditor": "Συντάκτης Λογιστικού Φύλλου", "SSE.Views.LeftMenu.txtLimit": "Περιορισμός Πρόσβασης", "SSE.Views.LeftMenu.txtTrial": "ΚΑΤΑΣΤΑΣΗ ΔΟΚΙΜΑΣΤΙΚΗΣ ΛΕΙΤΟΥΡΓΙΑΣ", "SSE.Views.LeftMenu.txtTrialDev": "Δοκιμαστική Λειτουργία για Προγραμματιστές", @@ -3109,6 +3182,7 @@ "SSE.Views.Spellcheck.textIgnore": "Αγνόηση", "SSE.Views.Spellcheck.textIgnoreAll": "Αγνόηση Όλων", "SSE.Views.Spellcheck.txtAddToDictionary": "Προσθήκη στο Λεξικό", + "SSE.Views.Spellcheck.txtClosePanel": "Κλείσιμο συλλαβισμού", "SSE.Views.Spellcheck.txtComplete": "Ο έλεγχος ορθογραφίας ολοκληρώθηκε", "SSE.Views.Spellcheck.txtDictionaryLanguage": "Γλώσσα Λεξικού", "SSE.Views.Spellcheck.txtNextTip": "Μετάβαση στην επόμενη λέξη", @@ -3309,10 +3383,13 @@ "SSE.Views.Toolbar.textDelUp": "Ολίσθηση Κελιών Πάνω", "SSE.Views.Toolbar.textDiagDownBorder": "Διαγώνιο Κάτω Περίγραμμα", "SSE.Views.Toolbar.textDiagUpBorder": "Διαγώνιο Επάνω Περίγραμμα", + "SSE.Views.Toolbar.textDone": "Ολοκληρώθηκε", + "SSE.Views.Toolbar.textEditVA": "Επεξεργασία Ορατής Περιοχής", "SSE.Views.Toolbar.textEntireCol": "Ολόκληρη Στήλη", "SSE.Views.Toolbar.textEntireRow": "Ολόκληρη Γραμμή", "SSE.Views.Toolbar.textFewPages": "σελίδες", "SSE.Views.Toolbar.textHeight": "Ύψος", + "SSE.Views.Toolbar.textHideVA": "Απόκρυψη Ορατής Περιοχής", "SSE.Views.Toolbar.textHorizontal": "Οριζόντιο Κείμενο", "SSE.Views.Toolbar.textInsDown": "Ολίσθηση Κελιών Κάτω", "SSE.Views.Toolbar.textInsideBorders": "Εσωτερικά Περιγράμματα", @@ -3437,8 +3514,10 @@ "SSE.Views.Toolbar.tipSendBackward": "Μεταφορά προς τα πίσω", "SSE.Views.Toolbar.tipSendForward": "Μεταφορά προς τα εμπρός", "SSE.Views.Toolbar.tipSynchronize": "Το έγγραφο τροποποιήθηκε από άλλο χρήστη. Κάντε κλικ για να αποθηκεύσετε τις αλλαγές σας και να επαναφορτώσετε τις ενημερώσεις.", + "SSE.Views.Toolbar.tipTextFormatting": "Περισσότερα εργαλεία μορφοποίησης κειμένου ", "SSE.Views.Toolbar.tipTextOrientation": "Προσανατολισμός", "SSE.Views.Toolbar.tipUndo": "Αναίρεση", + "SSE.Views.Toolbar.tipVisibleArea": "Ορατή περιοχή", "SSE.Views.Toolbar.tipWrap": "Αναδίπλωση κειμένου", "SSE.Views.Toolbar.txtAccounting": "Λογιστική", "SSE.Views.Toolbar.txtAdditional": "Επιπρόσθετα", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index da990f93b..fd94c14e4 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -301,10 +301,10 @@ "Common.Views.PluginDlg.textLoading": "Loading", "Common.Views.Plugins.groupCaption": "Plugins", "Common.Views.Plugins.strPlugins": "Plugins", + "Common.Views.Plugins.textClosePanel": "Close plugin", "Common.Views.Plugins.textLoading": "Loading", "Common.Views.Plugins.textStart": "Start", "Common.Views.Plugins.textStop": "Stop", - "Common.Views.Plugins.textClosePanel": "Close plugin", "Common.Views.Protection.hintAddPwd": "Encrypt with password", "Common.Views.Protection.hintPwd": "Change or delete password", "Common.Views.Protection.hintSignature": "Add digital signature or signature line", diff --git a/apps/spreadsheeteditor/main/locale/eu.json b/apps/spreadsheeteditor/main/locale/eu.json index 8ce29eb3b..40374aa68 100644 --- a/apps/spreadsheeteditor/main/locale/eu.json +++ b/apps/spreadsheeteditor/main/locale/eu.json @@ -2525,6 +2525,7 @@ "SSE.Views.LeftMenu.tipSpellcheck": "Ortografia-egiaztapena", "SSE.Views.LeftMenu.tipSupport": "Oharrak eta laguntza", "SSE.Views.LeftMenu.txtDeveloper": "GARATZAILE MODUA", + "SSE.Views.LeftMenu.txtEditor": "Kalkulu-orri editorea", "SSE.Views.LeftMenu.txtLimit": "Mugatu sarbidea", "SSE.Views.LeftMenu.txtTrial": "PROBA MODUA", "SSE.Views.LeftMenu.txtTrialDev": "Probako garatzaile modua", @@ -3180,6 +3181,7 @@ "SSE.Views.Spellcheck.textIgnore": "Egin ez ikusia", "SSE.Views.Spellcheck.textIgnoreAll": "Egin ez ikusia guztiei", "SSE.Views.Spellcheck.txtAddToDictionary": "Gehitu hiztegira", + "SSE.Views.Spellcheck.txtClosePanel": "Itxi zuzentzailea", "SSE.Views.Spellcheck.txtComplete": "Ortografia-egiaztapena burutu da", "SSE.Views.Spellcheck.txtDictionaryLanguage": "Hiztegiaren hizkuntza", "SSE.Views.Spellcheck.txtNextTip": "Joan hurrengo hitzera", @@ -3380,10 +3382,13 @@ "SSE.Views.Toolbar.textDelUp": "Lerratu gelaxkak gora", "SSE.Views.Toolbar.textDiagDownBorder": "Ertz diagonala beherantz", "SSE.Views.Toolbar.textDiagUpBorder": "Ertz diagonala gorantz", + "SSE.Views.Toolbar.textDone": "Eginda", + "SSE.Views.Toolbar.textEditVA": "Editatu area ikusgarria", "SSE.Views.Toolbar.textEntireCol": "Zutabe osoa", "SSE.Views.Toolbar.textEntireRow": "Errenkada osoa", "SSE.Views.Toolbar.textFewPages": "orriak", "SSE.Views.Toolbar.textHeight": "Altuera", + "SSE.Views.Toolbar.textHideVA": "Ezkutatu area ikusgarria", "SSE.Views.Toolbar.textHorizontal": "Testu horizontala", "SSE.Views.Toolbar.textInsDown": "Lerratu gelaxkak behera", "SSE.Views.Toolbar.textInsideBorders": "Barne-ertzak", @@ -3508,8 +3513,10 @@ "SSE.Views.Toolbar.tipSendBackward": "Eraman atzera", "SSE.Views.Toolbar.tipSendForward": "Ekarri aurrera", "SSE.Views.Toolbar.tipSynchronize": "Dokumentua beste erabiltzaile batek aldatu du. Egin klik zure aldaketak gorde eta eguneraketak berriz kargatzeko.", + "SSE.Views.Toolbar.tipTextFormatting": "Testu-formatu erreminta gehiago", "SSE.Views.Toolbar.tipTextOrientation": "Orientazioa", "SSE.Views.Toolbar.tipUndo": "Desegin", + "SSE.Views.Toolbar.tipVisibleArea": "Area ikusgarria", "SSE.Views.Toolbar.tipWrap": "Egokitu testua", "SSE.Views.Toolbar.txtAccounting": "Kontabilitatea", "SSE.Views.Toolbar.txtAdditional": "Gehigarria", diff --git a/apps/spreadsheeteditor/main/locale/gl.json b/apps/spreadsheeteditor/main/locale/gl.json index 3a532f35d..94feb3354 100644 --- a/apps/spreadsheeteditor/main/locale/gl.json +++ b/apps/spreadsheeteditor/main/locale/gl.json @@ -116,11 +116,16 @@ "Common.UI.HSBColorPicker.textNoColor": "Sen cor", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Agochar o contrasinal", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Amosar o contrasinal", + "Common.UI.SearchBar.textFind": "Atopar", + "Common.UI.SearchBar.tipCloseSearch": "Pechar busca", + "Common.UI.SearchBar.tipNextResult": "Seguinte resultado", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "Abrir a configuración avanzada", + "Common.UI.SearchBar.tipPreviousResult": "Anterior resultado", "Common.UI.SearchDialog.textHighlight": "Realzar resultados", "Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas", "Common.UI.SearchDialog.textReplaceDef": "Inserir o texto da substitución", "Common.UI.SearchDialog.textSearchStart": "Insira o seu texto aquí", - "Common.UI.SearchDialog.textTitle": "Buscar e reemprazar", + "Common.UI.SearchDialog.textTitle": "Buscar e substituír", "Common.UI.SearchDialog.textTitle2": "Buscar", "Common.UI.SearchDialog.textWholeWords": "Só palabras completas", "Common.UI.SearchDialog.txtBtnHideReplace": "Agochar substitución", @@ -128,11 +133,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "Substituír todo", "Common.UI.SynchronizeTip.textDontShow": "Non volver a amosar esta mensaxe", "Common.UI.SynchronizeTip.textSynchronize": "Outro usuario cambiou o documento.
Prema para gardar os cambios e recarga as actualizacións.", + "Common.UI.ThemeColorPalette.textRecentColors": "Colores recentes", "Common.UI.ThemeColorPalette.textStandartColors": "Cores estándar", "Common.UI.ThemeColorPalette.textThemeColors": "Cores do tema", "Common.UI.Themes.txtThemeClassicLight": "Clásico claro", "Common.UI.Themes.txtThemeDark": "Escuro", "Common.UI.Themes.txtThemeLight": "Claro", + "Common.UI.Themes.txtThemeSystem": "Igual que o sistema", "Common.UI.Window.cancelButtonText": "Cancelar", "Common.UI.Window.closeButtonText": "Pechar", "Common.UI.Window.noButtonText": "Non", @@ -202,6 +209,7 @@ "Common.Views.Comments.textResolved": "Resolto", "Common.Views.Comments.textSort": "Ordenar comentarios", "Common.Views.Comments.textViewResolved": "Non ten permiso para volver a abrir o documento", + "Common.Views.Comments.txtEmpty": "Sen comentarios na folla.", "Common.Views.CopyWarningDialog.textDontShow": "Non volver a amosar esta mensaxe", "Common.Views.CopyWarningDialog.textMsg": "As accións de copiar, cortar e pegar empregando os botóns da barra de ferramentas do editor e as accións do menú contextual realizaranse só nesta pestana do editor.

Para copiar ou pegar en ou desde aplicativos fóra da pestana do editor, use as seguintes combinacións de teclado:", "Common.Views.CopyWarningDialog.textTitle": "Accións de copiar, cortar e pegar", @@ -224,6 +232,7 @@ "Common.Views.Header.textSaveChanged": "Modificado", "Common.Views.Header.textSaveEnd": "Todos os cambios foron gardados", "Common.Views.Header.textSaveExpander": "Todos os cambios foron gardados", + "Common.Views.Header.textShare": "Compartir", "Common.Views.Header.textZoom": "Ampliar", "Common.Views.Header.tipAccessRights": "Xestionar dereitos de acceso ao documento", "Common.Views.Header.tipDownload": "Descargar ficheiro", @@ -231,8 +240,10 @@ "Common.Views.Header.tipPrint": "Imprimir ficheiro", "Common.Views.Header.tipRedo": "Refacer", "Common.Views.Header.tipSave": "Gardar", + "Common.Views.Header.tipSearch": "Buscar", "Common.Views.Header.tipUndo": "Desfacer", "Common.Views.Header.tipUndock": "Abrir nunha xanela independente", + "Common.Views.Header.tipUsers": "Ver usuarios", "Common.Views.Header.tipViewSettings": "Amosar configuración", "Common.Views.Header.tipViewUsers": "Ver usuarios e administrar dereitos de acceso ao documento", "Common.Views.Header.txtAccessRights": "Cambiar dereitos de acceso", @@ -374,6 +385,38 @@ "Common.Views.ReviewPopover.txtEditTip": "Editar", "Common.Views.SaveAsDlg.textLoading": "Cargando", "Common.Views.SaveAsDlg.textTitle": "Cartafol para gardar", + "Common.Views.SearchPanel.textByColumns": "Por columnas", + "Common.Views.SearchPanel.textByRows": "Por filas", + "Common.Views.SearchPanel.textCaseSensitive": "Diferenciar maiúsculas de minúsculas", + "Common.Views.SearchPanel.textCell": "Celda", + "Common.Views.SearchPanel.textCloseSearch": "Pechar busca", + "Common.Views.SearchPanel.textFind": "Atopar", + "Common.Views.SearchPanel.textFindAndReplace": "Buscar e substituír", + "Common.Views.SearchPanel.textFormula": "Fórmula", + "Common.Views.SearchPanel.textFormulas": "Fórmulas ", + "Common.Views.SearchPanel.textItemEntireCell": "Todo o contido da celda", + "Common.Views.SearchPanel.textLookIn": "Buscar en ", + "Common.Views.SearchPanel.textMatchUsingRegExp": "Relacionar con expresións regulares", + "Common.Views.SearchPanel.textName": "Nome", + "Common.Views.SearchPanel.textNoMatches": "Non hai coincidencias", + "Common.Views.SearchPanel.textNoSearchResults": "Non se obtiveron resultados", + "Common.Views.SearchPanel.textReplace": "Substituír", + "Common.Views.SearchPanel.textReplaceAll": "Substituír todo", + "Common.Views.SearchPanel.textReplaceWith": "Substituír con", + "Common.Views.SearchPanel.textSearch": "Buscar", + "Common.Views.SearchPanel.textSearchOptions": "Opcións de busca", + "Common.Views.SearchPanel.textSearchResults": "Resultados da busca: {0}/{1}", + "Common.Views.SearchPanel.textSelectDataRange": "Selección de rango de datos", + "Common.Views.SearchPanel.textSheet": "Folla", + "Common.Views.SearchPanel.textSpecificRange": "Especificar intervalo", + "Common.Views.SearchPanel.textTooManyResults": "Hai moitos resultados para amosar aquí", + "Common.Views.SearchPanel.textValue": "Valor", + "Common.Views.SearchPanel.textValues": "Valores", + "Common.Views.SearchPanel.textWholeWords": "Só palabras completas", + "Common.Views.SearchPanel.textWithin": "Dentro de", + "Common.Views.SearchPanel.textWorkbook": "Libro de traballo", + "Common.Views.SearchPanel.tipNextResult": "Seguinte resultado", + "Common.Views.SearchPanel.tipPreviousResult": "Anterior resultado", "Common.Views.SelectFileDlg.textLoading": "Cargando", "Common.Views.SelectFileDlg.textTitle": "Seleccionar fonte de datos", "Common.Views.SignDialog.textBold": "Grosa", @@ -783,8 +826,10 @@ "SSE.Controllers.Main.textPleaseWait": "A operación pode tomar máis tiempo do esperado. Agarde...", "SSE.Controllers.Main.textReconnect": "Restaurouse a conexión", "SSE.Controllers.Main.textRemember": "Recordar a miña elección para todos os ficheiros", + "SSE.Controllers.Main.textRememberMacros": "Recorda a miña selección por todas as macros", "SSE.Controllers.Main.textRenameError": "O nome de usuario non pode estar vacío.", "SSE.Controllers.Main.textRenameLabel": "Insira un nome que se usará para a colaboración", + "SSE.Controllers.Main.textRequestMacros": "Unha macro fai unha petición á URL. Quere permitirlla a %1?", "SSE.Controllers.Main.textShape": "Forma", "SSE.Controllers.Main.textStrict": "Modo estrito", "SSE.Controllers.Main.textTryUndoRedo": "As funcións Desfacer / Refacer están desactivadas para o modo de coedición rápida.
Faga clic no botón \"Modo estrito\" para cambiar ao modo de coedición estricto para editar o ficheiro sen interferencias doutros usuarios e enviar os seus cambios só despois de gardalos. eles. Pode cambiar entre os modos de coedición usando o editor Configuración avanzada.", @@ -1070,6 +1115,10 @@ "SSE.Controllers.Print.textWarning": "Aviso", "SSE.Controllers.Print.txtCustom": "Personalizar", "SSE.Controllers.Print.warnCheckMargings": "Marxes son incorrectas", + "SSE.Controllers.Search.textInvalidRange": "ERRO! Intervalo de celdas inválido", + "SSE.Controllers.Search.textNoTextFound": "Non se puideron atopar os datos que estabas buscando. Axuste as opcións de busca.", + "SSE.Controllers.Search.textReplaceSkipped": "A substitución foi realizada. {0} ocorrencias foron ignoradas.", + "SSE.Controllers.Search.textReplaceSuccess": "Fíxose a busca. Substituíronse {0} ocorrencias", "SSE.Controllers.Statusbar.errorLastSheet": "Un libro debe conter ao menos unha folla visible.", "SSE.Controllers.Statusbar.errorRemoveSheet": "Imposible borrar a folla de cálculo.", "SSE.Controllers.Statusbar.strSheet": "Folla", @@ -1576,6 +1625,7 @@ "SSE.Views.ChartDataRangeDialog.txtValues": "Valores", "SSE.Views.ChartDataRangeDialog.txtXValues": "Valores X", "SSE.Views.ChartDataRangeDialog.txtYValues": "Valores Y", + "SSE.Views.ChartSettings.errorMaxRows": "O número máximo de series de datos por gráfico é 255.", "SSE.Views.ChartSettings.strLineWeight": "Grosor da liña", "SSE.Views.ChartSettings.strSparkColor": "Cor", "SSE.Views.ChartSettings.strTemplate": "Cadro do persoal", @@ -1597,6 +1647,7 @@ "SSE.Views.ChartSettings.textShow": "Amosar", "SSE.Views.ChartSettings.textSize": "Tamaño", "SSE.Views.ChartSettings.textStyle": "Estilo", + "SSE.Views.ChartSettings.textSwitch": "Cambiar Fila/Columna", "SSE.Views.ChartSettings.textType": "Tipo", "SSE.Views.ChartSettings.textWidth": "Largura", "SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERRO! O número máximo de puntos en serie por gráfico é 4096.", @@ -1614,6 +1665,7 @@ "SSE.Views.ChartSettingsDlg.textAxisPos": "Posición do eixo", "SSE.Views.ChartSettingsDlg.textAxisSettings": "Axustes do eixo", "SSE.Views.ChartSettingsDlg.textAxisTitle": "Título", + "SSE.Views.ChartSettingsDlg.textBase": "Base", "SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Entre marcas de gradación", "SSE.Views.ChartSettingsDlg.textBillions": "Miles de millóns", "SSE.Views.ChartSettingsDlg.textBottom": "Inferior", @@ -1662,6 +1714,7 @@ "SSE.Views.ChartSettingsDlg.textLegendTop": "Parte superior", "SSE.Views.ChartSettingsDlg.textLines": "Liñas", "SSE.Views.ChartSettingsDlg.textLocationRange": "Intervalo da ubicación", + "SSE.Views.ChartSettingsDlg.textLogScale": "Escala logarítmica", "SSE.Views.ChartSettingsDlg.textLow": "Baixo", "SSE.Views.ChartSettingsDlg.textMajor": "Principal", "SSE.Views.ChartSettingsDlg.textMajorMinor": "Maior e menor", @@ -1853,7 +1906,9 @@ "SSE.Views.DocumentHolder.bottomCellText": "Aliñar á parte inferior", "SSE.Views.DocumentHolder.bulletsText": "Viñetas e numeración", "SSE.Views.DocumentHolder.centerCellText": "Aliñar ao medio", + "SSE.Views.DocumentHolder.chartDataText": "Seleccionar datos do gráfico", "SSE.Views.DocumentHolder.chartText": "Configuración avanzada do gráfico", + "SSE.Views.DocumentHolder.chartTypeText": "Cambiar tipo de gráfico", "SSE.Views.DocumentHolder.deleteColumnText": "Columna", "SSE.Views.DocumentHolder.deleteRowText": "Fila", "SSE.Views.DocumentHolder.deleteTableText": "Táboa", @@ -2065,16 +2120,22 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Aplicar", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "O modo Co-edición", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Separador decimal", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Idioma do dicionario", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Rápido", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "Busca das fontes", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Engadir a versión ao almacenamento despois de premer en Gardar ou Ctrl+S", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Idioma da fórmula", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Exemplo: SUMA; MÍNIMO; MÁXIMO; CONTAR", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Omitir palabras en MAIÚSCULAS", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Omitir palabras con números", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Configuración das macros", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Cortar, copiar e pegar", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Amosar o botón Opcións de pegado cando se pegue contido", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "Estilo de referencia R1C1", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Configuración rexional", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Exemplo: ", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Amosar os comentarios nunha folla", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Amosar os comentarios resoltos", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Estrito", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "Tema da interface", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "Separador de miles", @@ -2091,17 +2152,21 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Gardar versións intermedias", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "A cada minuto", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Estilo de referencias", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtAutoCorrect": "Opcións de autocorrección", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Bieloruso", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Búlgaro", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Catalán", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Modo de caché predeterminado", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Centímetro", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCollaboration": "Colaboración", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Checo", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Dinamarqués", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Alemán", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEditingSaving": "Editar e gardar", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Grego", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Inglés", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Español", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFastTip": "Coedición en tempo real. Todos os cambios se gardarán automaticamente", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Finés", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Francés", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Húngaro", @@ -2117,9 +2182,11 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Noruegués", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Holandés", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Polaco", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtProofing": "Corrección", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Punto", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "Portugués (Brasil)", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "Portugués (Portugal)", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRegion": "Rexión", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "Romano", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Ruso", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "Activar todo", @@ -2128,13 +2195,17 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "Esloveno", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Desactivar todo", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Desactivar todas as macros sen notificación", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStrictTip": "Usar o botón \"Gardar\" para sincronizar os teus cambios e os dos demais", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "Sueco", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "Turco", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "Ucraniano", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseAltKey": "Usar a tecla Alt para navegar pola interface do usuario usando o teclado", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseOptionKey": "Usar a tecla Opcións para navegar pola interface do usuario usando o teclado", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "Vietnamita", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Amosar notificación", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Desactivar todas as macros con notificación", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "coma Windows", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Área de traballo", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Chinés", "SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Aviso", "SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Con contrasinal", @@ -2454,6 +2525,7 @@ "SSE.Views.LeftMenu.tipSpellcheck": "Сorrección ortográfica", "SSE.Views.LeftMenu.tipSupport": "Comentarios e soporte", "SSE.Views.LeftMenu.txtDeveloper": "MODO DO DESENVOLVEDOR", + "SSE.Views.LeftMenu.txtEditor": "Editor de follas de cálculo", "SSE.Views.LeftMenu.txtLimit": "Limitar acceso", "SSE.Views.LeftMenu.txtTrial": "MODO DE PROBA", "SSE.Views.LeftMenu.txtTrialDev": "Modo de programador de proba", @@ -3109,6 +3181,7 @@ "SSE.Views.Spellcheck.textIgnore": "Ignorar", "SSE.Views.Spellcheck.textIgnoreAll": "Ignorar todo", "SSE.Views.Spellcheck.txtAddToDictionary": "Engadir ao Dicionario", + "SSE.Views.Spellcheck.txtClosePanel": "Pechar ortografía", "SSE.Views.Spellcheck.txtComplete": "A corrección ortográfica completouse", "SSE.Views.Spellcheck.txtDictionaryLanguage": "Idioma do dicionario", "SSE.Views.Spellcheck.txtNextTip": "Ir á seguinte palabra", @@ -3309,10 +3382,13 @@ "SSE.Views.Toolbar.textDelUp": "Desprazar celdas cara arriba", "SSE.Views.Toolbar.textDiagDownBorder": "Bordo diagonal descendente", "SSE.Views.Toolbar.textDiagUpBorder": "Bordo diagonal ascendente", + "SSE.Views.Toolbar.textDone": "Concluído", + "SSE.Views.Toolbar.textEditVA": "Editar área visible", "SSE.Views.Toolbar.textEntireCol": "Toda a columna", "SSE.Views.Toolbar.textEntireRow": "Toda a fila", "SSE.Views.Toolbar.textFewPages": "páxinas", "SSE.Views.Toolbar.textHeight": "Altura", + "SSE.Views.Toolbar.textHideVA": "Agochar área visible", "SSE.Views.Toolbar.textHorizontal": "Texto horizontal", "SSE.Views.Toolbar.textInsDown": "Desprazar celdas cara abaixo", "SSE.Views.Toolbar.textInsideBorders": "Bordos interiores", @@ -3437,8 +3513,10 @@ "SSE.Views.Toolbar.tipSendBackward": "Enviar atrás", "SSE.Views.Toolbar.tipSendForward": "Traer adiante", "SSE.Views.Toolbar.tipSynchronize": "O documento cambiouno outro usuario. Prema para gardar os teus cambios e recarga as actualizacións.", + "SSE.Views.Toolbar.tipTextFormatting": "Máis ferramentas de formato de texto", "SSE.Views.Toolbar.tipTextOrientation": "Orientación", "SSE.Views.Toolbar.tipUndo": "Desfacer", + "SSE.Views.Toolbar.tipVisibleArea": "Área visible", "SSE.Views.Toolbar.tipWrap": "Axustar texto", "SSE.Views.Toolbar.txtAccounting": "Contabilidade", "SSE.Views.Toolbar.txtAdditional": "Adicional", @@ -3476,7 +3554,7 @@ "SSE.Views.Toolbar.txtPasteRange": "Pegar nome", "SSE.Views.Toolbar.txtPercentage": "Porcentaxe", "SSE.Views.Toolbar.txtPound": "£ Libra", - "SSE.Views.Toolbar.txtRouble": "₽ Rouble", + "SSE.Views.Toolbar.txtRouble": "₽ Rublo", "SSE.Views.Toolbar.txtScheme1": "Oficina", "SSE.Views.Toolbar.txtScheme10": "Mediana", "SSE.Views.Toolbar.txtScheme11": "Metro", diff --git a/apps/spreadsheeteditor/main/locale/nl.json b/apps/spreadsheeteditor/main/locale/nl.json index c2ee23a0f..f9a764ee7 100644 --- a/apps/spreadsheeteditor/main/locale/nl.json +++ b/apps/spreadsheeteditor/main/locale/nl.json @@ -495,7 +495,7 @@ "SSE.Controllers.DocumentHolder.txtEquals": "Is gelijk", "SSE.Controllers.DocumentHolder.txtEqualsToCellColor": "Gelijk aan arcering", "SSE.Controllers.DocumentHolder.txtEqualsToFontColor": "Gelijk aan de kleur van het lettertype", - "SSE.Controllers.DocumentHolder.txtExpand": "Uitvouwen en sorteren", + "SSE.Controllers.DocumentHolder.txtExpand": "Uitbreiden en sorteren", "SSE.Controllers.DocumentHolder.txtExpandSort": "De gegevens naast de selectie worden niet gesorteerd. Wilt u de selectie uitbreiden en aangrenzende gegevens opnemen of wilt u doorgaan met sorteren van alleen de cellen die op dit moment zijn geselecteerd?", "SSE.Controllers.DocumentHolder.txtFilterBottom": "Onder", "SSE.Controllers.DocumentHolder.txtFilterTop": "Boven", @@ -1158,7 +1158,7 @@ "SSE.Controllers.Toolbar.txtBracket_UppLim_NoneOpen": "Enkel haakje", "SSE.Controllers.Toolbar.txtBracket_UppLim_OpenNone": "Enkel haakje", "SSE.Controllers.Toolbar.txtDeleteCells": "verwijder cellen", - "SSE.Controllers.Toolbar.txtExpand": "Uitvouwen en sorteren", + "SSE.Controllers.Toolbar.txtExpand": "Uitbreiden en sorteren", "SSE.Controllers.Toolbar.txtExpandSort": "De gegevens naast de selectie worden niet gesorteerd. Wilt u de selectie uitbreiden en aangrenzende gegevens opnemen of wilt u doorgaan met sorteren van alleen de cellen die op dit moment zijn geselecteerd?", "SSE.Controllers.Toolbar.txtFractionDiagonal": "Breuk met schuine deelstreep", "SSE.Controllers.Toolbar.txtFractionDifferential_1": "Differentieel", diff --git a/apps/spreadsheeteditor/main/locale/pt-PT.json b/apps/spreadsheeteditor/main/locale/pt-PT.json index dc4222ed8..ecc2c3490 100644 --- a/apps/spreadsheeteditor/main/locale/pt-PT.json +++ b/apps/spreadsheeteditor/main/locale/pt-PT.json @@ -116,6 +116,7 @@ "Common.UI.HSBColorPicker.textNoColor": "Sem cor", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ocultar palavra-passe", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Mostrar palavra-passe", + "Common.UI.SearchBar.textFind": "Localizar", "Common.UI.SearchDialog.textHighlight": "Destacar resultados", "Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas", "Common.UI.SearchDialog.textReplaceDef": "Inserir o texto de substituição", @@ -375,6 +376,10 @@ "Common.Views.ReviewPopover.txtEditTip": "Editar", "Common.Views.SaveAsDlg.textLoading": "Carregamento", "Common.Views.SaveAsDlg.textTitle": "Pasta para guardar", + "Common.Views.SearchPanel.textFind": "Localizar", + "Common.Views.SearchPanel.textFindAndReplace": "Localizar e substituir", + "Common.Views.SearchPanel.textFormula": "Fórmula", + "Common.Views.SearchPanel.textFormulas": "Fórmulas", "Common.Views.SelectFileDlg.textLoading": "Carregamento", "Common.Views.SelectFileDlg.textTitle": "Selecionar fonte de dados", "Common.Views.SignDialog.textBold": "Negrito", @@ -615,7 +620,7 @@ "SSE.Controllers.FormulaDialog.sCategoryMathematic": "Matemática e trigonometria", "SSE.Controllers.FormulaDialog.sCategoryStatistical": "Estatísticas", "SSE.Controllers.FormulaDialog.sCategoryTextAndData": "Texto e Dados", - "SSE.Controllers.LeftMenu.newDocumentTitle": "Planilha sem nome", + "SSE.Controllers.LeftMenu.newDocumentTitle": "Folha de Cálculo sem nome", "SSE.Controllers.LeftMenu.textByColumns": "Por colunas", "SSE.Controllers.LeftMenu.textByRows": "Por linhas", "SSE.Controllers.LeftMenu.textFormulas": "Fórmulas", @@ -740,21 +745,21 @@ "SSE.Controllers.Main.loadImagesTitleText": "A carregar imagens", "SSE.Controllers.Main.loadImageTextText": "A carregar imagem...", "SSE.Controllers.Main.loadImageTitleText": "A carregar imagem", - "SSE.Controllers.Main.loadingDocumentTitleText": "Carregando planilha", + "SSE.Controllers.Main.loadingDocumentTitleText": "Carregando Folha de Cálculo", "SSE.Controllers.Main.notcriticalErrorTitle": "Aviso", "SSE.Controllers.Main.openErrorText": "Ocorreu um erro ao abrir o ficheiro.", - "SSE.Controllers.Main.openTextText": "Abrindo planilha...", - "SSE.Controllers.Main.openTitleText": "Abrindo planilha", + "SSE.Controllers.Main.openTextText": "Abrindo Folha de Cálculo...", + "SSE.Controllers.Main.openTitleText": "Abrindo Folha de Cálculo", "SSE.Controllers.Main.pastInMergeAreaError": "Não é possível alterar parte de uma célula mesclada", - "SSE.Controllers.Main.printTextText": "Imprimir planilha...", - "SSE.Controllers.Main.printTitleText": "Imprimir planilha", + "SSE.Controllers.Main.printTextText": "Imprimir Folha de Cálculo...", + "SSE.Controllers.Main.printTitleText": "Imprimir Folha de Cálculo", "SSE.Controllers.Main.reloadButtonText": "Recarregar página", "SSE.Controllers.Main.requestEditFailedMessageText": "Alguém está editando este documento neste momento. Tente novamente mais tarde.", "SSE.Controllers.Main.requestEditFailedTitleText": "Acesso negado", "SSE.Controllers.Main.saveErrorText": "Ocorreu um erro ao guardar o ficheiro.", "SSE.Controllers.Main.saveErrorTextDesktop": "Este ficheiro não pode ser guardado ou criado.
Os motivos podem ser:
1. O ficheiro é apenas de leitura.
2. O ficheiro está a ser editado por outro utilizador.
3. O disco está cheio ou danificado.", - "SSE.Controllers.Main.saveTextText": "Salvando planilha...", - "SSE.Controllers.Main.saveTitleText": "Salvando planilha", + "SSE.Controllers.Main.saveTextText": "Salvando Folha de Cálculo...", + "SSE.Controllers.Main.saveTitleText": "Salvando Folha de Cálculo", "SSE.Controllers.Main.scriptLoadError": "A ligação está muito lenta e alguns dos componentes não foram carregados. Tente recarregar a página.", "SSE.Controllers.Main.textAnonymous": "Anônimo", "SSE.Controllers.Main.textApplyAll": "Aplicar a todas as equações", @@ -775,7 +780,7 @@ "SSE.Controllers.Main.textGuest": "Visitante", "SSE.Controllers.Main.textHasMacros": "O ficheiro contém macros automáticas.
Deseja executar as macros?", "SSE.Controllers.Main.textLearnMore": "Saiba mais", - "SSE.Controllers.Main.textLoadingDocument": "Carregando planilha", + "SSE.Controllers.Main.textLoadingDocument": "Carregando Folha de Cálculo", "SSE.Controllers.Main.textLongName": "Introduza um nome com menos de 128 caracteres.", "SSE.Controllers.Main.textNeedSynchronize": "Você tem atualizações", "SSE.Controllers.Main.textNo": "Não", @@ -1615,6 +1620,7 @@ "SSE.Views.ChartSettingsDlg.textAxisPos": "Posição de eixos", "SSE.Views.ChartSettingsDlg.textAxisSettings": "Definições de eixo", "SSE.Views.ChartSettingsDlg.textAxisTitle": "Título", + "SSE.Views.ChartSettingsDlg.textBase": "Base", "SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Entre marcas de escala", "SSE.Views.ChartSettingsDlg.textBillions": "Bilhões", "SSE.Views.ChartSettingsDlg.textBottom": "Baixo", @@ -1663,6 +1669,7 @@ "SSE.Views.ChartSettingsDlg.textLegendTop": "Parte superior", "SSE.Views.ChartSettingsDlg.textLines": "Linhas", "SSE.Views.ChartSettingsDlg.textLocationRange": "Intervalo de localização", + "SSE.Views.ChartSettingsDlg.textLogScale": "Escala Logaritmica", "SSE.Views.ChartSettingsDlg.textLow": "Baixo", "SSE.Views.ChartSettingsDlg.textMajor": "Maior", "SSE.Views.ChartSettingsDlg.textMajorMinor": "Maior e Menor", @@ -2031,18 +2038,18 @@ "SSE.Views.FileMenu.btnFileOpenCaption": "Abrir...", "SSE.Views.FileMenu.btnHelpCaption": "Ajuda...", "SSE.Views.FileMenu.btnHistoryCaption": "Histórico da versão", - "SSE.Views.FileMenu.btnInfoCaption": "Informações da planilha", + "SSE.Views.FileMenu.btnInfoCaption": "Informações da Folha de Cálculo", "SSE.Views.FileMenu.btnPrintCaption": "Imprimir", "SSE.Views.FileMenu.btnProtectCaption": "Proteger", "SSE.Views.FileMenu.btnRecentFilesCaption": "Abrir recente...", "SSE.Views.FileMenu.btnRenameCaption": "Renomear...", - "SSE.Views.FileMenu.btnReturnCaption": "Voltar para planilha", + "SSE.Views.FileMenu.btnReturnCaption": "Voltar para Folha de Cálculo", "SSE.Views.FileMenu.btnRightsCaption": "Direitos de Acesso...", "SSE.Views.FileMenu.btnSaveAsCaption": "Save as", "SSE.Views.FileMenu.btnSaveCaption": "Salvar", "SSE.Views.FileMenu.btnSaveCopyAsCaption": "Guardar cópia como...", "SSE.Views.FileMenu.btnSettingsCaption": "Definições avançadas...", - "SSE.Views.FileMenu.btnToEditCaption": "Editar planilha", + "SSE.Views.FileMenu.btnToEditCaption": "Editar Folha de Cálculo", "SSE.Views.FileMenuPanels.CreateNew.txtBlank": "Folha de Cálculo em branco", "SSE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Criar novo", "SSE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Aplicar", @@ -2071,6 +2078,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "Adicionar versão ao armazenamento após clicar em Guardar ou Ctrl+S", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "Formula Language", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Example: SUM; MIN; MAX; COUNT", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Ignorar palavras em MAÍSCULAS", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Definições de macros", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Cortar, copiar e colar", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Mostrar botão Opções de colagem ao colar conteúdo", @@ -2097,6 +2105,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Catalão", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Modo de cache padrão", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Centímetro", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCollaboration": "Colaboração", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Checo", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Dinamarquês", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Deutsch", @@ -2141,7 +2150,7 @@ "SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Com palavra-passe", "SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Proteger Folha de Cálculo", "SSE.Views.FileMenuPanels.ProtectDoc.strSignature": "Com assinatura", - "SSE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Editar planilha", + "SSE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Editar Folha de Cálculo", "SSE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "A edição irá remover as assinaturas da folha de cálculo.
Continuar?", "SSE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "A folha de cálculo está protegida com uma palavra-passe", "SSE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "Esta folha de cálculo precisa de ser assinada.", @@ -2455,6 +2464,7 @@ "SSE.Views.LeftMenu.tipSpellcheck": "Verificação ortográfica", "SSE.Views.LeftMenu.tipSupport": "Feedback e Suporte", "SSE.Views.LeftMenu.txtDeveloper": "MODO DE DESENVOLVEDOR", + "SSE.Views.LeftMenu.txtEditor": "Editor de Folha de Cálculo", "SSE.Views.LeftMenu.txtLimit": "Limitar o acesso", "SSE.Views.LeftMenu.txtTrial": "MODO DE TESTE", "SSE.Views.LeftMenu.txtTrialDev": "Versão de Avaliação do Modo de Programador", @@ -3110,6 +3120,7 @@ "SSE.Views.Spellcheck.textIgnore": "Ignorar", "SSE.Views.Spellcheck.textIgnoreAll": "Ignorar tudo", "SSE.Views.Spellcheck.txtAddToDictionary": "Adicionar ao dicionário", + "SSE.Views.Spellcheck.txtClosePanel": "Fechar tradução", "SSE.Views.Spellcheck.txtComplete": "A verificação ortográfica foi concluída", "SSE.Views.Spellcheck.txtDictionaryLanguage": "Idioma do Dicionário", "SSE.Views.Spellcheck.txtNextTip": "Ir para a próxima palavra", @@ -3310,10 +3321,12 @@ "SSE.Views.Toolbar.textDelUp": "Deslocar células para cima", "SSE.Views.Toolbar.textDiagDownBorder": "Borda inferior diagonal", "SSE.Views.Toolbar.textDiagUpBorder": "Borda superior diagonal", + "SSE.Views.Toolbar.textDone": "Concluido", "SSE.Views.Toolbar.textEntireCol": "Coluna inteira", "SSE.Views.Toolbar.textEntireRow": "Linha inteira", "SSE.Views.Toolbar.textFewPages": "páginas", "SSE.Views.Toolbar.textHeight": "Altura", + "SSE.Views.Toolbar.textHideVA": "Esconder Área Visivel", "SSE.Views.Toolbar.textHorizontal": "Texto horizontal", "SSE.Views.Toolbar.textInsDown": "Deslocar células para baixo", "SSE.Views.Toolbar.textInsideBorders": "Bordas interiores", diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json index 9a1cdb358..0e3852cf5 100644 --- a/apps/spreadsheeteditor/main/locale/ro.json +++ b/apps/spreadsheeteditor/main/locale/ro.json @@ -117,7 +117,7 @@ "Common.UI.InputFieldBtnPassword.textHintHidePwd": "Ascunde parola", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "Afișează parola", "Common.UI.SearchBar.textFind": "Găsire", - "Common.UI.SearchBar.tipCloseSearch": "Închidere căutare", + "Common.UI.SearchBar.tipCloseSearch": "Închide căutare", "Common.UI.SearchBar.tipNextResult": "Următorul rezultat", "Common.UI.SearchBar.tipOpenAdvancedSettings": "Deschide setările avansate", "Common.UI.SearchBar.tipPreviousResult": "Rezultatul anterior", @@ -301,6 +301,7 @@ "Common.Views.PluginDlg.textLoading": "Încărcare", "Common.Views.Plugins.groupCaption": "Plugin-uri", "Common.Views.Plugins.strPlugins": "Plugin-uri", + "Common.Views.Plugins.textClosePanel": "Închide plugin-ul", "Common.Views.Plugins.textLoading": "Încărcare", "Common.Views.Plugins.textStart": "Pornire", "Common.Views.Plugins.textStop": "Oprire", @@ -389,7 +390,7 @@ "Common.Views.SearchPanel.textByRows": "După rând", "Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici", "Common.Views.SearchPanel.textCell": "Celula", - "Common.Views.SearchPanel.textCloseSearch": "Închidere căutare", + "Common.Views.SearchPanel.textCloseSearch": "Închide căutare", "Common.Views.SearchPanel.textFind": "Găsire", "Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire", "Common.Views.SearchPanel.textFormula": "Formula", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 1af1be1c4..b284af0d7 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -301,6 +301,7 @@ "Common.Views.PluginDlg.textLoading": "Загрузка", "Common.Views.Plugins.groupCaption": "Плагины", "Common.Views.Plugins.strPlugins": "Плагины", + "Common.Views.Plugins.textClosePanel": "Закрыть плагин", "Common.Views.Plugins.textLoading": "Загрузка", "Common.Views.Plugins.textStart": "Запустить", "Common.Views.Plugins.textStop": "Остановить", diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json index 3263bcdcb..743cf2d5d 100644 --- a/apps/spreadsheeteditor/main/locale/zh.json +++ b/apps/spreadsheeteditor/main/locale/zh.json @@ -116,6 +116,11 @@ "Common.UI.HSBColorPicker.textNoColor": "没有颜色", "Common.UI.InputFieldBtnPassword.textHintHidePwd": "隐藏密码", "Common.UI.InputFieldBtnPassword.textHintShowPwd": "显示密码", + "Common.UI.SearchBar.textFind": "查找", + "Common.UI.SearchBar.tipCloseSearch": "关闭搜索", + "Common.UI.SearchBar.tipNextResult": "下一个", + "Common.UI.SearchBar.tipOpenAdvancedSettings": "打开高级设置", + "Common.UI.SearchBar.tipPreviousResult": "上一个", "Common.UI.SearchDialog.textHighlight": "高亮效果", "Common.UI.SearchDialog.textMatchCase": "区分大小写", "Common.UI.SearchDialog.textReplaceDef": "输入替换文字", @@ -128,11 +133,13 @@ "Common.UI.SearchDialog.txtBtnReplaceAll": "全部替换", "Common.UI.SynchronizeTip.textDontShow": "不要再显示此消息", "Common.UI.SynchronizeTip.textSynchronize": "该文档已被其他用户更改。
请点击保存更改并重新加载更新。", + "Common.UI.ThemeColorPalette.textRecentColors": "最近的颜色", "Common.UI.ThemeColorPalette.textStandartColors": "标准颜色", "Common.UI.ThemeColorPalette.textThemeColors": "主题颜色", "Common.UI.Themes.txtThemeClassicLight": "经典浅色", "Common.UI.Themes.txtThemeDark": "深色", "Common.UI.Themes.txtThemeLight": "浅色", + "Common.UI.Themes.txtThemeSystem": "和系统一致", "Common.UI.Window.cancelButtonText": "取消", "Common.UI.Window.closeButtonText": "关闭", "Common.UI.Window.noButtonText": "否", @@ -225,6 +232,7 @@ "Common.Views.Header.textSaveChanged": "已修改", "Common.Views.Header.textSaveEnd": "所有更改已保存", "Common.Views.Header.textSaveExpander": "所有更改已保存", + "Common.Views.Header.textShare": "共享", "Common.Views.Header.textZoom": "放大", "Common.Views.Header.tipAccessRights": "管理文档访问权限", "Common.Views.Header.tipDownload": "下载文件", @@ -232,8 +240,10 @@ "Common.Views.Header.tipPrint": "打印文件", "Common.Views.Header.tipRedo": "重做", "Common.Views.Header.tipSave": "保存", + "Common.Views.Header.tipSearch": "搜索", "Common.Views.Header.tipUndo": "复原", "Common.Views.Header.tipUndock": "打开单独的窗口", + "Common.Views.Header.tipUsers": "查看用户", "Common.Views.Header.tipViewSettings": "视图设置", "Common.Views.Header.tipViewUsers": "查看用户和管理文档访问权限", "Common.Views.Header.txtAccessRights": "更改访问权限", @@ -311,7 +321,7 @@ "Common.Views.ReviewChanges.strFast": "快速", "Common.Views.ReviewChanges.strFastDesc": "自动共同编辑模式,自动保存修改痕迹。", "Common.Views.ReviewChanges.strStrict": "手动", - "Common.Views.ReviewChanges.strStrictDesc": "手动共同编辑模式,点击保存按钮后,才会同步用户所做的修改。", + "Common.Views.ReviewChanges.strStrictDesc": "使用“保存”按钮同步你和其他人的修改。", "Common.Views.ReviewChanges.tipAcceptCurrent": "接受当前的变化", "Common.Views.ReviewChanges.tipCoAuthMode": "设置共同编辑模式", "Common.Views.ReviewChanges.tipCommentRem": "移除批注", @@ -375,6 +385,38 @@ "Common.Views.ReviewPopover.txtEditTip": "编辑", "Common.Views.SaveAsDlg.textLoading": "载入中", "Common.Views.SaveAsDlg.textTitle": "保存文件夹", + "Common.Views.SearchPanel.textByColumns": "按列", + "Common.Views.SearchPanel.textByRows": "按行", + "Common.Views.SearchPanel.textCaseSensitive": "区分大小写", + "Common.Views.SearchPanel.textCell": "单元格", + "Common.Views.SearchPanel.textCloseSearch": "关闭搜索", + "Common.Views.SearchPanel.textFind": "查找", + "Common.Views.SearchPanel.textFindAndReplace": "查找和替换", + "Common.Views.SearchPanel.textFormula": "公式", + "Common.Views.SearchPanel.textFormulas": "公式", + "Common.Views.SearchPanel.textItemEntireCell": "整个单元格内容", + "Common.Views.SearchPanel.textLookIn": "看里面", + "Common.Views.SearchPanel.textMatchUsingRegExp": "正则匹配", + "Common.Views.SearchPanel.textName": "名称", + "Common.Views.SearchPanel.textNoMatches": "找不到匹配信息", + "Common.Views.SearchPanel.textNoSearchResults": "找不到搜索结果", + "Common.Views.SearchPanel.textReplace": "替换", + "Common.Views.SearchPanel.textReplaceAll": "全部替换", + "Common.Views.SearchPanel.textReplaceWith": "替换为", + "Common.Views.SearchPanel.textSearch": "搜索", + "Common.Views.SearchPanel.textSearchOptions": "搜索选项", + "Common.Views.SearchPanel.textSearchResults": "搜索结果:{0}/{1}", + "Common.Views.SearchPanel.textSelectDataRange": "选择数据范围", + "Common.Views.SearchPanel.textSheet": "表格", + "Common.Views.SearchPanel.textSpecificRange": "指定的范围", + "Common.Views.SearchPanel.textTooManyResults": "这里显示的结果太多了", + "Common.Views.SearchPanel.textValue": "值", + "Common.Views.SearchPanel.textValues": "值", + "Common.Views.SearchPanel.textWholeWords": "仅全字", + "Common.Views.SearchPanel.textWithin": "里边", + "Common.Views.SearchPanel.textWorkbook": "工作簿", + "Common.Views.SearchPanel.tipNextResult": "下一个", + "Common.Views.SearchPanel.tipPreviousResult": "上一个", "Common.Views.SelectFileDlg.textLoading": "载入中", "Common.Views.SelectFileDlg.textTitle": "选择数据源", "Common.Views.SignDialog.textBold": "加粗", @@ -784,8 +826,10 @@ "SSE.Controllers.Main.textPleaseWait": "该操作可能需要比预期的更多的时间。请稍候...", "SSE.Controllers.Main.textReconnect": "连接已恢复", "SSE.Controllers.Main.textRemember": "针对所有的文件记住我的选择", + "SSE.Controllers.Main.textRememberMacros": "为所有的宏记住我的选择", "SSE.Controllers.Main.textRenameError": "用户名不能为空。", "SSE.Controllers.Main.textRenameLabel": "输入名称,可用于协作。", + "SSE.Controllers.Main.textRequestMacros": "宏发起一个请求至URL。你是否允许请求到%1?", "SSE.Controllers.Main.textShape": "形状", "SSE.Controllers.Main.textStrict": "手动模式", "SSE.Controllers.Main.textTryUndoRedo": "对于自动的协同编辑模式,取消/重做功能是禁用的。< br >单击“手动模式”按钮切换到手动协同编辑模式,这样,编辑该文件时只有您保存修改之后,其他用户才能访问这些修改。您可以使用编辑器高级设置易于切换编辑模式。", @@ -1071,6 +1115,10 @@ "SSE.Controllers.Print.textWarning": "警告", "SSE.Controllers.Print.txtCustom": "自定义", "SSE.Controllers.Print.warnCheckMargings": "边距不正确", + "SSE.Controllers.Search.textInvalidRange": "错误!无效的单元格范围", + "SSE.Controllers.Search.textNoTextFound": "您搜索的数据无法找到。请调整您的搜索选项。", + "SSE.Controllers.Search.textReplaceSkipped": "替换已完成。 {0}处跳过。", + "SSE.Controllers.Search.textReplaceSuccess": "搜索完成。{0}处已被替换", "SSE.Controllers.Statusbar.errorLastSheet": "工作簿必须至少有一个可见的工作表", "SSE.Controllers.Statusbar.errorRemoveSheet": "不能删除工作表", "SSE.Controllers.Statusbar.strSheet": "表格", @@ -1577,6 +1625,7 @@ "SSE.Views.ChartDataRangeDialog.txtValues": "值", "SSE.Views.ChartDataRangeDialog.txtXValues": "X 值", "SSE.Views.ChartDataRangeDialog.txtYValues": "Y 值", + "SSE.Views.ChartSettings.errorMaxRows": "每个图表最多可以包含255个数据序列。", "SSE.Views.ChartSettings.strLineWeight": "线宽", "SSE.Views.ChartSettings.strSparkColor": "颜色", "SSE.Views.ChartSettings.strTemplate": "模板", @@ -1598,6 +1647,7 @@ "SSE.Views.ChartSettings.textShow": "显示", "SSE.Views.ChartSettings.textSize": "大小", "SSE.Views.ChartSettings.textStyle": "类型", + "SSE.Views.ChartSettings.textSwitch": "切换行/列", "SSE.Views.ChartSettings.textType": "类型", "SSE.Views.ChartSettings.textWidth": "宽度", "SSE.Views.ChartSettingsDlg.errorMaxPoints": "错误!每个图表序列的最大点值为4096。", @@ -1615,6 +1665,7 @@ "SSE.Views.ChartSettingsDlg.textAxisPos": "轴的位置", "SSE.Views.ChartSettingsDlg.textAxisSettings": "轴设置", "SSE.Views.ChartSettingsDlg.textAxisTitle": "标题", + "SSE.Views.ChartSettingsDlg.textBase": "基础", "SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "刻度线之间", "SSE.Views.ChartSettingsDlg.textBillions": "十亿", "SSE.Views.ChartSettingsDlg.textBottom": "底部", @@ -1663,6 +1714,7 @@ "SSE.Views.ChartSettingsDlg.textLegendTop": "顶部", "SSE.Views.ChartSettingsDlg.textLines": "行 ", "SSE.Views.ChartSettingsDlg.textLocationRange": "位置范围", + "SSE.Views.ChartSettingsDlg.textLogScale": "对数刻度", "SSE.Views.ChartSettingsDlg.textLow": "低", "SSE.Views.ChartSettingsDlg.textMajor": "主要", "SSE.Views.ChartSettingsDlg.textMajorMinor": "主要和次要", @@ -1854,7 +1906,9 @@ "SSE.Views.DocumentHolder.bottomCellText": "底部对齐", "SSE.Views.DocumentHolder.bulletsText": "符号和编号", "SSE.Views.DocumentHolder.centerCellText": "垂直居中", + "SSE.Views.DocumentHolder.chartDataText": "选择图标数据", "SSE.Views.DocumentHolder.chartText": "图表高级设置", + "SSE.Views.DocumentHolder.chartTypeText": "更改图表类型", "SSE.Views.DocumentHolder.deleteColumnText": "列", "SSE.Views.DocumentHolder.deleteRowText": "行", "SSE.Views.DocumentHolder.deleteTableText": "表格", @@ -2066,16 +2120,22 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "应用", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "共同编辑模式", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "小数分隔符", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "词典语言", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "快速", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "字体微调方式", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "单击“保存”或Ctrl+S之后版本添加到存储", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "公式语言", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "例:SUM; MIN; MAX; COUNT", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "忽略大写单词", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "忽略带数字的单词", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "宏设置", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "剪切、复制、黏贴", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "粘贴内容时显示“粘贴选项”按钮", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "R1C1参考样式", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "区域设置", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "例: ", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "在表格中显示注释", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "显示已解决的注释", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "手动", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "界面主题", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "千位分隔符", @@ -2092,17 +2152,21 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "在保存中间版本", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "每一分钟", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "参考风格", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtAutoCorrect": "自动修正选项...", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "白俄罗斯文", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "保加利亚文", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "加泰罗尼亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "默认缓存模式", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "厘米", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCollaboration": "协作", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "捷克语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "丹麦语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "德语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEditingSaving": "编辑并保存", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "希腊语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "英语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "西班牙语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFastTip": "实时协同编辑。所有修改自动保存", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "芬兰语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "法语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "匈牙利语", @@ -2118,9 +2182,11 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "挪威语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "荷兰语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "抛光", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtProofing": "校对", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "点", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "葡萄牙语(巴西)", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "葡萄牙语(葡萄牙)", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRegion": "地区", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "罗马尼亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "俄语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "启动所有项目", @@ -2129,13 +2195,17 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "斯洛文尼亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "解除所有项目", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "解除所有不带通知的宏", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStrictTip": "使用“保存\"按钮同步你和其他人的修改", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "瑞典语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "土耳其语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "乌克兰语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseAltKey": "使用键盘上的Alt键导航至用户界面", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUseOptionKey": "使用键盘上的Option键导航至用户界面", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "越南语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "显示通知", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "解除所有带通知的宏", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "仿照 Windows", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "工作空间", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "中文", "SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "警告", "SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "使用密码", @@ -2455,6 +2525,7 @@ "SSE.Views.LeftMenu.tipSpellcheck": "拼写检查", "SSE.Views.LeftMenu.tipSupport": "反馈和支持", "SSE.Views.LeftMenu.txtDeveloper": "开发者模式", + "SSE.Views.LeftMenu.txtEditor": "表格编辑器", "SSE.Views.LeftMenu.txtLimit": "限制访问", "SSE.Views.LeftMenu.txtTrial": "试用模式", "SSE.Views.LeftMenu.txtTrialDev": "试用开发者模式", @@ -3110,6 +3181,7 @@ "SSE.Views.Spellcheck.textIgnore": "忽视", "SSE.Views.Spellcheck.textIgnoreAll": "忽略所有", "SSE.Views.Spellcheck.txtAddToDictionary": "添加到词典", + "SSE.Views.Spellcheck.txtClosePanel": "关闭拼写检查", "SSE.Views.Spellcheck.txtComplete": "拼写检查已完成", "SSE.Views.Spellcheck.txtDictionaryLanguage": "词典语言", "SSE.Views.Spellcheck.txtNextTip": "转到下一个单词", @@ -3310,10 +3382,13 @@ "SSE.Views.Toolbar.textDelUp": "向上移动单元格", "SSE.Views.Toolbar.textDiagDownBorder": "斜下框线", "SSE.Views.Toolbar.textDiagUpBorder": "斜上框线", + "SSE.Views.Toolbar.textDone": "完成", + "SSE.Views.Toolbar.textEditVA": "编辑可见区域", "SSE.Views.Toolbar.textEntireCol": "整列", "SSE.Views.Toolbar.textEntireRow": "整行", "SSE.Views.Toolbar.textFewPages": "页面", "SSE.Views.Toolbar.textHeight": "高度", + "SSE.Views.Toolbar.textHideVA": "隐藏可见区域", "SSE.Views.Toolbar.textHorizontal": "水平文本", "SSE.Views.Toolbar.textInsDown": "向下移动单元格", "SSE.Views.Toolbar.textInsideBorders": "内边框", @@ -3438,8 +3513,10 @@ "SSE.Views.Toolbar.tipSendBackward": "下移一层", "SSE.Views.Toolbar.tipSendForward": "上移一层", "SSE.Views.Toolbar.tipSynchronize": "该文档已被其他用户更改。请点击保存更改和重新加载更新。", + "SSE.Views.Toolbar.tipTextFormatting": "更多格式化工具", "SSE.Views.Toolbar.tipTextOrientation": "方向", "SSE.Views.Toolbar.tipUndo": "复原", + "SSE.Views.Toolbar.tipVisibleArea": "可见区域", "SSE.Views.Toolbar.tipWrap": "文字换行", "SSE.Views.Toolbar.txtAccounting": "统计", "SSE.Views.Toolbar.txtAdditional": "另外",