#100 components i18n translatio changes
This commit is contained in:
@@ -209,7 +209,31 @@ export default {
|
||||
grid_color: 'Grid color:',
|
||||
done: "Done",
|
||||
change_xxx_color: 'Change xxx color',
|
||||
pick_paint_opavity: 'Pick a {{newValue}} Paint and Opacity'
|
||||
pick_paint_opavity: 'Pick a {{newValue}} Paint and Opacity',
|
||||
open_color_picker: 'Click To Open Color Picker',
|
||||
jpicker_title: 'Drag Markers To Pick A Color',
|
||||
jpicker_new_color: 'new',
|
||||
jpicker_current_color: 'current',
|
||||
jpicker_tooltip_colors_new_color: 'New Color - Press “OK” To Commit',
|
||||
jpicker_tooltip_colors_current_color: 'Click To Revert To Original Color',
|
||||
jpicker_tooltip_buttons_ok: 'Commit To This Color Selection',
|
||||
jpicker_tooltip_buttons_cancel: 'Cancel And Revert To Original Color',
|
||||
jpicker_tooltip_hue_radio: 'Set To “Hue” Color Mode',
|
||||
jpicker_tooltip_hue_textbox: 'Enter A “Hue” Value (0-360°)',
|
||||
jpicker_tooltip_saturation_radio: 'Set To “Saturation” Color Mode',
|
||||
jpicker_tooltip_saturation_textbox: 'Enter A “Saturation” Value (0-100%)',
|
||||
jpicker_tooltip_value_radio: 'Set To “Value” Color Mode',
|
||||
jpicker_tooltip_value_textbox: 'Enter A “Value” Value (0-100%)',
|
||||
jpicker_tooltip_red_radio: 'Set To “Red” Color Mode',
|
||||
jpicker_tooltip_red_textbox: 'Enter A “Red” Value (0-255)',
|
||||
jpicker_tooltip_green_radio: 'Set To “Green” Color Mode',
|
||||
jpicker_tooltip_green_textbox: 'Enter A “Green” Value (0-255)',
|
||||
jpicker_tooltip_blue_radio: 'Set To “Blue” Color Mode',
|
||||
jpicker_tooltip_blue_textbox: 'Enter A “Blue” Value (0-255)',
|
||||
jpicker_tooltip_alpha_radio: 'Set To “Alpha” Color Mode',
|
||||
jpicker_tooltip_alpha_textbox: 'Enter A “Alpha” Value (0-100)',
|
||||
jpicker_tooltip_hex_textbox: 'Enter A “Hex” Color Value (#000000-#ffffff)',
|
||||
jpicker_tooltip_hex_alpha: 'Enter A “Alpha” Value (#00-#ff)'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
|
||||
Reference in New Issue
Block a user