web-apps/apps/spreadsheeteditor/mobile/locale/be.json

708 lines
35 KiB
JSON
Raw Normal View History

2020-11-13 15:39:58 +00:00
{
2021-08-02 09:40:28 +00:00
"About": {
2022-01-31 14:06:48 +00:00
"textAbout": "Пра праграму",
"textAddress": "Адрас",
2021-08-02 09:40:28 +00:00
"textBack": "Back",
2022-06-10 15:04:32 +00:00
"textEditor": "Spreadsheet Editor",
2021-08-02 09:40:28 +00:00
"textEmail": "Email",
"textPoweredBy": "Powered By",
"textTel": "Tel",
2022-06-10 15:04:32 +00:00
"textVersion": "Version"
2021-08-02 09:40:28 +00:00
},
"Common": {
"Collaboration": {
2022-01-31 14:06:48 +00:00
"textAddComment": "Дадаць каментар",
"textAddReply": "Дадаць адказ",
2021-08-02 09:40:28 +00:00
"notcriticalErrorTitle": "Warning",
"textBack": "Back",
"textCancel": "Cancel",
"textCollaboration": "Collaboration",
"textComments": "Comments",
"textDeleteComment": "Delete Comment",
"textDeleteReply": "Delete Reply",
"textDone": "Done",
"textEdit": "Edit",
"textEditComment": "Edit Comment",
"textEditReply": "Edit Reply",
"textEditUser": "Users who are editing the file:",
"textMessageDeleteComment": "Do you really want to delete this comment?",
"textMessageDeleteReply": "Do you really want to delete this reply?",
"textNoComments": "This document doesn't contain comments",
2022-01-31 14:06:48 +00:00
"textOk": "Ok",
2021-08-02 09:40:28 +00:00
"textReopen": "Reopen",
"textResolve": "Resolve",
2022-10-07 12:49:31 +00:00
"textSharingSettings": "Sharing Settings",
2021-08-02 09:40:28 +00:00
"textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.",
2022-01-31 14:06:48 +00:00
"textUsers": "Users"
2021-08-02 09:40:28 +00:00
},
"ThemeColorPalette": {
"textCustomColors": "Custom Colors",
"textStandartColors": "Standard Colors",
"textThemeColors": "Theme Colors"
}
},
"ContextMenu": {
2022-01-31 14:06:48 +00:00
"menuAddComment": "Дадаць каментар",
"menuAddLink": "Дадаць спасылку",
2021-08-02 09:40:28 +00:00
"errorCopyCutPaste": "Copy, cut, and paste actions using the context menu will be performed within the current file only.",
2022-01-31 14:06:48 +00:00
"errorInvalidLink": "The link reference does not exist. Please correct the link or delete it.",
2021-08-02 09:40:28 +00:00
"menuCancel": "Cancel",
"menuCell": "Cell",
"menuDelete": "Delete",
"menuEdit": "Edit",
2022-10-07 12:49:31 +00:00
"menuEditLink": "Edit Link",
2021-08-02 09:40:28 +00:00
"menuFreezePanes": "Freeze Panes",
"menuHide": "Hide",
"menuMerge": "Merge",
"menuMore": "More",
"menuOpenLink": "Open Link",
"menuShow": "Show",
"menuUnfreezePanes": "Unfreeze Panes",
"menuUnmerge": "Unmerge",
"menuUnwrap": "Unwrap",
"menuViewComment": "View Comment",
"menuWrap": "Wrap",
"notcriticalErrorTitle": "Warning",
"textCopyCutPasteActions": "Copy, Cut and Paste Actions",
"textDoNotShowAgain": "Don't show again",
2022-06-17 11:59:39 +00:00
"textOk": "Ok",
2022-06-24 10:45:26 +00:00
"txtWarnUrl": "Clicking this link can be harmful to your device and data.<br>Are you sure you want to continue?",
"warnMergeLostData": "Only the data from the upper-left cell will remain in the merged cell. <br>Are you sure you want to continue?"
2021-08-02 09:40:28 +00:00
},
"Controller": {
"Main": {
"SDK": {
2022-01-31 14:06:48 +00:00
"txtAccent": "Акцэнт",
"txtBlank": "(пуста)",
"txtByField": "%1 з %2",
2021-08-02 09:40:28 +00:00
"txtAll": "(All)",
"txtArt": "Your text here",
"txtClearFilter": "Clear Filter (Alt+C)",
"txtColLbls": "Column Labels",
"txtColumn": "Column",
"txtConfidential": "Confidential",
"txtDate": "Date",
"txtDays": "Days",
"txtDiagramTitle": "Chart Title",
"txtFile": "File",
"txtGrandTotal": "Grand Total",
"txtGroup": "Group",
"txtHours": "Hours",
"txtMinutes": "Minutes",
"txtMonths": "Months",
"txtMultiSelect": "Multi-Select (Alt+S)",
"txtOr": "%1 or %2",
"txtPage": "Page",
"txtPageOf": "Page %1 of %2",
"txtPages": "Pages",
"txtPreparedBy": "Prepared by",
"txtPrintArea": "Print_Area",
"txtQuarter": "Qtr",
"txtQuarters": "Quarters",
"txtRow": "Row",
"txtRowLbls": "Row Labels",
"txtSeconds": "Seconds",
"txtSeries": "Series",
"txtStyle_Bad": "Bad",
"txtStyle_Calculation": "Calculation",
"txtStyle_Check_Cell": "Check Cell",
"txtStyle_Comma": "Comma",
"txtStyle_Currency": "Currency",
"txtStyle_Explanatory_Text": "Explanatory Text",
"txtStyle_Good": "Good",
"txtStyle_Heading_1": "Heading 1",
"txtStyle_Heading_2": "Heading 2",
"txtStyle_Heading_3": "Heading 3",
"txtStyle_Heading_4": "Heading 4",
"txtStyle_Input": "Input",
"txtStyle_Linked_Cell": "Linked Cell",
"txtStyle_Neutral": "Neutral",
"txtStyle_Normal": "Normal",
"txtStyle_Note": "Note",
"txtStyle_Output": "Output",
"txtStyle_Percent": "Percent",
"txtStyle_Title": "Title",
"txtStyle_Total": "Total",
"txtStyle_Warning_Text": "Warning Text",
"txtTab": "Tab",
"txtTable": "Table",
"txtTime": "Time",
"txtValues": "Values",
"txtXAxis": "X Axis",
"txtYAxis": "Y Axis",
"txtYears": "Years"
},
2022-01-31 14:06:48 +00:00
"textAnonymous": "Ананімны карыстальнік",
"criticalErrorTitle": "Error",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your admin.",
"errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.",
"errorProcessSaveResult": "Saving is failed.",
"errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.",
"errorUpdateVersion": "The file version has been changed. The page will be reloaded.",
"leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"notcriticalErrorTitle": "Warning",
2021-08-02 09:40:28 +00:00
"textBuyNow": "Visit website",
"textClose": "Close",
"textContactUs": "Contact sales",
"textCustomLoader": "Sorry, you are not entitled to change the loader. Please, contact our sales department to get a quote.",
"textGuest": "Guest",
"textHasMacros": "The file contains automatic macros.<br>Do you want to run macros?",
"textNo": "No",
2022-01-31 14:06:48 +00:00
"textNoChoices": "There are no choices for filling the cell.<br>Only text values from the column can be selected for replacement.",
2021-08-02 09:40:28 +00:00
"textNoLicenseTitle": "License limit reached",
2022-01-31 14:06:48 +00:00
"textNoTextFound": "Text not found",
"textOk": "Ok",
2021-08-02 09:40:28 +00:00
"textPaidFeature": "Paid feature",
"textRemember": "Remember my choice",
2022-01-31 14:06:48 +00:00
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
2022-06-03 14:15:27 +00:00
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
2021-08-02 09:40:28 +00:00
"textYes": "Yes",
2022-10-07 12:49:31 +00:00
"titleLicenseExp": "License expired",
2021-08-02 09:40:28 +00:00
"titleServerVersion": "Editor updated",
"titleUpdateVersion": "Version changed",
"warnLicenseExceeded": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact your administrator to learn more.",
2022-10-07 12:49:31 +00:00
"warnLicenseExp": "Your license has expired. Please, update your license and refresh the page.",
2021-08-02 09:40:28 +00:00
"warnLicenseLimitedNoAccess": "License expired. You have no access to document editing functionality. Please, contact your admin.",
"warnLicenseLimitedRenewed": "License needs to be renewed. You have limited access to document editing functionality.<br>Please contact your administrator to get full access",
"warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
"warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact %1 sales team for personal upgrade terms.",
"warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
2022-06-03 14:15:27 +00:00
"warnProcessRightsChange": "You don't have permission to edit the file."
2021-08-02 09:40:28 +00:00
}
},
"Error": {
2022-01-31 14:06:48 +00:00
"errorWrongOperator": "Ва ўведзенай формуле ёсць памылка. Выкарыстаны хібны аператар.<br>Калі ласка, выпраўце памылку.",
2021-08-02 09:40:28 +00:00
"convertationTimeoutText": "Conversion timeout exceeded.",
"criticalErrorExtText": "Press 'OK' to go back to the document list.",
"criticalErrorTitle": "Error",
"downloadErrorText": "Download failed.",
"errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please, contact your admin.",
"errorArgsRange": "An error in the formula.<br>Incorrect arguments range.",
"errorAutoFilterChange": "The operation is not allowed as it is attempting to shift cells in a table on your worksheet.",
"errorAutoFilterChangeFormatTable": "The operation could not be done for the selected cells as you cannot move a part of a table.<br>Select another data range so that the whole table is shifted and try again.",
"errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.<br>Select a uniform data range inside or outside the table and try again.",
"errorAutoFilterHiddenRange": "The operation cannot be performed because the area contains filtered cells.<br>Please, unhide the filtered elements and try again.",
2022-01-31 14:06:48 +00:00
"errorBadImageUrl": "Image URL is incorrect",
"errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.<br>You might be requested to enter a password.",
2021-08-02 09:40:28 +00:00
"errorChangeArray": "You cannot change part of an array.",
2022-01-31 14:06:48 +00:00
"errorChangeOnProtectedSheet": "The cell or chart you are trying to change is on a protected sheet. To make a change, unprotect the sheet. You might be requested to enter a password.",
2021-08-02 09:40:28 +00:00
"errorConnectToServer": "Can't save this doc. Check your connection settings or contact your admin.<br>When you click the 'OK' button, you will be prompted to download the document.",
"errorCopyMultiselectArea": "This command cannot be used with multiple selections.<br>Select a single range and try again.",
"errorCountArg": "An error in the formula.<br>Invalid number of arguments.",
"errorCountArgExceed": "An error in the formula.<br>Maximum number of arguments exceeded.",
"errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created<br>at the moment as some of them are being edited.",
"errorDatabaseConnection": "External error.<br>Database connection error. Please, contact support.",
"errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.",
"errorDataRange": "Incorrect data range.",
"errorDataValidate": "The value you entered is not valid.<br>A user has restricted values that can be entered into this cell.",
"errorDefaultMessage": "Error code: %1",
2022-10-07 12:49:31 +00:00
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
2021-08-02 09:40:28 +00:00
"errorEditingDownloadas": "An error occurred during the work with the document.<br>Use the 'Download' option to save the file backup copy locally.",
"errorFilePassProtect": "The file is password protected and could not be opened.",
"errorFileRequest": "External error.<br>File Request. Please, contact support.",
"errorFileSizeExceed": "The file size exceeds your server limitation.<br>Please, contact your admin for details.",
"errorFileVKey": "External error.<br>Incorrect security key. Please, contact support.",
"errorFillRange": "Could not fill the selected range of cells.<br>All the merged cells need to be the same size.",
"errorFormulaName": "An error in the formula.<br>Incorrect formula name.",
"errorFormulaParsing": "Internal error while the formula parsing.",
"errorFrmlMaxLength": "You cannot add this formula as its length exceeds the allowed number of characters.<br>Please, edit it and try again.",
"errorFrmlMaxReference": "You cannot enter this formula because it has too many values,<br>cell references, and/or names.",
"errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.<br>Use the CONCATENATE function or concatenation operator (&)",
"errorFrmlWrongReferences": "The function refers to a sheet that does not exist.<br>Please, check the data and try again.",
"errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.",
"errorKeyEncrypt": "Unknown key descriptor",
"errorKeyExpire": "Key descriptor expired",
2022-01-31 14:06:48 +00:00
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
2021-08-02 09:40:28 +00:00
"errorLockedAll": "The operation could not be done as the sheet has been locked by another user.",
"errorLockedCellPivot": "You cannot change data inside a pivot table.",
"errorLockedWorksheetRename": "The sheet cannot be renamed at the moment as it is being renamed by another user",
"errorMaxPoints": "The maximum number of points in series per chart is 4096.",
"errorMoveRange": "Cannot change a part of a merged cell",
"errorMultiCellFormula": "Multi-cell array formulas are not allowed in tables.",
"errorOpenWarning": "The length of one of the formulas in the file exceeded<br>the allowed number of characters and it was removed.",
"errorOperandExpected": "The entered function syntax is not correct. Please, check if you missed one of the parentheses - '(' or ')'.",
"errorPasteMaxRange": "The copy and paste area does not match. Please, select an area of the same size or click the first cell in a row to paste the copied cells.",
"errorPrintMaxPagesCount": "Unfortunately, it’s not possible to print more than 1500 pages at once in the current version of the program.<br>This restriction will be eliminated in upcoming releases.",
"errorSessionAbsolute": "The document editing session has expired. Please, reload the page.",
"errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.",
"errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.",
"errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
"errorUnexpectedGuid": "External error.<br>Unexpected Guid. Please, contact support.",
2022-07-18 13:25:45 +00:00
"errorUpdateVersionOnDisconnect": "Connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.",
2021-08-02 09:40:28 +00:00
"errorUserDrop": "The file cannot be accessed right now.",
"errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
2022-01-31 14:06:48 +00:00
"errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but you won't be able to download or print it until the connection is restored and the page is reloaded.",
2021-08-02 09:40:28 +00:00
"errorWrongBracketsCount": "An error in the formula.<br>Wrong number of brackets.",
"notcriticalErrorTitle": "Warning",
"openErrorText": "An error has occurred while opening the file",
"pastInMergeAreaError": "Cannot change a part of a merged cell",
"saveErrorText": "An error has occurred while saving the file",
"scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.",
2022-01-31 14:06:48 +00:00
"textErrorPasswordIsNotCorrect": "The password you supplied is not correct.<br>Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.",
2021-08-02 09:40:28 +00:00
"unknownErrorText": "Unknown error.",
"uploadImageExtMessage": "Unknown image format.",
"uploadImageFileCountMessage": "No images uploaded.",
2022-01-31 14:06:48 +00:00
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB."
2021-08-02 09:40:28 +00:00
},
"Statusbar": {
2022-01-31 14:06:48 +00:00
"textErrNameWrongChar": "Назва не можа змяшчаць сімвалы: \\, /, *, ?, [, ], :",
2021-08-02 09:40:28 +00:00
"notcriticalErrorTitle": "Warning",
"textCancel": "Cancel",
"textDelete": "Delete",
"textDuplicate": "Duplicate",
"textErrNameExists": "Worksheet with this name already exists.",
"textErrNotEmpty": "Sheet name must not be empty",
"textErrorLastSheet": "The workbook must have at least one visible worksheet.",
"textErrorRemoveSheet": "Can't delete the worksheet.",
2022-02-11 15:44:57 +00:00
"textHidden": "Hidden",
2021-08-02 09:40:28 +00:00
"textHide": "Hide",
"textMore": "More",
2022-01-31 14:06:48 +00:00
"textMove": "Move",
2022-02-18 18:15:43 +00:00
"textMoveBefore": "Move before sheet",
"textMoveToEnd": "(Move to end)",
2022-01-31 14:06:48 +00:00
"textOk": "Ok",
2021-08-02 09:40:28 +00:00
"textRename": "Rename",
"textRenameSheet": "Rename Sheet",
"textSheet": "Sheet",
"textSheetName": "Sheet Name",
2022-04-15 14:43:30 +00:00
"textTabColor": "Tab Color",
2022-06-03 14:15:27 +00:00
"textUnhide": "Unhide",
2022-04-15 14:43:30 +00:00
"textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?"
2021-08-02 09:40:28 +00:00
},
"View": {
"Add": {
2022-01-31 14:06:48 +00:00
"textAddLink": "Дадаць спасылку",
"textAddress": "Адрас",
2021-08-02 09:40:28 +00:00
"errorMaxRows": "ERROR! The maximum number of data series per chart is 255.",
"errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
"notcriticalErrorTitle": "Warning",
"sCatDateAndTime": "Date and time",
"sCatEngineering": "Engineering",
"sCatFinancial": "Financial",
"sCatInformation": "Information",
"sCatLogical": "Logical",
"sCatLookupAndReference": "Lookup and Reference",
"sCatMathematic": "Math and trigonometry",
"sCatStatistical": "Statistical",
"sCatTextAndData": "Text and data",
2022-03-25 14:57:31 +00:00
"textAllTableHint": "Returns the entire contents of the table or specified table columns including column headers, data and total rows",
2021-08-02 09:40:28 +00:00
"textBack": "Back",
"textCancel": "Cancel",
"textChart": "Chart",
"textComment": "Comment",
2022-03-25 14:57:31 +00:00
"textDataTableHint": "Returns the data cells of the table or specified table columns",
2021-08-02 09:40:28 +00:00
"textDisplay": "Display",
2022-10-07 12:49:31 +00:00
"textDone": "Done",
2021-08-02 09:40:28 +00:00
"textEmptyImgUrl": "You need to specify the image URL.",
"textExternalLink": "External Link",
"textFilter": "Filter",
"textFunction": "Function",
"textGroups": "CATEGORIES",
2022-03-25 14:57:31 +00:00
"textHeadersTableHint": "Returns the column headers for the table or specified table columns",
2021-08-02 09:40:28 +00:00
"textImage": "Image",
"textImageURL": "Image URL",
"textInsert": "Insert",
"textInsertImage": "Insert Image",
"textInternalDataRange": "Internal Data Range",
"textInvalidRange": "ERROR! Invalid cells range",
"textLink": "Link",
"textLinkSettings": "Link Settings",
"textLinkType": "Link Type",
2022-01-31 14:06:48 +00:00
"textOk": "Ok",
2021-08-02 09:40:28 +00:00
"textOther": "Other",
"textPictureFromLibrary": "Picture from library",
"textPictureFromURL": "Picture from URL",
"textRange": "Range",
2022-10-07 12:49:31 +00:00
"textRecommended": "Recommended",
2021-08-02 09:40:28 +00:00
"textRequired": "Required",
"textScreenTip": "Screen Tip",
2022-01-31 14:06:48 +00:00
"textSelectedRange": "Selected Range",
2021-08-02 09:40:28 +00:00
"textShape": "Shape",
"textSheet": "Sheet",
"textSortAndFilter": "Sort and Filter",
2022-03-25 14:57:31 +00:00
"textThisRowHint": "Choose only this row of the specified column",
"textTotalsTableHint": "Returns the total rows for the table or specified table columns",
2021-08-02 09:40:28 +00:00
"txtExpand": "Expand and sort",
"txtExpandSort": "The data next to the selection will not be sorted. Do you want to expand the selection to include the adjacent data or continue with sorting the currently selected cells only?",
2022-01-31 14:06:48 +00:00
"txtLockSort": "Data is found next to your selection, but you do not have sufficient permissions to change those cells.<br>Do you wish to continue with the current selection?",
"txtNo": "No",
2021-08-02 09:40:28 +00:00
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
"txtSorting": "Sorting",
2021-08-20 15:33:24 +00:00
"txtSortSelected": "Sort selected",
2022-03-25 14:57:31 +00:00
"txtYes": "Yes"
2021-08-02 09:40:28 +00:00
},
"Edit": {
2022-01-31 14:06:48 +00:00
"textAccounting": "Фінансавы",
"textActualSize": "Актуальны памер",
"textAddCustomColor": "Дадаць адвольны колер",
"textAddress": "Адрас",
"textAlign": "Выраўноўванне",
"textAlignBottom": "Выраўнаваць па ніжняму краю",
"textAlignCenter": "Выраўнаваць па цэнтры",
"textAlignLeft": "Выраўнаваць па леваму краю",
"textAlignMiddle": "Выраўнаваць па сярэдзіне",
"textAlignRight": "Выраўнаваць па праваму краю",
"textAlignTop": "Выраўнаваць па верхняму краю",
"textAllBorders": "Усе межы",
"textAngleClockwise": "Тэкст па гадзіннікавай стрэлцы",
"textAngleCounterclockwise": "Тэкст супраць гадзіннікавай стрэлкі",
"textAuto": "аўта",
"textAutomatic": "Аўтаматычна",
"textAxisCrosses": "Перасячэнне з воссю",
"textEmptyItem": "{Пустыя}",
"textHundredMil": "100 000 000",
"textHundredThousands": "100 000",
"textTenMillions": "10 000 000",
"textTenThousands": "10 000",
2021-08-02 09:40:28 +00:00
"notcriticalErrorTitle": "Warning",
2022-10-07 12:49:31 +00:00
"textArrange": "Arrange",
2021-08-02 09:40:28 +00:00
"textAxisOptions": "Axis Options",
"textAxisPosition": "Axis Position",
"textAxisTitle": "Axis Title",
"textBack": "Back",
"textBetweenTickMarks": "Between Tick Marks",
"textBillions": "Billions",
"textBorder": "Border",
"textBorderStyle": "Border Style",
"textBottom": "Bottom",
"textBottomBorder": "Bottom Border",
"textBringToForeground": "Bring to Foreground",
2022-10-07 12:49:31 +00:00
"textCancel": "Cancel",
2021-08-02 09:40:28 +00:00
"textCell": "Cell",
2022-05-27 13:12:00 +00:00
"textCellStyle": "Cell Style",
2021-08-02 09:40:28 +00:00
"textCenter": "Center",
2022-10-07 12:49:31 +00:00
"textChangeShape": "Change Shape",
2021-08-02 09:40:28 +00:00
"textChart": "Chart",
"textChartTitle": "Chart Title",
"textClearFilter": "Clear Filter",
"textColor": "Color",
"textCross": "Cross",
"textCrossesValue": "Crosses Value",
"textCurrency": "Currency",
"textCustomColor": "Custom Color",
"textDataLabels": "Data Labels",
"textDate": "Date",
"textDefault": "Selected range",
"textDeleteFilter": "Delete Filter",
2022-10-07 12:49:31 +00:00
"textDeleteImage": "Delete Image",
"textDeleteLink": "Delete Link",
2021-08-02 09:40:28 +00:00
"textDesign": "Design",
"textDiagonalDownBorder": "Diagonal Down Border",
"textDiagonalUpBorder": "Diagonal Up Border",
"textDisplay": "Display",
"textDisplayUnits": "Display Units",
"textDollar": "Dollar",
2022-10-07 12:49:31 +00:00
"textDone": "Done",
2021-08-02 09:40:28 +00:00
"textEditLink": "Edit Link",
"textEffects": "Effects",
"textEmptyImgUrl": "You need to specify the image URL.",
"textErrorMsg": "You must choose at least one value",
"textErrorTitle": "Warning",
"textEuro": "Euro",
"textExternalLink": "External Link",
"textFill": "Fill",
"textFillColor": "Fill Color",
"textFilterOptions": "Filter Options",
"textFit": "Fit Width",
"textFonts": "Fonts",
"textFormat": "Format",
"textFraction": "Fraction",
"textFromLibrary": "Picture from Library",
"textFromURL": "Picture from URL",
"textGeneral": "General",
"textGridlines": "Gridlines",
"textHigh": "High",
"textHorizontal": "Horizontal",
"textHorizontalAxis": "Horizontal Axis",
"textHorizontalText": "Horizontal Text",
"textHundreds": "Hundreds",
"textHyperlink": "Hyperlink",
"textImage": "Image",
"textImageURL": "Image URL",
"textIn": "In",
"textInnerBottom": "Inner Bottom",
"textInnerTop": "Inner Top",
"textInsideBorders": "Inside Borders",
"textInsideHorizontalBorder": "Inside Horizontal Border",
"textInsideVerticalBorder": "Inside Vertical Border",
"textInteger": "Integer",
"textInternalDataRange": "Internal Data Range",
"textInvalidRange": "Invalid cells range",
"textJustified": "Justified",
"textLabelOptions": "Label Options",
"textLabelPosition": "Label Position",
"textLayout": "Layout",
"textLeft": "Left",
"textLeftBorder": "Left Border",
"textLeftOverlay": "Left Overlay",
"textLegend": "Legend",
"textLink": "Link",
"textLinkSettings": "Link Settings",
"textLinkType": "Link Type",
"textLow": "Low",
"textMajor": "Major",
"textMajorAndMinor": "Major And Minor",
"textMajorType": "Major Type",
"textMaximumValue": "Maximum Value",
"textMedium": "Medium",
"textMillions": "Millions",
"textMinimumValue": "Minimum Value",
"textMinor": "Minor",
"textMinorType": "Minor Type",
"textMoveBackward": "Move Backward",
"textMoveForward": "Move Forward",
"textNextToAxis": "Next to Axis",
"textNoBorder": "No Border",
"textNone": "None",
"textNoOverlay": "No Overlay",
"textNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
"textNumber": "Number",
2022-01-31 14:06:48 +00:00
"textOk": "Ok",
2021-08-02 09:40:28 +00:00
"textOnTickMarks": "On Tick Marks",
"textOpacity": "Opacity",
"textOut": "Out",
"textOuterTop": "Outer Top",
"textOutsideBorders": "Outside Borders",
"textOverlay": "Overlay",
"textPercentage": "Percentage",
"textPictureFromLibrary": "Picture from Library",
"textPictureFromURL": "Picture from URL",
"textPound": "Pound",
"textPt": "pt",
"textRange": "Range",
2022-10-07 12:49:31 +00:00
"textRecommended": "Recommended",
2021-08-02 09:40:28 +00:00
"textRemoveChart": "Remove Chart",
"textRemoveShape": "Remove Shape",
"textReplace": "Replace",
"textReplaceImage": "Replace Image",
"textRequired": "Required",
"textRight": "Right",
"textRightBorder": "Right Border",
"textRightOverlay": "Right Overlay",
"textRotated": "Rotated",
"textRotateTextDown": "Rotate Text Down",
"textRotateTextUp": "Rotate Text Up",
"textRouble": "Rouble",
"textScientific": "Scientific",
"textScreenTip": "Screen Tip",
"textSelectAll": "Select All",
"textSelectObjectToEdit": "Select object to edit",
"textSendToBackground": "Send to Background",
"textSettings": "Settings",
"textShape": "Shape",
"textSheet": "Sheet",
"textSize": "Size",
"textStyle": "Style",
"textText": "Text",
"textTextColor": "Text Color",
"textTextFormat": "Text Format",
"textTextOrientation": "Text Orientation",
"textThick": "Thick",
"textThin": "Thin",
"textThousands": "Thousands",
"textTickOptions": "Tick Options",
"textTime": "Time",
"textTop": "Top",
"textTopBorder": "Top Border",
"textTrillions": "Trillions",
"textType": "Type",
"textValue": "Value",
"textValuesInReverseOrder": "Values in Reverse Order",
"textVertical": "Vertical",
"textVerticalAxis": "Vertical Axis",
"textVerticalText": "Vertical Text",
"textWrapText": "Wrap Text",
"textYen": "Yen",
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
"txtSortHigh2Low": "Sort Highest to Lowest",
2022-01-31 14:06:48 +00:00
"txtSortLow2High": "Sort Lowest to Highest"
2021-08-02 09:40:28 +00:00
},
"Settings": {
2022-01-31 14:06:48 +00:00
"textAbout": "Пра праграму",
"textAddress": "Адрас",
"textApplication": "Дадатак",
"textApplicationSettings": "Налады праграмы",
"textAuthor": "Аўтар",
"txtScheme3": "Апекс",
"txtScheme4": "Аспект",
2021-08-02 09:40:28 +00:00
"advCSVOptions": "Choose CSV options",
"advDRMEnterPassword": "Your password, please:",
"advDRMOptions": "Protected File",
"advDRMPassword": "Password",
"closeButtonText": "Close File",
"notcriticalErrorTitle": "Warning",
"textBack": "Back",
"textBottom": "Bottom",
"textByColumns": "By columns",
"textByRows": "By rows",
"textCancel": "Cancel",
"textCentimeter": "Centimeter",
2022-01-31 14:06:48 +00:00
"textChooseCsvOptions": "Choose CSV Options",
"textChooseDelimeter": "Choose Delimeter",
"textChooseEncoding": "Choose Encoding",
2021-08-02 09:40:28 +00:00
"textCollaboration": "Collaboration",
"textColorSchemes": "Color Schemes",
"textComment": "Comment",
"textCommentingDisplay": "Commenting Display",
"textComments": "Comments",
"textCreated": "Created",
"textCustomSize": "Custom Size",
2022-01-31 14:06:48 +00:00
"textDarkTheme": "Dark Theme",
"textDelimeter": "Delimiter",
2022-06-03 14:15:27 +00:00
"textDirection": "Direction",
2021-08-02 09:40:28 +00:00
"textDisableAll": "Disable All",
"textDisableAllMacrosWithNotification": "Disable all macros with a notification",
"textDisableAllMacrosWithoutNotification": "Disable all macros without a notification",
"textDone": "Done",
"textDownload": "Download",
"textDownloadAs": "Download As",
"textEmail": "Email",
"textEnableAll": "Enable All",
"textEnableAllMacrosWithoutNotification": "Enable all macros without a notification",
2022-01-31 14:06:48 +00:00
"textEncoding": "Encoding",
"textExample": "Example",
2022-06-03 14:15:27 +00:00
"textFeedback": "Feedback & Support",
2021-08-02 09:40:28 +00:00
"textFind": "Find",
"textFindAndReplace": "Find and Replace",
"textFindAndReplaceAll": "Find and Replace All",
"textFormat": "Format",
"textFormulaLanguage": "Formula Language",
"textFormulas": "Formulas",
"textHelp": "Help",
"textHideGridlines": "Hide Gridlines",
"textHideHeadings": "Hide Headings",
"textHighlightRes": "Highlight results",
"textInch": "Inch",
"textLandscape": "Landscape",
"textLastModified": "Last Modified",
"textLastModifiedBy": "Last Modified By",
"textLeft": "Left",
2022-06-03 14:15:27 +00:00
"textLeftToRight": "Left To Right",
2021-08-02 09:40:28 +00:00
"textLocation": "Location",
"textLookIn": "Look In",
"textMacrosSettings": "Macros Settings",
"textMargins": "Margins",
"textMatchCase": "Match Case",
"textMatchCell": "Match Cell",
"textNoTextFound": "Text not found",
2022-01-31 14:06:48 +00:00
"textOk": "Ok",
2021-08-02 09:40:28 +00:00
"textOpenFile": "Enter a password to open the file",
"textOrientation": "Orientation",
"textOwner": "Owner",
"textPoint": "Point",
"textPortrait": "Portrait",
"textPoweredBy": "Powered By",
"textPrint": "Print",
"textR1C1Style": "R1C1 Reference Style",
"textRegionalSettings": "Regional Settings",
"textReplace": "Replace",
"textReplaceAll": "Replace All",
"textResolvedComments": "Resolved Comments",
2022-06-03 14:15:27 +00:00
"textRestartApplication": "Please restart the application for the changes to take effect",
2021-08-02 09:40:28 +00:00
"textRight": "Right",
2022-06-03 14:15:27 +00:00
"textRightToLeft": "Right To Left",
2021-08-02 09:40:28 +00:00
"textSearch": "Search",
"textSearchBy": "Search",
"textSearchIn": "Search In",
"textSettings": "Settings",
"textSheet": "Sheet",
"textShowNotification": "Show Notification",
"textSpreadsheetFormats": "Spreadsheet Formats",
"textSpreadsheetInfo": "Spreadsheet Info",
"textSpreadsheetSettings": "Spreadsheet Settings",
"textSpreadsheetTitle": "Spreadsheet Title",
"textSubject": "Subject",
"textTel": "Tel",
"textTitle": "Title",
"textTop": "Top",
"textUnitOfMeasurement": "Unit Of Measurement",
"textUploaded": "Uploaded",
"textValues": "Values",
"textVersion": "Version",
"textWorkbook": "Workbook",
2022-01-31 14:06:48 +00:00
"txtColon": "Colon",
"txtComma": "Comma",
2021-08-02 09:40:28 +00:00
"txtDelimiter": "Delimiter",
2022-01-31 14:06:48 +00:00
"txtDownloadCsv": "Download CSV",
2021-08-02 09:40:28 +00:00
"txtEncoding": "Encoding",
"txtIncorrectPwd": "Password is incorrect",
2022-01-31 14:06:48 +00:00
"txtOk": "Ok",
2021-08-02 09:40:28 +00:00
"txtProtected": "Once you enter the password and open the file, the current password to the file will be reset",
"txtScheme1": "Office",
"txtScheme10": "Median",
"txtScheme11": "Metro",
"txtScheme12": "Module",
"txtScheme13": "Opulent",
"txtScheme14": "Oriel",
"txtScheme15": "Origin",
"txtScheme16": "Paper",
"txtScheme17": "Solstice",
"txtScheme18": "Technic",
"txtScheme19": "Trek",
"txtScheme2": "Grayscale",
"txtScheme20": "Urban",
"txtScheme21": "Verve",
"txtScheme22": "New Office",
"txtScheme5": "Civic",
"txtScheme6": "Concourse",
"txtScheme7": "Equity",
"txtScheme8": "Flow",
"txtScheme9": "Foundry",
2022-01-31 14:06:48 +00:00
"txtSemicolon": "Semicolon",
2021-08-02 09:40:28 +00:00
"txtSpace": "Space",
"txtTab": "Tab",
2022-06-03 14:15:27 +00:00
"warnDownloadAs": "If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?"
2021-08-02 09:40:28 +00:00
}
2022-01-31 14:06:48 +00:00
},
"LongActions": {
"advDRMPassword": "Password",
"applyChangesTextText": "Loading data...",
"applyChangesTitleText": "Loading Data",
2022-10-24 09:00:08 +00:00
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
2022-01-31 14:06:48 +00:00
"confirmMoveCellRange": "The destination cells range can contain data. Continue the operation?",
"confirmPutMergeRange": "The source data contains merged cells.<br>They will be unmerged before they are pasted into the table.",
"confirmReplaceFormulaInTable": "Formulas in the header row will be removed and converted to static text.<br>Do you want to continue?",
"downloadTextText": "Downloading document...",
"downloadTitleText": "Downloading Document",
"loadFontsTextText": "Loading data...",
"loadFontsTitleText": "Loading Data",
"loadFontTextText": "Loading data...",
"loadFontTitleText": "Loading Data",
"loadImagesTextText": "Loading images...",
"loadImagesTitleText": "Loading Images",
"loadImageTextText": "Loading image...",
"loadImageTitleText": "Loading Image",
"loadingDocumentTextText": "Loading document...",
"loadingDocumentTitleText": "Loading document",
"notcriticalErrorTitle": "Warning",
"openTextText": "Opening document...",
"openTitleText": "Opening Document",
"printTextText": "Printing document...",
"printTitleText": "Printing Document",
"savePreparingText": "Preparing to save",
"savePreparingTitle": "Preparing to save. Please wait...",
"saveTextText": "Saving document...",
"saveTitleText": "Saving Document",
"textCancel": "Cancel",
2022-10-24 09:00:08 +00:00
"textContinue": "Continue",
2022-01-31 14:06:48 +00:00
"textErrorWrongPassword": "The password you supplied is not correct.",
"textLoadingDocument": "Loading document",
"textNo": "No",
"textOk": "Ok",
2022-10-24 09:00:08 +00:00
"textUndo": "Undo",
2022-01-31 14:06:48 +00:00
"textUnlockRange": "Unlock Range",
"textUnlockRangeWarning": "A range you are trying to change is password protected.",
"textYes": "Yes",
"txtEditingMode": "Set editing mode...",
"uploadImageTextText": "Uploading image...",
"uploadImageTitleText": "Uploading Image",
2022-10-24 09:00:08 +00:00
"waitText": "Please, wait..."
2022-01-31 14:06:48 +00:00
},
"Toolbar": {
"dlgLeaveMsgText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
"dlgLeaveTitleText": "You leave the application",
"leaveButtonText": "Leave this Page",
"stayButtonText": "Stay on this Page"
2021-08-02 09:40:28 +00:00
}
2020-11-13 15:39:58 +00:00
}