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

151 lines
6 KiB
JSON
Raw Normal View History

{
2020-12-10 13:14:52 +00:00
"Controller" : {
"Main" : {
"SDK": {
},
"textAnonymous": "Anonymous"
}
},
"View" : {
"Add" : {
"textChart": "Chart",
2021-01-30 19:50:17 +00:00
"textFunction": "Function",
"textShape": "Shape",
"textOther": "Other",
"textGroups": "CATEGORIES",
"textBack": "Back",
"sCatLogical": "Logical",
"sCatDateAndTime": "Date and time",
"sCatEngineering": "Engineering",
"sCatFinancial": "Financial",
"sCatInformation": "Information",
"sCatLookupAndReference": "Lookup and Reference",
"sCatMathematic": "Math and trigonometry",
"sCatStatistical": "Statistical",
"sCatTextAndData": "Text and data",
"textImage": "Image",
"textInsertImage": "Insert Image",
"textLinkSettings": "Link Settings",
"textAddress": "Address",
"textImageURL": "Image URL",
"textPictureFromLibrary": "Picture from library",
"textPictureFromURL": "Picture from URL",
"txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
"textEmptyImgUrl": "You need to specify image URL.",
"notcriticalErrorTitle": "Warning",
"textLink": "Link",
"textAddLink": "Add Link",
"textLinkType": "Link Type",
"textExternalLink": "External Link",
"textInternalDataRange": "Internal Data Range",
"textSheet": "Sheet",
"textRange": "Range",
"textRequired": "Required",
"textDisplay": "Display",
"textScreenTip": "Screen Tip",
"textInsert": "Insert",
"textInvalidRange": "ERROR! Invalid cells range",
"textSortAndFilter": "Sort and Filter",
"textFilter": "Filter"
2021-01-28 11:45:38 +00:00
},
"Edit" : {
"textSelectObjectToEdit": "Select object to edit",
"textSettings": "Settings",
2021-02-02 16:24:38 +00:00
"textCell": "Cell",
"textReplace": "Replace",
"textReorder": "Reorder",
"textAlign": "Align",
"textRemoveShape": "Remove Shape",
"textStyle": "Style",
"textShape": "Shape",
"textBack": "Back",
"textFill": "Fill",
"textBorder": "Border",
"textEffects": "Effects",
"textAddCustomColor": "Add Custom Color",
"textCustomColor": "Custom Color",
"textOpacity": "Opacity",
"textSize": "Size",
"textColor": "Color",
"textBringToForeground": "Bring to Foreground",
"textSendToBackground": "Send to Background",
"textMoveForward": "Move Forward",
2021-02-03 16:05:04 +00:00
"textMoveBackward": "Move Backward",
"textImage": "Image",
"textFromLibrary": "Picture from Library",
"textFromURL": "Picture from URL",
"textLinkSettings": "Link Settings",
"textAddress": "Address",
"textImageURL": "Image URL",
"textReplaceImage": "Replace Image",
"textActualSize": "Actual Size",
"textRemoveImage": "Remove Image",
"textEmptyImgUrl": "You need to specify image URL.",
"textNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
"notcriticalErrorTitle": "Warning",
"textPictureFromLibrary": "Picture from Library",
2021-02-04 18:00:21 +00:00
"textPictureFromURL": "Picture from URL",
"textTextColor": "Text Color",
"textFillColor": "Fill Color",
"textTextFormat": "Text Format",
"textTextOrientation": "Text Orientation",
"textBorderStyle": "Border Style",
"textFonts": "Fonts",
"textAuto": "Auto",
"textPt": "pt",
"textFormat": "Format",
"textCellStyles": "Cell Styles",
"textAlignLeft": "Align Left",
"textAlignCenter": "Align Center",
"textAlignRight": "Align Right",
"textJustified": "Justified",
"textAlignTop": "Align Top",
"textAlignMiddle": "Align Middle",
"textAlignBottom": "Align Bottom",
"textWrapText": "Wrap Text",
"textHorizontalText": "Horizontal Text",
"textAngleCounterclockwise": "Angle Counterclockwise",
"textAngleClockwise": "Angle Clockwise",
"textVerticalText": "Vertical Text",
"textRotateTextUp": "Rotate Text Up",
"textRotateTextDown": "Rotate Text Down",
"textNoBorder": "No Border",
"textAllBorders": "All Borders",
"textBottomBorder": "Bottom Border",
"textTopBorder": "Top Border",
"textLeftBorder": "Left Border",
"textRightBorder": "Right Border",
"textInsideBorders": "Inside Borders",
"textInsideVerticalBorder": "Inside Vertical Border",
"textInsideHorizontalBorder": "Inside Horizontal Border",
"textDiagonalUpBorder": "Diagonal Up Border",
"textDiagonalDownBorder": "Diagonal Down Border",
"textThin": "Thin",
"textMedium": "Medium",
"textThick": "Thick",
"textGeneral": "General",
"textNumber": "Number",
"textInteger": "Integer",
"textScientific": "Scientific",
"textAccounting": "Accounting",
"textCurrency": "Currency",
"textDate": "Date",
"textTime": "Time",
"textPercentage": "Percentage",
"textText": "Text",
"textDollar": "Dollar",
"textEuro": "Euro",
"textPound": "Pound",
"textRouble": "Rouble",
"textYen": "Yen"
2021-02-02 16:24:38 +00:00
}
},
"Common": {
"ThemeColorPalette": {
"textThemeColors": "Theme Colors",
"textStandartColors": "Standard Colors",
"textCustomColors": "Custom Colors"
}
2020-12-10 13:14:52 +00:00
}
}