sw.po 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * product_images
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 15.5alpha1\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2022-09-20 09:02+0000\n"
  10. "PO-Revision-Date: 2022-09-22 05:54+0000\n"
  11. "Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: \n"
  15. "Language: sw\n"
  16. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  17. #. module: product_images
  18. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  19. #, python-format
  20. msgid ""
  21. "%(matching_images_count)s matching images have been found for "
  22. "%(product_count)s products."
  23. msgstr ""
  24. #. module: product_images
  25. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  26. msgid ""
  27. "<span attrs=\"{'invisible': [('nb_products_selected', '&lt;=', 10000)]}\">\n"
  28. " As only 10,000 products can be processed per day, the remaining will be\n"
  29. " done tomorrow.\n"
  30. " </span>"
  31. msgstr ""
  32. #. module: product_images
  33. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  34. #, python-format
  35. msgid ""
  36. "A task to process products in the background is already running. Please try "
  37. "againlater."
  38. msgstr ""
  39. #. module: product_images
  40. #: model_terms:ir.ui.view,arch_db:product_images.res_config_settings_view_form
  41. msgid "API Key"
  42. msgstr ""
  43. #. module: product_images
  44. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  45. msgid "Cancel"
  46. msgstr ""
  47. #. module: product_images
  48. #: model:ir.model,name:product_images.model_res_config_settings
  49. msgid "Config Settings"
  50. msgstr ""
  51. #. module: product_images
  52. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__create_uid
  53. msgid "Created by"
  54. msgstr ""
  55. #. module: product_images
  56. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__create_date
  57. msgid "Created on"
  58. msgstr ""
  59. #. module: product_images
  60. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__display_name
  61. msgid "Display Name"
  62. msgstr ""
  63. #. module: product_images
  64. #: model:ir.model,name:product_images.model_product_fetch_image_wizard
  65. msgid ""
  66. "Fetch product images from Google Images based on the product's barcode "
  67. "number."
  68. msgstr ""
  69. #. module: product_images
  70. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  71. msgid "Get Pictures"
  72. msgstr ""
  73. #. module: product_images
  74. #: model:ir.actions.act_window,name:product_images.product_product_action_get_pic_with_barcode
  75. #: model:ir.actions.act_window,name:product_images.product_template_action_get_pic_with_barcode
  76. msgid "Get Pictures from Google Images"
  77. msgstr ""
  78. #. module: product_images
  79. #: model:ir.model.fields,field_description:product_images.field_res_config_settings__google_custom_search_key
  80. msgid "Google Custom Search API Key"
  81. msgstr ""
  82. #. module: product_images
  83. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__id
  84. msgid "ID"
  85. msgstr ""
  86. #. module: product_images
  87. #: model:ir.model.fields,field_description:product_images.field_product_product__image_fetch_pending
  88. msgid "Image Fetch Pending"
  89. msgstr ""
  90. #. module: product_images
  91. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard____last_update
  92. msgid "Last Modified on"
  93. msgstr ""
  94. #. module: product_images
  95. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__write_uid
  96. msgid "Last Updated by"
  97. msgstr ""
  98. #. module: product_images
  99. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__write_date
  100. msgid "Last Updated on"
  101. msgstr ""
  102. #. module: product_images
  103. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__nb_products_unable_to_process
  104. msgid "Number of product unprocessable"
  105. msgstr ""
  106. #. module: product_images
  107. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__nb_products_to_process
  108. msgid "Number of products to process"
  109. msgstr ""
  110. #. module: product_images
  111. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__nb_products_selected
  112. msgid "Number of selected products"
  113. msgstr ""
  114. #. module: product_images
  115. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  116. msgid ""
  117. "Please note that some images might not be royalty-free. You should not\n"
  118. " publish these on your website."
  119. msgstr ""
  120. #. module: product_images
  121. #: model:ir.actions.server,name:product_images.ir_cron_fetch_image_ir_actions_server
  122. #: model:ir.cron,cron_name:product_images.ir_cron_fetch_image
  123. #: model:ir.cron,name:product_images.ir_cron_fetch_image
  124. msgid "Product Images: Get product images from Google"
  125. msgstr ""
  126. #. module: product_images
  127. #: model:ir.model,name:product_images.model_product_product
  128. msgid "Product Variant"
  129. msgstr ""
  130. #. module: product_images
  131. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  132. #, python-format
  133. msgid "Product images"
  134. msgstr ""
  135. #. module: product_images
  136. #: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__products_to_process
  137. msgid "Products To Process"
  138. msgstr ""
  139. #. module: product_images
  140. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  141. #, python-format
  142. msgid ""
  143. "Products are processed in the background. Images will be updated "
  144. "progressively."
  145. msgstr ""
  146. #. module: product_images
  147. #: model_terms:ir.ui.view,arch_db:product_images.res_config_settings_view_form
  148. msgid "Search Engine ID"
  149. msgstr ""
  150. #. module: product_images
  151. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  152. #, python-format
  153. msgid "The API Key and Search Engine ID must be set in the General Settings."
  154. msgstr ""
  155. #. module: product_images
  156. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  157. #, python-format
  158. msgid ""
  159. "The Custom Search API is not enabled in your Google project. Please visit "
  160. "your Google Cloud Platform project page and enable it, then retry. If you "
  161. "enabled this API recently, please wait a few minutes and retry."
  162. msgstr ""
  163. #. module: product_images
  164. #: model:ir.model.fields,field_description:product_images.field_res_config_settings__google_pse_id
  165. msgid "The identifier of the Google Programmable Search Engine"
  166. msgstr ""
  167. #. module: product_images
  168. #: model:ir.model.fields,help:product_images.field_product_fetch_image_wizard__products_to_process
  169. msgid ""
  170. "The list of selected products that meet the criteria (have a barcode and no "
  171. "image)"
  172. msgstr ""
  173. #. module: product_images
  174. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  175. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  176. #, python-format
  177. msgid ""
  178. "The scheduled action \"Product Images: Get product images from Google\" has "
  179. "been deleted. Please contact your administrator to have the action restored "
  180. "or to reinstall the module \"product_images\"."
  181. msgstr ""
  182. #. module: product_images
  183. #: code:addons/product_images/models/ir_cron_trigger.py:0
  184. #, python-format
  185. msgid "This action is already scheduled. Please try again later."
  186. msgstr ""
  187. #. module: product_images
  188. #: model:ir.model,name:product_images.model_ir_cron_trigger
  189. msgid "Triggered actions"
  190. msgstr ""
  191. #. module: product_images
  192. #: model:ir.model.fields,help:product_images.field_product_product__image_fetch_pending
  193. msgid "Whether an image must be fetched for this product. Handled by a cron."
  194. msgstr ""
  195. #. module: product_images
  196. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  197. msgid "You selected"
  198. msgstr ""
  199. #. module: product_images
  200. #: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
  201. #, python-format
  202. msgid "Your API Key or your Search Engine ID is incorrect."
  203. msgstr ""
  204. #. module: product_images
  205. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  206. msgid "of which will be processed."
  207. msgstr ""
  208. #. module: product_images
  209. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  210. msgid ""
  211. "products will not be\n"
  212. " processed because they either already have an image or their barcode\n"
  213. " number is not set."
  214. msgstr ""
  215. #. module: product_images
  216. #: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
  217. msgid "products,"
  218. msgstr ""