Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
discourse-translator-bot committed Sep 16, 2020
1 parent a6e88e5 commit 4f5ea7e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
26 changes: 25 additions & 1 deletion config/locales/client.ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,28 @@
ko:
js:
patreon:
edit: '편집'
title: '파트 레온'
header:
rules: '필터'
group: '그룹'
rewards: '보상'
filter: '필터'
help_text: 'Discourse 그룹을 하나 이상의 Patreon 보상 계층과 동기화 할 수 있습니다.'
last_synced: '마지막 동기화'
edit: '수정'
delete: '삭제'
save: '저장'
update_data: 'Patreon 데이터 및 동기화 그룹 업데이트'
refresh_page: 'Patreon API에서 새 데이터가 다운로드되었습니다. 페이지를 새로 고침하십시오.'
select_group: '그룹을 선택하세요'
field:
id: "신분증"
email: "이메일"
amount_cents: "금액 (센트)"
rewards: "보상"
declined_since: "이후 거부 된 서약"
more_details:
label: "지불 및 자세한 내용"
help_text:
email_available: "이 Patreon의 서약 내역을 보려면 페이지 오른쪽 하단에 도달하십시오."
email_not_available: "Patreon 회원을 선택하고 페이지 오른쪽 하단에 도달하여 서약 내역을 확인하십시오."
24 changes: 23 additions & 1 deletion config/locales/server.ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,26 @@
# To work with us on translations, join this project:
# https://translate.discourse.org/

ko:
ko:
site_settings:
patreon_enabled: '담화 패턴 플러그인 활성화'
patreon_login_enabled: 'Patreon 소셜 로그인 활성화'
patreon_client_id: '생성 된 Patreon 클라이언트 ID'
patreon_client_secret: '생성 된 Patreon 클라이언트 시크릿'
patreon_webhook_secret: '생성 된 Patreon Webhook Secret'
patreon_creator_discourse_username: "'Patreon Social Login'을 사용하여 Patreon 제작자 계정을 통해 로그인하는 데 사용되는 담화 계정의 사용자 이름"
patreon_creator_access_token: "Patreon Creator의 액세스 토큰 생성"
patreon_creator_refresh_token: "생성 된 Patreon Creator의 Refesh Token"
patreon_declined_pledges_grace_period_days: "서약이 완전히 거절되기 전의 유예 기간 (일)."
max_patreon_api_reqs_per_hr: "시간당 최대 Patreon API 요청 수"
max_patreon_api_reqs_per_day: "하루 최대 Patreon API 요청 수"
patreon_verbose_log: 'patreon 페이로드에 대한 자세한 로깅 사용'
patreon_donation_prompt_enabled: "기부 프롬프트를 사용 하시겠습니까?"
patreon_donation_prompt_show_after_topics: "n 개의 주제 다음에 기부 프롬프트 표시"
patreon_donation_prompt_campaign_url: "기부 프롬프트 캠페인 URL"
dashboard:
patreon:
access_token_invalid: "Patreon Creator의 액세스 및 새로 고침 토큰 값이 올바르지 않습니다. <a href='https://www.patreon.com/platform/documentation/clients'>Patreon 웹 사이트</a> 에서 <a href='%{base_path}/admin/site_settings/category/all_results?filter=patreon'>사이트 설정으로</a> 새 토큰을 복사하여 붙여 넣어야합니다."
patreon:
error:
invalid_response: "Patreon API의 잘못된 응답"

0 comments on commit 4f5ea7e

Please sign in to comment.