studiou-wc-product-cat-manage.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. # Copyright Quadarax (C) 2025 QDR - Studiou WC Export/Import Product Categories
  2. # This file is distributed under the same license as the QDR - Studiou WC Export/Import Product Categories package.
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: QDR - Studiou WC Export/Import Product Categories 1.2.1\n"
  6. "Report-Msgid-Bugs-To: https://www.quadarax.com/plugins/studiou-wc-product-cat-manage\n"
  7. "POT-Creation-Date: 2025-05-15 12:00+0000\n"
  8. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  9. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  10. "Language-Team: LANGUAGE <LL@li.org>\n"
  11. "Language: \n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  16. #. Plugin Name
  17. msgid "QDR - Studiou WC Export/Import Product Categories"
  18. msgstr ""
  19. #. Plugin URI
  20. msgid "https://www.quadarax.com/plugins/studiou-wc-product-cat-manage"
  21. msgstr ""
  22. #. Description
  23. msgid "Allows batch import and export WooCommerce product categories"
  24. msgstr ""
  25. #. Author
  26. msgid "Dalibor Votruba"
  27. msgstr ""
  28. #. Author URI
  29. msgid "https://www.quadarax.com"
  30. msgstr ""
  31. #: studiou-wc-product-cat-manage.php:86
  32. msgid "QDR - Studiou WC Export/Import Product Categories requires WooCommerce version 9.8 or higher. Please %sinstall or update WooCommerce%s."
  33. msgstr ""
  34. #: studiou-wc-product-cat-manage.php:102
  35. #: views/import.php:14
  36. msgid "Import Product Categories"
  37. msgstr ""
  38. #: studiou-wc-product-cat-manage.php:109
  39. #: views/export.php:14
  40. msgid "Export Product Categories"
  41. msgstr ""
  42. #: studiou-wc-product-cat-manage.php:116
  43. #: views/manipulations.php:19
  44. msgid "Category Manipulations"
  45. msgstr ""
  46. #: studiou-wc-product-cat-manage.php:142
  47. msgid "Import successful"
  48. msgstr ""
  49. #: studiou-wc-product-cat-manage.php:143
  50. msgid "Import error"
  51. msgstr ""
  52. #: studiou-wc-product-cat-manage.php:144
  53. msgid "Export successful"
  54. msgstr ""
  55. #: studiou-wc-product-cat-manage.php:145
  56. msgid "Export error"
  57. msgstr ""
  58. #: studiou-wc-product-cat-manage.php:146
  59. msgid "Move operation successful"
  60. msgstr ""
  61. #: studiou-wc-product-cat-manage.php:147
  62. msgid "Move operation error"
  63. msgstr ""
  64. #: studiou-wc-product-cat-manage.php:148
  65. msgid "Please select different source and target categories"
  66. msgstr ""
  67. #: studiou-wc-product-cat-manage.php:149
  68. msgid "Batch description operation successful"
  69. msgstr ""
  70. #: studiou-wc-product-cat-manage.php:150
  71. msgid "Batch description operation error"
  72. msgstr ""
  73. #: includes/class-studiou-wc-product-cat-manage-db.php:128
  74. msgid "Product category '%s' already exists. Skipped."
  75. msgstr ""
  76. #: includes/class-studiou-wc-product-cat-manage-db.php:141
  77. msgid "Parent category '%s' not found."
  78. msgstr ""
  79. #: includes/class-studiou-wc-product-cat-manage-db.php:170
  80. msgid "Product category '%s' created."
  81. msgstr ""
  82. #: includes/class-studiou-wc-product-cat-manage-db.php:185
  83. #: includes/class-studiou-wc-product-cat-manage-db.php:219
  84. msgid "Product category '%s' not found."
  85. msgstr ""
  86. #: includes/class-studiou-wc-product-cat-manage-db.php:201
  87. msgid "Parent category '%s' not found."
  88. msgstr ""
  89. #: includes/class-studiou-wc-product-cat-manage-db.php:230
  90. msgid "Product category '%s' updated."
  91. msgstr ""
  92. #: includes/class-studiou-wc-product-cat-manage-db.php:245
  93. msgid "Product category '%s' not found."
  94. msgstr ""
  95. #: includes/class-studiou-wc-product-cat-manage-db.php:262
  96. msgid "Product category '%s' deleted."
  97. msgstr ""
  98. #: includes/class-studiou-wc-product-cat-manage-export.php:43
  99. #: includes/class-studiou-wc-product-cat-manage-import.php:60
  100. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:39
  101. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:90
  102. msgid "Security check failed"
  103. msgstr ""
  104. #: includes/class-studiou-wc-product-cat-manage-export.php:49
  105. #: includes/class-studiou-wc-product-cat-manage-import.php:66
  106. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:45
  107. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:96
  108. msgid "You do not have sufficient permissions"
  109. msgstr ""
  110. #: includes/class-studiou-wc-product-cat-manage-export.php:64
  111. msgid "Product categories exported successfully"
  112. msgstr ""
  113. #: includes/class-studiou-wc-product-cat-manage-export.php:78
  114. #: includes/class-studiou-wc-product-cat-manage-export.php:86
  115. msgid "You do not have sufficient permissions"
  116. msgstr ""
  117. #: includes/class-studiou-wc-product-cat-manage-export.php:92
  118. msgid "Export file not found. Please try exporting again."
  119. msgstr ""
  120. #: includes/class-studiou-wc-product-cat-manage-export.php:141
  121. msgid "Failed to write export file"
  122. msgstr ""
  123. #: includes/class-studiou-wc-product-cat-manage-import.php:72
  124. msgid "No file was uploaded"
  125. msgstr ""
  126. #: includes/class-studiou-wc-product-cat-manage-import.php:83
  127. msgid "Import error: %s"
  128. msgstr ""
  129. #: includes/class-studiou-wc-product-cat-manage-import.php:102
  130. msgid "Failed to open the uploaded file"
  131. msgstr ""
  132. #: includes/class-studiou-wc-product-cat-manage-import.php:116
  133. msgid "Failed to read CSV headers"
  134. msgstr ""
  135. #: includes/class-studiou-wc-product-cat-manage-import.php:162
  136. msgid "Error at row %d: %s"
  137. msgstr ""
  138. #: includes/class-studiou-wc-product-cat-manage-import.php:167
  139. msgid "Invalid operation \"%s\" at row %d"
  140. msgstr ""
  141. #: includes/class-studiou-wc-product-cat-manage-import.php:186
  142. msgid "Missing required header: %s"
  143. msgstr ""
  144. #: includes/class-studiou-wc-product-cat-manage-import.php:201
  145. msgid "Invalid operation \"%s\" at row %d. Must be one of: A, U, D"
  146. msgstr ""
  147. #: includes/class-studiou-wc-product-cat-manage-import.php:210
  148. msgid "Missing required field \"name\" at row %d"
  149. msgstr ""
  150. #: includes/class-studiou-wc-product-cat-manage-import.php:218
  151. msgid "Missing required field \"url-name\" at row %d"
  152. msgstr ""
  153. #: includes/class-studiou-wc-product-cat-manage-import.php:227
  154. msgid "Invalid display type \"%s\" at row %d. Must be one of: default, products, subcategories, both"
  155. msgstr ""
  156. #: includes/class-studiou-wc-product-cat-manage-import.php:237
  157. msgid "Invalid visibility \"%s\" at row %d. Must be one of: public, protected"
  158. msgstr ""
  159. #: includes/class-studiou-wc-product-cat-manage-import.php:245
  160. msgid "Protected visibility requires at least one password at row %d"
  161. msgstr ""
  162. #: includes/class-studiou-wc-product-cat-manage-import.php:259
  163. msgid "No items were processed."
  164. msgstr ""
  165. #: includes/class-studiou-wc-product-cat-manage-import.php:263
  166. msgid "Imported %d items:"
  167. msgstr ""
  168. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:51
  169. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:102
  170. msgid "Missing required parameters"
  171. msgstr ""
  172. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:61
  173. msgid "Source and target categories must be different"
  174. msgstr ""
  175. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:66
  176. msgid "Invalid category selection"
  177. msgstr ""
  178. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:80
  179. msgid "Error during move operation: %s"
  180. msgstr ""
  181. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:96
  182. msgid "Invalid category specified"
  183. msgstr ""
  184. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:108
  185. msgid "Please select at least one category"
  186. msgstr ""
  187. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:132
  188. msgid "Error during batch description operation: %s"
  189. msgstr ""
  190. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:144
  191. msgid "No products found in source category \"%s\". Nothing to move."
  192. msgstr ""
  193. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:210
  194. msgid "Failed to move any products from \"%s\" to \"%s\". All %d products encountered errors during the move operation."
  195. msgstr ""
  196. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:220
  197. msgid "Moved %d products from \"%s\" to \"%s\". Source category now has %d products, target category now has %d products."
  198. msgstr ""
  199. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:229
  200. msgid "Note: %d products failed to move due to errors."
  201. msgstr ""
  202. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:285
  203. msgid "Failed to update any category descriptions. %d categories encountered errors."
  204. msgstr ""
  205. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:291
  206. msgid "Successfully updated descriptions for %d categories: %s"
  207. msgstr ""
  208. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:293
  209. msgid ", and %d more"
  210. msgstr ""
  211. #: includes/class-studiou-wc-product-cat-manage-manipulator.php:297
  212. msgid "Note: %d categories failed to update due to errors."
  213. msgstr ""
  214. #: views/export.php:17
  215. msgid "Export to CSV"
  216. msgstr ""
  217. #: views/export.php:19
  218. msgid "Export your product categories to a CSV file. The export will include all product categories with their properties."
  219. msgstr ""
  220. #: views/export.php:21
  221. msgid "The exported CSV file will have the following columns:"
  222. msgstr ""
  223. #: views/export.php:24
  224. msgid "Product Category Name"
  225. msgstr ""
  226. #: views/export.php:25
  227. msgid "Product Category URL part name (slug)"
  228. msgstr ""
  229. #: views/export.php:26
  230. msgid "Reference to parent Product Category Name (If has no parent, value is empty)"
  231. msgstr ""
  232. #: views/export.php:27
  233. msgid "Product Category description"
  234. msgstr ""
  235. #: views/export.php:28
  236. msgid "Product Category display type"
  237. msgstr ""
  238. #: views/export.php:29
  239. msgid "Product Category visibility"
  240. msgstr ""
  241. #: views/export.php:30
  242. msgid "Protected category passwords"
  243. msgstr ""
  244. #: views/export.php:31
  245. msgid "Default is \"U\" (update) for all exported categories"
  246. msgstr ""
  247. #: views/export.php:43
  248. msgid "Export Complete"
  249. msgstr ""
  250. #: views/export.php:47
  251. msgid "Download CSV File"
  252. msgstr ""
  253. #: views/import.php:17
  254. msgid "Import from CSV"
  255. msgstr ""
  256. #: views/import.php:19
  257. msgid "Import product categories from a CSV file. The file should have the following columns:"
  258. msgstr ""
  259. #: views/import.php:22
  260. msgid "Product Category Name"
  261. msgstr ""
  262. #: views/import.php:23
  263. msgid "Product Category URL part name (slug)"
  264. msgstr ""
  265. #: views/import.php:24
  266. msgid "Reference to parent Product Category Name (If has no parent, value is empty)"
  267. msgstr ""
  268. #: views/import.php:25
  269. msgid "Product Category description"
  270. msgstr ""
  271. #: views/import.php:26
  272. msgid "Product Category display type (values: 'default', 'products', 'subcategories', 'both')"
  273. msgstr ""
  274. #: views/import.php:27
  275. msgid "Product Category visibility (values: 'public', 'protected')"
  276. msgstr ""
  277. #: views/import.php:28
  278. msgid "Pipe (|) separated list of passwords if visibility is set to 'protected'"
  279. msgstr ""
  280. #: views/import.php:29
  281. msgid "Record operation, 'A' - add new, 'D' - delete, 'U' - update"
  282. msgstr ""
  283. #: views/import.php:32
  284. msgid "The CSV file should use commas (,) as separators and double quotes (\") around text values. The file encoding must be UTF-8."
  285. msgstr ""
  286. #: views/import.php:36
  287. msgid "Choose CSV file"
  288. msgstr ""
  289. #: views/import.php:48
  290. msgid "Import Results"
  291. msgstr ""
  292. #: views/import.php:54
  293. msgid "Sample CSV Format"
  294. msgstr ""
  295. #: views/import.php:64
  296. msgid "Download Sample CSV"
  297. msgstr ""
  298. #: views/manipulations.php:22
  299. msgid "Move products between categories"
  300. msgstr ""
  301. #: views/manipulations.php:24
  302. msgid "This operation allows you to move all products from one category to another. Products will be removed from the source category and added to the target category."
  303. msgstr ""
  304. #: views/manipulations.php:30
  305. msgid "Source Category"
  306. msgstr ""
  307. #: views/manipulations.php:34
  308. msgid "-- Select Source Category --"
  309. msgstr ""
  310. #: views/manipulations.php:44
  311. msgid "Select the category from which products will be moved."
  312. msgstr ""
  313. #: views/manipulations.php:54
  314. msgid "Target Category"
  315. msgstr ""
  316. #: views/manipulations.php:58
  317. msgid "-- Select Target Category --"
  318. msgstr ""
  319. #: views/manipulations.php:68
  320. msgid "Select the category to which products will be moved."
  321. msgstr ""
  322. #: views/manipulations.php:75
  323. #: views/manipulations.php:117
  324. msgid "Do"
  325. msgstr ""
  326. #: views/manipulations.php:82
  327. msgid "Move Results"
  328. msgstr ""
  329. #: views/manipulations.php:88
  330. msgid "Batch description between categories"
  331. msgstr ""
  332. #: views/manipulations.php:90
  333. msgid "This operation allows you to set the same description for multiple categories at once."
  334. msgstr ""
  335. #: views/manipulations.php:96
  336. msgid "Select Categories"
  337. msgstr ""
  338. #: views/manipulations.php:100
  339. msgid "Check All"
  340. msgstr ""
  341. #: views/manipulations.php:103
  342. msgid "Uncheck All"
  343. msgstr ""
  344. #: views/manipulations.php:113
  345. msgid "Select the categories for which you want to set the description."
  346. msgstr ""
  347. #: views/manipulations.php:119
  348. msgid "Product categories description"
  349. msgstr ""
  350. #: views/manipulations.php:121
  351. msgid "Enter the description that will be applied to all selected categories."
  352. msgstr ""
  353. #: views/manipulations.php:129
  354. msgid "Batch Description Results"
  355. msgstr ""
  356. #: views/manipulations.php:136
  357. msgid "Important Notes"
  358. msgstr ""
  359. #: views/manipulations.php:138
  360. msgid "Products can be assigned to multiple categories. This operation will remove the product from the source category and add it to the target category."
  361. msgstr ""
  362. #: views/manipulations.php:139
  363. msgid "If a product is only assigned to the source category, it will be moved entirely to the target category."
  364. msgstr ""
  365. #: views/manipulations.php:140
  366. msgid "If a product is assigned to multiple categories including the source category, it will remain in the other categories and be moved to the target category."
  367. msgstr ""
  368. #: views/manipulations.php:141
  369. msgid "The operation processes all products regardless of their status (published, draft, private)."
  370. msgstr ""
  371. #: views/manipulations.php:142
  372. msgid "The batch description operation will overwrite the existing descriptions for all selected categories."
  373. msgstr ""