Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#98] Deployment/cd.md 한국어 번역 작업 초고 #97

Closed
wants to merge 5 commits into from

Conversation

curogom
Copy link
Member

@curogom curogom commented Feb 21, 2023

Description of what this PR is changing or adding, and why:

Issues fixed by this PR (if any):

Presubmit checklist

@curogom curogom self-assigned this Feb 21, 2023
@curogom curogom added this to In progress in Flutter 번역 프로젝트 via automation Feb 22, 2023
@curogom curogom removed this from In progress in Flutter 번역 프로젝트 Feb 22, 2023
@curogom curogom changed the title Deployment/cd.md 한국어 번역 작업 초고 [#98] Deployment/cd.md 한국어 번역 작업 초고 Feb 22, 2023
@curogom curogom linked an issue Feb 22, 2023 that may be closed by this pull request
@curogom curogom marked this pull request as draft February 23, 2023 14:47
@curogom curogom marked this pull request as ready for review February 23, 2023 14:47
Copy link

@leehack leehack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

앞부분만 살짝 리뷰했습니다.

src/deployment/cd.md Outdated Show resolved Hide resolved
@@ -1,99 +1,92 @@
---
title: Continuous delivery with Flutter
description: How to automate continuous building and releasing of your Flutter app.
title: Flutter의 CI/CD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지속적 배포와 Flutter

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

뭔가 그렇게 해석해버리니 CI가 버려지는 거 같아서 고민이 되더라구요 ㅠㅠ


## 추천 CI/CD 도구
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 추천 CI/CD 도구
## CI/CD 옵션

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

옵션이라는 단어가 생소할 수도 있을 것 같아서 이 부분은 다른 의견도 청취해봐야 할 듯 합니다.


## CI/CD Options
Flutter를 지원하는 CI/CD 도구가 많이 존재합니다.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Flutter를 지원하는 CI/CD 도구가 많이 존재합니다.
애플리케이션 배포를 자동화하는 도움이 될 수 있는 여러 CI(지속적 통합) 및 CD(지속적 배포) 옵션이 있다.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

애플리케이션 배포를 자동화하는 도움이 될 수 있는 다양한 CI(지속적 통합) 및 CD(지속적 배포) 옵션이 있습니다.

Comment on lines 6 to 7
Flutter의 지속적 통합 (Continous Integration, 이하 CI)/지속적 배포(Continous delivery, 이하 CD) 모범 답안을 따르면,
수동적인 작업에 의존하지 않고 여러분의 앱을 베타 테스터에게 전송하거나, 유효성 검사를 할 수 있습니다.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Flutter의 지속적 통합 (Continous Integration, 이하 CI)/지속적 배포(Continous delivery, 이하 CD) 모범 답안을 따르면,
수동적인 작업에 의존하지 않고 여러분의 앱을 베타 테스터에게 전송하거나, 유효성 검사를 할 수 있습니다.
Flutter의 지속적 배포 모범사례를 따라 수동 워크플로에 의존하지 않고 애플리케이션이 베타 테스터에게 배포되고 검증되도록 한다.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다른 문장과 말 끝을 맞추기 위해 적절한 문장으로 재 수정 하겠습니다.
Flutter의 지속적 배포 모범사례를 따라 수동 워크플로에 의존하지 않고 애플리케이션이 테스터에게 배포되고 검증되도록 할 수 있습니다.

@curogom curogom requested a review from leehack March 3, 2023 13:37
@curogom curogom closed this Apr 2, 2023
@curogom curogom deleted the translate-ko/development_cd branch April 2, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[KO][Deployment][CD] Continuous delivery with Flutter
2 participants