@innovastudio/contentbox 1.6.196 → 1.6.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1485,3 +1485,27 @@ _txt["Editing Width"] = "Editing Width";
|
|
|
1485
1485
|
_txt["As wide as the editing area allows."] = "As wide as the editing area allows.";
|
|
1486
1486
|
_txt["Auto already gives a wider area."] = "Auto already gives a wider area.";
|
|
1487
1487
|
_txt["Too wide for the current editing area."] = "Too wide for the current editing area.";
|
|
1488
|
+
|
|
1489
|
+
//ContentBox.js - Box panel (Content Size / Layout / Position)
|
|
1490
|
+
_txt["Sizing"] = "Sizing";
|
|
1491
|
+
_txt["Fixed"] = "Fixed";
|
|
1492
|
+
_txt["Scales"] = "Scales";
|
|
1493
|
+
_txt["%spx on every screen"] = "%spx on every screen";
|
|
1494
|
+
_txt["%spx on a large screen, smaller on smaller ones"] = "%spx on a large screen, smaller on smaller ones";
|
|
1495
|
+
_txt["Pixel sizes stay the same on every screen."] = "Pixel sizes stay the same on every screen.";
|
|
1496
|
+
_txt["Width, text and spacing scale with the screen."] = "Width, text and spacing scale with the screen.";
|
|
1497
|
+
_txt["Fit content"] = "Fit content";
|
|
1498
|
+
_txt["Fill height"] = "Fill height";
|
|
1499
|
+
_txt["Distribute rows"] = "Distribute rows";
|
|
1500
|
+
_txt["Arrow keys move the selection."] = "Arrow keys move the selection.";
|
|
1501
|
+
_txt["The content fills the box, so only the horizontal position applies."] = "The content fills the box, so only the horizontal position applies.";
|
|
1502
|
+
_txt["Offset"] = "Offset";
|
|
1503
|
+
_txt["Horizontal offset"] = "Horizontal offset";
|
|
1504
|
+
_txt["Vertical offset"] = "Vertical offset";
|
|
1505
|
+
_txt["Vertical offset does not apply when the content fills the box."] = "Vertical offset does not apply when the content fills the box.";
|
|
1506
|
+
_txt["Reset position and offset"] = "Reset position and offset";
|
|
1507
|
+
_txt["Breakpoints"] = "Breakpoints";
|
|
1508
|
+
_txt["Default Paragraph Size"] = "Default Paragraph Size";
|
|
1509
|
+
_txt["Default Line Spacing"] = "Default Line Spacing";
|
|
1510
|
+
_txt["Overlay Transparency"] = "Overlay Transparency";
|
|
1511
|
+
_txt["n/a"] = "n/a";
|
package/readme.txt
CHANGED