/* eslint-disable */ import { RINGS_TYPE } from '@ringcentral-integration/commons/modules/RingtoneConfiguration/const'; export default { [RINGS_TYPE.Phone_Ring1]: 'Sonnerie 1', [RINGS_TYPE.Phone_Ring2]: 'Sonnerie 2', [RINGS_TYPE.Acoustic_Dreams]: 'Acoustique', [RINGS_TYPE.Air_Raid]: 'Raid aérien', [RINGS_TYPE.Allusive]: 'Allusif', [RINGS_TYPE.Attention]: 'Attention', [RINGS_TYPE.Blub_Blub]: 'Blub Blub', [RINGS_TYPE.Buzzy]: 'Vibration', [RINGS_TYPE.Channel_Open]: 'Canal ouvert', [RINGS_TYPE.Contemplation]: 'Contemplation', [RINGS_TYPE.Crystal_Ball]: 'Cristal', [RINGS_TYPE.Disco]: 'Disco', [RINGS_TYPE.Door_Bell]: 'Sonnette', [RINGS_TYPE.Fairy]: 'Fée', [RINGS_TYPE.Fast_Bells]: 'Cloches Rapides', [RINGS_TYPE.High_Gong]: 'Gong aigu', [RINGS_TYPE.Immersion]: 'Immersion', [RINGS_TYPE.Indeed]: 'En effet', [RINGS_TYPE.Lazy_Day]: 'Détente', [RINGS_TYPE.Neural_Funk]: 'Neurone', [RINGS_TYPE.Nice]: 'Agréable', [RINGS_TYPE.Ring]: 'Sonnerie', [RINGS_TYPE.Ringing_Bells]: 'Cloches', [RINGS_TYPE.Simple]: 'Simple', [RINGS_TYPE.Soothing]: 'Apaisant', [RINGS_TYPE.Sunshine]: 'Ensoleillement', [RINGS_TYPE.Off]: 'Désactivé', add: 'Ajouter', delete: 'Supprimer', play: 'Lire', cancel: 'Annuler', confirmToDelete: 'Supprimer {name}?', } as const; // @key: @#@"[RINGS_TYPE.Phone_Ring1]"@#@ @source: @#@"Phone Ring 1"@#@ // @key: @#@"[RINGS_TYPE.Phone_Ring2]"@#@ @source: @#@"Phone Ring 2"@#@ // @key: @#@"[RINGS_TYPE.Acoustic_Dreams]"@#@ @source: @#@"Acoustic Dreams"@#@ // @key: @#@"[RINGS_TYPE.Air_Raid]"@#@ @source: @#@"Air Raid"@#@ // @key: @#@"[RINGS_TYPE.Allusive]"@#@ @source: @#@"Allusive"@#@ // @key: @#@"[RINGS_TYPE.Attention]"@#@ @source: @#@"Attention"@#@ // @key: @#@"[RINGS_TYPE.Blub_Blub]"@#@ @source: @#@"Blub Blub"@#@ // @key: @#@"[RINGS_TYPE.Buzzy]"@#@ @source: @#@"Buzzy"@#@ // @key: @#@"[RINGS_TYPE.Channel_Open]"@#@ @source: @#@"Channel Open"@#@ // @key: @#@"[RINGS_TYPE.Contemplation]"@#@ @source: @#@"Contemplation"@#@ // @key: @#@"[RINGS_TYPE.Crystal_Ball]"@#@ @source: @#@"Crystal Ball"@#@ // @key: @#@"[RINGS_TYPE.Disco]"@#@ @source: @#@"Disco"@#@ // @key: @#@"[RINGS_TYPE.Door_Bell]"@#@ @source: @#@"Door Bell"@#@ // @key: @#@"[RINGS_TYPE.Fairy]"@#@ @source: @#@"Fairy"@#@ // @key: @#@"[RINGS_TYPE.Fast_Bells]"@#@ @source: @#@"Fast Bells"@#@ // @key: @#@"[RINGS_TYPE.High_Gong]"@#@ @source: @#@"High Gong"@#@ // @key: @#@"[RINGS_TYPE.Immersion]"@#@ @source: @#@"Immersion"@#@ // @key: @#@"[RINGS_TYPE.Indeed]"@#@ @source: @#@"Indeed"@#@ // @key: @#@"[RINGS_TYPE.Lazy_Day]"@#@ @source: @#@"Lazy Day"@#@ // @key: @#@"[RINGS_TYPE.Neural_Funk]"@#@ @source: @#@"Neural Funk"@#@ // @key: @#@"[RINGS_TYPE.Nice]"@#@ @source: @#@"Nice"@#@ // @key: @#@"[RINGS_TYPE.Ring]"@#@ @source: @#@"Ring"@#@ // @key: @#@"[RINGS_TYPE.Ringing_Bells]"@#@ @source: @#@"Ringing Bells"@#@ // @key: @#@"[RINGS_TYPE.Simple]"@#@ @source: @#@"Simple"@#@ // @key: @#@"[RINGS_TYPE.Soothing]"@#@ @source: @#@"Soothing"@#@ // @key: @#@"[RINGS_TYPE.Sunshine]"@#@ @source: @#@"Sunshine"@#@ // @key: @#@"[RINGS_TYPE.Off]"@#@ @source: @#@"Off"@#@ // @key: @#@"add"@#@ @source: @#@"Add"@#@ // @key: @#@"delete"@#@ @source: @#@"Delete"@#@ // @key: @#@"play"@#@ @source: @#@"Play"@#@ // @key: @#@"cancel"@#@ @source: @#@"Cancel"@#@ // @key: @#@"confirmToDelete"@#@ @source: @#@"Delete {name}?"@#@