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

63 lines
2.2 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"
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",
"textPictureFromURL": "Picture from URL"
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
}
}