首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >dropzone.js有波兰语翻译吗?

dropzone.js有波兰语翻译吗?
EN

Stack Overflow用户
提问于 2020-12-15 21:18:37
回答 1查看 98关注 0票数 0

dropzone.js (https://www.dropzonejs.com)有波兰语翻译吗?

Istnieje polskie tłumaczenie do skryptu dropzone.js?

EN

回答 1

Stack Overflow用户

发布于 2020-12-15 21:18:37

是:

代码语言:javascript
复制
      /**
       * The text used before any files are dropped.
       */
      dictDefaultMessage: "Kliknij i wybierz pliki lub przeciągnij i upuść tutaj",

      /**
       * The text that replaces the default message text it the browser is not supported.
       */
      dictFallbackMessage: "Twoja przeglądarka nie wspiera przeciągania i upuszczania plików.",

      /**
       * The text that will be added before the fallback form.
       * If you provide a  fallback element yourself, or if this option is `null` this will
       * be ignored.
       */
      dictFallbackText: "Użyj poniższego formularza by wgrać pliki.",

      /**
       * If the filesize is too big.
       * `{{filesize}}` and `{{maxFilesize}}` will be replaced with the respective configuration values.
       */
      dictFileTooBig: "Plik jest zbyt duży ({{filesize}}MiB). Maksymalny rozmiar pliku: {{maxFilesize}}MiB.",

      /**
       * If the file doesn't match the file type.
       */
      dictInvalidFileType: "Nie możesz wgrać plików tego typu.",

      /**
       * If the server response was invalid.
       * `{{statusCode}}` will be replaced with the servers status code.
       */
      dictResponseError: "Kod odpowiedzi serwera: {{statusCode}}.",

      /**
       * If `addRemoveLinks` is true, the text to be used for the cancel upload link.
       */
      dictCancelUpload: "Przerwij wgrywanie",

      /**
       * The text that is displayed if an upload was manually canceled
       */
      dictUploadCanceled: "Wgrywanie przerwane.",

      /**
       * If `addRemoveLinks` is true, the text to be used for confirmation when cancelling upload.
       */
      dictCancelUploadConfirmation: "Jesteś pewien, że chcesz przerwać wgrywanie?",

      /**
       * If `addRemoveLinks` is true, the text to be used to remove a file.
       */
      dictRemoveFile: "Usuń plik",

      /**
       * If this is not null, then the user will be prompted before removing a file.
       */
      dictRemoveFileConfirmation: null,

      /**
       * Displayed if `maxFiles` is st and exceeded.
       * The string `{{maxFiles}}` will be replaced by the configuration value.
       */
      dictMaxFilesExceeded: "Nie możesz wgrać więcej plików.",
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65306679

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档