v2.3: Onboarding-Slide fuer die Strg+K-Palette (Entdeckbarkeit, BS-08)
This commit is contained in:
@@ -60,6 +60,8 @@ const STRINGS = {
|
|||||||
'onboarding.tradecenter_desc': 'Trade Center für Star Citizen',
|
'onboarding.tradecenter_desc': 'Trade Center für Star Citizen',
|
||||||
'onboarding.s7.title': 'Bereit!',
|
'onboarding.s7.title': 'Bereit!',
|
||||||
'onboarding.s7.text': 'Erstelle dein erstes Board mit „+ Board" oder importiere deine Browser-Lesezeichen über den Import-Button im Header. Viel Spaß!',
|
'onboarding.s7.text': 'Erstelle dein erstes Board mit „+ Board" oder importiere deine Browser-Lesezeichen über den Import-Button im Header. Viel Spaß!',
|
||||||
|
'onboarding.palette.title': 'Blitzschnell finden mit Strg+K',
|
||||||
|
'onboarding.palette.text': 'Drück jederzeit Strg+K, um die Befehls-Palette zu öffnen und alle Lesezeichen und Boards sofort zu durchsuchen. Mit ↑↓ navigieren, Enter öffnet, Esc schließt.',
|
||||||
|
|
||||||
// Notes
|
// Notes
|
||||||
'notes.limit_message': 'Maximale Anzahl erreicht! Du kannst maximal {max} Notes gleichzeitig haben. Lösche eine bestehende Note um eine neue zu erstellen.',
|
'notes.limit_message': 'Maximale Anzahl erreicht! Du kannst maximal {max} Notes gleichzeitig haben. Lösche eine bestehende Note um eine neue zu erstellen.',
|
||||||
@@ -495,6 +497,8 @@ const STRINGS = {
|
|||||||
'onboarding.tradecenter_desc': 'Trade Center for Star Citizen',
|
'onboarding.tradecenter_desc': 'Trade Center for Star Citizen',
|
||||||
'onboarding.s7.title': 'Ready!',
|
'onboarding.s7.title': 'Ready!',
|
||||||
'onboarding.s7.text': 'Create your first board with "+ Board" or import your browser bookmarks via the Import button in the header. Have fun!',
|
'onboarding.s7.text': 'Create your first board with "+ Board" or import your browser bookmarks via the Import button in the header. Have fun!',
|
||||||
|
'onboarding.palette.title': 'Find anything with Ctrl+K',
|
||||||
|
'onboarding.palette.text': 'Press Ctrl+K anytime to open the command palette and instantly search all your bookmarks and boards. Navigate with ↑↓, Enter opens, Esc closes.',
|
||||||
|
|
||||||
// Notes
|
// Notes
|
||||||
'notes.limit_message': 'Maximum reached! You can have at most {max} notes at the same time. Delete an existing note to create a new one.',
|
'notes.limit_message': 'Maximum reached! You can have at most {max} notes at the same time. Delete an existing note to create a new one.',
|
||||||
|
|||||||
@@ -39,6 +39,11 @@ const Onboarding = {
|
|||||||
textKey: 'onboarding.s6.text',
|
textKey: 'onboarding.s6.text',
|
||||||
interactive: 'gaming-board'
|
interactive: 'gaming-board'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
hero: '\uD83D\uDD0D',
|
||||||
|
titleKey: 'onboarding.palette.title',
|
||||||
|
textKey: 'onboarding.palette.text'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
hero: '\uD83D\uDE80',
|
hero: '\uD83D\uDE80',
|
||||||
titleKey: 'onboarding.s7.title',
|
titleKey: 'onboarding.s7.title',
|
||||||
|
|||||||
Reference in New Issue
Block a user