mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
Fix/controls (#2938)
* adjust copy to display package state * use package id for service column in notifications table * fixes * less translations, fix notificaiton item, remove unnecessary conditional * tidy up * forgot spanish --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
140: 'Diagnose-Logs des Tor-Daemons unter StartOS',
|
||||
141: 'Downgrade',
|
||||
142: 'Neu installieren',
|
||||
143: 'Installierte anzeigen',
|
||||
143: 'Installierte',
|
||||
144: 'Wechseln',
|
||||
145: 'Installieren',
|
||||
146: 'Installation wird gestartet',
|
||||
|
||||
@@ -142,7 +142,7 @@ export const ENGLISH = {
|
||||
'Diagnostic logs for the Tor daemon on StartOS': 140,
|
||||
'Downgrade': 141,
|
||||
'Reinstall': 142,
|
||||
'View Installed': 143,
|
||||
'Installed': 143,
|
||||
'Switch': 144,
|
||||
'Install': 145,
|
||||
'Beginning install': 146,
|
||||
|
||||
@@ -143,7 +143,7 @@ export default {
|
||||
140: 'Registros de diagnóstico del servicio Tor en StartOS',
|
||||
141: 'Retroceder versión',
|
||||
142: 'Reinstalar',
|
||||
143: 'Ver instalados',
|
||||
143: 'Instalados',
|
||||
144: 'Cambiar',
|
||||
145: 'Instalar',
|
||||
146: 'Iniciando instalación',
|
||||
|
||||
@@ -143,7 +143,7 @@ export default {
|
||||
140: 'Logi diagnostyczne usługi Tor w StartOS',
|
||||
141: 'Przywróć starszą wersję',
|
||||
142: 'Zainstaluj ponownie',
|
||||
143: 'Zobacz zainstalowane',
|
||||
143: 'Zainstalowane',
|
||||
144: 'Przełącz',
|
||||
145: 'Zainstaluj',
|
||||
146: 'Rozpoczynanie instalacji',
|
||||
|
||||
Reference in New Issue
Block a user