ringcentral-widgets
Version:
RingCentral Integration Widget Library
31 lines (29 loc) • 2.58 kB
text/typescript
import callingOptions from 'ringcentral-integration/modules/CallingSettings/callingOptions';
export default {
title: "Appel",
[callingOptions.softphone]: "{brand} for Desktop",
[callingOptions.browser]: "Navigateur",
[callingOptions.jupiter]: "{brand}",
makeCallsWith: "Passer 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 passer et recevoir des appels en utilisant le microphone et le haut-parleur de votre ordinateur.",
[`${callingOptions.softphone}Tooltip`]: "Utilisez cette option pour passer et recevoir des appels à l'aide de votre {brand}.",
[`${callingOptions.ringout}Tooltip`]: "Utilisez cette option pour passer des appels en utilisant le numéro de téléphone que vous avez sélectionné ou saisi.",
[`${callingOptions.ringout}Tooltip1`]: "Pour l'appel que vous passez, ce téléphone sonnera avant celui de la personne appelée.",
[`${callingOptions.jupiter}Tooltip`]: "Utilisez cette option pour passer et recevoir des appels à l'aide de votre {brand}."
};
// @key: @#@"title"@#@ @source: @#@"Calling"@#@
// @key: @#@"[callingOptions.softphone]"@#@ @source: @#@"{brand} for Desktop"@#@
// @key: @#@"[callingOptions.browser]"@#@ @source: @#@"Browser"@#@
// @key: @#@"[callingOptions.jupiter]"@#@ @source: @#@"{brand}"@#@
// @key: @#@"makeCallsWith"@#@ @source: @#@"Make my calls with"@#@
// @key: @#@"ringoutHint"@#@ @source: @#@"Ring me at my location first, then connect the called party"@#@
// @key: @#@"myLocationLabel"@#@ @source: @#@"My Location"@#@
// @key: @#@"press1ToStartCallLabel"@#@ @source: @#@"Prompt me to dial 1 before connecting the call"@#@
// @key: @#@"[`${callingOptions.browser}Tooltip`]"@#@ @source: @#@"Use this option to make and receive calls using your computer’s microphone and speaker."@#@
// @key: @#@"[`${callingOptions.softphone}Tooltip`]"@#@ @source: @#@"Use this option to make and receive calls using your {brand}."@#@
// @key: @#@"[`${callingOptions.ringout}Tooltip`]"@#@ @source: @#@"Use this option to make calls using your selected or entered phone number."@#@
// @key: @#@"[`${callingOptions.ringout}Tooltip1`]"@#@ @source: @#@"For the call you make, this phone will ring first then the party you called."@#@
// @key: @#@"[`${callingOptions.jupiter}Tooltip`]"@#@ @source: @#@"Use this option to make and receive calls using your {brand}."@#@