Skip to content

Commit

Permalink
Pontoon: Update Korean (ko) localization of Firefox Multi-Account Con…
Browse files Browse the repository at this point in the history
…tainers Add-on

Co-authored-by: Hyeonseok Shin <[email protected]>
Co-authored-by: Sojin <[email protected]>
  • Loading branch information
2 people authored and mozilla-pontoon committed Oct 6, 2024
1 parent d331d5c commit c99527b
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
"removeThisContainerConfirmation": {
"message": "이 Container를 제거하시겠습니까?"
},
"clearContainerStoragePanelTitle": {
"message": "Container 저장소 삭제"
},
"clearContainerStorageConfirmation": {
"message": "이 Container의 쿠키 및 저장소를 정말 삭제하시겠습니까?"
},
"cancel": {
"message": "취소"
},
Expand Down Expand Up @@ -415,5 +421,44 @@
},
"openBookmarkInContainerTab": {
"message": "컨테이너 탭에서 북마크 열기"
},
"clearSiteCookiesTooltipInfo": {
"message": "이 사이트의 쿠키 삭제",
"description": "Label for hovering of the refresh button in a containers site manager"
},
"deleteSiteTooltipInfo": {
"message": "이 사이트 삭제",
"description": "Label for hovering of the trash button in a containers site manager"
},
"clearContainerStorage": {
"message": "저장소 및 쿠키 삭제",
"description": "Label for the clearing a containers storage and cache option"
},
"cookiesClearedSuccess": {
"message": "$siteName$의 쿠키가 성공적으로 삭제되었습니다",
"description": "Label to confirm that cookies were cleared in the site manager",
"placeholders": {
"siteName": {
"content": "$1"
}
}
},
"cookiesCouldNotBeCleared": {
"message": "$siteName$의 쿠키를 삭제할 수 없습니다",
"description": "Error message that shows if cookies could not be cleared in the site manager",
"placeholders": {
"siteName": {
"content": "$1"
}
}
},
"storageWasClearedConfirmation": {
"message": "$containerName$의 저장소와 쿠키가 삭제되었습니다.",
"description": "The confirmation label that a containers storage was cleared successfully.",
"placeholders": {
"containerName": {
"content": "$1"
}
}
}
}

0 comments on commit c99527b

Please sign in to comment.