mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Bugfix/040 UI (#2881)
* fix sideload and install flow * move updates chevron inside upddate button * update dictionaries to include langauge names * fix: address todos (#2880) * fix: address todos * fix enlgish translation --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> * use existing translation, no need to duplicate * fix: update dialog and other fixes (#2882) --------- Co-authored-by: Alex Inkin <alexander@inkin.ru> Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -488,4 +488,8 @@ export default {
|
||||
485: 'StartOS-Benutzeroberfläche',
|
||||
486: 'WiFi',
|
||||
487: 'Anleitungen',
|
||||
488: 'spanisch',
|
||||
489: 'polnisch',
|
||||
490: 'deutsch',
|
||||
491: 'englisch',
|
||||
} satisfies i18n
|
||||
@@ -487,4 +487,8 @@ export const ENGLISH = {
|
||||
'StartOS UI': 485,
|
||||
'WiFi': 486,
|
||||
'Instructions': 487,
|
||||
'spanish': 488,
|
||||
'polish': 489,
|
||||
'german': 490,
|
||||
'english': 491,
|
||||
} as const
|
||||
@@ -488,4 +488,8 @@ export default {
|
||||
485: 'Interfaz de StartOS',
|
||||
486: 'WiFi',
|
||||
487: 'Instrucciones',
|
||||
488: 'español',
|
||||
489: 'polaco',
|
||||
490: 'alemán',
|
||||
491: 'inglés',
|
||||
} as any satisfies i18n
|
||||
@@ -488,4 +488,8 @@ export default {
|
||||
485: 'Interfejs StartOS',
|
||||
486: 'WiFi',
|
||||
487: 'instrukcje',
|
||||
488: 'hiszpański',
|
||||
489: 'polski',
|
||||
490: 'niemiecki',
|
||||
491: 'angielski',
|
||||
} satisfies i18n
|
||||
Reference in New Issue
Block a user