/* eslint-disable */ import { ASSISTED_USERS_MYSELF } from '@ringcentral-integration/commons/modules/RcVideo'; export default { scheduleFor: 'Programma per conto di', scheduleForAssistedUser: 'Aggiorna le impostazioni delle riunioni per conto di {userName}.', scheduleForGuidance: "Stai pianificando per qualcun altro?\n1. Assicurati di essere nel loro calendario di Outlook.\n2. Dall'elenco a discesa, seleziona la persona per la quale stai pianificando.\n", scheduleForGuidanceMore: 'Scopri i dettagli', meetingSettings: 'Impostazioni riunione', meetingSettingsDescription: 'Gli aggiornamenti verranno applicati solo a questa riunione.', [ASSISTED_USERS_MYSELF]: 'Me', waitingRoomTitle: "Usa sala d'attesa", waitingRoomDescription: 'I partecipanti attendono finché non vengono ammessi. Ideale per colloqui o partecipanti esterni.', waitingRoomNotCoworker: 'Per chiunque al di fuori della mia azienda', waitingRoomGuest: "Per chi non ha effettuato l'accesso", waitingRoomAll: 'Per tutti i partecipanti', enterPassword: 'Inserisci password', onlyJoinAfterMe: 'Avvia riunione dopo il tuo accesso', allowJoinBeforeHostDescription: 'La riunione inizierà dopo il tuo accesso per evitare conversazioni anticipate.', requirePassword: 'Richiedi password', requirePasswordDescription: 'Mantieni sicura la tua riunione. A chiunque utilizzi il collegamento non verrà richiesta una password.', password: 'Password:', passwordEmptyError: 'La password per la riunione è obbligatoria', passwordInvalidError: 'La password deve avere 1-10 lettere e numeri e non può contenere simboli', passwordHintText: 'La password deve contenere da 1 a 10 lettere e numeri, ma non può contenere simboli.', usePersonalMeetingIdInstead: 'Usa collegamento riunione personale', allowMeetingAccess: 'Gestisci chi può partecipare', anyoneWithLink: 'Chiunque abbia un link', signedInUsers: 'Solo account {shortName}', signedInCoWorkers: 'Solo i miei collaboratori', passwordLabel: 'Password', edit: 'Modifica', editSettings: 'Modifica impostazioni', lockTooltip: "L'impostazione è gestita dall'amministratore dell'azienda", cancel: 'Annulla', update: 'Aggiorna', pmiSettingsTitle: 'Impostazioni riunione personale', pmiSettingsDescription: 'Imposta chi può partecipare e come per il tuo collegamento alla riunione personale.', } as const; // @key: @#@"scheduleFor"@#@ @source: @#@"Schedule on behalf of"@#@ // @key: @#@"scheduleForAssistedUser"@#@ @source: @#@"Update meetings settings on behalf of {userName}."@#@ // @key: @#@"scheduleForGuidance"@#@ @source: @#@"Scheduling for someone else?\n1. Make sure you're on their Outlook calendar.\n2. From the dropdown, select the person you're scheduling for.\n"@#@ // @key: @#@"scheduleForGuidanceMore"@#@ @source: @#@"Learn details"@#@ // @key: @#@"meetingSettings"@#@ @source: @#@"Meeting settings"@#@ // @key: @#@"meetingSettingsDescription"@#@ @source: @#@"Updates will apply to this meeting only."@#@ // @key: @#@"ASSISTED_USERS_MYSELF"@#@ @source: @#@"Myself"@#@ // @key: @#@"waitingRoomTitle"@#@ @source: @#@"Use waiting room"@#@ // @key: @#@"waitingRoomDescription"@#@ @source: @#@"Participants wait until you admit them. Great for interviews or outside attendees."@#@ // @key: @#@"waitingRoomNotCoworker"@#@ @source: @#@"For anyone outside my company"@#@ // @key: @#@"waitingRoomGuest"@#@ @source: @#@"For anyone not signed in"@#@ // @key: @#@"waitingRoomAll"@#@ @source: @#@"For all participants"@#@ // @key: @#@"enterPassword"@#@ @source: @#@"Enter Password"@#@ // @key: @#@"onlyJoinAfterMe"@#@ @source: @#@"Start meeting after you join"@#@ // @key: @#@"allowJoinBeforeHostDescription"@#@ @source: @#@"The meeting will start after you join to prevent early conversations."@#@ // @key: @#@"requirePassword"@#@ @source: @#@"Require password"@#@ // @key: @#@"requirePasswordDescription"@#@ @source: @#@"Keep your meeting secure. Anyone using the link won't be prompted for a password."@#@ // @key: @#@"password"@#@ @source: @#@"Password:"@#@ // @key: @#@"passwordEmptyError"@#@ @source: @#@"Meeting password required"@#@ // @key: @#@"passwordInvalidError"@#@ @source: @#@"Your password must be 1-10 letters and numbers long but cannot contain symbols"@#@ // @key: @#@"passwordHintText"@#@ @source: @#@"Your password should be 1-10 letters and numbers long, but can not contain symbols."@#@ // @key: @#@"usePersonalMeetingIdInstead"@#@ @source: @#@"Use personal meeting link"@#@ // @key: @#@"allowMeetingAccess"@#@ @source: @#@"Manage who can join"@#@ // @key: @#@"anyoneWithLink"@#@ @source: @#@"Anyone with link"@#@ // @key: @#@"signedInUsers"@#@ @source: @#@"Only {shortName} accounts"@#@ // @key: @#@"signedInCoWorkers"@#@ @source: @#@"Only my coworkers"@#@ // @key: @#@"passwordLabel"@#@ @source: @#@"Password"@#@ // @key: @#@"edit"@#@ @source: @#@"Edit"@#@ // @key: @#@"editSettings"@#@ @source: @#@"Edit settings"@#@ // @key: @#@"lockTooltip"@#@ @source: @#@"This setting is managed by your company admin"@#@ // @key: @#@"cancel"@#@ @source: @#@"Cancel"@#@ // @key: @#@"update"@#@ @source: @#@"Update"@#@ // @key: @#@"pmiSettingsTitle"@#@ @source: @#@"Personal meeting settings"@#@ // @key: @#@"pmiSettingsDescription"@#@ @source: @#@"Set who can join and how for your personal meeting link."@#@