mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
Merge branch 'feature/proxies' of github.com:Start9Labs/start-os into feature/proxies
This commit is contained in:
@@ -576,4 +576,5 @@ export default {
|
||||
609: 'Subdomains von',
|
||||
610: 'Dynamisches DNS',
|
||||
611: 'Keine Service-Schnittstellen',
|
||||
612: 'Grund',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -576,4 +576,5 @@ export default {
|
||||
609: 'Subdominios de',
|
||||
610: 'DNS dinámico',
|
||||
611: 'Sin interfaces de servicio',
|
||||
612: 'Razón',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -576,4 +576,5 @@ export default {
|
||||
609: 'Sous-domaines de',
|
||||
610: 'DNS dynamique',
|
||||
611: 'Aucune interface de service',
|
||||
612: 'Raison',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -576,4 +576,5 @@ export default {
|
||||
609: 'Subdomeny',
|
||||
610: 'Dynamiczny DNS',
|
||||
611: 'Brak interfejsów usług',
|
||||
612: 'Powód',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user