mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
chore(orbit): picker modal when multiple accounts match the link's server
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1548,6 +1548,8 @@ export const deTranslation = {
|
||||
toastSwitchServer: 'Wechsle erst zu {{url}} und füge den Link dann erneut ein',
|
||||
toastNoAccountForServer: 'Du hast keinen Zugang zu {{url}}. Bitte den Host um einen Einladungslink.',
|
||||
toastSwitchFailed: 'Wechsel zu {{url}} fehlgeschlagen',
|
||||
accountPickerTitle: 'Welcher Account?',
|
||||
accountPickerSub: 'Du hast mehrere Accounts für {{url}}. Wähle aus, mit welchem du der Session beitreten willst.',
|
||||
toastJoinFail: 'Session konnte nicht beigetreten werden',
|
||||
joinErrNotFound: 'Session nicht gefunden',
|
||||
joinErrEnded: 'Session wurde beendet',
|
||||
|
||||
@@ -1551,6 +1551,8 @@ export const enTranslation = {
|
||||
toastSwitchServer: 'Switch to {{url}} first, then paste again',
|
||||
toastNoAccountForServer: "You don't have access to {{url}}. Ask the host for an invite.",
|
||||
toastSwitchFailed: "Couldn't switch to {{url}}",
|
||||
accountPickerTitle: 'Which account?',
|
||||
accountPickerSub: 'You have more than one account for {{url}}. Pick the one to join the session as.',
|
||||
toastJoinFail: "Couldn't join session",
|
||||
joinErrNotFound: 'Session not found',
|
||||
joinErrEnded: 'Session has ended',
|
||||
|
||||
Reference in New Issue
Block a user