How to use the ringcentral-integration/modules/CallingSettings/callingOptions.softphone function in ringcentral-integration

To help you get started, we’ve selected a few ringcentral-integration examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ringcentral / ringcentral-js-widgets / packages / ringcentral-widgets / components / CallingSettingsPanel / i18n / de-DE.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';
export default {
  title: "Anrufen",
  [callingOptions.softphone]: "{brand} für Desktop",
  [callingOptions.myphone]: "Meinem {brand}-Telefon",
  [callingOptions.otherphone]: "Anderem Telefon",
  [callingOptions.customphone]: "Benutzerdefiniertem Telefon",
  [callingOptions.browser]: "Browser",
  makeCallsWith: "Anrufe ausführen mit",
  ringoutHint: "Zunächst am Standort anklingeln, dann Verbindung zum Anrufempfänger herstellen",
  myLocationLabel: "Mein Standort",
  press1ToStartCallLabel: "Vor dem Verbinden des Anrufs zum Wählen von \"1\" auffordern",
  [`${callingOptions.browser}Tooltip`]: "Verwenden Sie diese Option, um Anrufe über das Mikrofon und die Lautsprecher Ihres Computers zu tätigen und entgegenzunehmen.",
  [`${callingOptions.softphone}Tooltip`]: "Verwenden Sie diese Option, um Anrufe über die {brand} für Desktop-App zu tätigen und entgegenzunehmen.",
  [`${callingOptions.myphone}Tooltip`]: "Verwenden Sie diese Option, um Anrufe über Ihr {brand}-Telefon zu tätigen und entgegenzunehmen.",
  [`${callingOptions.myphone}Tooltip1`]: "Wenn Sie einen Anruf tätigen, klingelt zuerst Ihr {brand}-Telefon und dann das Telefon des Anrufempfängers.",
  [`${callingOptions.otherphone}Tooltip`]: "Verwenden Sie diese Option, um Anrufe über Ihre anderen Telefone wie Festnetztelefone oder Mobiltelefone, die Sie der {brand}-Erweiterung hinzugefügt haben, zu tätigen.",
  [`${callingOptions.otherphone}Tooltip1`]: "Wenn Sie einen Anruf tätigen, klingelt zuerst dieses Telefon und dann das Telefon des Anrufempfängers.",
  [`${callingOptions.customphone}Tooltip`]: "Verwenden Sie diese Option, um Anrufe über ein Telefon Ihrer Wahl zu tätigen, indem Sie eine gültige Telefonnummer in das Feld unten eingeben.",
  [`${callingOptions.customphone}Tooltip1`]: "Wenn Sie einen Anruf tätigen, klingelt zuerst dieses Telefon und dann das Telefon des Anrufempfängers."
};

// @key: @#@"title"@#@ @source: @#@"Calling"@#@
// @key: @#@"[callingOptions.softphone]"@#@ @source: @#@"{brand} for Desktop"@#@
// @key: @#@"[callingOptions.myphone]"@#@ @source: @#@"My {brand} Phone"@#@
// @key: @#@"[callingOptions.otherphone]"@#@ @source: @#@"Other Phone"@#@
// @key: @#@"[callingOptions.customphone]"@#@ @source: @#@"Custom Phone"@#@
// @key: @#@"[callingOptions.browser]"@#@ @source: @#@"Browser"@#@
// @key: @#@"makeCallsWith"@#@ @source: @#@"Make my calls with"@#@
// @key: @#@"ringoutHint"@#@ @source: @#@"Ring me at my location first, then connect the called party"@#@
github ringcentral / ringcentral-js-widgets / src / components / CallingSettingsPanel / i18n / es-419.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';

export default {
  title: 'Llamadas',
  [callingOptions.softphone]: '{brand} para escritorio',
  [callingOptions.myphone]: 'Mi teléfono {brand}',
  [callingOptions.otherphone]: 'Otro teléfono',
  [callingOptions.customphone]: 'Teléfono personalizado',
  makeCallsWith: 'Realizar mis llamadas con',
  ringoutHint: 'Llamar primero a mi ubicación y luego conectar al número llamado',
  myLocationLabel: 'Mi ubicación',
  press1ToStartCallLabel: 'Avisarme que marque\xA01 para conectar la llamada',
  [callingOptions.browser]: 'Navegador',
  save: 'Guardar',
  [`${callingOptions.browser}Tooltip`]: 'Utilice esta opción para hacer y recibir llamadas con el micrófono y los altavoces de su computadora.',
  [`${callingOptions.softphone}Tooltip`]: 'Utilice esta opción para hacer y recibir llamadas usando su aplicación {brand} para escritorio.',
  [`${callingOptions.myphone}Tooltip`]: 'Use esta opción para hacer llamadas usando su teléfono {brand}.',
  [`${callingOptions.myphone}Tooltip1`]: 'En la llamada que realice, primero sonará su teléfono {brand} y luego el de la persona a la que llama.',
  [`${callingOptions.otherphone}Tooltip`]: 'Utilice esta opción para realizar llamadas desde el resto de los teléfonos que ha añadido a su extensión {brand} como el de su domicilio o el celular.',
  [`${callingOptions.otherphone}Tooltip1`]: 'En la llamada que realice, este teléfono sonará primero y luego el de la persona a la que llama.',
  [`${callingOptions.customphone}Tooltip`]: 'Use esta opción para realizar llamadas usando el teléfono de su preferencia, ingresando un número de teléfono válido en el campo a continuación.',
  [`${callingOptions.customphone}Tooltip1`]: 'En la llamada que realice, este teléfono sonará primero y luego el de la persona a la que llama.',
};

// @key: @#@"title"@#@ @source: @#@"Calling"@#@
// @key: @#@"[callingOptions.softphone]"@#@ @source: @#@"{brand} for Desktop"@#@
// @key: @#@"[callingOptions.myphone]"@#@ @source: @#@"My {brand} Phone"@#@
// @key: @#@"[callingOptions.otherphone]"@#@ @source: @#@"Other Phone"@#@
// @key: @#@"[callingOptions.customphone]"@#@ @source: @#@"Custom Phone"@#@
// @key: @#@"[callingOptions.browser]"@#@ @source: @#@"Browser"@#@
// @key: @#@"makeCallsWith"@#@ @source: @#@"Make my calls with"@#@
// @key: @#@"ringoutHint"@#@ @source: @#@"Ring me at my location first, then connect the called party"@#@
github ringcentral / ringcentral-js-widgets / packages / ringcentral-widgets / components / CallingSettingsPanel / i18n / pt-BR.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';
export default {
  title: "Chamadas",
  [callingOptions.softphone]: "{brand} para Desktop",
  [callingOptions.myphone]: "Meu telefone {brand}",
  [callingOptions.otherphone]: "Outro telefone",
  [callingOptions.customphone]: "Telefone personalizado",
  [callingOptions.browser]: "Navegador",
  makeCallsWith: "Fazer minhas chamadas com",
  ringoutHint: "Ligar para meu local primeiro e, em seguida, conectar ao destinatário da chamada",
  myLocationLabel: "Meu local",
  press1ToStartCallLabel: "Solicitar discar 1 antes de conectar a chamada",
  [`${callingOptions.browser}Tooltip`]: "Use esta opção para fazer e receber chamadas usando o microfone e o alto-falante do computador.",
  [`${callingOptions.softphone}Tooltip`]: "Use esta opção para fazer e receber chamadas usando o aplicativo {brand} para Desktop.",
  [`${callingOptions.myphone}Tooltip`]: "Use esta opção para fazer chamadas usando o telefone {brand}.",
  [`${callingOptions.myphone}Tooltip1`]: "Para a chamada efetuada, o telefone {brand} toca primeiro e, em seguida, a parte de destino.",
  [`${callingOptions.otherphone}Tooltip`]: "Use esta opção para fazer chamadas usando outros telefones, como o residencial ou celular, adicionado no Ramal do {brand}.",
  [`${callingOptions.otherphone}Tooltip1`]: "Para a chamada efetuada, o telefone toca primeiro e, em seguida, a parte de destino.",
  [`${callingOptions.customphone}Tooltip`]: "Use esta opção para fazer chamadas usando qualquer telefone de sua escolha ao inserir um número de telefone válido no campo abaixo.",
  [`${callingOptions.customphone}Tooltip1`]: "Para a chamada efetuada, o telefone toca primeiro e, em seguida, a parte de destino."
github ringcentral / ringcentral-js-widgets / src / components / CallingSettingsPanel / i18n / fr-CA.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';

export default {
  title: 'Appel',
  [callingOptions.softphone]: '{brand} pour ordinateur de bureau',
  [callingOptions.myphone]: 'Mon téléphone {brand}',
  [callingOptions.otherphone]: 'Autre téléphone',
  [callingOptions.customphone]: 'Téléphone personnalisé',
  makeCallsWith: 'Effectuer mes appels sortants avec',
  ringoutHint: 'Appeler d\'abord à mon emplacement, puis connecter le destinataire.',
  myLocationLabel: 'Mon emplacement',
  press1ToStartCallLabel: 'Me demander de composer le\xA01 avant d\'établir la connexion',
  [callingOptions.browser]: 'Navigateur',
  save: 'Sauvegarder',
  [`${callingOptions.browser}Tooltip`]: 'Utilisez cette option pour faire et recevoir des appels au moyen du microphone et du haut-parleur de votre ordinateur.',
  [`${callingOptions.softphone}Tooltip`]: 'Utilisez cette option pour faire et recevoir des appels au moyen de votre application {brand} pour ordinateur de bureau.',
  [`${callingOptions.myphone}Tooltip`]: 'Utilisez cette option pour faire des appels en utilisant votre téléphone {brand}.',
  [`${callingOptions.myphone}Tooltip1`]: 'Pour l\'appel en cours, votre téléphone {brand} sonnera d\'abord, puis celui de la personne appelée.',
  [`${callingOptions.otherphone}Tooltip`]: 'Utilisez cette option pour faire des appels en utilisant vos autres téléphones, comme celui de votre domicile ou des téléphones cellulaires que vous avez ajoutés dans votre poste {brand}.',
  [`${callingOptions.otherphone}Tooltip1`]: 'Pour l\'appel en cours, ce téléphone sonnera d\'abord, puis celui de la personne appelée.',
  [`${callingOptions.customphone}Tooltip`]: 'Utilisez cette option pour faire des appels en utilisant n\'importe quel téléphone. Entrez un numéro de téléphone valide dans le champ ci-dessous.',
github ringcentral / ringcentral-js-widgets / packages / ringcentral-widgets / components / CallingSettingsPanel / i18n / fr-CA.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';
export default {
  title: "Appel",
  [callingOptions.softphone]: "{brand} pour ordinateur de bureau",
  [callingOptions.myphone]: "Mon téléphone {brand}",
  [callingOptions.otherphone]: "Autre téléphone",
  [callingOptions.customphone]: "Téléphone personnalisé",
  [callingOptions.browser]: "Navigateur",
  makeCallsWith: "Effectuer mes appels sortants avec",
  ringoutHint: "Appeler d'abord à mon emplacement, puis connecter le destinataire.",
  myLocationLabel: "Mon emplacement",
  press1ToStartCallLabel: "Me demander de composer le 1 avant d'établir la connexion",
  [`${callingOptions.browser}Tooltip`]: "Utilisez cette option pour faire et recevoir des appels au moyen du microphone et du haut-parleur de votre ordinateur.",
  [`${callingOptions.softphone}Tooltip`]: "Utilisez cette option pour faire et recevoir des appels au moyen de votre application {brand} pour ordinateur de bureau.",
  [`${callingOptions.myphone}Tooltip`]: "Utilisez cette option pour faire des appels en utilisant votre téléphone {brand}.",
  [`${callingOptions.myphone}Tooltip1`]: "Pour l'appel en cours, votre téléphone {brand} sonnera d'abord, puis celui de la personne appelée.",
  [`${callingOptions.otherphone}Tooltip`]: "Utilisez cette option pour faire des appels en utilisant vos autres téléphones, comme celui de votre domicile ou des téléphones cellulaires que vous avez ajoutés dans votre poste {brand}.",
  [`${callingOptions.otherphone}Tooltip1`]: "Pour l'appel en cours, ce téléphone sonnera d'abord, puis celui de la personne appelée.",
  [`${callingOptions.customphone}Tooltip`]: "Utilisez cette option pour faire des appels en utilisant n'importe quel téléphone. Entrez un numéro de téléphone valide dans le champ ci-dessous.",
  [`${callingOptions.customphone}Tooltip1`]: "Pour l'appel en cours, ce téléphone sonnera d'abord, puis celui de la personne appelée."
github ringcentral / ringcentral-js-widgets / src / components / CallingSettingsPanel / i18n / pt-BR.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';

export default {
  title: 'Chamadas',
  save: 'Salvar',
  [callingOptions.softphone]: '{brand} para Desktop',
  [callingOptions.myphone]: 'Meu telefone {brand}',
  [callingOptions.otherphone]: 'Outro telefone',
  [callingOptions.customphone]: 'Telefone personalizado',
  [callingOptions.browser]: 'Navegador',
  makeCallsWith: 'Fazer minhas chamadas com',
  ringoutHint: 'Ligar para meu local primeiro e, em seguida, conectar ao destinatário da chamada',
  myLocationLabel: 'Meu local',
  press1ToStartCallLabel: 'Solicitar discar 1 antes de conectar a chamada',
  [`${callingOptions.browser}Tooltip`]: 'Use esta opção para fazer e receber chamadas usando o microfone e o alto-falante do computador.',
  [`${callingOptions.softphone}Tooltip`]: 'Use esta opção para fazer e receber chamadas usando o aplicativo {brand} para Desktop.',
  [`${callingOptions.myphone}Tooltip`]: 'Use esta opção para fazer chamadas usando o telefone {brand}.',
  [`${callingOptions.myphone}Tooltip1`]: 'Para a chamada efetuada, o telefone {brand} toca primeiro e, em seguida, a parte de destino.',
  [`${callingOptions.otherphone}Tooltip`]: 'Use esta opção para fazer chamadas usando outros telefones, como o residencial ou celular, adicionado no Ramal do {brand}.',
  [`${callingOptions.otherphone}Tooltip1`]: 'Para a chamada efetuada, o telefone toca primeiro e, em seguida, a parte de destino.',
  [`${callingOptions.customphone}Tooltip`]: 'Use esta opção para fazer chamadas usando qualquer telefone de sua escolha ao inserir um número de telefone válido no campo abaixo.',
  [`${callingOptions.customphone}Tooltip1`]: 'Para a chamada efetuada, o telefone toca primeiro e, em seguida, a parte de destino.',
github ringcentral / ringcentral-js-widgets / packages / ringcentral-widgets / components / CallingSettingsPanel / i18n / en-GB.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';
export default {
  title: "Calling",
  [callingOptions.softphone]: "{brand} for Desktop",
  [callingOptions.myphone]: "My {brand} Phone",
  [callingOptions.otherphone]: "Other Phone",
  [callingOptions.customphone]: "Custom Phone",
  [callingOptions.browser]: "Browser",
  makeCallsWith: "Make my calls using",
  ringoutHint: "Ring me at my location first, then connect the called party",
  myLocationLabel: "My Location",
  press1ToStartCallLabel: "Prompt me to dial 1 before connecting the call",
  [`${callingOptions.browser}Tooltip`]: "Use this option to make and receive calls using your computer's microphone and speaker.",
  [`${callingOptions.softphone}Tooltip`]: "Use this option to make and receive calls using your {brand} for Desktop app.",
  [`${callingOptions.myphone}Tooltip`]: "Use this option to make calls using your {brand} phone.",
  [`${callingOptions.myphone}Tooltip1`]: "For the call you make, your {brand} phone will ring first then the party that you called.",
  [`${callingOptions.otherphone}Tooltip`]: "Use this option to make calls using your other phones such as home or mobile phones that you have added in your {brand} Extension.",
  [`${callingOptions.otherphone}Tooltip1`]: "For the call you make, this phone will ring first then the party that you called.",
  [`${callingOptions.customphone}Tooltip`]: "Use this option to make calls using any phone of your choice by entering a valid phone number in the field below.",
  [`${callingOptions.customphone}Tooltip1`]: "For the call you make, this phone will ring first then the party that you called."
github ringcentral / ringcentral-js-widgets / src / components / CallingSettingsPanel / index.js View on Github external
currentLocale,
      callWith,
      callWithOptions,
      myLocation,
      ringoutPrompt,
      onBackButtonClick,
      availableNumbers,
      className,
      disabled,
    } = this.props;
    const hasChanges = this.state.callWith !== callWith ||
      this.state.myLocation !== myLocation ||
      this.state.ringoutPrompt !== ringoutPrompt;
    const ringout =
      (
        this.state.callWith !== callingOptions.softphone &&
        this.state.callWith !== callingOptions.browser
      ) ? (
        <div>
          <div>
            {i18n.getString('ringoutHint', currentLocale)}
          </div>
          
            {
              availableNumbers[this.state.callWith] ? (
                </div>
github ringcentral / ringcentral-js-widgets / src / components / CallingSettingsPanel / i18n / de-DE.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';

export default {
  title: 'Anrufen',
  [callingOptions.softphone]: '{brand} für Desktop',
  [callingOptions.myphone]: 'Meinem {brand}-Telefon',
  [callingOptions.otherphone]: 'Anderem Telefon',
  [callingOptions.customphone]: 'Benutzerdefiniertem Telefon',
  makeCallsWith: 'Anrufe ausführen mit',
  ringoutHint: 'Zunächst am Standort anklingeln, dann Verbindung zum Anrufempfänger herstellen',
  myLocationLabel: 'Mein Standort',
  press1ToStartCallLabel: 'Vor dem Verbinden des Anrufs zum Wählen von "1" auffordern',
  [callingOptions.browser]: 'Browser',
  save: 'Speichern',
  [`${callingOptions.browser}Tooltip`]: 'Verwenden Sie diese Option, um Anrufe über das Mikrofon und die Lautsprecher Ihres Computers zu tätigen und entgegenzunehmen.',
  [`${callingOptions.softphone}Tooltip`]: 'Verwenden Sie diese Option, um Anrufe über die {brand} für Desktop-App zu tätigen und entgegenzunehmen.',
  [`${callingOptions.myphone}Tooltip`]: 'Verwenden Sie diese Option, um Anrufe über Ihr {brand}-Telefon zu tätigen und entgegenzunehmen.',
  [`${callingOptions.myphone}Tooltip1`]: 'Wenn Sie einen Anruf tätigen, klingelt zuerst Ihr {brand}-Telefon und dann das Telefon des Anrufempfängers.',
  [`${callingOptions.otherphone}Tooltip`]: 'Verwenden Sie diese Option, um Anrufe über Ihre anderen Telefone wie Festnetztelefone oder Mobiltelefone, die Sie der {brand}-Erweiterung hinzugefügt haben, zu tätigen.',
  [`${callingOptions.otherphone}Tooltip1`]: 'Wenn Sie einen Anruf tätigen, klingelt zuerst dieses Telefon und dann das Telefon des Anrufempfängers.',
  [`${callingOptions.customphone}Tooltip`]: 'Verwenden Sie diese Option, um Anrufe über ein Telefon Ihrer Wahl zu tätigen, indem Sie eine gültige Telefonnummer in das Feld unten eingeben.',
github ringcentral / ringcentral-js-widgets / src / components / CallingSettingsPanel / i18n / en-US.js View on Github external
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';

export default {
  title: 'Calling',
  [callingOptions.softphone]: '{brand} for Desktop',
  [callingOptions.myphone]: 'My {brand} Phone',
  [callingOptions.otherphone]: 'Other Phone',
  [callingOptions.customphone]: 'Custom Phone',
  [callingOptions.browser]: 'Browser',
  makeCallsWith: 'Make my calls with',
  ringoutHint: 'Ring me at my location first, then connect the called party',
  myLocationLabel: 'My Location',
  press1ToStartCallLabel: 'Prompt me to dial 1 before connecting the call',
  [`${callingOptions.browser}Tooltip`]: 'Use this option to make and receive calls using your computer’s microphone and speaker.',
  [`${callingOptions.softphone}Tooltip`]: 'Use this option to make and receive calls using your {brand} for Desktop app.',
  [`${callingOptions.myphone}Tooltip`]: 'Use this option to make calls using your {brand} phone.',
  [`${callingOptions.myphone}Tooltip1`]: 'For the call you make, your {brand} phone will ring first then the party you called.',
  [`${callingOptions.otherphone}Tooltip`]: 'Use this option to make calls using your other phones such as home or cell phones that you have added in your {brand} Extension.',
  [`${callingOptions.otherphone}Tooltip1`]: 'For the call you make, this phone will ring first then the party you called.',
  [`${callingOptions.customphone}Tooltip`]: 'Use this option to make calls using any phone of your choice by entering a valid phone number in the field below.',
  [`${callingOptions.customphone}Tooltip1`]: 'For the call you make, this phone will ring first then the party you called.',