ringcentral-widgets
Version:
RingCentral Integration Widget Library
21 lines (17 loc) • 810 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
noResultFoundFor: "Keine Ergebnisse gefunden für",
foundFromServerHint: "Geben Sie das Schlüsselwort ein und drücken Sie die Eingabetaste, um in {appName} zu suchen",
notResultFoundFromServer: "Keine Ergebnisse gefunden",
loading: "laden..."
}; // @key: @#@"noResultFoundFor"@#@ @source: @#@"No result found for"@#@
// @key: @#@"foundFromServerHint"@#@ @source: @#@"Type keyword and press Enter to search in {appName}"@#@
// @key: @#@"notResultFoundFromServer"@#@ @source: @#@"No results found"@#@
// @key: @#@"loading"@#@ @source: @#@"loading..."@#@
exports["default"] = _default;
//# sourceMappingURL=de-DE.js.map