Kaynağa Gözat

Added localization keys for selection tinting

CPKreuz 2 hafta önce
ebeveyn
işleme
9bc158c30a

+ 4 - 1
src/PixiEditor/Data/Localization/Languages/en.json

@@ -1116,5 +1116,8 @@
   "DISABLE_PREVIEWS": "Disable Previews",
   "DISABLE_PREVIEWS": "Disable Previews",
   "MAX_BILINEAR_CANVAS_SIZE": "Max Bilinear Canvas Size",
   "MAX_BILINEAR_CANVAS_SIZE": "Max Bilinear Canvas Size",
   "MAX_BILINEAR_CANVAS_SIZE_DESC": "Maximum canvas size for bilinear filtering. Set to 0 to disable bilinear filtering. Bilinear filtering improves the quality of the canvas, but can cause performance issues on large canvases.",
   "MAX_BILINEAR_CANVAS_SIZE_DESC": "Maximum canvas size for bilinear filtering. Set to 0 to disable bilinear filtering. Bilinear filtering improves the quality of the canvas, but can cause performance issues on large canvases.",
-  "INVERT_MASK": "Invert mask"
+  "INVERT_MASK": "Invert mask",
+  "TOGGLE_TINTING_SELECTION":  "Toggle selection tinting",
+  "TOGGLE_TINTING_SELECTION_DESCRIPTIVE": "Toggle selection tinting",
+  "TINT_SELECTION": "Selection tinting"
 }
 }