Merge branch 'feature/proxies' of github.com:Start9Labs/start-os into feature/proxies

This commit is contained in:
Aiden McClelland
2025-08-26 12:13:41 -06:00
6 changed files with 6 additions and 1 deletions

View File

@@ -576,4 +576,5 @@ export default {
609: 'Subdomains von',
610: 'Dynamisches DNS',
611: 'Keine Service-Schnittstellen',
612: 'Grund',
} satisfies i18n

View File

@@ -575,4 +575,5 @@ export const ENGLISH = {
'subdomains of': 609, // this is a partial sentence. A domain name will be added after "of" to complete the sentence.
'Dynamic DNS': 610,
'No service interfaces': 611, // as in, there are no available interfaces (API, UI, etc) for this software application
'Reason': 612, // as in, an explanation for something
} as const

View File

@@ -576,4 +576,5 @@ export default {
609: 'Subdominios de',
610: 'DNS dinámico',
611: 'Sin interfaces de servicio',
612: 'Razón',
} satisfies i18n

View File

@@ -576,4 +576,5 @@ export default {
609: 'Sous-domaines de',
610: 'DNS dynamique',
611: 'Aucune interface de service',
612: 'Raison',
} satisfies i18n

View File

@@ -576,4 +576,5 @@ export default {
609: 'Subdomeny',
610: 'Dynamiczny DNS',
611: 'Brak interfejsów usług',
612: 'Powód',
} satisfies i18n

View File

@@ -20,7 +20,7 @@ import { i18nPipe } from '@start9labs/shared'
<th tuiTh>{{ 'Service' | i18n }}</th>
<th tuiTh>{{ 'Action' }}</th>
<th tuiTh>{{ 'Severity' }}</th>
<th tuiTh>{{ 'Description' | i18n }}</th>
<th tuiTh>{{ 'Reason' | i18n }}</th>
<th tuiTh></th>
</tr>
</thead>