19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:07 +01:00
parent ba20ce7443
commit 768b70e05e
2357 changed files with 1057103 additions and 712486 deletions

View file

@ -1,25 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# 최재호 <hwangtog@gmail.com>, 2018
# Link Up링크업 <linkup.way@gmail.com>, 2018
# Linkup <link-up@naver.com>, 2018
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Linkup <link-up@naver.com>, 2018\n"
"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n"
"Language: 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: account_test
@ -55,14 +55,19 @@ msgstr "회계 테스트"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "~ 회계 테스트"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "활성"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -70,9 +75,7 @@ msgstr "이동 라인의 수지가 맞고 날짜와 기간이 동일한지 확
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "예금거래 명세서에서 '결산 잔액 = 시작 잔액 + 명세서 내역 합계'인지 확인"
#. module: account_test
@ -82,16 +85,12 @@ msgstr "지급/조정된 청구서가 '미결산' 상태가 아닌지 확인"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "지급 계정과 수취 계정을 정의하는 조정된 계정 이동이 조정된 청구서에 속해 있는지 확인"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "판매/구매에 대한 조정된 청구서에 지급 계정 및 수취 계정의 조정된 항목이 있는지 확인"
#. module: account_test
@ -108,7 +107,7 @@ msgstr "코드 도움말"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -128,26 +127,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"항상 `result` 변수는 테스트 결과값으로 설정해야 합니다. 이는 목록 또는\n"
"사전이 될 수 있습니다. `result`가 빈 목록일 경우, 테스트가 성공했다는 의미입니다. 그렇지 않을 경우에는\n"
"result의 내용을 번역해서 인쇄하려고 시도합니다.\n"
"\n"
"테스트 결과가 사전일 경우, `column_order` 변수를 설정해서\n"
"result 내용을 인쇄할 순서를 지정할 수 있습니다.\n"
"\n"
"필요한 경우, 다음 변수를 코드에 사용할 수 있습니다.\n"
" * cr: 데이터베이스에 대한 커서\n"
" * uid: 현재 사용자 ID\n"
"\n"
"코드는 언제나 적정한 파이썬 구문을 사용하고 올바르게 들여쓰기를 해야 합니다(필요한 경우).\n"
"\n"
"예: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -166,6 +145,7 @@ msgstr "작성일"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "내용"
@ -202,6 +182,11 @@ msgstr "최근 갱신한 사람"
msgid "Last Updated on"
msgstr "최근 갱신 날짜"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -212,6 +197,11 @@ msgstr "파이썬 코드"
msgid "Python code"
msgstr "파이썬 코드"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -229,8 +219,7 @@ msgstr "테스트 3: 이동 라인"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "테스트 5.1: 조정된 청구서의 지급 및 수취 계정"
#. module: account_test
@ -265,7 +254,6 @@ msgid "Tests"
msgstr "테스트"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "테스트를 통과했습니다."