Add hints about incomplete remote content to web UI (#14031)

This commit is contained in:
Eugen Rochko
2020-06-14 22:29:40 +02:00
committed by GitHub
parent b1484cf3ce
commit 3e9dc4044b
77 changed files with 584 additions and 8 deletions

View File

@ -5,6 +5,7 @@
"account.block": "@{name}을 차단",
"account.block_domain": "{domain} 전체를 숨김",
"account.blocked": "차단됨",
"account.browse_more_on_origin_server": "Browse more on the original profile",
"account.cancel_follow_request": "팔로우 요청 취소",
"account.direct": "@{name}의 다이렉트 메시지",
"account.domain_blocked": "도메인 숨겨짐",
@ -236,6 +237,7 @@
"keyboard_shortcuts.reply": "답장",
"keyboard_shortcuts.requests": "팔로우 요청 리스트 열기",
"keyboard_shortcuts.search": "검색창에 포커스",
"keyboard_shortcuts.spoilers": "to show/hide CW field",
"keyboard_shortcuts.start": "\"시작하기\" 컬럼 열기",
"keyboard_shortcuts.toggle_hidden": "CW로 가려진 텍스트를 표시/비표시",
"keyboard_shortcuts.toggle_sensitivity": "이미지 보이기/숨기기",
@ -412,6 +414,10 @@
"time_remaining.minutes": "{number} 분 남음",
"time_remaining.moments": "남은 시간",
"time_remaining.seconds": "{number} 초 남음",
"timeline_hint.remote_resource_not_displayed": "{resource} from other servers are not displayed.",
"timeline_hint.resources.followers": "Followers",
"timeline_hint.resources.follows": "Follows",
"timeline_hint.resources.statuses": "Older toots",
"trends.count_by_accounts": "{count} 명의 사람들이 말하고 있습니다",
"trends.trending_now": "지금 유행중",
"ui.beforeunload": "지금 나가면 저장되지 않은 항목을 잃게 됩니다.",