mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 04:53:40 +00:00
remove unnecessary warnings
This commit is contained in:
committed by
Aiden McClelland
parent
653a0a1428
commit
886aa5d7db
@@ -399,7 +399,6 @@ export default {
|
||||
425: 'Ausführen',
|
||||
426: 'Aktion kann nur ausgeführt werden, wenn der Dienst',
|
||||
427: 'Verboten',
|
||||
428: 'kann vorübergehend Probleme verursachen',
|
||||
429: 'hat unerfüllte Abhängigkeiten. Es wird nicht wie erwartet funktionieren.',
|
||||
430: 'Container wird neu gebaut',
|
||||
431: 'Deinstallation wird gestartet',
|
||||
|
||||
@@ -398,7 +398,6 @@ export const ENGLISH: Record<string, number> = {
|
||||
'Run': 425, // as in, run a piece of software
|
||||
'Action can only be executed when service is': 426,
|
||||
'Forbidden': 427,
|
||||
'may temporarily experiences issues': 428,
|
||||
'has unmet dependencies. It will not work as expected.': 429,
|
||||
'Rebuilding container': 430,
|
||||
'Beginning uninstall': 431,
|
||||
|
||||
@@ -399,7 +399,6 @@ export default {
|
||||
425: 'Ejecutar',
|
||||
426: 'La acción solo se puede ejecutar cuando el servicio está',
|
||||
427: 'Prohibido',
|
||||
428: 'puede experimentar problemas temporales',
|
||||
429: 'tiene dependencias no satisfechas. No funcionará como se espera.',
|
||||
430: 'Reconstruyendo contenedor',
|
||||
431: 'Iniciando desinstalación',
|
||||
|
||||
@@ -399,7 +399,6 @@ export default {
|
||||
425: 'Exécuter',
|
||||
426: 'Action possible uniquement lorsque le service est',
|
||||
427: 'Interdit',
|
||||
428: 'peut rencontrer des problèmes temporaires',
|
||||
429: 'a des dépendances non satisfaites. Il ne fonctionnera pas comme prévu.',
|
||||
430: 'Reconstruction du conteneur',
|
||||
431: 'Désinstallation initiée',
|
||||
|
||||
@@ -399,7 +399,6 @@ export default {
|
||||
425: 'Uruchom',
|
||||
426: 'Akcja może być wykonana tylko gdy serwis jest',
|
||||
427: 'Zabronione',
|
||||
428: 'może tymczasowo napotkać problemy',
|
||||
429: 'ma niespełnione zależności. Nie będzie działać zgodnie z oczekiwaniami.',
|
||||
430: 'Odbudowywanie kontenera',
|
||||
431: 'Rozpoczynanie odinstalowania',
|
||||
|
||||
Reference in New Issue
Block a user