mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
chore(orbit): launch popover with create / join / help entries
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+15
-1
@@ -1449,7 +1449,21 @@ export const deTranslation = {
|
||||
},
|
||||
orbit: {
|
||||
triggerLabel: 'Psy Orbit',
|
||||
triggerTooltip: 'Gemeinsame Hör-Session starten',
|
||||
triggerTooltip: 'Gemeinsame Hör-Session starten oder beitreten',
|
||||
launchCreate: 'Session erstellen',
|
||||
launchJoin: 'Session beitreten',
|
||||
launchHelp: 'Wie funktioniert das?',
|
||||
launchHelpSoon: 'Kommt bald',
|
||||
joinModalTitle: 'Einer Orbit-Session beitreten',
|
||||
joinModalSub: 'Füge den Einladungslink ein, den dir der Host geschickt hat.',
|
||||
joinModalLinkLabel: 'Einladungslink',
|
||||
joinModalLinkPlaceholder: 'psysonic2://orbit/…',
|
||||
joinModalLinkHelper: 'Akzeptiert jeden gültigen Orbit-Link. Der Link muss zu dem Server gehören, auf dem du gerade angemeldet bist.',
|
||||
joinModalPasteTooltip: 'Aus Zwischenablage einfügen',
|
||||
joinModalSubmit: 'Beitreten',
|
||||
joinModalBusy: 'Beitreten…',
|
||||
joinErrEmpty: 'Bitte Einladungslink einfügen.',
|
||||
joinErrInvalid: 'Das sieht nicht nach einem Orbit-Einladungslink aus.',
|
||||
closeAria: 'Schließen',
|
||||
heroTitlePrefix: 'Gemeinsam hören mit',
|
||||
heroTitleBrand: 'Psy Orbit',
|
||||
|
||||
+15
-1
@@ -1452,7 +1452,21 @@ export const enTranslation = {
|
||||
},
|
||||
orbit: {
|
||||
triggerLabel: 'Psy Orbit',
|
||||
triggerTooltip: 'Start a shared listening session',
|
||||
triggerTooltip: 'Start or join a shared listening session',
|
||||
launchCreate: 'Create a session',
|
||||
launchJoin: 'Join a session',
|
||||
launchHelp: 'How does this work?',
|
||||
launchHelpSoon: 'Coming soon',
|
||||
joinModalTitle: 'Join an Orbit session',
|
||||
joinModalSub: 'Paste the invite link your host sent you.',
|
||||
joinModalLinkLabel: 'Invite link',
|
||||
joinModalLinkPlaceholder: 'psysonic2://orbit/…',
|
||||
joinModalLinkHelper: 'Works with any valid Orbit link. Must point to the server you\'re currently signed into.',
|
||||
joinModalPasteTooltip: 'Paste from clipboard',
|
||||
joinModalSubmit: 'Join',
|
||||
joinModalBusy: 'Joining…',
|
||||
joinErrEmpty: 'Please paste an invite link.',
|
||||
joinErrInvalid: 'That doesn\'t look like an Orbit invite link.',
|
||||
closeAria: 'Close',
|
||||
heroTitlePrefix: 'Listen together with',
|
||||
heroTitleBrand: 'Psy Orbit',
|
||||
|
||||
Reference in New Issue
Block a user