Files
community-plugins/mango_layouts/translations/en.json
T
EzequielandGitHub 44925e4be6 feat: add mango_layouts plugin (#192)
* feat: add mango_layouts plugin

* fix: address CI validation errors

* refactor: inline apply_layout script for cross-device portability

* fix: commit inlined script changes in panel.luau

* fix: address official PR review feedback

* fix: revert noctalia.translate which caused runtime crash

* fix: remove setGlyph empty string to prevent fallback skull icon

* feat: restore translations using correct noctalia.tr API

* refactor: remove unused label fields from layouts table
2026-08-03 16:17:29 -04:00

36 lines
1.3 KiB
JSON

{
"show_icon_label": "Show Icon",
"show_text_label": "Show Text",
"custom_color_label": "Icon/Text Color",
"custom_color_desc": "E.g. primary, on_surface, etc.",
"list_mode_label": "Vertical List Mode",
"layout_tile_label": "Layout: Tile",
"layout_scroller_label": "Layout: Scroller",
"layout_monocle_label": "Layout: Monocle",
"layout_grid_label": "Layout: Grid",
"layout_fair_label": "Layout: Fair",
"layout_deck_label": "Layout: Deck",
"layout_dwindle_label": "Layout: Dwindle",
"layout_center_tile_label": "Layout: Center Tile",
"layout_vertical_tile_label": "Layout: Vertical Tile",
"layout_right_tile_label": "Layout: Right Tile",
"layout_vertical_scroller_label": "Layout: Vertical Scroller",
"layout_vertical_grid_label": "Layout: Vertical Grid",
"layout_vertical_deck_label": "Layout: Vertical Deck",
"layout_vertical_fair_label": "Layout: Vertical Fair",
"name_tile": "Tile",
"name_scroller": "Scroller",
"name_monocle": "Monocle",
"name_grid": "Grid",
"name_fair": "Fair",
"name_deck": "Deck",
"name_dwindle": "Dwindle",
"name_center_tile": "Center Tile",
"name_vertical_tile": "Vertical Tile",
"name_right_tile": "Right Tile",
"name_vertical_scroller": "Vertical Scroller",
"name_vertical_grid": "Vertical Grid",
"name_vertical_deck": "Vertical Deck",
"name_vertical_fair": "Vertical Fair"
}