Skip to content

Commit 116fa06

Browse files
committed
chore: localize styler row strings
1 parent 3e212c3 commit 116fa06

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

src/nls/root/strings.js

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,88 @@ define({
265265
"LIVE_DEV_ELEMENT_PROPS_SEARCH_TAGS": "Search tags\u2026",
266266
"LIVE_DEV_ELEMENT_PROPS_COMPUTED": "Computed:",
267267
"LIVE_DEV_ELEMENT_PROPS_USE_CUSTOM": "Use \u201c{0}\u201d",
268+
"LIVE_DEV_CB_EXCEEDED_CLASSES": "+{0} more",
269+
"LIVE_DEV_CB_TITLE_FONT": "Font",
270+
"LIVE_DEV_CB_TITLE_SPACING": "Spacing",
271+
"LIVE_DEV_CB_TITLE_BORDER": "Border",
272+
"LIVE_DEV_CB_TITLE_EFFECTS": "Effects",
273+
"LIVE_DEV_CB_TITLE_LAYOUT": "Layout",
274+
"LIVE_DEV_CB_TITLE_OBJECT_FIT": "Object Fit",
275+
"LIVE_DEV_CB_TITLE_LIST_STYLE": "List Style",
276+
"LIVE_DEV_CB_TIP_TEXT_COLOR": "Text Color",
277+
"LIVE_DEV_CB_TIP_BG_COLOR": "Background Color",
278+
"LIVE_DEV_CB_TIP_FONT": "Font",
279+
"LIVE_DEV_CB_TIP_TEXT_SPACING": "Text Spacing",
280+
"LIVE_DEV_CB_TIP_BORDER": "Border",
281+
"LIVE_DEV_CB_TIP_EFFECTS": "Effects",
282+
"LIVE_DEV_CB_TIP_LAYOUT": "Layout",
283+
"LIVE_DEV_CB_TIP_OBJECT_FIT": "Object Fit",
284+
"LIVE_DEV_CB_TIP_LIST_STYLE": "List Style",
285+
"LIVE_DEV_CB_TIP_ALL_STYLES": "All Styles",
286+
"LIVE_DEV_CB_LABEL_FAMILY": "Family",
287+
"LIVE_DEV_CB_LABEL_SIZE": "Size",
288+
"LIVE_DEV_CB_LABEL_WEIGHT": "Weight",
289+
"LIVE_DEV_CB_LABEL_STYLE": "Style",
290+
"LIVE_DEV_CB_LABEL_ALIGN": "Align",
291+
"LIVE_DEV_CB_LABEL_TRANSFORM": "Transform",
292+
"LIVE_DEV_CB_LABEL_LETTER_SPACING": "Letter Spacing",
293+
"LIVE_DEV_CB_LABEL_WORD_SPACING": "Word Spacing",
294+
"LIVE_DEV_CB_LABEL_LINE_HEIGHT": "Line Height",
295+
"LIVE_DEV_CB_LABEL_TEXT_INDENT": "Text Indent",
296+
"LIVE_DEV_CB_LABEL_WIDTH": "Width",
297+
"LIVE_DEV_CB_LABEL_RADIUS": "Radius",
298+
"LIVE_DEV_CB_LABEL_COLOR": "Color",
299+
"LIVE_DEV_CB_LABEL_OPACITY": "Opacity",
300+
"LIVE_DEV_CB_LABEL_SHADOW_X": "X",
301+
"LIVE_DEV_CB_LABEL_SHADOW_Y": "Y",
302+
"LIVE_DEV_CB_LABEL_BLUR": "Blur",
303+
"LIVE_DEV_CB_LABEL_SPREAD": "Spread",
304+
"LIVE_DEV_CB_LABEL_DISPLAY": "Display",
305+
"LIVE_DEV_CB_LABEL_DIRECTION": "Direction",
306+
"LIVE_DEV_CB_LABEL_WRAP": "Wrap",
307+
"LIVE_DEV_CB_LABEL_JUSTIFY": "Justify",
308+
"LIVE_DEV_CB_LABEL_GAP": "Gap",
309+
"LIVE_DEV_CB_LABEL_OVERFLOW": "Overflow",
310+
"LIVE_DEV_CB_LABEL_POSITION": "Position",
311+
"LIVE_DEV_CB_LABEL_TOP": "Top",
312+
"LIVE_DEV_CB_LABEL_RIGHT": "Right",
313+
"LIVE_DEV_CB_LABEL_BOTTOM": "Bottom",
314+
"LIVE_DEV_CB_LABEL_LEFT": "Left",
315+
"LIVE_DEV_CB_LABEL_Z_INDEX": "Z-Index",
316+
"LIVE_DEV_CB_LABEL_FIT": "Fit",
317+
"LIVE_DEV_CB_LABEL_TYPE": "Type",
318+
"LIVE_DEV_CB_WEIGHT_THIN": "Thin",
319+
"LIVE_DEV_CB_WEIGHT_REGULAR": "Regular",
320+
"LIVE_DEV_CB_WEIGHT_BOLD": "Bold",
321+
"LIVE_DEV_CB_WEIGHT_BLACK": "Black",
322+
"LIVE_DEV_CB_STYLE_ITALIC": "Italic",
323+
"LIVE_DEV_CB_STYLE_UNDERLINE": "Underline",
324+
"LIVE_DEV_CB_STYLE_STRIKETHROUGH": "Strikethrough",
325+
"LIVE_DEV_CB_STYLE_OVERLINE": "Overline",
326+
"LIVE_DEV_CB_ALIGN_LEFT": "Left",
327+
"LIVE_DEV_CB_ALIGN_CENTER": "Center",
328+
"LIVE_DEV_CB_ALIGN_RIGHT": "Right",
329+
"LIVE_DEV_CB_ALIGN_JUSTIFY": "Justify",
330+
"LIVE_DEV_CB_TRANSFORM_NONE": "None",
331+
"LIVE_DEV_CB_TRANSFORM_CAPITALIZE": "Capitalize",
332+
"LIVE_DEV_CB_TRANSFORM_UPPERCASE": "Uppercase",
333+
"LIVE_DEV_CB_TRANSFORM_LOWERCASE": "Lowercase",
334+
"LIVE_DEV_CB_SEARCH_FONTS": "Search fonts\u2026",
335+
"LIVE_DEV_CB_BACK": "Back",
336+
"LIVE_DEV_CB_BACK_ESC": "Back (Esc)",
337+
"LIVE_DEV_CB_APPLIES_TO": "Applies to:",
338+
"LIVE_DEV_CB_INLINE": "Inline",
339+
"LIVE_DEV_CB_LIST_DISC": "Disc",
340+
"LIVE_DEV_CB_LIST_CIRCLE": "Circle",
341+
"LIVE_DEV_CB_LIST_SQUARE": "Square",
342+
"LIVE_DEV_CB_LIST_NONE": "None",
343+
"LIVE_DEV_CB_LIST_DECIMAL": "Decimal",
344+
"LIVE_DEV_CB_LIST_LOWER_ALPHA": "Lower Alpha",
345+
"LIVE_DEV_CB_LIST_UPPER_ALPHA": "Upper Alpha",
346+
"LIVE_DEV_CB_LIST_LOWER_ROMAN": "Lower Roman",
347+
"LIVE_DEV_CB_LIST_UPPER_ROMAN": "Upper Roman",
348+
"LIVE_DEV_CB_LIST_OUTSIDE": "Outside",
349+
"LIVE_DEV_CB_LIST_INSIDE": "Inside",
268350
"LIVE_DEV_TOAST_NOT_EDITABLE": "Element not editable - generated by script",
269351
"LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element",
270352
"LIVE_DEV_TOAST_FIXED_ELEMENT_DISMISSED": "Element doesn't scroll with page - edit boxes hidden",

0 commit comments

Comments
 (0)