feat(theme): i18n-Keys für Theme-Builder + Onboarding-Wortlaut entschaerft
This commit is contained in:
+28
-4
@@ -66,8 +66,8 @@ const STRINGS = {
|
||||
'onboarding.s2.f2': 'Importiere Browser-Lesezeichen über den „Import" Button im Header',
|
||||
'onboarding.s2.f3': 'Drag & Drop zum Umsortieren von Boards und Links',
|
||||
'onboarding.s2.f4': 'Blur-Modus für private Boards (🔒 Icon)',
|
||||
'onboarding.s3.title': '11 handgefertigte Themes',
|
||||
'onboarding.s3.text': 'Klicke auf den „Theme" Button im Header um dein Theme zu wählen. Jedes hat seinen eigenen Stil und Farbpalette.',
|
||||
'onboarding.s3.title': 'Handgefertigte Themes + dein eigenes',
|
||||
'onboarding.s3.text': 'Klicke auf den „Theme" Button im Header, um ein Theme zu wählen oder dir ein eigenes zu bauen. Jedes hat seinen eigenen Stil.',
|
||||
'onboarding.s4.title': 'Widget-Toolbar',
|
||||
'onboarding.s4.f1': 'Die schwebenden Buttons rechts öffnen Widgets',
|
||||
'onboarding.s4.f2': 'Notes und Checklisten für schnelle Notizen',
|
||||
@@ -425,6 +425,18 @@ const STRINGS = {
|
||||
'theme.card.satisfactory': 'Theme Satisfactory wählen',
|
||||
'theme.card.avorion': 'Theme Avorion wählen',
|
||||
'theme.card.hellion_stealth': 'Theme Hellion Stealth wählen',
|
||||
'theme.card.custom': 'Eigenes Theme wählen',
|
||||
'theme.builder.title': 'Eigenes',
|
||||
'theme.builder.accent': 'Akzent',
|
||||
'theme.builder.bg': 'Hintergrund',
|
||||
'theme.builder.board': 'Board-Fläche',
|
||||
'theme.builder.text': 'Text primär',
|
||||
'theme.builder.text_secondary': 'Text sekundär',
|
||||
'theme.builder.text_muted': 'Text gedämpft',
|
||||
'theme.builder.reset': 'Zurücksetzen',
|
||||
'theme.builder.contrast_good': 'Gut lesbar',
|
||||
'theme.builder.contrast_ok': 'Grenzwertig',
|
||||
'theme.builder.contrast_bad': 'Schwer lesbar',
|
||||
'toolbar.label': 'Widget-Werkzeugleiste',
|
||||
|
||||
// About
|
||||
@@ -529,8 +541,8 @@ const STRINGS = {
|
||||
'onboarding.s2.f2': 'Import browser bookmarks via the "Import" button in the header',
|
||||
'onboarding.s2.f3': 'Drag & drop to reorder boards and links',
|
||||
'onboarding.s2.f4': 'Blur mode for private boards (🔒 icon)',
|
||||
'onboarding.s3.title': '11 handcrafted themes',
|
||||
'onboarding.s3.text': 'Click the "Theme" button in the header to choose your theme. Each has its own style and color palette.',
|
||||
'onboarding.s3.title': 'Hand-crafted themes + your own',
|
||||
'onboarding.s3.text': 'Click the "Theme" button in the header to choose a theme or build your own. Each has its own style.',
|
||||
'onboarding.s4.title': 'Widget Toolbar',
|
||||
'onboarding.s4.f1': 'The floating buttons on the right open widgets',
|
||||
'onboarding.s4.f2': 'Notes and checklists for quick notes',
|
||||
@@ -888,6 +900,18 @@ const STRINGS = {
|
||||
'theme.card.satisfactory': 'Select Satisfactory theme',
|
||||
'theme.card.avorion': 'Select Avorion theme',
|
||||
'theme.card.hellion_stealth': 'Select Hellion Stealth theme',
|
||||
'theme.card.custom': 'Select custom theme',
|
||||
'theme.builder.title': 'Custom',
|
||||
'theme.builder.accent': 'Accent',
|
||||
'theme.builder.bg': 'Background',
|
||||
'theme.builder.board': 'Board surface',
|
||||
'theme.builder.text': 'Text primary',
|
||||
'theme.builder.text_secondary': 'Text secondary',
|
||||
'theme.builder.text_muted': 'Text muted',
|
||||
'theme.builder.reset': 'Reset',
|
||||
'theme.builder.contrast_good': 'Good contrast',
|
||||
'theme.builder.contrast_ok': 'Borderline',
|
||||
'theme.builder.contrast_bad': 'Hard to read',
|
||||
'toolbar.label': 'Widget toolbar',
|
||||
|
||||
// About
|
||||
|
||||
Reference in New Issue
Block a user