summaryrefslogtreecommitdiffstats
path: root/apps/federation/l10n/ko.js
blob: f6f49d9b79cb81eb46fd855b2275a18c9a5ff92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "federation",
    {
    "Added to the list of trusted servers" : "신뢰할 수 있는 서버 목록에 추가됨",
    "Server is already in the list of trusted servers." : "신뢰할 수 있는 서버 목록에 이미 추가되었습니다.",
    "No server to federate with found" : "연합 가능한 서버를 찾을 수 없음",
    "Could not add server" : "서버를 추가할 수 없음",
    "Trusted servers" : "신뢰할 수 있는 서버",
    "Federation" : "연합",
    "Federation allows you to connect with other trusted servers to exchange the account directory." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 계정 디렉토리를 교환할 수 있습니다.",
    "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 계정 디렉토리를 교환할 수 있습니다. 예를 들어, 연합 공유 시 외부 계정을 자동 완성하는 데 사용할 수 있습니다.",
    "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 계정의 디렉토리를 교환할 수 있습니다. 예를 들어, 연합 공유시 외부 계정을 자동 완성하는 데에 사용될 수 있습니다. 연합 공유를 생성하기 위해 특정 서버를 신뢰할 수 있는 서버에 반드시 추가할 필요는 없습니다.",
    "+ Add trusted server" : "+ 신뢰할 수 있는 서버 추가",
    "Trusted server" : "신뢰할 수 있는 서버",
    "Add" : "추가"
},
"nplurals=1; plural=0;");