0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-12 03:59:16 +00:00
nextcloud_server/apps/profile/l10n/ko.js
Nextcloud bot 4c6ecc6f15
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 00:21:11 +00:00

13 lines
799 B
JavaScript

OC.L10N.register(
"profile",
{
"Edit Profile" : "프로필 수정",
"The headline and about sections will show up here" : "표제와 기타 정보가 이곳에 나타납니다.",
"You have not added any info yet" : "아직 아무 정보도 추가하지 않았습니다.",
"Error opening the user status modal, try hard refreshing the page" : "사용자 상태 모달을 불러오는 데 실패했습니다, 페이지를 완전히 새로고침 해 보십시오.",
"{user} has not added any info yet" : "{user}님이 아직 아무 정보도 추가하지 않음",
"Profile not found" : "프로필 찾을 수 없음",
"The profile does not exist." : "프로필이 존재하지 않습니다.",
"Back to %s" : "%s(으)로 돌아가기"
},
"nplurals=1; plural=0;");