refactor: Simplify platform-specific icon handling in AppCustomizationPage and ProfilePage
- Replaced direct platform checks with a utility method `UiUtils.platformIcon` for better readability and maintainability. - Updated localization strings for app customization to enhance clarity and consistency across multiple languages. - Adjusted icon colors in the UI to ensure proper theming and visual consistency.
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
"deleteFolderTitle": "Ordner löschen",
|
||||
"deleteFolderMessage": "Dieser Ordner und seine Zuordnungen werden entfernt.",
|
||||
"failedToDeleteFolder": "Ordner konnte nicht gelöscht werden",
|
||||
"aboutApp": "Über die App",
|
||||
"aboutApp": "Über",
|
||||
"aboutAppSubtitle": "Conduit Informationen und Links",
|
||||
"web": "Web",
|
||||
"imageGen": "Bild-Gen",
|
||||
@@ -310,8 +310,8 @@
|
||||
"placeholders": {"duration": {"type": "String", "example": "3 s"}}
|
||||
}
|
||||
,
|
||||
"appCustomization": "App-Anpassung",
|
||||
"appCustomizationSubtitle": "Personalisieren, wie Namen und UI angezeigt werden",
|
||||
"appCustomization": "Anpassung",
|
||||
"appCustomizationSubtitle": "Design, Sprache, Stimme und Quick Pills",
|
||||
"quickActionsDescription": "Wähle bis zu zwei Schnellzugriffe, die neben dem Eingabefeld angepinnt werden",
|
||||
"chatSettings": "Chat",
|
||||
"sendOnEnter": "Mit Enter senden",
|
||||
|
||||
Reference in New Issue
Block a user