qdr-temporary-shared-storage-cs_CZ.po 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. # Copyright Quadarax (C) 2025
  2. # This file is distributed under the GPL-2.0+.
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: QDR Temporary Shared Storage 1.0.0\n"
  6. "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/qdr-temporary-"
  7. "shared-storage\n"
  8. "POT-Creation-Date: 2025-05-19T12:00:00+00:00\n"
  9. "PO-Revision-Date: 2025-05-19 19:13+0200\n"
  10. "Last-Translator: Dalibor Votruba <dvotruba@quadarax.com>\n"
  11. "Language-Team: \n"
  12. "Language: cs_CZ\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
  17. "X-Generator: Poedit 3.6\n"
  18. "X-Domain: qdr-temporary-shared-storage\n"
  19. #. Plugin Name of the plugin
  20. msgid "QDR Temporary Shared Storage"
  21. msgstr "QDR Temporary Shared Storage"
  22. #. Plugin URI of the plugin
  23. msgid "https://www.quadarax.com/qdr-temporary-shared-storage"
  24. msgstr "https://www.quadarax.com/qdr-temporary-shared-storage"
  25. #. Description of the plugin
  26. msgid ""
  27. "WordPress plugin for temporary file sharing with REST API support and "
  28. "password protection"
  29. msgstr ""
  30. "WordPress plugin pro dočasné sdílení souborů s podporou REST API a ochranou "
  31. "heslem"
  32. #. Author of the plugin
  33. msgid "Dalibor Votruba"
  34. msgstr "Dalibor Votruba"
  35. #. Author URI of the plugin
  36. msgid "https://www.quadarax.com"
  37. msgstr "https://www.quadarax.com"
  38. #: qdr-temporary-shared-storage.php:125
  39. msgid "Shared File Download"
  40. msgstr "Stažení sdíleného souboru"
  41. #: qdr-temporary-shared-storage.php:384
  42. msgid "Invalid API key."
  43. msgstr "Neplatný API klíč."
  44. #: qdr-temporary-shared-storage.php:438 qdr-temporary-shared-storage.php:485
  45. #: qdr-temporary-shared-storage.php:529
  46. msgid "Missing required parameters."
  47. msgstr "Chybí povinné parametry."
  48. #: qdr-temporary-shared-storage.php:443
  49. msgid "File exceeds maximum upload size."
  50. msgstr "Soubor překračuje maximální povolenou velikost."
  51. #: qdr-temporary-shared-storage.php:448
  52. msgid "Storage limit exceeded."
  53. msgstr "Překročen limit úložiště."
  54. #: qdr-temporary-shared-storage.php:494
  55. msgid "Invalid upload ID."
  56. msgstr "Neplatné ID nahrávání."
  57. #: qdr-temporary-shared-storage.php:501
  58. msgid "No file uploaded."
  59. msgstr "Žádný soubor nebyl nahrán."
  60. #: qdr-temporary-shared-storage.php:537
  61. msgid "Missing required field: %s"
  62. msgstr "Chybí povinné pole: %s"
  63. #: qdr-temporary-shared-storage.php:546
  64. msgid "Not all chunks have been uploaded."
  65. msgstr "Ne všechny části byly nahrány."
  66. #: qdr-temporary-shared-storage.php:625 qdr-temporary-shared-storage.php:655
  67. #: qdr-temporary-shared-storage.php:712
  68. msgid "Media not found."
  69. msgstr "Médium nenalezeno."
  70. #: qdr-temporary-shared-storage.php:690 class-qdr-tss-admin.php:157
  71. msgid "No changes to update."
  72. msgstr "Žádné změny k aktualizaci."
  73. #: qdr-temporary-shared-storage.php:732
  74. msgid "File not found."
  75. msgstr "Soubor nenalezen."
  76. #: qdr-temporary-shared-storage.php:858 qdr-temporary-shared-storage.php:954
  77. #: class-qdr-tss-admin.php:27 class-qdr-tss-admin.php:112
  78. #: class-qdr-tss-admin.php:186 class-qdr-tss-admin.php:232
  79. #: class-qdr-tss-admin.php:265
  80. msgid "Security check failed."
  81. msgstr "Bezpečnostní kontrola selhala."
  82. #: qdr-temporary-shared-storage.php:942
  83. msgid "This file is not yet available for download."
  84. msgstr "Tento soubor ještě není k dispozici ke stažení."
  85. #: qdr-temporary-shared-storage.php:946
  86. msgid "This file has expired and is no longer available for download."
  87. msgstr "Platnost tohoto souboru vypršela a již není k dispozici ke stažení."
  88. #: qdr-temporary-shared-storage.php:959
  89. msgid "Invalid password."
  90. msgstr "Neplatné heslo."
  91. #: qdr-temporary-shared-storage.php:965
  92. msgid "Invalid reference."
  93. msgstr "Neplatná reference."
  94. #: qdr-temporary-shared-storage.php:997
  95. msgid "File not found on server."
  96. msgstr "Soubor nebyl nalezen na serveru."
  97. #: qdr-temporary-shared-storage.php:1004
  98. msgid "File Information"
  99. msgstr "Informace o souboru"
  100. #: qdr-temporary-shared-storage.php:1005
  101. msgid "File Name:"
  102. msgstr "Název souboru:"
  103. #: qdr-temporary-shared-storage.php:1008
  104. msgid "Description:"
  105. msgstr "Popis:"
  106. #: qdr-temporary-shared-storage.php:1012
  107. msgid "Message:"
  108. msgstr "Zpráva:"
  109. #: qdr-temporary-shared-storage.php:1029 admin/media-page.php:34
  110. msgid "Media ID"
  111. msgstr "ID média"
  112. #: qdr-temporary-shared-storage.php:1035
  113. msgid "Password"
  114. msgstr "Heslo"
  115. #: qdr-temporary-shared-storage.php:1040
  116. msgid "Reference (if required)"
  117. msgstr "Reference (pokud je vyžadována)"
  118. #: qdr-temporary-shared-storage.php:1045
  119. msgid "Download File"
  120. msgstr "Stáhnout soubor"
  121. #: admin/media-page.php:16
  122. msgid "Shared Storage"
  123. msgstr "Sdílené úložiště"
  124. #: admin/media-page.php:20
  125. msgid "Search by filename or reference"
  126. msgstr "Hledání podle názvu souboru nebo reference"
  127. #: admin/media-page.php:22
  128. msgid "Search"
  129. msgstr "Vyhledat"
  130. #: admin/media-page.php:25
  131. msgid "Reset"
  132. msgstr "Reset"
  133. #: admin/media-page.php:35
  134. msgid "File Name"
  135. msgstr "Název souboru"
  136. #: admin/media-page.php:36 admin/media-page.php:67
  137. msgid "Description"
  138. msgstr "Popis"
  139. #: admin/media-page.php:37 admin/media-page.php:72
  140. msgid "Message"
  141. msgstr "Zpráva"
  142. #: admin/media-page.php:38 admin/media-page.php:77
  143. msgid "Active From"
  144. msgstr "Aktivní od"
  145. #: admin/media-page.php:39 admin/media-page.php:82
  146. msgid "Active To"
  147. msgstr "Aktivní do"
  148. #: admin/media-page.php:40 admin/media-page.php:87
  149. msgid "Reference"
  150. msgstr "Reference"
  151. #: admin/media-page.php:41
  152. msgid "Upload Date"
  153. msgstr "Datum nahrání"
  154. #: admin/media-page.php:42
  155. msgid "Downloads"
  156. msgstr "Stažení"
  157. #: admin/media-page.php:43
  158. msgid "Last Download"
  159. msgstr "Poslední stažení"
  160. #: admin/media-page.php:44
  161. msgid "Actions"
  162. msgstr "Akce"
  163. #: admin/media-page.php:49
  164. msgid "Loading..."
  165. msgstr "Načítání..."
  166. #: admin/media-page.php:61
  167. msgid "Edit Shared File"
  168. msgstr "Upravit sdílený soubor"
  169. #: admin/media-page.php:92
  170. msgid "Save Changes"
  171. msgstr "Uložit změny"
  172. #: admin/media-page.php:93
  173. msgid "Cancel"
  174. msgstr "Zrušit"
  175. #: admin/media-page.php:112
  176. msgid "No items found."
  177. msgstr "Nebyly nalezeny žádné položky."
  178. #: admin/media-page.php:138
  179. msgid "Edit"
  180. msgstr "Upravit"
  181. #: admin/media-page.php:139
  182. msgid "Delete"
  183. msgstr "Smazat"
  184. #: admin/media-page.php:168
  185. msgid "Showing"
  186. msgstr "Zobrazeno"
  187. #: admin/media-page.php:168
  188. msgid "of"
  189. msgstr "z"
  190. #: admin/settings-page.php:31
  191. msgid "Shared Storage Settings"
  192. msgstr "Nastavení sdíleného úložiště"
  193. #: admin/settings-page.php:39
  194. msgid "API Key"
  195. msgstr "API klíč"
  196. #: admin/settings-page.php:42
  197. msgid "API key for REST API authentication."
  198. msgstr "API klíč pro REST API autentizaci."
  199. #: admin/settings-page.php:43
  200. msgid "Generate New Key"
  201. msgstr "Vygenerovat nový klíč"
  202. #: admin/settings-page.php:49
  203. msgid "Media Category"
  204. msgstr "Kategorie médií"
  205. #: admin/settings-page.php:52
  206. msgid "Category to assign to uploaded media."
  207. msgstr "Kategorie přiřazená nahraným médiím."
  208. #: admin/settings-page.php:58
  209. msgid "Maximum Storage Size (bytes)"
  210. msgstr "Maximální velikost úložiště (bajtů)"
  211. #: admin/settings-page.php:61
  212. msgid "Maximum total storage size in bytes. Current usage:"
  213. msgstr "Maximální celková velikost úložiště v bajtech. Aktuální využití:"
  214. #: admin/settings-page.php:63
  215. msgid "max"
  216. msgstr "maximum"
  217. #: admin/settings-page.php:70
  218. msgid "Common sizes:"
  219. msgstr "Běžné velikosti:"
  220. #: admin/settings-page.php:71 admin/settings-page.php:72
  221. #: admin/settings-page.php:73
  222. msgid "bytes"
  223. msgstr "bajtů"
  224. #: admin/settings-page.php:79
  225. msgid "Save Settings"
  226. msgstr "Uložit nastavení"
  227. #: admin/settings-page.php:80
  228. msgid "Purge Expired Files"
  229. msgstr "Vymazat expirované soubory"
  230. #: class-qdr-tss-admin.php:117 class-qdr-tss-admin.php:191
  231. msgid "Missing item ID."
  232. msgstr "Chybí ID položky."
  233. #: class-qdr-tss-admin.php:167
  234. msgid "Failed to update item."
  235. msgstr "Nepodařilo se aktualizovat položku."
  236. #: class-qdr-tss-admin.php:174
  237. msgid "Item updated successfully."
  238. msgstr "Položka byla úspěšně aktualizována."
  239. #: class-qdr-tss-admin.php:204
  240. msgid "Item not found."
  241. msgstr "Položka nenalezena."
  242. #: class-qdr-tss-admin.php:217
  243. msgid "Failed to delete item."
  244. msgstr "Nepodařilo se smazat položku."
  245. #: class-qdr-tss-admin.php:221
  246. msgid "Item deleted successfully."
  247. msgstr "Položka byla úspěšně smazána."
  248. #: class-qdr-tss-admin.php:254
  249. msgid "Settings saved successfully."
  250. msgstr "Nastavení bylo úspěšně uloženo."
  251. #: class-qdr-tss-admin.php:277
  252. msgid "%d expired file has been purged."
  253. msgid_plural "%d expired files have been purged."
  254. msgstr[0] "%d expirovaný soubor byl vymazán."
  255. msgstr[1] "%d expirované soubory byly vymazány."
  256. msgstr[2] "%d expirovaných souborů bylo vymazáno."