2022-02-03 19:43:09 +01:00
|
|
|
{
|
|
|
|
"empty": {
|
|
|
|
"error": {
|
|
|
|
"message": "불러오기 오류",
|
|
|
|
"button": "다시 시도"
|
|
|
|
},
|
|
|
|
"success": {
|
|
|
|
"message": "타임라인 빔"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"message": "끝, <0 /> 한 잔 어때요"
|
|
|
|
},
|
|
|
|
"lookback": {
|
|
|
|
"message": "마지막 읽음"
|
|
|
|
},
|
|
|
|
"refresh": {
|
|
|
|
"fetchPreviousPage": "여기부터 더 새로운",
|
|
|
|
"refetch": "가장 최신으로"
|
|
|
|
},
|
|
|
|
"shared": {
|
|
|
|
"actioned": {
|
|
|
|
"pinned": "고정됨",
|
|
|
|
"favourite": "{{name}}이 내 툿을 즐겨찾기했어요",
|
|
|
|
"status": "{{name}}이 방금 포스트했어요",
|
|
|
|
"follow": "{{name}}님이 나를 팔로우했어요",
|
|
|
|
"follow_request": "{{name}}이 나에게 팔로우 요청을 보냈어요",
|
|
|
|
"poll": "내가 참여한 투표가 끝났어요",
|
|
|
|
"reblog": {
|
|
|
|
"default": "{{name}}님이 부스트했어요",
|
|
|
|
"notification": "{{name}}이 내 툿을 부스트했어요"
|
2022-05-28 19:28:07 +02:00
|
|
|
},
|
|
|
|
"update": ""
|
2022-02-03 19:43:09 +01:00
|
|
|
},
|
|
|
|
"actions": {
|
|
|
|
"reply": {
|
|
|
|
"accessibilityLabel": "이 툿에 답장"
|
|
|
|
},
|
|
|
|
"reblogged": {
|
|
|
|
"accessibilityLabel": "이 툿 부스트",
|
|
|
|
"function": "툿 부스트"
|
|
|
|
},
|
|
|
|
"favourited": {
|
|
|
|
"accessibilityLabel": "이 툿 즐겨찾기에 추가",
|
|
|
|
"function": "툿 즐겨찾기"
|
|
|
|
},
|
|
|
|
"bookmarked": {
|
|
|
|
"accessibilityLabel": "툿 북마크에 추가",
|
|
|
|
"function": "툿 북마크"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"actionsUsers": {
|
|
|
|
"reblogged_by": {
|
|
|
|
"accessibilityLabel": "{{count}}명의 사용자가 이 툿을 부스트했어요",
|
|
|
|
"accessibilityHint": "유저를 보려면 탭하세요",
|
|
|
|
"text": "$t(screenTabs:shared.users.statuses.reblogged_by)"
|
|
|
|
},
|
|
|
|
"favourited_by": {
|
|
|
|
"accessibilityLabel": "{{count}}명의 사용자가 이 툿을 즐겨찾기했어요",
|
|
|
|
"accessibilityHint": "유저를 보려면 탭하세요",
|
|
|
|
"text": "$t(screenTabs:shared.users.statuses.favourited_by)"
|
2022-05-13 10:42:54 +02:00
|
|
|
},
|
|
|
|
"history": {
|
|
|
|
"accessibilityLabel": "",
|
|
|
|
"accessibilityHint": "",
|
|
|
|
"text_one": "",
|
|
|
|
"text_other": ""
|
2022-02-03 19:43:09 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"attachment": {
|
|
|
|
"sensitive": {
|
|
|
|
"button": "민감한 미디어 표시"
|
|
|
|
},
|
|
|
|
"unsupported": {
|
|
|
|
"text": "불러오기 오류",
|
|
|
|
"button": "원격 링크 시도"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"avatar": {
|
|
|
|
"accessibilityLabel": "{{name}}의 아바타",
|
|
|
|
"accessibilityHint": "{{name}}의 페이지로 가려면 탭하세요"
|
|
|
|
},
|
|
|
|
"content": {
|
2022-02-05 08:50:06 +01:00
|
|
|
"expandHint": "숨겨진 콘텐츠"
|
2022-02-03 19:43:09 +01:00
|
|
|
},
|
|
|
|
"filtered": "필터됨",
|
|
|
|
"fullConversation": "대화 보기",
|
|
|
|
"translate": {
|
|
|
|
"default": "번역",
|
|
|
|
"succeed": "{{source}}에서 {{provider}}으로 번역됨",
|
2022-05-13 10:42:54 +02:00
|
|
|
"failed": "번역 실패",
|
|
|
|
"source_not_supported": "",
|
|
|
|
"target_not_supported": ""
|
2022-02-03 19:43:09 +01:00
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"shared": {
|
|
|
|
"account": {
|
|
|
|
"name": {
|
|
|
|
"accessibilityHint": "사용자 표시 이름"
|
|
|
|
},
|
|
|
|
"account": {
|
|
|
|
"accessibilityHint": "사용자 계정"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"application": "{{application}}으로 툿",
|
2022-05-13 10:42:54 +02:00
|
|
|
"edited": {
|
|
|
|
"accessibilityLabel": ""
|
|
|
|
},
|
2022-02-03 19:43:09 +01:00
|
|
|
"muted": {
|
|
|
|
"accessibilityLabel": "툿 음소거됨"
|
|
|
|
},
|
|
|
|
"visibility": {
|
|
|
|
"direct": {
|
|
|
|
"accessibilityLabel": "툿이 개인 메시지에요"
|
|
|
|
},
|
|
|
|
"private": {
|
|
|
|
"accessibilityLabel": "툿이 팔로워에게만 보여요"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"conversation": {
|
|
|
|
"withAccounts": "와",
|
|
|
|
"delete": {
|
|
|
|
"function": "개인 메시지 삭제"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"poll": {
|
|
|
|
"meta": {
|
|
|
|
"button": {
|
|
|
|
"vote": "투표",
|
|
|
|
"refresh": "새로고침"
|
|
|
|
},
|
|
|
|
"count": {
|
2022-05-08 23:40:42 +02:00
|
|
|
"voters_one": "{{count}}명의 사용자가 투표",
|
|
|
|
"voters_other": "{{count}}명의 사용자가 투표",
|
|
|
|
"votes_one": "{{count}} 투표",
|
|
|
|
"votes_other": "{{count}} 투표"
|
2022-02-03 19:43:09 +01:00
|
|
|
},
|
|
|
|
"expiration": {
|
|
|
|
"expired": "투표 종료됨",
|
|
|
|
"until": "<0 />후 만료"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|