-
Notifications
You must be signed in to change notification settings - Fork 358
/
Copy pathdefaultTranslations.js
116 lines (116 loc) · 3.36 KB
/
defaultTranslations.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
export default {
name: 'Name',
save: 'Save',
saveAs: 'Save as',
back: 'Back',
loading: 'Loading...',
resetOperations: 'Reset/delete all operations',
changesLoseWarningHint:
'If you press button “reset” your changes will lost. Would you like to continue?',
discardChangesWarningHint:
'If you close modal, your last change will not be saved.',
cancel: 'Cancel',
apply: 'Apply',
warning: 'Warning',
confirm: 'Confirm',
discardChanges: 'Discard changes',
undoTitle: 'Undo last operation',
redoTitle: 'Redo last operation',
showImageTitle: 'Show original image',
zoomInTitle: 'Zoom in',
zoomOutTitle: 'Zoom out',
toggleZoomMenuTitle: 'Toggle zoom menu',
adjustTab: 'Adjust',
finetuneTab: 'Finetune',
filtersTab: 'Filters',
watermarkTab: 'Watermark',
annotateTabLabel: 'Annotate',
resize: 'Resize',
resizeTab: 'Resize',
imageName: 'Image name',
invalidImageError: 'Invalid image provided.',
uploadImageError: 'Error while uploading the image.',
areNotImages: 'are not images',
isNotImage: 'is not image',
toBeUploaded: 'to be uploaded',
cropTool: 'Crop',
original: 'Original',
custom: 'Custom',
square: 'Square',
landscape: 'Landscape',
portrait: 'Portrait',
ellipse: 'Ellipse',
classicTv: 'Classic TV',
cinemascope: 'Cinemascope',
arrowTool: 'Arrow',
blurTool: 'Blur',
brightnessTool: 'Brightness',
contrastTool: 'Contrast',
ellipseTool: 'Ellipse',
unFlipX: 'Un-Flip X',
flipX: 'Flip X',
unFlipY: 'Un-Flip Y',
flipY: 'Flip Y',
hsvTool: 'HSV',
hue: 'Hue',
brightness: 'Brightness',
saturation: 'Saturation',
value: 'Value',
imageTool: 'Image',
importing: 'Importing...',
addImage: '+ Add image',
uploadImage: 'Upload image',
fromGallery: 'From gallery',
lineTool: 'Line',
penTool: 'Pen',
polygonTool: 'Polygon',
sides: 'Sides',
rectangleTool: 'Rectangle',
cornerRadius: 'Corner Radius',
resizeWidthTitle: 'Width in pixels',
resizeHeightTitle: 'Height in pixels',
toggleRatioLockTitle: 'Toggle ratio lock',
resetSize: 'Reset to original image size',
rotateTool: 'Rotate',
textTool: 'Text',
textSpacings: 'Text spacings',
textAlignment: 'Text alignment',
fontFamily: 'Font family',
size: 'Size',
letterSpacing: 'Letter Spacing',
lineHeight: 'Line height',
warmthTool: 'Warmth',
addWatermark: '+ Add watermark',
addTextWatermark: '+ Add text watermark',
addWatermarkTitle: 'Choose the watermark type',
uploadWatermark: 'Upload watermark',
addWatermarkAsText: 'Add as text',
padding: 'Padding',
paddings: 'Paddings',
shadow: 'Shadow',
horizontal: 'Horizontal',
vertical: 'Vertical',
blur: 'Blur',
opacity: 'Opacity',
transparency: 'Transparency',
position: 'Position',
stroke: 'Stroke',
saveAsModalTitle: 'Save as',
extension: 'Extension',
format: 'Format',
nameIsRequired: 'Name is required.',
quality: 'Quality',
imageDimensionsHoverTitle: 'Saved image size (width x height)',
cropSizeLowerThanResizedWarning:
'Note, the selected crop area is lower than the applied resize which might cause quality decrease',
actualSize: 'Actual size (100%)',
fitSize: 'Fit size',
addImageTitle: 'Select image to add...',
mutualizedFailedToLoadImg: 'Failed to load image.',
tabsMenu: 'Menu',
download: 'Download',
width: 'Width',
height: 'Height',
plus: '+',
cropItemNoEffect: 'No preview available for this crop item',
};