Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87eb7f9c2068aec085fc9ebde0d68b99392b9e11 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "federatedfilesharing",
    {
    "Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID",
    "Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다",
    "Not allowed to create a federated share with the same user" : "같은 사용자와 연합 공유를 만들 수 없음",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다."
},
"nplurals=1; plural=0;");