Streams polish

This commit is contained in:
Jamie Curnow
2025-09-25 00:14:00 +10:00
parent 100a7e3ff8
commit 9339626933
5 changed files with 62 additions and 14 deletions

View File

@@ -72,11 +72,15 @@
"error.passwords-must-match": "Passwords must match",
"error.required": "This is required",
"event.created-dead-host": "Created 404 Host",
"event.created-stream": "Created Stream",
"event.created-user": "Created User",
"event.deleted-dead-host": "Deleted 404 Host",
"event.deleted-stream": "Deleted Stream",
"event.deleted-user": "Deleted User",
"event.disabled-dead-host": "Disabled 404 Host",
"event.disabled-stream": "Disabled Stream",
"event.enabled-dead-host": "Enabled 404 Host",
"event.enabled-stream": "Enabled Stream",
"event.updated-user": "Updated User",
"footer.github-fork": "Fork me on Github",
"hosts.title": "Hosts",
@@ -95,6 +99,9 @@
"notification.host-deleted": "Host has been deleted",
"notification.host-disabled": "Host has been disabled",
"notification.host-enabled": "Host has been enabled",
"notification.stream-deleted": "Stream has been deleted",
"notification.stream-disabled": "Stream has been disabled",
"notification.stream-enabled": "Stream has been enabled",
"notification.success": "Success",
"notification.user-deleted": "User has been deleted",
"notification.user-disabled": "User has been disabled",
@@ -130,6 +137,8 @@
"setup.title": "Welcome!",
"sign-in": "Sign in",
"ssl-certificate": "SSL Certificate",
"stream.delete.content": "Are you sure you want to delete this Stream?",
"stream.delete.title": "Delete Stream",
"stream.forward-host": "Forward Host",
"stream.forward-port": "Forward Port",
"stream.incoming-port": "Incoming Port",