123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * pos_cache
- #
- # Translators:
- # Martin Trigaux, 2022
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server saas~15.4\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2022-06-09 14:06+0000\n"
- "PO-Revision-Date: 2022-09-22 05:54+0000\n"
- "Last-Translator: Martin Trigaux, 2022\n"
- "Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: \n"
- "Language: ko\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- #. module: pos_cache
- #. openerp-web
- #: code:addons/pos_cache/static/src/js/Chrome.js:0
- #, python-format
- msgid "All products are loaded."
- msgstr ""
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_config__cache_ids
- msgid "Cache"
- msgstr "캐시"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__compute_user_id
- msgid "Cache compute user"
- msgstr "캐시 계산 사용자"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__config_id
- msgid "Config"
- msgstr "구성"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__create_uid
- msgid "Created by"
- msgstr "작성자"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__create_date
- msgid "Created on"
- msgstr "작성일자"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__display_name
- msgid "Display Name"
- msgstr "표시명"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__id
- msgid "ID"
- msgstr "ID"
- #. module: pos_cache
- #: model_terms:ir.ui.view,arch_db:pos_cache.view_pos_config_kanban
- msgid "Invalidate cache"
- msgstr "캐시 무효화"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache____last_update
- msgid "Last Modified on"
- msgstr "최근 수정일"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__write_uid
- msgid "Last Updated by"
- msgstr "최근 갱신한 사람"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__write_date
- msgid "Last Updated on"
- msgstr "최근 갱신 일자"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_config__limit_products_per_request
- msgid "Limit Products Per Request"
- msgstr ""
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_config__oldest_cache_time
- msgid "Oldest cache time"
- msgstr "가장 오래된 캐시 시간"
- #. module: pos_cache
- #: model:ir.actions.server,name:pos_cache.refresh_pos_cache_cron_ir_actions_server
- #: model:ir.cron,cron_name:pos_cache.refresh_pos_cache_cron
- #: model:ir.cron,name:pos_cache.refresh_pos_cache_cron
- msgid "PoS: refresh cache"
- msgstr "PoS : 캐시 새로 고침"
- #. module: pos_cache
- #: model:ir.model,name:pos_cache.model_pos_cache
- msgid "Point of Sale Cache"
- msgstr "POS 캐시"
- #. module: pos_cache
- #: model:ir.model,name:pos_cache.model_pos_config
- msgid "Point of Sale Configuration"
- msgstr "점포판매시스템 환경 설정"
- #. module: pos_cache
- #: model:ir.model,name:pos_cache.model_pos_session
- msgid "Point of Sale Session"
- msgstr "점포판매시스템 기간"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__product_domain
- msgid "Product Domain"
- msgstr "상품 도메인"
- #. module: pos_cache
- #: model:ir.model.fields,field_description:pos_cache.field_pos_cache__product_fields
- msgid "Product Fields"
- msgstr "상품 필드"
|