Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Korean guidelines.

These translations are shared with snapd in Ubuntu Resolute template snappy.

5160 of 925 results
51.

The mount command mounts the given source onto the given destination path,
provided that the snap has a plug for the mount-control interface which allows
this operation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

mount 명령어는 snap이 이 동작에 필요한 마운트 인터페이스를 가지고 있다면
주어진 원점을 주어진 목적 경로에 마운트합니다.
Translated by Noa Himesaka
Reviewed by minwook shin
Located in overlord/hookstate/ctlcmd/mount.go:39
52.

The okay command acknowledges the warnings listed with 'snap warnings'.

Once acknowledged a warning won't appear again unless it re-occurrs and
sufficient time has passed.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

okay 명령어는 'snap warnings'로 나열된 경ㄹ고를 확인합니다.

한 번 경고가 확인되면 이것이 다시 발생하고 충분한 시간이 지나지 않는 이상 다시
나타나지 않습니다.
Translated and reviewed by Peter J
Located in cmd/snap/cmd_warnings.go:60
53.

The pack command packs the given snap-dir as a snap and writes the result to
target-dir. If target-dir is omitted, the result is written to current
directory. If both source-dir and target-dir are omitted, the pack command packs
the current directory.

The default file name for a snap can be derived entirely from its snap.yaml, but
in some situations it's simpler for a script to feed the filename in. In those
cases, --filename can be given to override the default. If this filename is
not absolute it will be taken as relative to target-dir.

When used with --check-skeleton, pack only checks whether snap-dir contains
valid snap metadata and raises an error otherwise. Application commands listed
in snap metadata file, but appearing with incorrect permission bits result in an
error. Commands that are missing from snap-dir are listed in diagnostic
messages.

When used with --append-integrity-data, pack will append dm-verity data at the end
of the snap to be used with snapd's snap integrity verification mechanism.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in cmd/snap/cmd_pack.go:49
54.

The paths command prints the list of paths detected and used by snapd.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

paths 명령어는 snapd에 의해 감지되고 사용된 경로의 리스트를 출력합니다.
Translated and reviewed by Peter J
Located in cmd/snap/cmd_debug_paths.go:32
55.

The portal-info command returns information about a process in keyfile format.

This command is used by the xdg-desktop-portal service to retrieve
information about snap confined processes.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

portal-info 명령어는 프로세스에 대한 정보를 키파일 형식으로 반환합니다.

이 명령어는 xdg-desktop-portal 서비스에 의해 스냅 제한 프로세스에 대한 정보를
검색하기 위해 사용됩니다.
Translated and reviewed by Peter J
Located in cmd/snap/cmd_routine_portal_info.go:43
56.

The prefer command enables all aliases of the given snap in preference
to conflicting aliases of other snaps whose aliases will be disabled
(or removed, for manual ones).
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

prefer 명령어는 주어진 snap의 모든 별명을 우선적으로 활성화합니다.
그리고 같은 별명을 쓰는 다른 snap들의 별명은 비활성화됩니다.
(or removed, for manual ones)
Translated and reviewed by KIM DONGWON
Located in cmd/snap/cmd_prefer.go:36
57.

The prepare-image command performs some of the steps necessary for
creating device images.

For core images it is not invoked directly but usually via
ubuntu-image.

For preparing classic images it supports a --classic mode
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

prepare-image 명령은 다음에 필요한 몇 가지 단계를 수행합니다
장치 이미지를 만드는 중입니다.

코어 이미지의 경우 직접 호출되지 않지만 일반적으로
우분투 이미지.

클래식 이미지를 준비하기 위해 --classic 모드를 지원합니다
Translated by JeongsikAn
Reviewed by minwook shin
Located in cmd/snap/cmd_prepare_image.go:72
58.

The publisher of snap %q has indicated that they do not consider this revision
to be of production quality and that it is only meant for development or testing
at this point. As a consequence this snap will not refresh automatically and may
perform arbitrary system changes outside of the security sandbox snaps are
generally confined to, which may put your system at risk.

If you understand and want to proceed repeat the command including --devmode;
if instead you want to install the snap forcing it into strict confinement
repeat the command including --jailmode.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

%q snap의 공급자는 이 리비전을 프로덕션에 적합하지 않은 개발 또는 테스트 버전으로 표시하였습니다.
이로 인해, 이 snap은 자동으로 새로 고침 되지 않을 것이며 시스템을 위험에 처할 수 있게 하는
샌드박스 밖에서의 임의적 시스템 변경을 할 수 있습니다.

당신이 뭘 하는지 알고 있고 계속 하려면 --devmode와 함께 명령어를 다시 실행하세요.
그 대신 엄격한 가둠 모드를 강제로 활성화 하고 이 snap을 설치 하고 있다면
--jailmode와 함께 명령어를 다시 실행하세요.
Translated by Noa Himesaka
Reviewed by minwook shin
Located in cmd/snap/error.go:181
59.

The quota command shows information about a quota group, including the set of
snaps and any sub-groups it contains, as well as its resource constraints and
the current usage of those constrained resources.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

quota 명령어는 할당량 그룹에 대한 정보를 출력합니다.
여기에는 그 그룹에 포함된 snap과 서브그룹, 그리고
리소스 제한과 현재 사용량을 포함합니다.
Translated by Noa Himesaka
Reviewed by minwook shin
Located in cmd/snap/cmd_quota.go:39
60.

The quotas command shows all quota groups.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

quotas 명령어는 모든 할당량 그룹을 보여줍니다.
Translated by Noa Himesaka
Reviewed by minwook shin
Located in cmd/snap/cmd_quota.go:46
5160 of 925 results

This translation is managed by Ubuntu Korean Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Do Kyung Han, HYUNJUN SON, Hojun Kim, JeongsikAn, JungHee Lee, Junsang Mun, Junsu Kim, KIM DONGWON, KayunKim, KimEoJin, KimShihun, Kjwon15, Lee Jongyoung (MARU), Nicole Choi, Noa Himesaka, Peter J, Sangwon Hong, TAESEONG KIM, Yeonguk Choo, Yongmin Hong, Youngjae Yu, eunchong lee, jongwon.lee, khj, minwook shin, seo suchan.