mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +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',
|
609: 'Subdomains von',
|
||||||
610: 'Dynamisches DNS',
|
610: 'Dynamisches DNS',
|
||||||
611: 'Keine Service-Schnittstellen',
|
611: 'Keine Service-Schnittstellen',
|
||||||
|
612: 'Grund',
|
||||||
} satisfies i18n
|
} 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.
|
'subdomains of': 609, // this is a partial sentence. A domain name will be added after "of" to complete the sentence.
|
||||||
'Dynamic DNS': 610,
|
'Dynamic DNS': 610,
|
||||||
'No service interfaces': 611, // as in, there are no available interfaces (API, UI, etc) for this software application
|
'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
|
} as const
|
||||||
|
|||||||
@@ -576,4 +576,5 @@ export default {
|
|||||||
609: 'Subdominios de',
|
609: 'Subdominios de',
|
||||||
610: 'DNS dinámico',
|
610: 'DNS dinámico',
|
||||||
611: 'Sin interfaces de servicio',
|
611: 'Sin interfaces de servicio',
|
||||||
|
612: 'Razón',
|
||||||
} satisfies i18n
|
} satisfies i18n
|
||||||
|
|||||||
@@ -576,4 +576,5 @@ export default {
|
|||||||
609: 'Sous-domaines de',
|
609: 'Sous-domaines de',
|
||||||
610: 'DNS dynamique',
|
610: 'DNS dynamique',
|
||||||
611: 'Aucune interface de service',
|
611: 'Aucune interface de service',
|
||||||
|
612: 'Raison',
|
||||||
} satisfies i18n
|
} satisfies i18n
|
||||||
|
|||||||
@@ -576,4 +576,5 @@ export default {
|
|||||||
609: 'Subdomeny',
|
609: 'Subdomeny',
|
||||||
610: 'Dynamiczny DNS',
|
610: 'Dynamiczny DNS',
|
||||||
611: 'Brak interfejsów usług',
|
611: 'Brak interfejsów usług',
|
||||||
|
612: 'Powód',
|
||||||
} satisfies i18n
|
} satisfies i18n
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import { i18nPipe } from '@start9labs/shared'
|
|||||||
<th tuiTh>{{ 'Service' | i18n }}</th>
|
<th tuiTh>{{ 'Service' | i18n }}</th>
|
||||||
<th tuiTh>{{ 'Action' }}</th>
|
<th tuiTh>{{ 'Action' }}</th>
|
||||||
<th tuiTh>{{ 'Severity' }}</th>
|
<th tuiTh>{{ 'Severity' }}</th>
|
||||||
<th tuiTh>{{ 'Description' | i18n }}</th>
|
<th tuiTh>{{ 'Reason' | i18n }}</th>
|
||||||
<th tuiTh></th>
|
<th tuiTh></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user