New translations tabs.json (Korean)

This commit is contained in:
xmflsct 2022-05-13 10:43:01 +02:00
parent 8e40dc0d57
commit 60f75b3cac
1 changed files with 24 additions and 1 deletions

View File

@ -67,6 +67,9 @@
"settings": { "settings": {
"name": "앱 설정" "name": "앱 설정"
}, },
"webSettings": {
"name": ""
},
"switch": { "switch": {
"name": "계정 전환" "name": "계정 전환"
} }
@ -232,6 +235,14 @@
"cancel": "$t(common:buttons.cancel)" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"darkTheme": {
"heading": "",
"options": {
"lighter": "",
"darker": "",
"cancel": "$t(common:buttons.cancel)"
}
},
"browser": { "browser": {
"heading": "링크 열기", "heading": "링크 열기",
"options": { "options": {
@ -240,6 +251,13 @@
"cancel": "$t(common:buttons.cancel)" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"staticEmoji": {
"heading": "",
"description": ""
},
"feedback": {
"heading": ""
},
"support": { "support": {
"heading": "tooot 기부" "heading": "tooot 기부"
}, },
@ -253,7 +271,8 @@
"heading": "개선할 수 있도록 도와주세요", "heading": "개선할 수 있도록 도와주세요",
"description": "유저와 관련이 없는 사용량만 수집해요" "description": "유저와 관련이 없는 사용량만 수집해요"
}, },
"version": "버전 v{{version}}" "version": "버전 v{{version}}",
"instanceVersion": ""
}, },
"switch": { "switch": {
"existing": "로그인된 것 중 선택", "existing": "로그인된 것 중 선택",
@ -266,6 +285,7 @@
"accessibilityLabel": "사용자 {{user}}에 대한 동작", "accessibilityLabel": "사용자 {{user}}에 대한 동작",
"accessibilityHint": "이 사용자를 뮤트, 차단, 신고 또는 공유할 수 있어요" "accessibilityHint": "이 사용자를 뮤트, 차단, 신고 또는 공유할 수 있어요"
}, },
"followed_by": "",
"moved": "유저가 이동함", "moved": "유저가 이동함",
"created_at": "등록된 날: {{date}}", "created_at": "등록된 날: {{date}}",
"summary": { "summary": {
@ -317,6 +337,9 @@
"reblogged_by": "{{count}} 부스트함", "reblogged_by": "{{count}} 부스트함",
"favourited_by": "{{count}} 즐겨찾기함" "favourited_by": "{{count}} 즐겨찾기함"
} }
},
"history": {
"name": ""
} }
} }
} }