|
@@ -117,18 +117,50 @@
|
|
"SELECT_TOOL_TOOLTIP": "Selects area. ({0})",
|
|
"SELECT_TOOL_TOOLTIP": "Selects area. ({0})",
|
|
"SELECT_TOOL_ACTION_DISPLAY_DEFAULT": "Click and move to select an area. Hold Shift to add to existing selection. Hold Ctrl to subtract from it.",
|
|
"SELECT_TOOL_ACTION_DISPLAY_DEFAULT": "Click and move to select an area. Hold Shift to add to existing selection. Hold Ctrl to subtract from it.",
|
|
"SELECT_TOOL_ACTION_DISPLAY_SHIFT": "Click and move to add to the current selection.",
|
|
"SELECT_TOOL_ACTION_DISPLAY_SHIFT": "Click and move to add to the current selection.",
|
|
- "SELECT_TOOL_ACTION_DISPLAY_ALT": "Click and move to subtract from the current selection.",
|
|
|
|
|
|
+ "SELECT_TOOL_ACTION_DISPLAY_CTRL": "Click and move to subtract from the current selection.",
|
|
"ZOOM_TOOL_TOOLTIP": "Zooms viewport ({0}). Click to zoom in, hold alt and click to zoom out.",
|
|
"ZOOM_TOOL_TOOLTIP": "Zooms viewport ({0}). Click to zoom in, hold alt and click to zoom out.",
|
|
"ZOOM_TOOL_ACTION_DISPLAY_DEFAULT": "Click and move to zoom. Click to zoom in, hold ctrl and click to zoom out.",
|
|
"ZOOM_TOOL_ACTION_DISPLAY_DEFAULT": "Click and move to zoom. Click to zoom in, hold ctrl and click to zoom out.",
|
|
"ZOOM_TOOL_ACTION_DISPLAY_CTRL": "Click and move to zoom. Click to zoom out, release ctrl and click to zoom in.",
|
|
"ZOOM_TOOL_ACTION_DISPLAY_CTRL": "Click and move to zoom. Click to zoom out, release ctrl and click to zoom in.",
|
|
"BRIGHTNESS_TOOL_TOOLTIP": "Makes pixels brighter or darker ({0}). Hold Ctrl to make pixels darker.",
|
|
"BRIGHTNESS_TOOL_TOOLTIP": "Makes pixels brighter or darker ({0}). Hold Ctrl to make pixels darker.",
|
|
|
|
+ "BRIGHTNESS_TOOL_ACTION_DISPLAY_DEFAULT": "Draw on pixels to make them brighter. Hold Ctrl to darken.",
|
|
|
|
+ "BRIGHTNESS_TOOL_ACTION_DISPLAY_CTRL": "Draw on pixels to make them darker. Release Ctrl to brighten.",
|
|
"COLOR_PICKER_TOOLTIP": "Picks the primary color from the canvas. ({0})",
|
|
"COLOR_PICKER_TOOLTIP": "Picks the primary color from the canvas. ({0})",
|
|
|
|
+ "COLOR_PICKER_ACTION_DISPLAY_DEFAULT": "Click to pick colors. Hold Ctrl to hide the canvas. Hold Shift to hide the reference layer",
|
|
|
|
+ "COLOR_PICKER_ACTION_DISPLAY_CTRL": "Click to pick colors from the reference layer.",
|
|
|
|
+ "COLOR_PICKER_ACTION_DISPLAY_SHIFT": "Click to pick colors from the canvas.",
|
|
"ELLIPSE_TOOL_TOOLTIP": "Draws an ellipse on canvas ({0}). Hold Shift to draw a circle.",
|
|
"ELLIPSE_TOOL_TOOLTIP": "Draws an ellipse on canvas ({0}). Hold Shift to draw a circle.",
|
|
|
|
+ "ELLIPSE_TOOL_ACTION_DISPLAY_DEFAULT": "Click and move mouse to draw an ellipse. Hold Shift to draw a circle.",
|
|
|
|
+ "ELLIPSE_TOOL_ACTION_DISPLAY_SHIFT": "Click and move mouse to draw a circle.",
|
|
"ERASER_TOOL_TOOLTIP": "Erasers color from pixel. ({0})",
|
|
"ERASER_TOOL_TOOLTIP": "Erasers color from pixel. ({0})",
|
|
|
|
+ "ERASER_TOOL_ACTION_DISPLAY": "Click and move to erase.",
|
|
"FLOOD_FILL_TOOL_TOOLTIP": "Fills area with color. ({0})",
|
|
"FLOOD_FILL_TOOL_TOOLTIP": "Fills area with color. ({0})",
|
|
|
|
+ "FLOOD_FILL_TOOL_ACTION_DISPLAY_DEFAULT": "Press on an area to fill it. Hold down Ctrl to consider all layers.",
|
|
|
|
+ "FLOOD_FILL_TOOL_ACTION_DISPLAY_CTRL": "Press on an area to fill it. Release Ctrl to only consider the current layers.",
|
|
"LASSO_TOOL_TOOLTIP": "Lasso. ({0})",
|
|
"LASSO_TOOL_TOOLTIP": "Lasso. ({0})",
|
|
|
|
+ "LASSO_TOOL_ACTION_DISPLAY_DEFAULT": "Click and move to select pixels inside of the lasso. Hold Shift to add to existing selection. Hold Ctrl to subtract from it.",
|
|
|
|
+ "LASSO_TOOL_ACTION_DISPLAY_SHIFT": "Click and move to add pixels inside of the lasso to the selection.",
|
|
|
|
+ "LASSO_TOOL_ACTION_DISPLAY_CTRL": "Click and move to subtract pixels inside of the lasso from the selection.",
|
|
"LINE_TOOL_TOOLTIP": "Draws line on canvas ({0}). Hold Shift to enable snapping.",
|
|
"LINE_TOOL_TOOLTIP": "Draws line on canvas ({0}). Hold Shift to enable snapping.",
|
|
|
|
+ "LINE_TOOL_ACTION_DISPLAY_DEFAULT": "Click and move to draw a line. Hold Shift to enable snapping.",
|
|
|
|
+ "LINE_TOOL_ACTION_DISPLAY_SHIFT": "Click and move mouse to draw a line with snapping enabled.",
|
|
"MAGIC_WAND_TOOL_TOOLTIP": "Magic Wand ({0}). Flood's the selection",
|
|
"MAGIC_WAND_TOOL_TOOLTIP": "Magic Wand ({0}). Flood's the selection",
|
|
|
|
+ "MAGIC_WAND_ACTION_DISPLAY": "Click to flood the selection.",
|
|
|
|
+
|
|
|
|
+ "PEN_TOOL": "Pen",
|
|
|
|
+ "BRIGHTNESS_TOOL": "Brightness",
|
|
|
|
+ "COLOR_PICKER_TOOL": "Color Picker",
|
|
|
|
+ "ELLIPSE_TOOL": "Ellipse",
|
|
|
|
+ "ERASER_TOOL": "Eraser",
|
|
|
|
+ "FLOOD_FILL_TOOL": "Flood Fill",
|
|
|
|
+ "LASSO_TOOL": "Lasso",
|
|
|
|
+ "LINE_TOOL": "Line",
|
|
|
|
+ "MAGIC_WAND_TOOL": "Magic Wand",
|
|
|
|
+ "MOVE_TOOL": "Move",
|
|
|
|
+ "MOVE_VIEWPORT_TOOL": "Move Viewport",
|
|
|
|
+ "RECTANGLE_TOOL": "Rectangle",
|
|
|
|
+ "ROTATE_VIEWPORT_TOOL": "Rotate Viewport",
|
|
|
|
+ "SELECT_TOOL_NAME": "Select",
|
|
|
|
+ "ZOOM_TOOL": "Zoom",
|
|
|
|
|
|
"SHAPE_LABEL": "Shape",
|
|
"SHAPE_LABEL": "Shape",
|
|
"MODE_LABEL": "Mode",
|
|
"MODE_LABEL": "Mode",
|
|
@@ -137,6 +169,12 @@
|
|
"FILL_COLOR_LABEL": "Fill color",
|
|
"FILL_COLOR_LABEL": "Fill color",
|
|
"TOOL_SIZE_LABEL": "Tool size",
|
|
"TOOL_SIZE_LABEL": "Tool size",
|
|
"STRENGTH_LABEL": "Strength",
|
|
"STRENGTH_LABEL": "Strength",
|
|
|
|
+ "NEW": "New",
|
|
|
|
+ "ADD": "Add",
|
|
|
|
+ "SUBTRACT": "Subtract",
|
|
|
|
+ "INTERSECT": "Intersect",
|
|
|
|
+ "RECTANGLE": "Rectangle",
|
|
|
|
+ "CIRCLE": "Circle",
|
|
|
|
|
|
"PATH_DOES_NOT_EXIST": "{0} does not exist.",
|
|
"PATH_DOES_NOT_EXIST": "{0} does not exist.",
|
|
"LOCATION_DOES_NOT_EXIST": "Location does not exist.",
|
|
"LOCATION_DOES_NOT_EXIST": "Location does not exist.",
|
|
@@ -163,7 +201,12 @@
|
|
"MEMBER_SINCE": "DISCORD MEMBER SINCE",
|
|
"MEMBER_SINCE": "DISCORD MEMBER SINCE",
|
|
"DISCORD_PLAYING": "PLAYING A \"GAME\"",
|
|
"DISCORD_PLAYING": "PLAYING A \"GAME\"",
|
|
"DISCORD_ELAPSED": "00:00 elapsed",
|
|
"DISCORD_ELAPSED": "00:00 elapsed",
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ "MINIMIZE": "Minimize",
|
|
|
|
+ "RESTORE": "Restore",
|
|
|
|
+ "MAXIMIZE": "Maximize",
|
|
|
|
+ "CLOSE": "Close",
|
|
|
|
+
|
|
"NOTHING_FOUND": "Nothing found",
|
|
"NOTHING_FOUND": "Nothing found",
|
|
"EXPORT": "Export",
|
|
"EXPORT": "Export",
|
|
"EXPORT_IMAGE": "Export image",
|
|
"EXPORT_IMAGE": "Export image",
|
|
@@ -345,6 +388,7 @@
|
|
"INTERSECT_WITH_MASK": "intersect with mask",
|
|
"INTERSECT_WITH_MASK": "intersect with mask",
|
|
|
|
|
|
"STYLUS": "Stylus",
|
|
"STYLUS": "Stylus",
|
|
|
|
+ "PEN_MODE": "Pen mode",
|
|
"TOGGLE_PEN_MODE": "Toggle pen mode",
|
|
"TOGGLE_PEN_MODE": "Toggle pen mode",
|
|
|
|
|
|
"UNDO": "Undo",
|
|
"UNDO": "Undo",
|