From 66788a4d724d65e7466b7dbb53a8a26df8dc16a2 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Sun, 7 Aug 2022 23:52:20 +0300 Subject: [PATCH] Update translation --- apps/documenteditor/embed/locale/cs.json | 2 +- apps/documenteditor/embed/locale/zh-tw.json | 3 + apps/documenteditor/forms/locale/zh-TW.json | 5 ++ apps/documenteditor/main/locale/ca.json | 44 ++++----- apps/documenteditor/main/locale/cs.json | 5 ++ apps/documenteditor/main/locale/es.json | 6 +- apps/documenteditor/main/locale/hy.json | 4 + apps/documenteditor/main/locale/ja.json | 26 +++++- apps/documenteditor/main/locale/ms.json | 5 ++ apps/presentationeditor/embed/locale/cs.json | 2 +- .../embed/locale/zh-tw.json | 2 + apps/presentationeditor/main/locale/ca.json | 29 +++--- apps/presentationeditor/main/locale/es.json | 5 +- apps/presentationeditor/main/locale/ja.json | 9 ++ apps/presentationeditor/main/locale/ms.json | 1 + .../presentationeditor/main/locale/pt-pt.json | 1 + .../presentationeditor/main/locale/zh-tw.json | 89 +++++++++++++++++++ apps/spreadsheeteditor/embed/locale/cs.json | 2 +- .../spreadsheeteditor/embed/locale/zh-tw.json | 2 + apps/spreadsheeteditor/main/locale/ca.json | 4 +- apps/spreadsheeteditor/main/locale/cs.json | 2 + apps/spreadsheeteditor/main/locale/es.json | 6 +- apps/spreadsheeteditor/main/locale/ja.json | 16 ++++ apps/spreadsheeteditor/main/locale/pt-pt.json | 1 + apps/spreadsheeteditor/main/locale/zh-tw.json | 73 +++++++++++++++ 25 files changed, 296 insertions(+), 48 deletions(-) diff --git a/apps/documenteditor/embed/locale/cs.json b/apps/documenteditor/embed/locale/cs.json index ce7a804eb..71338090e 100644 --- a/apps/documenteditor/embed/locale/cs.json +++ b/apps/documenteditor/embed/locale/cs.json @@ -19,7 +19,7 @@ "DE.ApplicationController.errorLoadingFont": "Písma nejsou načtená.
Obraťte se na správce vámi využívaného dokumentového serveru.", "DE.ApplicationController.errorSubmit": "Odeslání se nezdařilo.", "DE.ApplicationController.errorTokenExpire": "Platnost tokenu zabezpečení dokumentu skončila.
Obraťte se na správce vámi využívaného dokumentového serveru.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, bude třeba si soubor stáhnout nebo si zkopírovat jeho obsah, abyste si zajistili, že se nic neztratí a až poté tuto stránku znovu načtěte.", + "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, musíte stáhnout nebo zkopírovat obsah souboru, aby nedošlo ke ztrátě dat. Poté tuto stránku obnovte.", "DE.ApplicationController.errorUserDrop": "Tento soubor nyní není přístupný.", "DE.ApplicationController.notcriticalErrorTitle": "Varování", "DE.ApplicationController.openErrorText": "Při otevírání souboru došlo k chybě.", diff --git a/apps/documenteditor/embed/locale/zh-tw.json b/apps/documenteditor/embed/locale/zh-tw.json index 4e60eb5b6..7b65d64fa 100644 --- a/apps/documenteditor/embed/locale/zh-tw.json +++ b/apps/documenteditor/embed/locale/zh-tw.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": "錯誤", @@ -25,6 +26,7 @@ "DE.ApplicationController.scriptLoadError": "連接速度太慢,某些組件無法載入。請重新整理頁面。", "DE.ApplicationController.textAnonymous": "匿名", "DE.ApplicationController.textClear": "清除所有段落", + "DE.ApplicationController.textCtrl": "Ctrl", "DE.ApplicationController.textGotIt": "我瞭解了", "DE.ApplicationController.textGuest": "訪客", "DE.ApplicationController.textLoadingDocument": "載入文件中", @@ -46,5 +48,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/zh-TW.json b/apps/documenteditor/forms/locale/zh-TW.json index 5fdcae577..f637cd1fe 100644 --- a/apps/documenteditor/forms/locale/zh-TW.json +++ b/apps/documenteditor/forms/locale/zh-TW.json @@ -32,6 +32,10 @@ "Common.UI.Calendar.textShortTuesday": "Tu", "Common.UI.Calendar.textShortWednesday": "We", "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 aec6d0b10..9011a8f33 100644 --- a/apps/documenteditor/main/locale/ca.json +++ b/apps/documenteditor/main/locale/ca.json @@ -24,14 +24,14 @@ "Common.Controllers.ReviewChanges.textCenter": "Alineació al centre", "Common.Controllers.ReviewChanges.textChar": "Nivell de caràcter", "Common.Controllers.ReviewChanges.textChart": "Gràfic", - "Common.Controllers.ReviewChanges.textColor": "Color del tipus de lletra", + "Common.Controllers.ReviewChanges.textColor": "Color de la lletra", "Common.Controllers.ReviewChanges.textContextual": "No afegeixis cap interval entre paràgrafs del mateix estil", "Common.Controllers.ReviewChanges.textDeleted": "Suprimit:", "Common.Controllers.ReviewChanges.textDStrikeout": "Ratllat doble", "Common.Controllers.ReviewChanges.textEquation": "Equació", "Common.Controllers.ReviewChanges.textExact": "exacte", "Common.Controllers.ReviewChanges.textFirstLine": "Primera línia", - "Common.Controllers.ReviewChanges.textFontSize": "Mida del tipus de lletra", + "Common.Controllers.ReviewChanges.textFontSize": "Mida de la lletra", "Common.Controllers.ReviewChanges.textFormatted": "S'ha formatat", "Common.Controllers.ReviewChanges.textHighlight": "Color de ressaltat", "Common.Controllers.ReviewChanges.textImage": "Imatge", @@ -500,8 +500,8 @@ "Common.Views.SignDialog.textTitle": "Signeu el document", "Common.Views.SignDialog.textUseImage": "o fes clic a \"Selecciona imatge\" per utilitzar una imatge com a signatura", "Common.Views.SignDialog.textValid": "Vàlid des de %1 fins a %2", - "Common.Views.SignDialog.tipFontName": "Nom del tipus de lletra", - "Common.Views.SignDialog.tipFontSize": "Mida del tipus de lletra", + "Common.Views.SignDialog.tipFontName": "Nom de la lletra", + "Common.Views.SignDialog.tipFontSize": "Mida de la lletra", "Common.Views.SignSettingsDialog.textAllowComment": "Permet al signant afegir comentaris al diàleg de signatura", "Common.Views.SignSettingsDialog.textInfo": "Informació del signant", "Common.Views.SignSettingsDialog.textInfoEmail": "Correu electrònic", @@ -521,7 +521,7 @@ "Common.Views.SymbolTableDialog.textEmSpace": "Espai llarg", "Common.Views.SymbolTableDialog.textEnDash": "Guió curt", "Common.Views.SymbolTableDialog.textEnSpace": "Espai curt", - "Common.Views.SymbolTableDialog.textFont": "Tipus de lletra", + "Common.Views.SymbolTableDialog.textFont": "Lletra", "Common.Views.SymbolTableDialog.textNBHyphen": "Guió sense ruptura", "Common.Views.SymbolTableDialog.textNBSpace": "Espai sense pauses", "Common.Views.SymbolTableDialog.textPilcrow": "Signe de calderó", @@ -585,7 +585,7 @@ "DE.Controllers.Main.errorForceSave": "S'ha produït un error en desar el fitxer. Utilitzeu l'opció \"Baixa-ho com a\" per desar el fitxer al disc dur de l’ordinador o torneu-ho a provar més endavant.", "DE.Controllers.Main.errorKeyEncrypt": "Descriptor de claus desconegut", "DE.Controllers.Main.errorKeyExpire": "El descriptor de claus ha caducat", - "DE.Controllers.Main.errorLoadingFont": "No s'han carregat els tipus de lletra.
Contacta amb l'administrador del Servidor de Documents.", + "DE.Controllers.Main.errorLoadingFont": "No s'han carregat les lletres tipogràfiques.
Contacteu amb l'administrador del Servidor de Documents.", "DE.Controllers.Main.errorMailMergeLoadFile": "No s'ha pogut carregar el document. Selecciona un fitxer diferent.", "DE.Controllers.Main.errorMailMergeSaveFile": "No s'ha pogut combinar.", "DE.Controllers.Main.errorNoTOC": "No hi ha cap taula de continguts per actualitzar. En podeu inserir una des de la pestanya de Referències.", @@ -945,7 +945,7 @@ "DE.Controllers.Statusbar.textTrackChanges": "El document s'ha obert amb el mode de seguiment de canvis activat", "DE.Controllers.Statusbar.tipReview": "Control de canvis", "DE.Controllers.Statusbar.zoomText": "Zoom {0}%", - "DE.Controllers.Toolbar.confirmAddFontName": "El tipus de lletra que desareu no està disponible al dispositiu actual.
L'estil de text es mostrarà amb un dels tipus de lletra del sistema, el tipus de lletra desat s'utilitzarà quan estigui disponible.
Voleu continuar ?", + "DE.Controllers.Toolbar.confirmAddFontName": "La lletra que desareu no està disponible al dispositiu actual.
L'estil de text es mostrarà amb una de les lletres del sistema, la lletra desada s'utilitzarà quan estigui disponible.
Voleu continuar?", "DE.Controllers.Toolbar.dataUrl": "Enganxa un URL de dades", "DE.Controllers.Toolbar.notcriticalErrorTitle": "Advertiment", "DE.Controllers.Toolbar.textAccent": "Accents", @@ -1679,7 +1679,7 @@ "DE.Views.DropcapSettingsAdvanced.textDistance": "Distància del text", "DE.Views.DropcapSettingsAdvanced.textExact": "Exacte", "DE.Views.DropcapSettingsAdvanced.textFlow": "Marc de flux", - "DE.Views.DropcapSettingsAdvanced.textFont": "Tipus de lletra", + "DE.Views.DropcapSettingsAdvanced.textFont": "Lletra", "DE.Views.DropcapSettingsAdvanced.textFrame": "Marc", "DE.Views.DropcapSettingsAdvanced.textHeight": "Alçada", "DE.Views.DropcapSettingsAdvanced.textHorizontal": "Horitzontal", @@ -1702,7 +1702,7 @@ "DE.Views.DropcapSettingsAdvanced.textTop": "Superior", "DE.Views.DropcapSettingsAdvanced.textVertical": "Vertical", "DE.Views.DropcapSettingsAdvanced.textWidth": "Amplada", - "DE.Views.DropcapSettingsAdvanced.tipFontName": "Tipus de lletra", + "DE.Views.DropcapSettingsAdvanced.tipFontName": "Lletra", "DE.Views.DropcapSettingsAdvanced.txtNoBorders": "Sense vores", "DE.Views.EditListItemDialog.textDisplayName": "Mostra el nom", "DE.Views.EditListItemDialog.textNameError": "El nom de visualització no pot estar buit.", @@ -1777,7 +1777,7 @@ "DE.Views.FileMenuPanels.Settings.okButtonText": "Aplica", "DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mode de coedició", "DE.Views.FileMenuPanels.Settings.strFast": "Ràpid", - "DE.Views.FileMenuPanels.Settings.strFontRender": "Tipus de lletra suggerides", + "DE.Views.FileMenuPanels.Settings.strFontRender": "Lletres suggerides", "DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignora les paraules en MAJÚSCULA", "DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignora les paraules amb números", "DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Configuració de les macros", @@ -2126,7 +2126,7 @@ "DE.Views.ListSettingsDialog.txtAlign": "Alineació", "DE.Views.ListSettingsDialog.txtBullet": "Pic", "DE.Views.ListSettingsDialog.txtColor": "Color", - "DE.Views.ListSettingsDialog.txtFont": "Tipus de lletra i símbol", + "DE.Views.ListSettingsDialog.txtFont": "Lletra i símbol", "DE.Views.ListSettingsDialog.txtLikeText": "Com un text", "DE.Views.ListSettingsDialog.txtNewBullet": "Crea un pic", "DE.Views.ListSettingsDialog.txtNone": "Cap", @@ -2190,7 +2190,7 @@ "DE.Views.Navigation.txtEmptyViewer": "No hi ha cap títol al document.", "DE.Views.Navigation.txtExpand": "Expandeix-ho tot", "DE.Views.Navigation.txtExpandToLevel": "Expandeix al nivell", - "DE.Views.Navigation.txtFontSize": "Mida del tipus de lletra", + "DE.Views.Navigation.txtFontSize": "Mida de la lletra", "DE.Views.Navigation.txtHeadingAfter": "Crea un títol després", "DE.Views.Navigation.txtHeadingBefore": "Crea un títol abans", "DE.Views.Navigation.txtLarge": "Gran", @@ -2290,7 +2290,7 @@ "DE.Views.ParagraphSettingsAdvanced.strKeepNext": "Segueix amb el següent", "DE.Views.ParagraphSettingsAdvanced.strMargins": "Espaiats", "DE.Views.ParagraphSettingsAdvanced.strOrphan": "Control de línies orfes", - "DE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Tipus de lletra", + "DE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Lletra", "DE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Sagnia i espaiat", "DE.Views.ParagraphSettingsAdvanced.strParagraphLine": "Salts de línia i de pàgina", "DE.Views.ParagraphSettingsAdvanced.strParagraphPosition": "Ubicació", @@ -2824,18 +2824,18 @@ "DE.Views.Toolbar.tipCopyStyle": "Copia l'estil", "DE.Views.Toolbar.tipCut": "Talla", "DE.Views.Toolbar.tipDateTime": "Insereix la data i l'hora actuals", - "DE.Views.Toolbar.tipDecFont": "Redueix la mida del tipus de lletra", + "DE.Views.Toolbar.tipDecFont": "Redueix la mida de la lletra", "DE.Views.Toolbar.tipDecPrLeft": "Redueix la mida de la sagnia", "DE.Views.Toolbar.tipDropCap": "Insereix lletra de caixa alta", "DE.Views.Toolbar.tipEditHeader": "Edita la capçalera o el peu de pàgina", - "DE.Views.Toolbar.tipFontColor": "Color del tipus de lletra", - "DE.Views.Toolbar.tipFontName": "Tipus de lletra", - "DE.Views.Toolbar.tipFontSize": "Mida del tipus de lletra", + "DE.Views.Toolbar.tipFontColor": "Color de la lletra", + "DE.Views.Toolbar.tipFontName": "Lletra", + "DE.Views.Toolbar.tipFontSize": "Mida de la lletra", "DE.Views.Toolbar.tipHighlightColor": "Color de ressaltat", "DE.Views.Toolbar.tipImgAlign": "Alineació d'objectes", "DE.Views.Toolbar.tipImgGroup": "Agrupa objectes", "DE.Views.Toolbar.tipImgWrapping": "Ajusta el text", - "DE.Views.Toolbar.tipIncFont": "Augmenta la mida del tipus de lletra", + "DE.Views.Toolbar.tipIncFont": "Augmenta la mida de la lletra", "DE.Views.Toolbar.tipIncPrLeft": "Augmenta el sagnat", "DE.Views.Toolbar.tipInsertChart": "Insereix un gràfic", "DE.Views.Toolbar.tipInsertEquation": "Insereix una equació", @@ -2845,7 +2845,7 @@ "DE.Views.Toolbar.tipInsertSymbol": "Insereix un símbol", "DE.Views.Toolbar.tipInsertTable": "Insereix una taula", "DE.Views.Toolbar.tipInsertText": "Insereix un quadre de text", - "DE.Views.Toolbar.tipInsertTextArt": "Insereix Text Art", + "DE.Views.Toolbar.tipInsertTextArt": "Insereix la galeria de text", "DE.Views.Toolbar.tipLineNumbers": "Mostra els números de línia", "DE.Views.Toolbar.tipLineSpace": "Interlineat del paràgraf", "DE.Views.Toolbar.tipMailRecepients": "Combina la correspondència", @@ -2922,7 +2922,7 @@ "DE.Views.WatermarkSettingsDialog.textBold": "Negreta", "DE.Views.WatermarkSettingsDialog.textColor": "Color del text", "DE.Views.WatermarkSettingsDialog.textDiagonal": "Diagonal", - "DE.Views.WatermarkSettingsDialog.textFont": "Tipus de lletra", + "DE.Views.WatermarkSettingsDialog.textFont": "Lletra", "DE.Views.WatermarkSettingsDialog.textFromFile": "Des d'un fitxer", "DE.Views.WatermarkSettingsDialog.textFromStorage": "Des de l’emmagatzematge", "DE.Views.WatermarkSettingsDialog.textFromUrl": "Des de l'URL", @@ -2940,6 +2940,6 @@ "DE.Views.WatermarkSettingsDialog.textTitle": "Configuració de la filigrana", "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Subratllat", - "DE.Views.WatermarkSettingsDialog.tipFontName": "Nom del tipus de lletra", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida del tipus de lletra" + "DE.Views.WatermarkSettingsDialog.tipFontName": "Nom de la lletra", + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida de la lletra" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/cs.json b/apps/documenteditor/main/locale/cs.json index 7f47ff37e..aa96324e5 100644 --- a/apps/documenteditor/main/locale/cs.json +++ b/apps/documenteditor/main/locale/cs.json @@ -934,6 +934,9 @@ "DE.Controllers.Navigation.txtBeginning": "Začátek dokumentu", "DE.Controllers.Navigation.txtGotoBeginning": "Přejít na začátek dokumentu", "DE.Controllers.Search.notcriticalErrorTitle": "Varování", + "DE.Controllers.Search.textNoTextFound": "Data, která jste hledali, nebyla nalezena. Upravte parametry vyhledávání.", + "DE.Controllers.Search.textReplaceSkipped": "Nahrazení bylo provedeno. {0} výskytů bylo přeskočeno.", + "DE.Controllers.Search.textReplaceSuccess": "Hledání bylo provedeno. Provedeno {0} nahrazení", "DE.Controllers.Search.warnReplaceString": "{0} není platným speciálním znakem pro nahrazení polem.", "DE.Controllers.Statusbar.textDisconnect": "Spojení je ztraceno
Pokus o opětovné připojení. Zkontrolujte nastavení připojení.", "DE.Controllers.Statusbar.textHasChanges": "Byly zaznamenány nové změny", @@ -2817,6 +2820,7 @@ "DE.Views.Toolbar.tipControls": "Vložit ovládací prvek obsahu", "DE.Views.Toolbar.tipCopy": "Kopírovat", "DE.Views.Toolbar.tipCopyStyle": "Zkopírovat styl", + "DE.Views.Toolbar.tipCut": "Vyjmout", "DE.Views.Toolbar.tipDateTime": "Vložit aktuální datum a čas", "DE.Views.Toolbar.tipDecFont": "Zmenšit velikost písma", "DE.Views.Toolbar.tipDecPrLeft": "Zmenšit odsazení", @@ -2868,6 +2872,7 @@ "DE.Views.Toolbar.tipRedo": "Znovu", "DE.Views.Toolbar.tipSave": "Uložit", "DE.Views.Toolbar.tipSaveCoauth": "Uložte změny, aby je viděli i ostatní uživatelé.", + "DE.Views.Toolbar.tipSelectAll": "Vybrat vše", "DE.Views.Toolbar.tipSendBackward": "Přesunout o vrstvu níž", "DE.Views.Toolbar.tipSendForward": "Přenést o vrstvu výš", "DE.Views.Toolbar.tipShowHiddenChars": "Netisknutelné znaky", diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json index b9d61aeeb..1ea99f131 100644 --- a/apps/documenteditor/main/locale/es.json +++ b/apps/documenteditor/main/locale/es.json @@ -2372,7 +2372,7 @@ "DE.Views.RightMenu.txtShapeSettings": "Ajustes de forma", "DE.Views.RightMenu.txtSignatureSettings": "Configuración de firma", "DE.Views.RightMenu.txtTableSettings": "Ajustes de tabla", - "DE.Views.RightMenu.txtTextArtSettings": "Ajustes de arte de texto", + "DE.Views.RightMenu.txtTextArtSettings": "Ajustes de galería de texto", "DE.Views.ShapeSettings.strBackground": "Color de fondo", "DE.Views.ShapeSettings.strChange": "Cambiar autoforma", "DE.Views.ShapeSettings.strColor": "Color", @@ -2695,7 +2695,7 @@ "DE.Views.Toolbar.capBtnInsShape": "Forma", "DE.Views.Toolbar.capBtnInsSymbol": "Símbolo", "DE.Views.Toolbar.capBtnInsTable": "Tabla", - "DE.Views.Toolbar.capBtnInsTextart": "Texto Arte", + "DE.Views.Toolbar.capBtnInsTextart": "Galería de Texto", "DE.Views.Toolbar.capBtnInsTextbox": "Cuadro de Texto", "DE.Views.Toolbar.capBtnLineNumbers": "Numeración de Líneas", "DE.Views.Toolbar.capBtnMargins": "Márgenes", @@ -2845,7 +2845,7 @@ "DE.Views.Toolbar.tipInsertSymbol": "Insertar Symboló", "DE.Views.Toolbar.tipInsertTable": "Insertar tabla", "DE.Views.Toolbar.tipInsertText": "Insertar cuadro de texto", - "DE.Views.Toolbar.tipInsertTextArt": "Insertar Texto Arte", + "DE.Views.Toolbar.tipInsertTextArt": "Insertar Galería de Texto", "DE.Views.Toolbar.tipLineNumbers": "Mostrar números de línea", "DE.Views.Toolbar.tipLineSpace": "Espaciado de línea de párrafo", "DE.Views.Toolbar.tipMailRecepients": "Combinación de Correspondencia", diff --git a/apps/documenteditor/main/locale/hy.json b/apps/documenteditor/main/locale/hy.json index 1bc55742b..523b4dede 100644 --- a/apps/documenteditor/main/locale/hy.json +++ b/apps/documenteditor/main/locale/hy.json @@ -12,6 +12,7 @@ "Common.Controllers.ExternalOleEditor.textAnonymous": "Անանուն", "Common.Controllers.ExternalOleEditor.textClose": "Փակել", "Common.Controllers.ExternalOleEditor.warningText": "Օբյեկտն անջատված է, քանի որ այն խմբագրվում է մեկ այլ օգտվողի կողմից:", + "Common.Controllers.ExternalOleEditor.warningTitle": "Զգուշացում", "Common.Controllers.History.notcriticalErrorTitle": "Զգուշացում", "Common.Controllers.ReviewChanges.textAcceptBeforeCompare": "Փաստաթղթերը համեմատելու համար դրանցում հետևված բոլոր փոփոխությունները կհամարվեն ընդունված:Ցանկանու՞մ եք շարունակել։", "Common.Controllers.ReviewChanges.textAtLeast": "առնվազն", @@ -290,6 +291,7 @@ "Common.Views.ExternalMergeEditor.textTitle": "Փոստի միավորման հաղորդագրություն ստացողներ", "Common.Views.ExternalOleEditor.textClose": "Փակել", "Common.Views.ExternalOleEditor.textSave": "Պահպանել և դուրս գալ", + "Common.Views.ExternalOleEditor.textTitle": "Աղյուսակաթերթի խմբագիր", "Common.Views.Header.labelCoUsersDescr": "Փաստաթուղթը խմբագրողներ՝", "Common.Views.Header.textAddFavorite": "Նշել որպես հավանած տարբերակ", "Common.Views.Header.textAdvSettings": "Լրացուցիչ կարգավորումներ", @@ -1829,6 +1831,7 @@ "DE.Views.FormSettings.textAlways": "Միշտ", "DE.Views.FormSettings.textAspect": "Պահպանեք համամասնությունները", "DE.Views.FormSettings.textAtLeast": "առնվազն", + "DE.Views.FormSettings.textAuto": "Ավտոմատ", "DE.Views.FormSettings.textAutofit": "Ինքնահարմարեցում", "DE.Views.FormSettings.textBackgroundColor": "Փոնի գույն", "DE.Views.FormSettings.textCheckbox": "Ստուգանիշ", @@ -2797,6 +2800,7 @@ "DE.Views.Toolbar.tipControls": "Զետեղել բովանդակության կառավարներ", "DE.Views.Toolbar.tipCopy": "Պատճենել", "DE.Views.Toolbar.tipCopyStyle": "Պատճենել ոճը", + "DE.Views.Toolbar.tipCut": "Կտրել", "DE.Views.Toolbar.tipDateTime": "Տեղադրել ընթացիկ ամսաթիվը և ժամը", "DE.Views.Toolbar.tipDecFont": "Փոքրացնել տառաչափը", "DE.Views.Toolbar.tipDecPrLeft": "Փոքրացնել նահանջը", diff --git a/apps/documenteditor/main/locale/ja.json b/apps/documenteditor/main/locale/ja.json index 3fe7471a6..392adc429 100644 --- a/apps/documenteditor/main/locale/ja.json +++ b/apps/documenteditor/main/locale/ja.json @@ -196,6 +196,7 @@ "Common.UI.ThemeColorPalette.textStandartColors": "標準色", "Common.UI.ThemeColorPalette.textThemeColors": "テーマの色", "Common.UI.Themes.txtThemeClassicLight": "明るい(クラシック)", + "Common.UI.Themes.txtThemeContrastDark": "ダークコントラスト", "Common.UI.Themes.txtThemeDark": "暗い", "Common.UI.Themes.txtThemeLight": "明るい", "Common.UI.Themes.txtThemeSystem": "システム設定と同じ", @@ -354,6 +355,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": "停止", @@ -477,6 +479,7 @@ "Common.Views.SearchPanel.textReplace": "置換する", "Common.Views.SearchPanel.textReplaceAll": "全てを置換する", "Common.Views.SearchPanel.textReplaceWith": "置換後の文字列", + "Common.Views.SearchPanel.textSearchHasStopped": "検索が停止しました", "Common.Views.SearchPanel.textSearchResults": "検索結果:{0}/{1}", "Common.Views.SearchPanel.textTooManyResults": "検索結果が多すぎるため、ここに表示できません", "Common.Views.SearchPanel.textWholeWords": "単語全体のみ", @@ -932,6 +935,9 @@ "DE.Controllers.Navigation.txtBeginning": "文書の先頭", "DE.Controllers.Navigation.txtGotoBeginning": "文書の先頭に移動する", "DE.Controllers.Search.notcriticalErrorTitle": " 警告", + "DE.Controllers.Search.textNoTextFound": "検索データが見つかりませんでした。他の検索設定を選択してください。", + "DE.Controllers.Search.textReplaceSkipped": "置換が行われました。スキップされた発生回数は{0}です。", + "DE.Controllers.Search.textReplaceSuccess": "検索が実行されました。{0}発生が置換されました。", "DE.Controllers.Search.warnReplaceString": "{0}は、「置換」ボックスで有効な特殊文字ではありません。", "DE.Controllers.Statusbar.textDisconnect": "接続が切断されました
接続を試みています。接続設定を確認してください。", "DE.Controllers.Statusbar.textHasChanges": "新しい変更点を追記しました", @@ -1778,6 +1784,7 @@ "DE.Views.FileMenuPanels.Settings.strPasteButton": "貼り付けるときに[貼り付けオプション]ボタンを表示する", "DE.Views.FileMenuPanels.Settings.strShowChanges": "リアルタイム共同編集の変更表示モード", "DE.Views.FileMenuPanels.Settings.strShowComments": "テキストにコメントを表示する", + "DE.Views.FileMenuPanels.Settings.strShowOthersChanges": "他のユーザーの変更点を表示する", "DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "解決済みコメントを表示する", "DE.Views.FileMenuPanels.Settings.strStrict": "厳格", "DE.Views.FileMenuPanels.Settings.strTheme": "インターフェイスのテーマ", @@ -1841,6 +1848,7 @@ "DE.Views.FormSettings.textDelete": "削除する", "DE.Views.FormSettings.textDisconnect": "切断する", "DE.Views.FormSettings.textDropDown": "ドロップダウン", + "DE.Views.FormSettings.textExact": "固定値", "DE.Views.FormSettings.textField": "テキストフィールド", "DE.Views.FormSettings.textFixed": "固定サイズのフィールド", "DE.Views.FormSettings.textFromFile": "ファイルから", @@ -2053,6 +2061,7 @@ "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": "試用開発者モード", @@ -2305,16 +2314,23 @@ "DE.Views.ParagraphSettingsAdvanced.textBottom": "下", "DE.Views.ParagraphSettingsAdvanced.textCentered": "中央揃え済み", "DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "文字間隔", - "DE.Views.ParagraphSettingsAdvanced.textContext": "コンテキスト", + "DE.Views.ParagraphSettingsAdvanced.textContext": "コンテキスト合字", + "DE.Views.ParagraphSettingsAdvanced.textContextDiscret": "コンテキストおよび随意合字", + "DE.Views.ParagraphSettingsAdvanced.textContextHistDiscret": "コンテキスト、履歴および随意合字", + "DE.Views.ParagraphSettingsAdvanced.textContextHistorical": "コンテキストおよび履歴合字", "DE.Views.ParagraphSettingsAdvanced.textDefault": "デフォルトのタブ", + "DE.Views.ParagraphSettingsAdvanced.textDiscret": "随意合字", "DE.Views.ParagraphSettingsAdvanced.textEffects": "エフェクト", "DE.Views.ParagraphSettingsAdvanced.textExact": "固定値", "DE.Views.ParagraphSettingsAdvanced.textFirstLine": "最初の行", "DE.Views.ParagraphSettingsAdvanced.textHanging": "ぶら下げ", + "DE.Views.ParagraphSettingsAdvanced.textHistorical": "歴史的合字", + "DE.Views.ParagraphSettingsAdvanced.textHistoricalDiscret": "歴史的合字と随意合字", "DE.Views.ParagraphSettingsAdvanced.textJustified": "両端揃え", "DE.Views.ParagraphSettingsAdvanced.textLeader": "埋め草文字", "DE.Views.ParagraphSettingsAdvanced.textLeft": "左", "DE.Views.ParagraphSettingsAdvanced.textLevel": "レベル", + "DE.Views.ParagraphSettingsAdvanced.textLigatures": "合字", "DE.Views.ParagraphSettingsAdvanced.textNone": "なし", "DE.Views.ParagraphSettingsAdvanced.textNoneSpecial": "(なし)", "DE.Views.ParagraphSettingsAdvanced.textOpenType": "OpenTypeフォント特性", @@ -2324,6 +2340,13 @@ "DE.Views.ParagraphSettingsAdvanced.textRight": "右", "DE.Views.ParagraphSettingsAdvanced.textSet": "指定", "DE.Views.ParagraphSettingsAdvanced.textSpacing": "間隔", + "DE.Views.ParagraphSettingsAdvanced.textStandard": "標準合字のみ", + "DE.Views.ParagraphSettingsAdvanced.textStandardContext": "標準合字およびコンテキスト合字", + "DE.Views.ParagraphSettingsAdvanced.textStandardContextDiscret": "標準、コンテキストおよび随意合字", + "DE.Views.ParagraphSettingsAdvanced.textStandardContextHist": "標準、コンテキストおよび履歴合字", + "DE.Views.ParagraphSettingsAdvanced.textStandardDiscret": "標準および随意合字", + "DE.Views.ParagraphSettingsAdvanced.textStandardHistDiscret": "標準、履歴および随意合字", + "DE.Views.ParagraphSettingsAdvanced.textStandardHistorical": "標準および履歴合字", "DE.Views.ParagraphSettingsAdvanced.textTabCenter": "中央揃え", "DE.Views.ParagraphSettingsAdvanced.textTabLeft": "左", "DE.Views.ParagraphSettingsAdvanced.textTabPosition": "タブの位置", @@ -2701,6 +2724,7 @@ "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": "ヘッダーの削除", diff --git a/apps/documenteditor/main/locale/ms.json b/apps/documenteditor/main/locale/ms.json index b48916f1a..dfcd870f9 100644 --- a/apps/documenteditor/main/locale/ms.json +++ b/apps/documenteditor/main/locale/ms.json @@ -1744,6 +1744,8 @@ "DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mod Pengeditan-bersama", "DE.Views.FileMenuPanels.Settings.strFast": "Pantas", "DE.Views.FileMenuPanels.Settings.strFontRender": "Pembayang Fon", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Abaikan perkataan dalam HURUF BESAR", + "DE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Abaikan perkataan dengan nombor", "DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Seting Makro", "DE.Views.FileMenuPanels.Settings.strPasteButton": "Tunjukkan butang Pilihan Tampal di mana kandungan ditampalkan", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Perubahan Kerjasama Masa-sebenar", @@ -1768,6 +1770,7 @@ "DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Tunjukkan dengan klik dalam belon", "DE.Views.FileMenuPanels.Settings.txtChangesTip": "Tunjukkan dengan mengapung dalam petuaalat", "DE.Views.FileMenuPanels.Settings.txtCm": "Sentimeter", + "DE.Views.FileMenuPanels.Settings.txtCollaboration": "Kerjasama", "DE.Views.FileMenuPanels.Settings.txtDarkMode": "Hidupkan mod gelap dokumen", "DE.Views.FileMenuPanels.Settings.txtFitPage": "Muat kepada Halaman", "DE.Views.FileMenuPanels.Settings.txtFitWidth": "Muat kepada Kelebaran", @@ -1819,6 +1822,7 @@ "DE.Views.FormSettings.textRequired": "Memerlukan", "DE.Views.FormSettings.textScale": "Apabila untuk mengukur", "DE.Views.FormSettings.textSelectImage": "Pilih Imej", + "DE.Views.FormSettings.textTag": "Tag", "DE.Views.FormSettings.textTip": "Petua", "DE.Views.FormSettings.textTipAdd": "Tambah nilai baharu", "DE.Views.FormSettings.textTipDelete": "Padam nilai", @@ -2136,6 +2140,7 @@ "DE.Views.Navigation.txtFontSize": "Saiz fon", "DE.Views.Navigation.txtHeadingAfter": "Pengepala baharu selepas", "DE.Views.Navigation.txtHeadingBefore": "Pengepala baharu sebelum", + "DE.Views.Navigation.txtMedium": "Medium", "DE.Views.Navigation.txtNewHeading": "Subpengepala baharu", "DE.Views.Navigation.txtPromote": "Naikkan aras", "DE.Views.Navigation.txtSelect": "Pilih kandungan", diff --git a/apps/presentationeditor/embed/locale/cs.json b/apps/presentationeditor/embed/locale/cs.json index def374fd5..5784aa7db 100644 --- a/apps/presentationeditor/embed/locale/cs.json +++ b/apps/presentationeditor/embed/locale/cs.json @@ -17,7 +17,7 @@ "PE.ApplicationController.errorForceSave": "Při ukládání souboru došlo k chybě. Prosím použijte „Stáhnout jako“ a uložte si soubor k sobě na počítač nebo původní volbu zkuste znovu později.", "PE.ApplicationController.errorLoadingFont": "Písma nejsou načtená.
Obraťte se na správce vámi využívaného dokumentového serveru.", "PE.ApplicationController.errorTokenExpire": "Platnost tokenu zabezpečení dokumentu skončila.
Obraťte se na správce vámi využívaného dokumentového serveru.", - "PE.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, bude třeba si soubor stáhnout nebo si zkopírovat jeho obsah, abyste si zajistili, že se nic neztratí a až poté tuto stránku znovu načtěte.", + "PE.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, musíte stáhnout nebo zkopírovat obsah souboru, aby nedošlo ke ztrátě dat. Poté tuto stránku obnovte.", "PE.ApplicationController.errorUserDrop": "Tento soubor nyní není přístupný.", "PE.ApplicationController.notcriticalErrorTitle": "Varování", "PE.ApplicationController.openErrorText": "Při otevírání souboru došlo k chybě.", diff --git a/apps/presentationeditor/embed/locale/zh-tw.json b/apps/presentationeditor/embed/locale/zh-tw.json index 19a2c4d67..28213b968 100644 --- a/apps/presentationeditor/embed/locale/zh-tw.json +++ b/apps/presentationeditor/embed/locale/zh-tw.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "\n高度", "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 c7dbbb6f6..f974cd408 100644 --- a/apps/presentationeditor/main/locale/ca.json +++ b/apps/presentationeditor/main/locale/ca.json @@ -120,7 +120,7 @@ "Common.define.effectData.textFloatUp": "Flota cap amunt", "Common.define.effectData.textFlyIn": "Vola cap a dins", "Common.define.effectData.textFlyOut": "Vola cap a fora", - "Common.define.effectData.textFontColor": "Color del tipus de lletra", + "Common.define.effectData.textFontColor": "Color de la lletra", "Common.define.effectData.textFootball": "Futbol", "Common.define.effectData.textFromBottom": "Des de baix", "Common.define.effectData.textFromBottomLeft": "Des de baix a l'esquerra", @@ -573,8 +573,8 @@ "Common.Views.SignDialog.textTitle": "Signa el document", "Common.Views.SignDialog.textUseImage": "o clica a \"Selecciona imatge\" per utilitzar una imatge com a signatura", "Common.Views.SignDialog.textValid": "Vàlid des de %1 fins a %2", - "Common.Views.SignDialog.tipFontName": "Nom del tipus de lletra", - "Common.Views.SignDialog.tipFontSize": "Mida del tipus de lletra", + "Common.Views.SignDialog.tipFontName": "Nom de la lletra", + "Common.Views.SignDialog.tipFontSize": "Mida de la lletra", "Common.Views.SignSettingsDialog.textAllowComment": "Permetre al signant afegir comentaris al quadre de diàleg de signatura", "Common.Views.SignSettingsDialog.textInfo": "Informació del signant", "Common.Views.SignSettingsDialog.textInfoEmail": "Correu electrònic", @@ -594,7 +594,7 @@ "Common.Views.SymbolTableDialog.textEmSpace": "Espai llarg", "Common.Views.SymbolTableDialog.textEnDash": "Guió curt", "Common.Views.SymbolTableDialog.textEnSpace": "Espai curt", - "Common.Views.SymbolTableDialog.textFont": "Tipus de lletra", + "Common.Views.SymbolTableDialog.textFont": "Lletra", "Common.Views.SymbolTableDialog.textNBHyphen": "Guió sense ruptura", "Common.Views.SymbolTableDialog.textNBSpace": "Espai sense pauses", "Common.Views.SymbolTableDialog.textPilcrow": "Signe de calderó", @@ -648,7 +648,7 @@ "PE.Controllers.Main.errorForceSave": "S'ha produït un error en desar el fitxer. Utilitzeu l'opció \"Baixa-ho com a\" per desar el fitxer al disc dur de l’ordinador o torneu-ho a provar més endavant.", "PE.Controllers.Main.errorKeyEncrypt": "Descriptor de claus desconegut", "PE.Controllers.Main.errorKeyExpire": "El descriptor de claus ha caducat", - "PE.Controllers.Main.errorLoadingFont": "No s'han carregat els tipus de lletra.
Contacteu amb l'administrador del Servidor de Documents.", + "PE.Controllers.Main.errorLoadingFont": "No s'han carregat les lletres tipogràfiques.
Contacteu amb l'administrador del Servidor de Documents.", "PE.Controllers.Main.errorProcessSaveResult": "S'ha produït un error en desar.", "PE.Controllers.Main.errorServerVersion": "S'ha actualitzat la versió de l'editor. Es tornarà a carregar la pàgina per aplicar els canvis.", "PE.Controllers.Main.errorSessionAbsolute": "La sessió d’edició del document ha caducat. Torneu a carregar la pàgina.", @@ -1002,7 +1002,7 @@ "PE.Controllers.Search.warnReplaceString": "{0} no és un caràcter especial vàlid per a la casella Substitueix per.", "PE.Controllers.Statusbar.textDisconnect": "S'ha perdut la connexió. S'està intentat connectar. Comproveu la configuració de connexió", "PE.Controllers.Statusbar.zoomText": "Zoom {0}%", - "PE.Controllers.Toolbar.confirmAddFontName": "El tipus de lletra que desareu no està disponible al dispositiu actual.
L'estil de text es mostrarà amb un dels tipus de lletra del sistema, el tipus de lletra desat s'utilitzarà quan estigui disponible.
Voleu continuar ?", + "PE.Controllers.Toolbar.confirmAddFontName": "La lletra que desareu no està disponible al dispositiu actual.
L'estil de text es mostrarà amb una de les lletres del sistema, la lletra desada s'utilitzarà quan estigui disponible.
Voleu continuar?", "PE.Controllers.Toolbar.textAccent": "Accents", "PE.Controllers.Toolbar.textBracket": "Claudàtors", "PE.Controllers.Toolbar.textEmptyImgUrl": "Cal especificar l'URL de la imatge.", @@ -1647,7 +1647,7 @@ "PE.Views.FileMenuPanels.Settings.okButtonText": "Aplica", "PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Mode de coedició", "PE.Views.FileMenuPanels.Settings.strFast": "Ràpid", - "PE.Views.FileMenuPanels.Settings.strFontRender": "Tipus de lletra suggerides", + "PE.Views.FileMenuPanels.Settings.strFontRender": "Lletres suggerides", "PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "Ignora les paraules en MAJÚSCULA", "PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "Ignora les paraules amb números", "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Configuració de les macros", @@ -1807,7 +1807,7 @@ "PE.Views.ParagraphSettingsAdvanced.strIndentsSpacingAfter": "Després", "PE.Views.ParagraphSettingsAdvanced.strIndentsSpacingBefore": "Abans", "PE.Views.ParagraphSettingsAdvanced.strIndentsSpecial": "Especial", - "PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Tipus de lletra", + "PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Lletra", "PE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Sagnia i espaiat", "PE.Views.ParagraphSettingsAdvanced.strSmallCaps": "Versaletes", "PE.Views.ParagraphSettingsAdvanced.strSpacing": "Espaiat", @@ -2175,6 +2175,7 @@ "PE.Views.Toolbar.capInsertShape": "Forma", "PE.Views.Toolbar.capInsertTable": "Taula", "PE.Views.Toolbar.capInsertText": "Quadre de text", + "PE.Views.Toolbar.capInsertTextArt": "Galeria de text", "PE.Views.Toolbar.capInsertVideo": "Vídeo", "PE.Views.Toolbar.capTabFile": "Fitxer", "PE.Views.Toolbar.capTabHome": "Inici", @@ -2247,15 +2248,15 @@ "PE.Views.Toolbar.tipCopyStyle": "Copia l'estil", "PE.Views.Toolbar.tipCut": "Talla", "PE.Views.Toolbar.tipDateTime": "Insereix la data i l'hora actuals", - "PE.Views.Toolbar.tipDecFont": "Redueix la mida del tipus de lletra", + "PE.Views.Toolbar.tipDecFont": "Redueix la mida de la lletra", "PE.Views.Toolbar.tipDecPrLeft": "Redueix la mida de la sagnia", "PE.Views.Toolbar.tipEditHeader": "Edita el peu de pàgina", - "PE.Views.Toolbar.tipFontColor": "Color del tipus de lletra", - "PE.Views.Toolbar.tipFontName": "Tipus de lletra", - "PE.Views.Toolbar.tipFontSize": "Mida del tipus de lletra", + "PE.Views.Toolbar.tipFontColor": "Color de la lletra", + "PE.Views.Toolbar.tipFontName": "Lletra", + "PE.Views.Toolbar.tipFontSize": "Mida de la lletra", "PE.Views.Toolbar.tipHAligh": "Alineació Horitzontal", "PE.Views.Toolbar.tipHighlightColor": "Ressalta el color", - "PE.Views.Toolbar.tipIncFont": "Augmenta la mida del tipus de lletra", + "PE.Views.Toolbar.tipIncFont": "Augmenta la mida de la lletra", "PE.Views.Toolbar.tipIncPrLeft": "Augmenta el sagnat", "PE.Views.Toolbar.tipInsertAudio": "Insereix un àudio", "PE.Views.Toolbar.tipInsertChart": "Insereix un gràfic", @@ -2266,7 +2267,7 @@ "PE.Views.Toolbar.tipInsertSymbol": "Insereix un símbol", "PE.Views.Toolbar.tipInsertTable": "Insereix una taula", "PE.Views.Toolbar.tipInsertText": "Insereix un quadre de text", - "PE.Views.Toolbar.tipInsertTextArt": "Insereix Text Art", + "PE.Views.Toolbar.tipInsertTextArt": "Insereix la galeria de text", "PE.Views.Toolbar.tipInsertVideo": "Insereix un vídeo", "PE.Views.Toolbar.tipLineSpace": "Interlineat", "PE.Views.Toolbar.tipMarkers": "Pics", diff --git a/apps/presentationeditor/main/locale/es.json b/apps/presentationeditor/main/locale/es.json index c701f7674..11bfc9c36 100644 --- a/apps/presentationeditor/main/locale/es.json +++ b/apps/presentationeditor/main/locale/es.json @@ -1841,7 +1841,7 @@ "PE.Views.RightMenu.txtSignatureSettings": "Configuración de firma", "PE.Views.RightMenu.txtSlideSettings": "Ajustes de diapositiva", "PE.Views.RightMenu.txtTableSettings": "Ajustes de tabla", - "PE.Views.RightMenu.txtTextArtSettings": "Text Art Settings", + "PE.Views.RightMenu.txtTextArtSettings": "Ajustes de galería de texto", "PE.Views.ShapeSettings.strBackground": "Color de fondo", "PE.Views.ShapeSettings.strChange": "Cambiar autoforma", "PE.Views.ShapeSettings.strColor": "Color", @@ -2175,6 +2175,7 @@ "PE.Views.Toolbar.capInsertShape": "Forma", "PE.Views.Toolbar.capInsertTable": "Tabla", "PE.Views.Toolbar.capInsertText": "Cuadro de Texto", + "PE.Views.Toolbar.capInsertTextArt": "Galería de Texto", "PE.Views.Toolbar.capInsertVideo": "Vídeo", "PE.Views.Toolbar.capTabFile": "Archivo", "PE.Views.Toolbar.capTabHome": "Inicio", @@ -2266,7 +2267,7 @@ "PE.Views.Toolbar.tipInsertSymbol": "Insertar symboló", "PE.Views.Toolbar.tipInsertTable": "Insertar tabla", "PE.Views.Toolbar.tipInsertText": "Insertar cuadro de texto", - "PE.Views.Toolbar.tipInsertTextArt": "Insertar Texto Arte", + "PE.Views.Toolbar.tipInsertTextArt": "Insertar Galería de Texto", "PE.Views.Toolbar.tipInsertVideo": "Insertar vídeo", "PE.Views.Toolbar.tipLineSpace": "Espaciado de línea", "PE.Views.Toolbar.tipMarkers": "Viñetas", diff --git a/apps/presentationeditor/main/locale/ja.json b/apps/presentationeditor/main/locale/ja.json index c7a48b358..4f96498e8 100644 --- a/apps/presentationeditor/main/locale/ja.json +++ b/apps/presentationeditor/main/locale/ja.json @@ -283,6 +283,7 @@ "Common.UI.ThemeColorPalette.textStandartColors": "標準色", "Common.UI.ThemeColorPalette.textThemeColors": "テーマカラー", "Common.UI.Themes.txtThemeClassicLight": "明るい(クラシック)", + "Common.UI.Themes.txtThemeContrastDark": "ダークコントラスト", "Common.UI.Themes.txtThemeDark": "暗い", "Common.UI.Themes.txtThemeLight": "ライト", "Common.UI.Themes.txtThemeSystem": "システム設定と同じ", @@ -456,6 +457,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": "停止", @@ -550,6 +552,7 @@ "Common.Views.SearchPanel.textReplace": "置換する", "Common.Views.SearchPanel.textReplaceAll": "全てを置換する", "Common.Views.SearchPanel.textReplaceWith": "置換後の文字列", + "Common.Views.SearchPanel.textSearchHasStopped": "検索が停止しました", "Common.Views.SearchPanel.textSearchResults": "検索結果:{0}/{1}", "Common.Views.SearchPanel.textTooManyResults": "検索結果が多すぎるため、ここに表示できません", "Common.Views.SearchPanel.textWholeWords": "単語全体のみ", @@ -993,6 +996,9 @@ "PE.Controllers.Main.warnNoLicenseUsers": "%1エディターのユーザー制限に達しました。 個人的なアップグレード条件については、%1営業チームにお問い合わせください。", "PE.Controllers.Main.warnProcessRightsChange": "ファイルを編集する権限を拒否されています。", "PE.Controllers.Search.notcriticalErrorTitle": " 警告", + "PE.Controllers.Search.textNoTextFound": "検索データが見つかりませんでした。他の検索設定を選択してください。", + "PE.Controllers.Search.textReplaceSkipped": "置換が行われました。スキップされた発生回数は{0}です。", + "PE.Controllers.Search.textReplaceSuccess": "検索が実行されました。{0}発生が置換されました。", "PE.Controllers.Search.warnReplaceString": "{0}は、「置換」ボックスで有効な特殊文字ではありません", "PE.Controllers.Statusbar.textDisconnect": "接続が切断されました
接続を試みています。接続設定を確認してください。", "PE.Controllers.Statusbar.zoomText": "ズーム{0}%", @@ -1646,6 +1652,7 @@ "PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "数字のある単語は無視する", "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "マクロの設定", "PE.Views.FileMenuPanels.Settings.strPasteButton": "貼り付けるときに[貼り付けオプション]ボタンを表示する", + "PE.Views.FileMenuPanels.Settings.strShowOthersChanges": "他のユーザーの変更点を表示する", "PE.Views.FileMenuPanels.Settings.strStrict": "厳格", "PE.Views.FileMenuPanels.Settings.strTheme": "インターフェイスのテーマ", "PE.Views.FileMenuPanels.Settings.strUnit": "測定単位", @@ -2168,6 +2175,7 @@ "PE.Views.Toolbar.capInsertShape": "図形", "PE.Views.Toolbar.capInsertTable": "テーブル", "PE.Views.Toolbar.capInsertText": "テキストボックス", + "PE.Views.Toolbar.capInsertTextArt": "テキストアート", "PE.Views.Toolbar.capInsertVideo": "ビデオ", "PE.Views.Toolbar.capTabFile": "ファイル", "PE.Views.Toolbar.capTabHome": "ホーム", @@ -2238,6 +2246,7 @@ "PE.Views.Toolbar.tipColumns": "列を挿入する", "PE.Views.Toolbar.tipCopy": "コピーする", "PE.Views.Toolbar.tipCopyStyle": "スタイルをコピーする", + "PE.Views.Toolbar.tipCut": "切り取り", "PE.Views.Toolbar.tipDateTime": "現在の日付と時刻を挿入", "PE.Views.Toolbar.tipDecFont": "フォントのサイズ縮小", "PE.Views.Toolbar.tipDecPrLeft": "インデントを減らす", diff --git a/apps/presentationeditor/main/locale/ms.json b/apps/presentationeditor/main/locale/ms.json index a1338782f..13d6dee57 100644 --- a/apps/presentationeditor/main/locale/ms.json +++ b/apps/presentationeditor/main/locale/ms.json @@ -2198,6 +2198,7 @@ "PE.Views.Toolbar.tipColumns": "Sisipkan lajur", "PE.Views.Toolbar.tipCopy": "Salin", "PE.Views.Toolbar.tipCopyStyle": "Gaya Salin", + "PE.Views.Toolbar.tipCut": "Potong", "PE.Views.Toolbar.tipDateTime": "Sisipkan tarikh dan masa semasa", "PE.Views.Toolbar.tipDecFont": "Pengurangan saiz fon", "PE.Views.Toolbar.tipDecPrLeft": "Kurangkan inden", diff --git a/apps/presentationeditor/main/locale/pt-pt.json b/apps/presentationeditor/main/locale/pt-pt.json index 297570815..b23d3b59d 100644 --- a/apps/presentationeditor/main/locale/pt-pt.json +++ b/apps/presentationeditor/main/locale/pt-pt.json @@ -2175,6 +2175,7 @@ "PE.Views.Toolbar.capInsertShape": "Forma", "PE.Views.Toolbar.capInsertTable": "Tabela", "PE.Views.Toolbar.capInsertText": "Caixa de texto", + "PE.Views.Toolbar.capInsertTextArt": "Lágrima", "PE.Views.Toolbar.capInsertVideo": "Vídeo", "PE.Views.Toolbar.capTabFile": "Ficheiro", "PE.Views.Toolbar.capTabHome": "Base", diff --git a/apps/presentationeditor/main/locale/zh-tw.json b/apps/presentationeditor/main/locale/zh-tw.json index f73185c44..303676af0 100644 --- a/apps/presentationeditor/main/locale/zh-tw.json +++ b/apps/presentationeditor/main/locale/zh-tw.json @@ -5,6 +5,10 @@ "Common.Controllers.ExternalDiagramEditor.textClose": "關閉", "Common.Controllers.ExternalDiagramEditor.warningText": "該對像被禁用,因為它正在由另一個用戶編輯。", "Common.Controllers.ExternalDiagramEditor.warningTitle": "警告", + "Common.Controllers.ExternalOleEditor.textAnonymous": "匿名", + "Common.Controllers.ExternalOleEditor.textClose": "關閉", + "Common.Controllers.ExternalOleEditor.warningText": "該物件被禁用,因為它正在由另一個帳戶編輯。", + "Common.Controllers.ExternalOleEditor.warningTitle": "警告", "Common.define.chartData.textArea": "區域", "Common.define.chartData.textAreaStacked": "堆叠面積", "Common.define.chartData.textAreaStackedPer": "100% 堆疊面積圖", @@ -241,6 +245,7 @@ "Common.define.effectData.textWipe": "擦去", "Common.define.effectData.textZigzag": "鋸齒邊緣", "Common.define.effectData.textZoom": "放大", + "Common.Translation.textMoreButton": "更多", "Common.Translation.warnFileLocked": "該文件正在另一個應用程序中進行編輯。您可以繼續編輯並將其另存為副本。", "Common.Translation.warnFileLockedBtnEdit": "\n建立副本", "Common.Translation.warnFileLockedBtnView": "打開查看", @@ -257,6 +262,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 +279,14 @@ "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.txtThemeContrastDark": "暗色對比", "Common.UI.Themes.txtThemeDark": "暗", "Common.UI.Themes.txtThemeLight": "淺色主題", + "Common.UI.Themes.txtThemeSystem": "和系統一致", "Common.UI.Window.cancelButtonText": "取消", "Common.UI.Window.closeButtonText": "關閉", "Common.UI.Window.noButtonText": "沒有", @@ -286,6 +299,9 @@ "Common.UI.Window.yesButtonText": "是", "Common.Utils.Metric.txtCm": "公分", "Common.Utils.Metric.txtPt": "pt", + "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textCtrl": "Ctrl", + "Common.Utils.String.textShift": "Shift", "Common.Views.About.txtAddress": "地址:", "Common.Views.About.txtLicensee": "被許可人", "Common.Views.About.txtLicensor": "許可人", @@ -361,6 +377,9 @@ "Common.Views.ExternalDiagramEditor.textClose": "關閉", "Common.Views.ExternalDiagramEditor.textSave": "存檔並離開", "Common.Views.ExternalDiagramEditor.textTitle": "圖表編輯器", + "Common.Views.ExternalOleEditor.textClose": "關閉", + "Common.Views.ExternalOleEditor.textSave": "存檔並離開", + "Common.Views.ExternalOleEditor.textTitle": "試算表編輯器", "Common.Views.Header.labelCoUsersDescr": "正在編輯文件的用戶:", "Common.Views.Header.textAddFavorite": "標記為最愛收藏", "Common.Views.Header.textAdvSettings": "進階設定", @@ -374,6 +393,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 +401,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": "更改存取權限", @@ -435,6 +457,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": "停止", @@ -519,6 +542,22 @@ "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.textSearchHasStopped": "搜索已停止", + "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 +713,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": "快速共同編輯模式禁用了“撤消/重做”功能。
單擊“嚴格模式”按鈕切換到“嚴格共同編輯”模式以編輯文件而不會受到其他用戶的干擾,並且僅在保存後發送更改他們。您可以使用編輯器的“高級”設置在共同編輯模式之間切換。", @@ -954,6 +995,10 @@ "PE.Controllers.Main.warnNoLicense": "您的系統已經達到同時編輯連線的 %1 編輯者。只能以檢視模式開啟此文件。
請聯繫 %1 銷售團隊來取得個人升級的需求。", "PE.Controllers.Main.warnNoLicenseUsers": "您已達到%1個編輯器的用戶限制。與%1銷售團隊聯繫以了解個人升級條款。", "PE.Controllers.Main.warnProcessRightsChange": "您被拒絕編輯文件的權利。", + "PE.Controllers.Search.notcriticalErrorTitle": "警告", + "PE.Controllers.Search.textNoTextFound": "找不到您一直在搜索的數據。請調整您的搜索選項。", + "PE.Controllers.Search.textReplaceSkipped": "替換已完成。 {0}個事件被跳過。", + "PE.Controllers.Search.textReplaceSuccess": "搜尋完成。 {0}個符合結果已被取代", "PE.Controllers.Search.warnReplaceString": "{0}不是有效的字元", "PE.Controllers.Statusbar.textDisconnect": "連線失敗
正在嘗試連線。請檢查網路連線設定。", "PE.Controllers.Statusbar.zoomText": "放大{0}%", @@ -1337,7 +1382,17 @@ "PE.Views.ChartSettingsAdvanced.textAltDescription": "描述", "PE.Views.ChartSettingsAdvanced.textAltTip": "視覺對象信息的替代基於文本的表示形式,將向有視力或認知障礙的人讀取,以幫助他們更好地理解圖像,自動成型,圖表或表格中包含的信息。", "PE.Views.ChartSettingsAdvanced.textAltTitle": "標題", + "PE.Views.ChartSettingsAdvanced.textCenter": "中心", + "PE.Views.ChartSettingsAdvanced.textFrom": "自", + "PE.Views.ChartSettingsAdvanced.textHeight": "\n高度", + "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.textVertical": "垂直", + "PE.Views.ChartSettingsAdvanced.textWidth": "寬度", "PE.Views.DateTimeDialog.confirmDefault": "設置{0}的預設格式:“ {1}”", "PE.Views.DateTimeDialog.textDefault": "設為預設", "PE.Views.DateTimeDialog.textFormat": "格式", @@ -1592,8 +1647,11 @@ "PE.Views.FileMenuPanels.Settings.strCoAuthMode": "共同編輯模式", "PE.Views.FileMenuPanels.Settings.strFast": "快", "PE.Views.FileMenuPanels.Settings.strFontRender": "字體提示", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsInUPPERCASE": "忽略大寫單詞", + "PE.Views.FileMenuPanels.Settings.strIgnoreWordsWithNumbers": "忽略帶數字的單詞", "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "巨集設定", "PE.Views.FileMenuPanels.Settings.strPasteButton": "粘貼內容時顯示“粘貼選項”按鈕", + "PE.Views.FileMenuPanels.Settings.strShowOthersChanges": "顯示其他用戶的更改", "PE.Views.FileMenuPanels.Settings.strStrict": "嚴格", "PE.Views.FileMenuPanels.Settings.strTheme": "介面主題", "PE.Views.FileMenuPanels.Settings.strUnit": "測量單位", @@ -1612,8 +1670,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.txtLast": "查看最後", "PE.Views.FileMenuPanels.Settings.txtMac": "作為OS X", @@ -1625,9 +1687,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": "您不能使用與投影片母片不同的語言的日期格式。
要更改母片,請點擊“全部應用”而不是“應用”", @@ -1690,8 +1756,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": "實際大小", @@ -1700,6 +1769,7 @@ "PE.Views.ImageSettingsAdvanced.textRotation": "旋轉", "PE.Views.ImageSettingsAdvanced.textSize": "大小", "PE.Views.ImageSettingsAdvanced.textTitle": "圖像-進階設置", + "PE.Views.ImageSettingsAdvanced.textVertical": "垂直", "PE.Views.ImageSettingsAdvanced.textVertically": "垂直", "PE.Views.ImageSettingsAdvanced.textWidth": "寬度", "PE.Views.LeftMenu.tipAbout": "關於", @@ -1839,12 +1909,15 @@ "PE.Views.ShapeSettingsAdvanced.textBevel": "斜角", "PE.Views.ShapeSettingsAdvanced.textBottom": "底部", "PE.Views.ShapeSettingsAdvanced.textCapType": "Cap 類型", + "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": "比例不變", @@ -1852,6 +1925,8 @@ "PE.Views.ShapeSettingsAdvanced.textLineStyle": "線型", "PE.Views.ShapeSettingsAdvanced.textMiter": "Miter", "PE.Views.ShapeSettingsAdvanced.textNofit": "不要自動調整", + "PE.Views.ShapeSettingsAdvanced.textPlacement": "放置", + "PE.Views.ShapeSettingsAdvanced.textPosition": "職務", "PE.Views.ShapeSettingsAdvanced.textResizeFit": "調整形狀以適合文本", "PE.Views.ShapeSettingsAdvanced.textRight": "右", "PE.Views.ShapeSettingsAdvanced.textRotation": "旋轉", @@ -1863,6 +1938,7 @@ "PE.Views.ShapeSettingsAdvanced.textTextBox": "文字框", "PE.Views.ShapeSettingsAdvanced.textTitle": "形狀 - 進階設定", "PE.Views.ShapeSettingsAdvanced.textTop": "上方", + "PE.Views.ShapeSettingsAdvanced.textVertical": "垂直", "PE.Views.ShapeSettingsAdvanced.textVertically": "垂直", "PE.Views.ShapeSettingsAdvanced.textWeightArrows": "重量和箭頭", "PE.Views.ShapeSettingsAdvanced.textWidth": "寬度", @@ -2016,13 +2092,23 @@ "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": "\n高度", + "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.textVertical": "垂直", + "PE.Views.TableSettingsAdvanced.textWidth": "寬度", "PE.Views.TableSettingsAdvanced.textWidthSpaces": "邊框", "PE.Views.TextArtSettings.strBackground": "背景顏色", "PE.Views.TextArtSettings.strColor": "顏色", @@ -2094,6 +2180,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": "進階設定", @@ -2154,6 +2241,7 @@ "PE.Views.Toolbar.tipColumns": "插入欄", "PE.Views.Toolbar.tipCopy": "複製", "PE.Views.Toolbar.tipCopyStyle": "複製樣式", + "PE.Views.Toolbar.tipCut": "剪下", "PE.Views.Toolbar.tipDateTime": "插入當前日期和時間", "PE.Views.Toolbar.tipDecFont": "減少字體大小", "PE.Views.Toolbar.tipDecPrLeft": "減少縮進", @@ -2194,6 +2282,7 @@ "PE.Views.Toolbar.tipRedo": "重做", "PE.Views.Toolbar.tipSave": "儲存", "PE.Views.Toolbar.tipSaveCoauth": "保存您的更改,以供其他用戶查看。", + "PE.Views.Toolbar.tipSelectAll": "全選", "PE.Views.Toolbar.tipShapeAlign": "對齊形狀", "PE.Views.Toolbar.tipShapeArrange": "排列形狀", "PE.Views.Toolbar.tipSlideNum": "插入投影片編號", diff --git a/apps/spreadsheeteditor/embed/locale/cs.json b/apps/spreadsheeteditor/embed/locale/cs.json index 8c0aa04d1..6db86f624 100644 --- a/apps/spreadsheeteditor/embed/locale/cs.json +++ b/apps/spreadsheeteditor/embed/locale/cs.json @@ -17,7 +17,7 @@ "SSE.ApplicationController.errorForceSave": "Při ukládání souboru došlo k chybě. Prosím použijte „Stáhnout jako“ a uložte si soubor k sobě na počítač nebo původní volbu zkuste znovu později.", "SSE.ApplicationController.errorLoadingFont": "Písma nejsou načtená.
Obraťte se na správce vámi využívaného dokumentového serveru.", "SSE.ApplicationController.errorTokenExpire": "Platnost tokenu zabezpečení dokumentu skončila.
Obraťte se na správce vámi využívaného dokumentového serveru.", - "SSE.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, bude třeba si soubor stáhnout nebo si zkopírovat jeho obsah, abyste si zajistili, že se nic neztratí a až poté tuto stránku znovu načtěte.", + "SSE.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, musíte stáhnout nebo zkopírovat obsah souboru, aby nedošlo ke ztrátě dat. Poté tuto stránku obnovte.", "SSE.ApplicationController.errorUserDrop": "Tento soubor nyní není přístupný.", "SSE.ApplicationController.notcriticalErrorTitle": "Varování", "SSE.ApplicationController.openErrorText": "Při otevírání souboru došlo k chybě.", diff --git a/apps/spreadsheeteditor/embed/locale/zh-tw.json b/apps/spreadsheeteditor/embed/locale/zh-tw.json index 2da2ddbfa..63fb64444 100644 --- a/apps/spreadsheeteditor/embed/locale/zh-tw.json +++ b/apps/spreadsheeteditor/embed/locale/zh-tw.json @@ -4,6 +4,7 @@ "common.view.modals.txtHeight": "\n高度", "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 718509cb2..b5a38df4c 100644 --- a/apps/spreadsheeteditor/main/locale/ca.json +++ b/apps/spreadsheeteditor/main/locale/ca.json @@ -2718,6 +2718,7 @@ "SSE.Views.PivotSettingsAdvanced.textAltDescription": "Descripció", "SSE.Views.PivotSettingsAdvanced.textAltTip": "La representació alternativa, que es basa en text de la informació d’objectes visuals, es llegirà a les persones amb deficiències de visió o cognitives per ajudar-les a comprendre millor la informació que hi ha a la imatge, autoforma, gràfic o taula.", "SSE.Views.PivotSettingsAdvanced.textAltTitle": "Títol", + "SSE.Views.PivotSettingsAdvanced.textAutofitColWidth": "Ajusta automàticament l'amplada de columna en l'actualització", "SSE.Views.PivotSettingsAdvanced.textDataRange": "Interval de dades", "SSE.Views.PivotSettingsAdvanced.textDataSource": "Font de dades", "SSE.Views.PivotSettingsAdvanced.textDisplayFields": "Mostra els camps a l’àrea de filtre d’informes", @@ -3361,6 +3362,7 @@ "SSE.Views.Toolbar.capInsertSpark": "Gràfic sparkline", "SSE.Views.Toolbar.capInsertTable": "Taula", "SSE.Views.Toolbar.capInsertText": "Quadre de text", + "SSE.Views.Toolbar.capInsertTextart": "Galeria de text", "SSE.Views.Toolbar.mniImageFromFile": "Imatge del fitxer", "SSE.Views.Toolbar.mniImageFromStorage": "Imatge de l'emmagatzematge", "SSE.Views.Toolbar.mniImageFromUrl": "Imatge d'URL", @@ -3505,7 +3507,7 @@ "SSE.Views.Toolbar.tipInsertSymbol": "Insereix un símbol", "SSE.Views.Toolbar.tipInsertTable": "Insereix una taula", "SSE.Views.Toolbar.tipInsertText": "Insereix un quadre de text", - "SSE.Views.Toolbar.tipInsertTextart": "Insereix Text Art", + "SSE.Views.Toolbar.tipInsertTextart": "Insereix la galeria de text", "SSE.Views.Toolbar.tipMerge": "Combina i centra", "SSE.Views.Toolbar.tipNone": "cap", "SSE.Views.Toolbar.tipNumFormat": "Format de número", diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json index 8ab59697f..44afdd516 100644 --- a/apps/spreadsheeteditor/main/locale/cs.json +++ b/apps/spreadsheeteditor/main/locale/cs.json @@ -3356,6 +3356,7 @@ "SSE.Views.Toolbar.capInsertSpark": "Mikrograf", "SSE.Views.Toolbar.capInsertTable": "Tabulka", "SSE.Views.Toolbar.capInsertText": "Textové pole", + "SSE.Views.Toolbar.capInsertTextart": "Text Art", "SSE.Views.Toolbar.mniImageFromFile": "Obrázek ze souboru", "SSE.Views.Toolbar.mniImageFromStorage": "Obrázek z úložiště", "SSE.Views.Toolbar.mniImageFromUrl": "Obrázek z URL adresy", @@ -3430,6 +3431,7 @@ "SSE.Views.Toolbar.textScaleCustom": "Uživatelsky určené", "SSE.Views.Toolbar.textSelection": "Od stávajícího výběru", "SSE.Views.Toolbar.textSetPrintArea": "Nastavit oblast tisku", + "SSE.Views.Toolbar.textShowVA": "Zobrazit viditelnou oblast", "SSE.Views.Toolbar.textStrikeout": "Přeškrtnuté", "SSE.Views.Toolbar.textSubscript": "Dolní index", "SSE.Views.Toolbar.textSubSuperscript": "Dolní/horní index", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index 40b8ab697..c7fd7096f 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -2718,6 +2718,7 @@ "SSE.Views.PivotSettingsAdvanced.textAltDescription": "Descripción", "SSE.Views.PivotSettingsAdvanced.textAltTip": "Representación de texto alternativa de la información sobre el objeto visual, que se leerá para las personas con deficiencia visual o deterioro cognitivo para ayudarles a entender mejor, que información contiene la imagen, autoforma, gráfica o tabla.", "SSE.Views.PivotSettingsAdvanced.textAltTitle": "Título", + "SSE.Views.PivotSettingsAdvanced.textAutofitColWidth": "Ajusta automáticamente el ancho de la columna al actualizar", "SSE.Views.PivotSettingsAdvanced.textDataRange": "Rango de datos", "SSE.Views.PivotSettingsAdvanced.textDataSource": "Origen de datos", "SSE.Views.PivotSettingsAdvanced.textDisplayFields": "Mostrar campos en área de filtro de informe", @@ -2922,7 +2923,7 @@ "SSE.Views.RightMenu.txtSlicerSettings": "Ajustes de segmentación de datos", "SSE.Views.RightMenu.txtSparklineSettings": "Ajustes de Sparkline", "SSE.Views.RightMenu.txtTableSettings": "Ajustes de la tabla", - "SSE.Views.RightMenu.txtTextArtSettings": "Ajustes de arte de texto", + "SSE.Views.RightMenu.txtTextArtSettings": "Ajustes de galería de texto", "SSE.Views.ScaleDialog.textAuto": "Auto", "SSE.Views.ScaleDialog.textError": "El valor introducido es incorrecto.", "SSE.Views.ScaleDialog.textFewPages": "páginas", @@ -3361,6 +3362,7 @@ "SSE.Views.Toolbar.capInsertSpark": "Minigráfico", "SSE.Views.Toolbar.capInsertTable": "Tabla", "SSE.Views.Toolbar.capInsertText": "Cuadro de texto", + "SSE.Views.Toolbar.capInsertTextart": "Galería de Texto", "SSE.Views.Toolbar.mniImageFromFile": "Imagen desde archivo", "SSE.Views.Toolbar.mniImageFromStorage": "Imagen de Almacenamiento", "SSE.Views.Toolbar.mniImageFromUrl": "Imagen desde url", @@ -3505,7 +3507,7 @@ "SSE.Views.Toolbar.tipInsertSymbol": "Insertar symboló", "SSE.Views.Toolbar.tipInsertTable": "Insertar tabla", "SSE.Views.Toolbar.tipInsertText": "Insertar cuadro de texto", - "SSE.Views.Toolbar.tipInsertTextart": "Inserta Texto Arte", + "SSE.Views.Toolbar.tipInsertTextart": "Insertar Galería de Texto", "SSE.Views.Toolbar.tipMerge": "Combinar y centrar", "SSE.Views.Toolbar.tipNone": "Ninguno", "SSE.Views.Toolbar.tipNumFormat": "Formato de número", diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json index 6ea2ba0f0..e481c18af 100644 --- a/apps/spreadsheeteditor/main/locale/ja.json +++ b/apps/spreadsheeteditor/main/locale/ja.json @@ -137,6 +137,7 @@ "Common.UI.ThemeColorPalette.textStandartColors": "標準の色", "Common.UI.ThemeColorPalette.textThemeColors": "テーマの色", "Common.UI.Themes.txtThemeClassicLight": "明るい(クラシック)", + "Common.UI.Themes.txtThemeContrastDark": "ダークコントラスト", "Common.UI.Themes.txtThemeDark": "暗い", "Common.UI.Themes.txtThemeLight": "明るい", "Common.UI.Themes.txtThemeSystem": "システム設定と同じ", @@ -304,6 +305,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": "停止", @@ -407,6 +409,7 @@ "Common.Views.SearchPanel.textReplaceAll": "全てを置換する", "Common.Views.SearchPanel.textReplaceWith": "置換後の文字列", "Common.Views.SearchPanel.textSearch": "検索", + "Common.Views.SearchPanel.textSearchHasStopped": "検索が停止しました", "Common.Views.SearchPanel.textSearchOptions": "検索オプション", "Common.Views.SearchPanel.textSearchResults": "検索結果:{0}/{1}", "Common.Views.SearchPanel.textSelectDataRange": "データ範囲を選択する", @@ -536,6 +539,7 @@ "SSE.Controllers.DocumentHolder.txtColumn": "列", "SSE.Controllers.DocumentHolder.txtColumnAlign": "列の配置", "SSE.Controllers.DocumentHolder.txtContains": "含んでいる\t", + "SSE.Controllers.DocumentHolder.txtCopySuccess": "リンクがクリップボードにコピーされました", "SSE.Controllers.DocumentHolder.txtDataTableHint": "テーブルまたは指定したテーブル列のデータセルを返す", "SSE.Controllers.DocumentHolder.txtDecreaseArg": "引数のサイズの縮小", "SSE.Controllers.DocumentHolder.txtDeleteArg": "引数を削除", @@ -2024,6 +2028,7 @@ "SSE.Views.DocumentHolder.txtFormula": "関数を挿入", "SSE.Views.DocumentHolder.txtFraction": "分数", "SSE.Views.DocumentHolder.txtGeneral": "標準", + "SSE.Views.DocumentHolder.txtGetLink": "この範囲のリンクを取得する", "SSE.Views.DocumentHolder.txtGroup": "グループ化", "SSE.Views.DocumentHolder.txtHide": "表示しない", "SSE.Views.DocumentHolder.txtInsert": "挿入", @@ -2122,6 +2127,7 @@ "SSE.Views.FileMenuPanels.DocumentRights.txtRights": "権利を持っている者", "SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "適用", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "共同編集モード", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDateFormat1904": "1904年の日付システムを使用する", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "小数点区切り", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "辞書言語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "即時反映モード", @@ -2136,6 +2142,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "地域の設定", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "例えば:", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "シートにコメントを表示する", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowOthersChanges": "他のユーザーの変更点を表示する", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "解決済みコメントを表示する", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "厳密モード", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "インターフェイスのテーマ", @@ -2711,6 +2718,7 @@ "SSE.Views.PivotSettingsAdvanced.textAltDescription": "説明", "SSE.Views.PivotSettingsAdvanced.textAltTip": "代替テキストとは、表、図、画像などのオブジェクトが持つ情報の、テキストによる代替表現です。この情報は、視覚や認知機能に障碍があり、オブジェクトを見たり認識したりできない方の役に立ちます。", "SSE.Views.PivotSettingsAdvanced.textAltTitle": "タイトル", + "SSE.Views.PivotSettingsAdvanced.textAutofitColWidth": "更新時に列幅を自動調整する", "SSE.Views.PivotSettingsAdvanced.textDataRange": "データ範囲", "SSE.Views.PivotSettingsAdvanced.textDataSource": "データソース", "SSE.Views.PivotSettingsAdvanced.textDisplayFields": "レポート・フィルター範囲にフィールドを表示する", @@ -3183,6 +3191,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": "次の言葉へ", @@ -3353,6 +3362,7 @@ "SSE.Views.Toolbar.capInsertSpark": "スパークライン", "SSE.Views.Toolbar.capInsertTable": "表", "SSE.Views.Toolbar.capInsertText": "テキストボックス", + "SSE.Views.Toolbar.capInsertTextart": "テキストアート", "SSE.Views.Toolbar.mniImageFromFile": "ファイルからの画像", "SSE.Views.Toolbar.mniImageFromStorage": "ストレージからの画像", "SSE.Views.Toolbar.mniImageFromUrl": "URLからの画像", @@ -3384,10 +3394,12 @@ "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": "罫線を購入", @@ -3425,6 +3437,7 @@ "SSE.Views.Toolbar.textScaleCustom": "ユーザー設定", "SSE.Views.Toolbar.textSelection": "現在の選択項目から", "SSE.Views.Toolbar.textSetPrintArea": "印刷範囲を設定する", + "SSE.Views.Toolbar.textShowVA": "表示エリアを表示にする", "SSE.Views.Toolbar.textStrikeout": "取り消し線", "SSE.Views.Toolbar.textSubscript": "下付き", "SSE.Views.Toolbar.textSubSuperscript": "下付き/上付きの文字", @@ -3464,6 +3477,7 @@ "SSE.Views.Toolbar.tipCondFormat": "条件付き書式", "SSE.Views.Toolbar.tipCopy": "コピー", "SSE.Views.Toolbar.tipCopyStyle": "スタイルをコピーする", + "SSE.Views.Toolbar.tipCut": "切り取り", "SSE.Views.Toolbar.tipDecDecimal": "小数点表示桁下げ", "SSE.Views.Toolbar.tipDecFont": "フォントのサイズの減分", "SSE.Views.Toolbar.tipDeleteOpt": "セルを削除", @@ -3513,8 +3527,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/pt-pt.json b/apps/spreadsheeteditor/main/locale/pt-pt.json index 3c515da6a..77f120069 100644 --- a/apps/spreadsheeteditor/main/locale/pt-pt.json +++ b/apps/spreadsheeteditor/main/locale/pt-pt.json @@ -3361,6 +3361,7 @@ "SSE.Views.Toolbar.capInsertSpark": "Sparkline", "SSE.Views.Toolbar.capInsertTable": "Tabela", "SSE.Views.Toolbar.capInsertText": "Caixa de texto", + "SSE.Views.Toolbar.capInsertTextart": "Lágrima", "SSE.Views.Toolbar.mniImageFromFile": "Imagem de um ficheiro", "SSE.Views.Toolbar.mniImageFromStorage": "Imagem de um armazenamento", "SSE.Views.Toolbar.mniImageFromUrl": "Imagem de um URL", diff --git a/apps/spreadsheeteditor/main/locale/zh-tw.json b/apps/spreadsheeteditor/main/locale/zh-tw.json index 51f1f4794..4937eb127 100644 --- a/apps/spreadsheeteditor/main/locale/zh-tw.json +++ b/apps/spreadsheeteditor/main/locale/zh-tw.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,14 @@ "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.txtThemeContrastDark": "暗色對比", "Common.UI.Themes.txtThemeDark": "暗黑", "Common.UI.Themes.txtThemeLight": " 淺色主題", + "Common.UI.Themes.txtThemeSystem": "和系統一致", "Common.UI.Window.cancelButtonText": "取消", "Common.UI.Window.closeButtonText": "關閉", "Common.UI.Window.noButtonText": "沒有", @@ -145,6 +153,9 @@ "Common.UI.Window.yesButtonText": "是", "Common.Utils.Metric.txtCm": "公分", "Common.Utils.Metric.txtPt": "pt", + "Common.Utils.String.textAlt": "Alt", + "Common.Utils.String.textCtrl": "Ctrl", + "Common.Utils.String.textShift": "Shift", "Common.Views.About.txtAddress": "地址:", "Common.Views.About.txtLicensee": "被許可人", "Common.Views.About.txtLicensor": "許可人", @@ -225,6 +236,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 +244,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": "更改存取權限", @@ -291,6 +305,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": "停止", @@ -375,6 +390,37 @@ "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.textSearchHasStopped": "搜索已停止", + "Common.Views.SearchPanel.textSearchResults": "搜索结果:{0}/{1}", + "Common.Views.SearchPanel.textSelectDataRange": "選擇數據范圍", + "Common.Views.SearchPanel.textSheet": "表格", + "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 +830,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": "快速共同編輯模式禁用了“撤消/重做”功能。
單擊“嚴格模式”按鈕切換到“嚴格共同編輯”模式以編輯文件而不會受到其他用戶的干擾,並且僅在保存後發送更改他們。您可以使用編輯器的“進階”設置在共同編輯模式之間切換。", @@ -1071,6 +1119,9 @@ "SSE.Controllers.Print.textWarning": "警告", "SSE.Controllers.Print.txtCustom": "自訂", "SSE.Controllers.Print.warnCheckMargings": "邊界錯誤", + "SSE.Controllers.Search.textInvalidRange": "錯誤!無效的單元格範圍", + "SSE.Controllers.Search.textReplaceSkipped": "替換已完成。 {0}個事件被跳過。", + "SSE.Controllers.Search.textReplaceSuccess": "搜尋完成。 {0}個符合結果已被取代", "SSE.Controllers.Statusbar.errorLastSheet": "工作簿必須至少具有一個可見的工作表。", "SSE.Controllers.Statusbar.errorRemoveSheet": "無法刪除工作表。", "SSE.Controllers.Statusbar.strSheet": "表格", @@ -1577,6 +1628,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 +1650,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。", @@ -1855,6 +1908,7 @@ "SSE.Views.DocumentHolder.bulletsText": "項目符和編號", "SSE.Views.DocumentHolder.centerCellText": "中央對齊", "SSE.Views.DocumentHolder.chartText": "圖表進階設置", + "SSE.Views.DocumentHolder.chartTypeText": "變更圖表類型", "SSE.Views.DocumentHolder.deleteColumnText": "欄", "SSE.Views.DocumentHolder.deleteRowText": "行", "SSE.Views.DocumentHolder.deleteTableText": "表格", @@ -2066,14 +2120,20 @@ "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.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.strPasteButton": "粘貼內容時顯示“粘貼選項”按鈕", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "R1C1參考樣式", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "區域設置", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "例:", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowOthersChanges": "顯示其他用戶的更改", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "顯示已解決的註釋", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "嚴格", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "介面主題", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "千位分隔符", @@ -2090,17 +2150,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": "匈牙利語", @@ -2116,6 +2180,7 @@ "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": "葡萄牙語(葡萄牙)", @@ -2127,13 +2192,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": "帶密碼", @@ -2453,6 +2522,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": "試用開發人員模式", @@ -3309,6 +3379,7 @@ "SSE.Views.Toolbar.textDelUp": "上移單元格", "SSE.Views.Toolbar.textDiagDownBorder": "對角向下邊界", "SSE.Views.Toolbar.textDiagUpBorder": "對角上邊界", + "SSE.Views.Toolbar.textDone": "已完成", "SSE.Views.Toolbar.textEntireCol": "整列", "SSE.Views.Toolbar.textEntireRow": "整行", "SSE.Views.Toolbar.textFewPages": "頁", @@ -3389,6 +3460,7 @@ "SSE.Views.Toolbar.tipCondFormat": "條件格式", "SSE.Views.Toolbar.tipCopy": "複製", "SSE.Views.Toolbar.tipCopyStyle": "複製樣式", + "SSE.Views.Toolbar.tipCut": "剪下", "SSE.Views.Toolbar.tipDecDecimal": "減少小數", "SSE.Views.Toolbar.tipDecFont": "減少字體大小", "SSE.Views.Toolbar.tipDeleteOpt": "刪除單元格", @@ -3434,6 +3506,7 @@ "SSE.Views.Toolbar.tipSave": "儲存", "SSE.Views.Toolbar.tipSaveCoauth": "保存您的更改,以供其他用戶查看。", "SSE.Views.Toolbar.tipScale": "縮放以適合", + "SSE.Views.Toolbar.tipSelectAll": "全選", "SSE.Views.Toolbar.tipSendBackward": "向後發送", "SSE.Views.Toolbar.tipSendForward": "向前帶進", "SSE.Views.Toolbar.tipSynchronize": "該文檔已被其他用戶更改。請單擊以保存您的更改並重新加載更新。",