···1export { Countdown } from "./countdown";
2export { default as Provider } from "./provider/provider";
3-export { BrandingAdmin } from "./settings/branding-admin";
4export { Settings } from "./settings/settings";
···1export { Countdown } from "./countdown";
2export { default as Provider } from "./provider/provider";
03export { Settings } from "./settings/settings";
···140go-to-dashboard = Go to Dashboard
141need-setup-live-dashboard = Need to set up streaming first? Visit the live dashboard
142no-languages-found = No languages found
0000000000000000000000000000000000000000000000000000
···140go-to-dashboard = Go to Dashboard
141need-setup-live-dashboard = Need to set up streaming first? Visit the live dashboard
142no-languages-found = No languages found
143+144+## Branding Administration
145+branding-admin = Branding Administration
146+branding-admin-description = Customize your Streamplace instance
147+branding-login-required = Please log in to manage branding
148+branding-configuration = Configuration
149+branding-text-settings = Text Settings
150+branding-colors = Colors
151+branding-images = Images
152+153+## Branding Fields
154+branding-broadcaster-did = Broadcaster DID
155+branding-broadcaster-did-description = Leave empty to use server default
156+branding-site-title = Site Title
157+branding-site-title-placeholder = Enter new site title
158+branding-site-description = Site Description
159+branding-site-description-placeholder = Enter site description
160+branding-default-streamer = Default Streamer
161+branding-default-streamer-none = None
162+branding-default-streamer-placeholder = did:plc:...
163+branding-clear-default-streamer = Clear Default Streamer
164+branding-primary-color = Primary Color
165+branding-primary-color-placeholder = #6366f1
166+branding-accent-color = Accent Color
167+branding-accent-color-placeholder = #8b5cf6
168+branding-main-logo = Main Logo
169+branding-main-logo-description = SVG, PNG, or JPEG (max 500KB)
170+branding-favicon = Favicon
171+branding-favicon-description = SVG, PNG, or ICO (max 100KB)
172+branding-sidebar-bg = Sidebar Background Image
173+branding-sidebar-bg-description = SVG, PNG, or JPEG (max 500kb) - appears aligned to bottom of sidebar, full width. Upload an image with opacity for best results, as there is not currently a separate opacity option.
174+branding-current = Current: { $value }
175+branding-dimensions = { $height } x { $width }
176+177+## Branding Actions
178+branding-upload-logo = Upload Logo
179+branding-delete-logo = Delete Logo
180+branding-upload-favicon = Upload Favicon
181+branding-delete-favicon = Delete Favicon
182+branding-upload-background = Upload Background
183+branding-delete-background = Delete Background
184+branding-web-only = Image uploads are only available on web.
185+186+## Branding Toast Messages
187+branding-not-authenticated = Please log in first
188+branding-empty-value = Please enter a value
189+branding-update-success = { $key } updated successfully
190+branding-upload-success = { $key } uploaded successfully
191+branding-delete-success = { $key } deleted successfully
192+branding-upload-failed = Failed to upload
193+branding-delete-failed = Failed to delete
194+branding-not-available = File uploads are only available on web