New translations timeline.json (Korean)

This commit is contained in:
xmflsct 2022-05-13 10:42:54 +02:00
parent 788585ff03
commit 8e40dc0d57
1 changed files with 25 additions and 2 deletions

View File

@ -58,6 +58,12 @@
"accessibilityLabel": "{{count}}명의 사용자가 이 툿을 즐겨찾기했어요", "accessibilityLabel": "{{count}}명의 사용자가 이 툿을 즐겨찾기했어요",
"accessibilityHint": "유저를 보려면 탭하세요", "accessibilityHint": "유저를 보려면 탭하세요",
"text": "$t(screenTabs:shared.users.statuses.favourited_by)" "text": "$t(screenTabs:shared.users.statuses.favourited_by)"
},
"history": {
"accessibilityLabel": "",
"accessibilityHint": "",
"text_one": "",
"text_other": ""
} }
}, },
"attachment": { "attachment": {
@ -81,7 +87,9 @@
"translate": { "translate": {
"default": "번역", "default": "번역",
"succeed": "{{source}}에서 {{provider}}으로 번역됨", "succeed": "{{source}}에서 {{provider}}으로 번역됨",
"failed": "번역 실패" "failed": "번역 실패",
"source_not_supported": "",
"target_not_supported": ""
}, },
"header": { "header": {
"shared": { "shared": {
@ -94,6 +102,9 @@
} }
}, },
"application": "{{application}}으로 툿", "application": "{{application}}으로 툿",
"edited": {
"accessibilityLabel": ""
},
"muted": { "muted": {
"accessibilityLabel": "툿 음소거됨" "accessibilityLabel": "툿 음소거됨"
}, },
@ -156,9 +167,21 @@
}, },
"status": { "status": {
"heading": "툿 정보", "heading": "툿 정보",
"edit": {
"function": "",
"button": ""
},
"delete": { "delete": {
"function": "툿 삭제", "function": "툿 삭제",
"button": "이 툿 삭제" "button": "이 툿 삭제",
"alert": {
"title": "툿을 정말 삭제할까요?",
"message": "",
"buttons": {
"confirm": "삭제 확인",
"cancel": "$t(common:buttons.cancel)"
}
}
}, },
"deleteEdit": { "deleteEdit": {
"function": "툿 삭제", "function": "툿 삭제",