UNPKG

ringcentral-widgets

Version:
27 lines (17 loc) 2.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; require("core-js/modules/es6.object.define-property"); var _connectivityTypes = _interopRequireDefault(require("../../../../modules/ConnectivityManager/connectivityTypes")); var _connectivityTypes$ne; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var _default = (_connectivityTypes$ne = {}, _defineProperty(_connectivityTypes$ne, _connectivityTypes["default"].networkLoss, "抱歉,出了一些問題,請檢查您的網路連接並再試一次。"), _defineProperty(_connectivityTypes$ne, _connectivityTypes["default"].offline, "無法連線伺服器。請稍後再試一次。"), _defineProperty(_connectivityTypes$ne, _connectivityTypes["default"].serverUnavailable, "抱歉,我們這邊出了一些問題。請稍後再試一次。"), _defineProperty(_connectivityTypes$ne, _connectivityTypes["default"].voipOnly, "抱歉,我們這邊出了一些問題,但我們正在努力進行修復。您仍然可以撥打電話,但其他功能目前受到限制。"), _defineProperty(_connectivityTypes$ne, _connectivityTypes["default"].survival, "抱歉,我們這邊出了一些問題,但我們正在努力進行修復。特定功能可能受到限制。應用程式將在可以使用時自動復原。"), _connectivityTypes$ne); // @key: @#@"[connectivityTypes.networkLoss]"@#@ @source: @#@"Sorry, something went wrong, check your network connection and try again."@#@ // @key: @#@"[connectivityTypes.offline]"@#@ @source: @#@"Cannot connect to the server. Please retry later."@#@ // @key: @#@"[connectivityTypes.serverUnavailable]"@#@ @source: @#@"Sorry, something went wrong on our end. Try again later."@#@ // @key: @#@"[connectivityTypes.voipOnly]"@#@ @source: @#@"Sorry, something went wrong on our end, but we are working hard to fix it. You can still make calls, but other functions are currently limited."@#@ // @key: @#@"[connectivityTypes.survival]"@#@ @source: @#@"Sorry, something went wrong on our end, but we are working hard to fix it. You may have limited access to certain features. The app will recover automatically as soon as it’s available."@#@ exports["default"] = _default; //# sourceMappingURL=zh-TW.js.map