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.',