343 lines
13 KiB
Plaintext
343 lines
13 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * auth_signup
|
|
#
|
|
# Translators:
|
|
# 최재호 <hwangtog@gmail.com>, 2017
|
|
# Martin Trigaux, 2017
|
|
# Linkup <link-up@naver.com>, 2017
|
|
# Goh Gangtai <gangtai.goh@gmail.com>, 2017
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2016-10-10 08:43+0000\n"
|
|
"PO-Revision-Date: 2016-10-10 08:43+0000\n"
|
|
"Last-Translator: Goh Gangtai <gangtai.goh@gmail.com>, 2017\n"
|
|
"Language-Team: Korean (https://www.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: auth_signup
|
|
#: model:mail.template,body_html:auth_signup.reset_password_email
|
|
msgid ""
|
|
"\n"
|
|
"<div style=\"padding:0px;width:600px;margin:auto;background: #FFFFFF repeat top /100%;color:#777777\">\n"
|
|
" <table cellspacing=\"0\" cellpadding=\"0\" style=\"width:600px;border-collapse:collapse;background:inherit;color:inherit\">\n"
|
|
" <tbody><tr>\n"
|
|
" <td valign=\"center\" width=\"200\" style=\"padding:10px 10px 10px 5px;font-size: 12px\">\n"
|
|
" <img src=\"/logo.png\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" alt=\"${user.company_id.name}\">\n"
|
|
" </td>\n"
|
|
" </tr></tbody>\n"
|
|
" </table>\n"
|
|
"</div>\n"
|
|
"<div style=\"padding:0px;width:600px;margin:auto;background: #FFFFFF repeat top /100%;color:#777777\">\n"
|
|
" <p>Dear ${object.name},</p>\n"
|
|
" <p>A password reset was requested for the Odoo account linked to this email.</p>\n"
|
|
" <p>You may change your password by following this link which will remain valid during 24 hours:</p>\n"
|
|
" <div style=\"text-align: center; margin-top: 16px;\">\n"
|
|
" <a href=\"${object.signup_url}\" style=\"padding: 5px 10px; font-size: 12px; line-height: 18px; color: #FFFFFF; border-color:#875A7B; text-decoration: none; display: inline-block; margin-bottom: 0px; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; white-space: nowrap; background-image: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius:3px\">Change password</a>\n"
|
|
" </div>\n"
|
|
" <p>If you do not expect this, you can safely ignore this email.</p>\n"
|
|
" <p>Best regards,</p>\n"
|
|
"</div>\n"
|
|
"<div style=\"padding:0px;width:600px;margin:auto; margin-top: 10px; background: #fff repeat top /100%;color:#777777\">\n"
|
|
" ${user.signature | safe}\n"
|
|
" <p style=\"font-size: 11px; margin-top: 10px;\">\n"
|
|
" <strong>Sent by ${user.company_id.name} using <a href=\"www.odoo.com\" style=\"text-decoration:none; color: #875A7B;\">Odoo</a></strong>\n"
|
|
" </p>\n"
|
|
"</div>"
|
|
msgstr ""
|
|
|
|
#. module: auth_signup
|
|
#: model:mail.template,body_html:auth_signup.set_password_email
|
|
msgid ""
|
|
"\n"
|
|
"<div style=\"padding:0px;width:600px;margin:auto;background: #FFFFFF repeat top /100%;color:#777777\">\n"
|
|
" <table cellspacing=\"0\" cellpadding=\"0\" style=\"width:600px;border-collapse:collapse;background:inherit;color:inherit\">\n"
|
|
" <tbody><tr>\n"
|
|
" <td valign=\"center\" width=\"200\" style=\"padding:10px 10px 10px 5px;font-size: 12px\">\n"
|
|
" <img src=\"/logo.png\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" alt=\"${user.company_id.name}\">\n"
|
|
" </td>\n"
|
|
" </tr></tbody>\n"
|
|
" </table>\n"
|
|
"</div>\n"
|
|
"<div style=\"padding:0px;width:600px;margin:auto;background: #FFFFFF repeat top /100%;color:#777777\">\n"
|
|
"<p>Dear ${object.name},</p>\n"
|
|
" <p>\n"
|
|
" You have been invited to connect to \"${object.company_id.name}\" in order to get access to your documents in Odoo.\n"
|
|
" </p>\n"
|
|
" <p>\n"
|
|
" To accept the invitation, click on the following link:\n"
|
|
" </p>\n"
|
|
" <div style=\"text-align: center; margin-top: 16px;\">\n"
|
|
" <a href=\"${object.signup_url}\" style=\"padding: 5px 10px; font-size: 12px; line-height: 18px; color: #FFFFFF; border-color:#875A7B; text-decoration: none; display: inline-block; margin-bottom: 0px; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; white-space: nowrap; background-image: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius:3px\">Accept invitation to \"${object.company_id.name}\"</a>\n"
|
|
" </div>\n"
|
|
" <p>Best regards,</p>\n"
|
|
"</div>\n"
|
|
"<div style=\"padding:0px;width:600px;margin:auto; margin-top: 10px; background: #fff repeat top /100%;color:#777777\">\n"
|
|
" ${user.signature | safe}\n"
|
|
" <p style=\"font-size: 11px; margin-top: 10px;\">\n"
|
|
" <strong>Sent by ${user.company_id.name} using <a href=\"www.odoo.com\" style=\"text-decoration:none; color: #875A7B;\">Odoo</a></strong>\n"
|
|
" </p>\n"
|
|
"</div>"
|
|
msgstr ""
|
|
|
|
#. module: auth_signup
|
|
#: model:mail.template,subject:auth_signup.set_password_email
|
|
msgid "${object.company_id.name} invitation to connect on Odoo"
|
|
msgstr "${object.company_id.name} Odoo에 연결하기 위한 초청장"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.res_users_form_view
|
|
msgid ""
|
|
"<strong>A password reset has been requested for this user. An email "
|
|
"containing the following link has been sent:</strong>"
|
|
msgstr "<strong>이 사용자에게 암호 재설정 요청 되었습니다. 다음 링크가 포함 된 이메일이 전송 되었습니다.</strong>"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.res_users_form_view
|
|
msgid ""
|
|
"<strong>An invitation email containing the following subscription link has "
|
|
"been sent:</strong>"
|
|
msgstr ""
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_base_config_settings_auth_signup_uninvited
|
|
msgid "Allow external users to sign up"
|
|
msgstr "외부 사용자의 가입을 허용"
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/controllers/main.py:61
|
|
#, python-format
|
|
msgid "An email has been sent with credentials to reset your password"
|
|
msgstr "암호를 초기화하기 위한 로그인 정보를 포함한 이메일을 보냈습니다"
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/controllers/main.py:38
|
|
#, python-format
|
|
msgid "Another user is already registered using this email address."
|
|
msgstr "다른 사용자가 이미 이 이메일 주소를 등록하였습니다."
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/controllers/main.py:111
|
|
#, python-format
|
|
msgid "Authentication Failed."
|
|
msgstr "인증에 실패하였습니다"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.reset_password
|
|
#: model:ir.ui.view,arch_db:auth_signup.signup
|
|
msgid "Back to Login"
|
|
msgstr "로그인 화면으로 돌아가기"
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/models/res_users.py:135
|
|
#, python-format
|
|
msgid "Cannot send email: user %s has no email address."
|
|
msgstr "이메일을 보낼 수 없습니다 : %s 사용자는 이메일 주소가 없습니다."
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.reset_password
|
|
msgid "Confirm"
|
|
msgstr "확인"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.fields
|
|
msgid "Confirm Password"
|
|
msgstr "암호 확인"
|
|
|
|
#. module: auth_signup
|
|
#: selection:res.users,state:0
|
|
msgid "Confirmed"
|
|
msgstr "확인됨"
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/controllers/main.py:41
|
|
#, python-format
|
|
msgid "Could not create a new account."
|
|
msgstr "새 계정을 만들 수 없습니다."
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/controllers/main.py:63
|
|
#, python-format
|
|
msgid "Could not reset your password"
|
|
msgstr "암호를 초기화 할 수 없음"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_base_config_settings_auth_signup_reset_password
|
|
msgid "Enable password reset from Login page"
|
|
msgstr "로그인 페이지에서 암호 초기화 기능 활성화"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,help:auth_signup.field_base_config_settings_auth_signup_uninvited
|
|
msgid "If unchecked, only invited users may sign up."
|
|
msgstr "체크하지 않을 경우, 초청된 사용자만 가입할 수 있습니다."
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/controllers/main.py:91
|
|
#, python-format
|
|
msgid "Invalid signup token"
|
|
msgstr "잘못된 가입 토큰"
|
|
|
|
#. module: auth_signup
|
|
#: selection:res.users,state:0
|
|
msgid "Never Connected"
|
|
msgstr "연결한 적이 없음"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model,name:auth_signup.model_res_partner
|
|
msgid "Partner"
|
|
msgstr "파트너"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.fields
|
|
msgid "Password"
|
|
msgstr "비밀번호"
|
|
|
|
#. module: auth_signup
|
|
#: model:mail.template,subject:auth_signup.reset_password_email
|
|
msgid "Password reset"
|
|
msgstr "암호 초기화"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.login
|
|
msgid "Reset Password"
|
|
msgstr "암호 초기화"
|
|
|
|
#. module: auth_signup
|
|
#: code:addons/auth_signup/models/res_users.py:108
|
|
#, python-format
|
|
msgid "Reset password: invalid username or email"
|
|
msgstr "암호 초기화: 잘못 된 사용자 이름 또는 이메일"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.res_users_form_view
|
|
msgid "Send Reset Password Instructions"
|
|
msgstr "암호 초기화 방법 보내기"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.res_users_form_view
|
|
msgid "Send an Invitation Email"
|
|
msgstr "초청 이메일 보내기"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.login
|
|
#: model:ir.ui.view,arch_db:auth_signup.signup
|
|
msgid "Sign up"
|
|
msgstr "가입"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_type
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_type
|
|
msgid "Signup Token Type"
|
|
msgstr "가입 토큰 유형"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_valid
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_valid
|
|
msgid "Signup Token is Valid"
|
|
msgstr "가입 토큰이 유효합니다"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_url
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_url
|
|
msgid "Signup URL"
|
|
msgstr "가입 URL"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_expiration
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_expiration
|
|
msgid "Signup expiration"
|
|
msgstr "가입 만료"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_partner_signup_token
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_signup_token
|
|
msgid "Signup token"
|
|
msgstr "가입 토큰"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_state
|
|
msgid "Status"
|
|
msgstr "상태"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_base_config_settings_auth_signup_template_user_id
|
|
msgid "Template user for new users created through signup"
|
|
msgstr "가입을 통해 생성된 새로운 사용자를 위한 사용자 양식"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,help:auth_signup.field_res_users_website_url
|
|
msgid "The full URL to access the document through the website."
|
|
msgstr "웹사이트를 통해 문서에 접근 하는 전체 URL입니다."
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,help:auth_signup.field_base_config_settings_auth_signup_reset_password
|
|
msgid "This allows users to trigger a password reset from the Login page."
|
|
msgstr "이를 통해 사용자는 로그인 페이지에서 암호를 초기화 할 수 있도록 합니다."
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model,name:auth_signup.model_res_users
|
|
msgid "Users"
|
|
msgstr "사용자 목록"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_website_published
|
|
msgid "Visible in Website"
|
|
msgstr "웹사이트 표시"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_website_description
|
|
msgid "Website Partner Full Description"
|
|
msgstr "웹 사이트 파트너 전체 설명"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_website_short_description
|
|
msgid "Website Partner Short Description"
|
|
msgstr "웹 사이트 파트너 짧은 설명"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_website_url
|
|
msgid "Website URL"
|
|
msgstr "웹 사이트 URL"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_website_meta_description
|
|
msgid "Website meta description"
|
|
msgstr "웹사이트 메타 설명"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_website_meta_keywords
|
|
msgid "Website meta keywords"
|
|
msgstr "웹사이트 메타 핵심어"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model.fields,field_description:auth_signup.field_res_users_website_meta_title
|
|
msgid "Website meta title"
|
|
msgstr "웹사이트 메타 제목"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.fields
|
|
#: model:ir.ui.view,arch_db:auth_signup.reset_password
|
|
msgid "Your Email"
|
|
msgstr "귀하의 이메일"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.fields
|
|
msgid "Your Name"
|
|
msgstr "귀하의 성명"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.model,name:auth_signup.model_base_config_settings
|
|
msgid "base.config.settings"
|
|
msgstr "base.config.settings"
|
|
|
|
#. module: auth_signup
|
|
#: model:ir.ui.view,arch_db:auth_signup.fields
|
|
msgid "e.g. John Doe"
|
|
msgstr "예시: 홍길동"
|