UNPKG

survey-core

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

257 lines (250 loc) 13.3 kB
/*! * surveyjs - Survey JavaScript library v2.0.3 * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/ * License: MIT (http://www.opensource.org/licenses/mit-license.php) */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("survey-core")); else if(typeof define === 'function' && define.amd) define("i18n/portuguese", ["survey-core"], factory); else if(typeof exports === 'object') exports["i18n/portuguese"] = factory(require("survey-core")); else root["SurveyLocales"] = factory(root["Survey"]); })(this, (__WEBPACK_EXTERNAL_MODULE_survey_core__) => { return /******/ (() => { // webpackBootstrap /******/ "use strict"; /******/ var __webpack_modules__ = ({ /***/ "survey-core": /*!*********************************************************************************************************!*\ !*** external {"root":"Survey","commonjs2":"survey-core","commonjs":"survey-core","amd":"survey-core"} ***! \*********************************************************************************************************/ /***/ ((module) => { module.exports = __WEBPACK_EXTERNAL_MODULE_survey_core__; /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ /******/ /* webpack/runtime/compat get default export */ /******/ (() => { /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = (module) => { /******/ var getter = module && module.__esModule ? /******/ () => (module['default']) : /******/ () => (module); /******/ __webpack_require__.d(getter, { a: getter }); /******/ return getter; /******/ }; /******/ })(); /******/ /******/ /* webpack/runtime/define property getters */ /******/ (() => { /******/ // define getter functions for harmony exports /******/ __webpack_require__.d = (exports, definition) => { /******/ for(var key in definition) { /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); /******/ } /******/ } /******/ }; /******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ (() => { /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) /******/ })(); /******/ /******/ /* webpack/runtime/make namespace object */ /******/ (() => { /******/ // define __esModule on exports /******/ __webpack_require__.r = (exports) => { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ })(); /******/ /************************************************************************/ var __webpack_exports__ = {}; // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk. (() => { /*!****************************************!*\ !*** ./src/localization/portuguese.ts ***! \****************************************/ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ portugueseSurveyStrings: () => (/* binding */ portugueseSurveyStrings) /* harmony export */ }); /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! survey-core */ "survey-core"); /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_0__); var portugueseSurveyStrings = { pagePrevText: "Anterior", pageNextText: "Próximo", completeText: "Finalizar", previewText: "Pré-visualização", editText: "Editar", startSurveyText: "Começar", otherItemText: "Outros (descrever)", noneItemText: "Nenhum", refuseItemText: "Recusar-se a responder", dontKnowItemText: "Não sei", selectAllItemText: "Selecionar Todos", deselectAllItemText: "Desmarcar tudo", progressText: "Página {0} de {1}", indexText: "{0} de {1}", panelDynamicProgressText: "Registo {0} de {1}", panelDynamicTabTextFormat: "Painel {panelIndex}", questionsProgressText: "Respostas {0}/{1} perguntas", emptySurvey: "Não há página visível ou pergunta no questionário.", completingSurvey: "Obrigado por finalizar o questionário!", completingSurveyBefore: "Os nossos registos mostram que já finalizou o questionário.", loadingSurvey: "O questionário está a carregar...", placeholder: "Selecione...", ratingOptionsCaption: "Selecione aqui para avaliar...", value: "valor", requiredError: "Por favor, responda à pergunta.", requiredErrorInPanel: "Por favor, responda pelo menos a uma pergunta.", requiredInAllRowsError: "Por favor, responda às perguntas em todas as linhas.", eachRowUniqueError: "Cada linha deve ter um valor exclusivo.", numericError: "O valor deve ser numérico.", minError: "O valor não deverá ser menor que {0}", maxError: "O valor não deverá ser maior que {0}", textNoDigitsAllow: "Números não são permitidos.", textMinLength: "Por favor, insira pelo menos {0} caracteres.", textMaxLength: "Por favor, insira menos de {0} caracteres.", textMinMaxLength: "Por favor, insira mais de {0} e menos de {1} caracteres.", minRowCountError: "Preencha pelo menos {0} linhas.", minSelectError: "Selecione pelo menos {0} opções.", maxSelectError: "Por favor, selecione no máximo {0} opções.", numericMinMax: "O '{0}' deve ser igual ou superior a {1} e igual ou menor que {2}", numericMin: "O '{0}' deve ser igual ou superior a {1}", numericMax: "O '{0}' deve ser igual ou inferior a {1}", invalidEmail: "Por favor, insira um e-mail válido.", invalidExpression: "A expressão: {0} deve retornar 'verdadeiro'.", urlRequestError: "O pedido retornou o erro '{0}'. {1}", urlGetChoicesError: "O pedido não retornou dados ou o 'caminho' do pedido não está correto", exceedMaxSize: "O tamanho do arquivo não deve exceder {0}.", noUploadFilesHandler: "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'.", otherRequiredError: "Por favor, insira o outro valor.", uploadingFile: "O seu ficheiro está a carregar. Por favor, aguarde alguns segundos e tente novamente.", loadingFile: "A carregar...", chooseFile: "Selecione o(s) arquivo(s)...", noFileChosen: "Nenhum ficheiro escolhido", filePlaceholder: "Arraste um ficheiro aqui ou clique no botão abaixo para carregar o ficheiro.", confirmDelete: "Tem a certeza que deseja apagar?", keyDuplicationError: "Este valor deve ser único.", addColumn: "Adicionar coluna", addRow: "Adicionar linha", removeRow: "Remover linha", noRowsText: "Não existem linhas.", addPanel: "Adicionar novo", removePanel: "Remover", showDetails: "Mostrar detalhes", hideDetails: "Ocultar detalhes", choices_Item: "item", choices_Choice: "Opção de escolha", matrix_column: "Coluna", matrix_row: "Linha", multipletext_itemname: "texto", savingData: "Os resultados estão a ser guardados no servidor...", savingDataError: "Ocorreu um erro e não foi possível guardar os resultados.", savingDataSuccess: "Os resultados foram guardados com sucesso!", savingExceedSize: "Sua resposta excede 64KB. Reduza o tamanho do(s) seu(s) arquivo(s) e tente novamente ou entre em contato com o proprietário do questionário.", saveAgainButton: "Tente novamente", timerMin: "min", timerSec: "seg", timerSpentAll: "Você gastou {0} nesta página e {1} no total.", timerSpentPage: "Você gastou {0} nesta página.", timerSpentSurvey: "Você gastou {0} no total.", timerLimitAll: "Você gastou {0} de {1} nesta página e {2} de {3} no total.", timerLimitPage: "Você gastou {0} de {1} nesta página.", timerLimitSurvey: "Você gastou {0} de {1} no total.", clearCaption: "Limpar", signaturePlaceHolder: "Assine aqui", signaturePlaceHolderReadOnly: "Sem assinatura", chooseFileCaption: "Escolher ficheiro", takePhotoCaption: "Tirar foto", photoPlaceholder: "Clique no botão abaixo para tirar uma foto usando a câmera.", fileOrPhotoPlaceholder: "Arraste e solte ou selecione um arquivo para carregar ou tirar uma foto usando a câmera.", replaceFileCaption: "Substituir arquivo", removeFileCaption: "Remover este ficheiro", booleanCheckedLabel: "Sim", booleanUncheckedLabel: "Não", confirmRemoveFile: "Tem a certeza que deseja remover este ficheiro: {0}?", confirmRemoveAllFiles: "Tem a certeza que deseja remover todos os ficheiros?", questionTitlePatternText: "Título da questão", modalCancelButtonText: "Cancelar", modalApplyButtonText: "Aplicar", filterStringPlaceholder: "Digite para pesquisar...", emptyMessage: "Não existe informação a mostrar", loadingPage: "Carregamento...", loadingData: "Carregamento...", noEntriesText: "Ainda não existem registos.\nClique no botão abaixo para adicionar um novo registo.", noEntriesReadonlyText: "Não há entradas.", tabTitlePlaceholder: "Novo Painel", more: "Mais", tagboxDoneButtonCaption: "Terminado", selectToRankEmptyRankedAreaText: "Todas as opções são classificadas", selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las", ok: "OKEY", cancel: "Cancelar" }; (0,survey_core__WEBPACK_IMPORTED_MODULE_0__.setupLocale)({ localeCode: "pt", strings: portugueseSurveyStrings, nativeName: "português", englishName: "Portuguese" }); // The following strings have been translated by a machine translation service // Remove those strings that you have corrected manually // panelDynamicTabTextFormat: "Panel {panelIndex}" => "Painel {panelIndex}" // noEntriesReadonlyText: "There are no entries." => "Não há entradas." // selectToRankEmptyRankedAreaText: "All choices are ranked" => "Todas as opções são classificadas" // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arraste e solte as opções aqui para classificá-las" // takePhotoCaption: "Take Photo" => "Tirar foto" // photoPlaceholder: "Click the button below to take a photo using the camera." => "Clique no botão abaixo para tirar uma foto usando a câmera." // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arraste e solte ou selecione um arquivo para carregar ou tirar uma foto usando a câmera." // replaceFileCaption: "Replace file" => "Substituir arquivo" // eachRowUniqueError: "Each row must have a unique value." => "Cada linha deve ter um valor exclusivo." // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'." // showDetails: "Show Details" => "Mostrar detalhes" // hideDetails: "Hide Details" => "Ocultar detalhes" // ok: "OK" => "OKEY" // cancel: "Cancel" => "Cancelar" // refuseItemText: "Refuse to answer" => "Recusar-se a responder" // dontKnowItemText: "Don't know" => "Não sei" // savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Sua resposta excede 64KB. Reduza o tamanho do(s) seu(s) arquivo(s) e tente novamente ou entre em contato com o proprietário do questionário." // signaturePlaceHolderReadOnly: "No signature" => "Sem assinatura" // tabTitlePlaceholder: "New Panel" => "Novo Painel" // deselectAllItemText: "Deselect all" => "Desmarcar tudo" // textNoDigitsAllow: "Numbers are not allowed." => "Números não são permitidos." // choices_Choice: "Choice option" => "Opção de escolha" // loadingPage: "Loading..." => "Carregamento..." // loadingData: "Loading..." => "Carregamento..." })(); /******/ return __webpack_exports__; /******/ })() ; }); //# sourceMappingURL=portuguese.js.map