ringcentral-widgets
Version:
RingCentral Integration Widget Library
45 lines (41 loc) • 2.31 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
title: "Audio",
dialButtonVolume: "Volume kiestoets",
ringtoneVolume: "Beltoonvolume",
callVolume: "Oproepvolume",
muteCalls: "Oproepen dempen",
outputDevice: "Output-apparaat",
inputDevice: "Input-apparaat",
micPermission: "Machtiging microfoon",
noDevice: "Geen apparaat",
checkMicPermission: "Controleer machtiging",
micNoPermissionMessage: "De app is niet gemachtigd om microfoon te gebruiken",
noLabel: "Onbekend apparaat",
notSetSinkIdTip: "Uw huidige browserrechten zijn niet ingesteld om ons toegang te geven tot uw audio-output-apparaten. {clickHereLink} om te zien hoe u dit kunt instellen.",
noLabelTip: "Uw huidige browserrechten zijn niet ingesteld om ons toegang te geven tot uw audio-input-apparaten.",
clickHere: "Klik hier",
defaultOutputDevice: "Standaard output-apparaat"
}; // @key: @#@"title"@#@ @source: @#@"Audio"@#@
// @key: @#@"dialButtonVolume"@#@ @source: @#@"Dial Button Volume"@#@
// @key: @#@"ringtoneVolume"@#@ @source: @#@"Ringtone Volume"@#@
// @key: @#@"callVolume"@#@ @source: @#@"Call Volume"@#@
// @key: @#@"muteCalls"@#@ @source: @#@"Mute Calls"@#@
// @key: @#@"outputDevice"@#@ @source: @#@"Output Device"@#@
// @key: @#@"inputDevice"@#@ @source: @#@"Input Device"@#@
// @key: @#@"micPermission"@#@ @source: @#@"Microphone Permission"@#@
// @key: @#@"noDevice"@#@ @source: @#@"No device"@#@
// @key: @#@"checkMicPermission"@#@ @source: @#@"Check Permission"@#@
// @key: @#@"micNoPermissionMessage"@#@ @source: @#@"The app does not have permission to use microphone"@#@
// @key: @#@"noLabel"@#@ @source: @#@"Unknown device"@#@
// @key: @#@"notSetSinkIdTip"@#@ @source: @#@"Sorry, your current browser permissions aren't set to allow us to access your audio output devices. {clickHereLink} to see how to set up."@#@
// @key: @#@"noLabelTip"@#@ @source: @#@"Sorry, your current browser permissions aren't set to allow us to access your audio input devices."@#@
// @key: @#@"clickHere"@#@ @source: @#@"Click here"@#@
// @key: @#@"defaultOutputDevice"@#@ @source: @#@"Default output device"@#@
exports["default"] = _default;
//# sourceMappingURL=nl-NL.js.map