2023-01-29 16:16:25 +09:00
// MARK: Common strings
"action.cancel" = "취소";
"action.delete" = "삭제";
"action.save" = "저장";
"action.done" = "완료";
"action.retry" = "다시 시도";
"action.view.error" = "View 오류";
"alert.button.ok" = "확인";
"alert.error" = "오류";
"placeholder.loading.long" = "로딩, 로딩, 또 로딩...";
"placeholder.loading.short" = "로드 중...";
"see-more" = "더 보기";
// MARK: Add Account
"account.add.error.instance-not-supported" = "이 인스턴스는 현재 지원되지 않습니다.";
"account.add.navigation-title" = "계정 추가";
"account.add.sign-in" = "로그인";
// MARK: Enums
"enum.avatar-position.leading" = "본문 옆";
"enum.avatar-position.top" = "본문 위";
"enum.avatar-shape.circle" = "원";
"enum.avatar-shape.rounded" = "둥근 사각형";
2023-02-07 01:51:57 +09:00
"enum.durations.infinite" = "해제할 때까지";
2023-03-05 15:23:18 +09:00
"enum.durations.custom" = "직접 설정";
2023-02-07 01:51:57 +09:00
"enum.durations.fiveMinutes" = "5분";
"enum.durations.thirtyMinutes" = "30분";
"enum.durations.oneHour" = "1시간";
"enum.durations.sixHours" = "6시간";
2023-03-03 08:15:34 +01:00
"enum.durations.twelveHours" = "12시간";
2023-02-07 01:51:57 +09:00
"enum.durations.oneDay" = "1일";
"enum.durations.threeDays" = "3일";
"enum.durations.sevenDays" = "7일";
2023-01-29 16:16:25 +09:00
"enum.status-actions-display.all" = "모두 표시";
"enum.status-actions-display.no-buttons" = "표시하지 않음";
"enum.status-actions-display.only-buttons" = "버튼만 표시";
"enum.status-display-style.compact" = "작게";
"enum.status-display-style.large" = "크게";
2023-02-22 20:49:16 +09:00
"enum.status-display-style.medium" = "중간";
2023-02-14 15:01:55 +09:00
"enum.swipeactions.icon-with-text" = "아이콘과 텍스트";
"enum.swipeactions.icon-only" = "아이콘만";
2023-01-29 16:16:25 +09:00
// MARK: Instances
"instance.info.domains" = "도메인";
"instance.info.email" = "이메일";
"instance.info.name" = "이름";
"instance.info.navigation-title" = "인스턴스 정보";
2023-01-31 01:58:00 +09:00
"instance.info.posts" = "글";
2023-01-29 16:16:25 +09:00
"instance.info.section.info" = "인스턴스 정보";
"instance.info.section.rules" = "인스턴스 규칙";
"instance.info.users" = "사용자";
"instance.info.version" = "버전";
2023-01-31 01:58:00 +09:00
"instance.list.posts-%@" = "글 %@개";
2023-01-29 16:16:25 +09:00
"instance.list.users-%@" = "사용자 %@명";
"instance.suggestions" = "추천";
"instance.url" = "인스턴스 URL";
// MARK: Menu
2023-01-31 01:58:00 +09:00
"menu.new-post" = "새 글";
2023-01-29 16:16:25 +09:00
"menu.font" = "글꼴";
"menu.font.bigger" = "크게";
"menu.font.smaller" = "작게";
// MARK: Settings
"settings.account.add" = "계정 추가";
"settings.app.icon" = "앱 아이콘";
"settings.app.icon.navigation-title" = "앱 아이콘";
2023-02-15 14:34:53 +09:00
"settings.app.icon.official" = "공식 앱 아이콘";
"settings.app.icon.designed-by" = "커뮤니티 앱 아이콘 | 제작:";
2023-01-29 16:16:25 +09:00
"settings.app.source" = "소스 코드 (GitHub)";
"settings.app.support" = "이 앱 지원하기";
2023-02-04 17:28:03 +09:00
"settings.app.about" = "이 앱에 관해";
2023-02-12 04:22:11 +09:00
"settings.display.example-toot" = "글 미리 보기";
2023-01-29 16:16:25 +09:00
"settings.display.avatar.position" = "프로필 사진 위치";
"settings.display.avatar.shape" = "프로필 사진 모양";
2023-02-20 14:16:47 +09:00
"settings.display.full-username" = "아이디에 인스턴스 URL 표시";
2023-01-29 16:16:25 +09:00
"settings.display.navigation-title" = "화면 설정";
"settings.display.restore" = "초기 설정으로 되돌리기";
"settings.display.section.display" = "화면";
"settings.display.section.theme" = "테마";
2023-03-05 15:23:18 +09:00
"settings.display.colors.apply" = "변경한 색상 적용하기";
2023-03-01 05:11:25 +09:00
"settings.display.section.theme.footer" = "시스템 설정에 맞춤 옵션이 꺼져 있을 때만 색상을 직접 고를 수 있습니다.";
2023-01-31 01:58:00 +09:00
"settings.display.status.action-buttons" = "글 동작 버튼";
"settings.display.status.media-style" = "글 미디어 크기";
2023-01-29 16:16:25 +09:00
"settings.display.translate-button" = "번역 버튼 표시";
"settings.display.theme.background" = "배경 색상";
"settings.display.theme.secondary-background" = "보조 배경 색상";
2023-03-05 15:23:18 +09:00
"settings.display.theme.text-color" = "글자 색상";
2023-01-29 16:16:25 +09:00
"settings.display.theme.tint" = "강조 색상";
2023-03-01 05:11:25 +09:00
"settings.display.theme.systemColor" = "시스템 설정에 맞춤";
2023-01-29 16:16:25 +09:00
"settings.general.browser" = "브라우저";
2023-02-04 17:28:03 +09:00
"settings.general.browser.in-app" = "인앱 브라우저";
"settings.general.browser.in-app.readerview" = "인앱 브라우저에서 항상 읽기 도구 사용";
2023-01-29 16:16:25 +09:00
"settings.general.browser.system" = "시스템 기본 브라우저";
"settings.general.display" = "화면 설정";
"settings.general.instance" = "인스턴스 정보";
"settings.general.push-notifications" = "푸시 알림 설정";
"settings.general.remote-timelines" = "원격 로컬 타임라인";
"settings.push.boosts" = "부스트";
"settings.push.favorites" = "좋아요";
"settings.push.follows" = "새 팔로워";
"settings.push.main-toggle" = "푸시 알림";
"settings.push.main-toggle.description" = "새 활동이 있을 때 푸시 알림을 받습니다.";
"settings.push.mentions" = "나를 언급";
2023-01-31 01:58:00 +09:00
"settings.push.navigation-title" = "푸시 알림 설정";
"settings.push.new-posts" = "새 글";
2023-01-29 16:16:25 +09:00
"settings.push.polls" = "투표 결과";
"settings.general.content" = "콘텐츠 설정";
"settings.system" = "시스템 설정";
"settings.content.navigation-title" = "콘텐츠 설정";
2023-02-01 17:56:06 +00:00
"settings.content.boosts" = "부스트";
2023-03-01 05:11:25 +09:00
"settings.content.collapse-long-posts" = "긴 글을 접힌 상태로 표시";
"settings.content.collapse-long-posts-hint" = "접힌 글은 일정 줄까지만 내용이 표시됩니다. 함께 표시되는 버튼을 누르면 전체 내용을 볼 수 있습니다.";
"settings.content.hide-repeated-boosts" = "중복으로 부스트된 글 숨김";
2023-02-04 17:28:03 +09:00
"settings.content.instance-settings" = "인스턴스 콘텐츠 설정";
2023-03-01 05:11:25 +09:00
"settings.content.use-instance-settings" = "인스턴스 설정에 맞춤";
"settings.content.expand-spoilers" = "열람 주의 표시된 글 항상 가리지 않음";
2023-01-29 16:16:25 +09:00
"settings.content.expand-media" = "표시할 미디어";
2023-01-31 01:58:00 +09:00
"settings.content.default-sensitive" = "내 미디어 항상 민감함으로 표시";
"settings.content.default-visibility" = "글 기본 공개 범위";
2023-02-15 14:34:53 +09:00
"settings.content.media" = "미디어";
2023-03-11 15:21:52 +09:00
"settings.content.media.show.alt" = "미디어 설명 버튼 표시";
2023-01-29 16:16:25 +09:00
"settings.content.reading" = "읽을 때";
"settings.content.posting" = "올릴 때";
"enum.expand-media.show" = "모두 표시하기";
"enum.expand-media.hide" = "모두 가리기";
"enum.expand-media.hide-sensitive" = "민감한 미디어만 가리기";
"settings.section.accounts" = "계정";
"settings.section.app" = "앱";
"settings.section.app.footer %@" = "앱 버전: %@";
"settings.section.general" = "일반";
2023-02-04 17:28:03 +09:00
"settings.support.alert.error.message" = "인앱 구매를 완료하지 못했습니다. 다시 시도해주세요.";
2023-01-29 16:16:25 +09:00
"settings.support.alert.message" = "앱을 위해 기부해주셔서 감사합니다. 앱 개발에 큰 도움이 됩니다!";
"settings.support.alert.title" = "감사합니다!";
"settings.support.message-from-dev" = "안녕하세요! 저는 Thomas입니다. 저는 오픈 소스 앱을 만드는 걸 정말 좋아해요. Ice Cubes는 제가 가장 자랑스럽게 생각하는 프로젝트 중 하나에요. 동시에 가장 많은 유지·보수가 필요한 프로젝트이기도 하죠. 마스토돈은 끊임없이 업데이트되고, 소셜 미디어의 세계 역시 빠르게 변화하니까요. Ice Cubes를 쓰며 즐거운 시간을 보내고 있나요? 그렇다면, 작은 기부금을 한 번 보내보는 건 어때요? 제 하루가 행복해질 거에요. (그리고 이 앱이 계속 잘 작동하는 데 도움이 될 거에요.) 🚀";
"settings.support.navigation-title" = "Ice Cubes 지원하기";
"settings.support.one.subtitle" = "작지만, 귀엽고 달콤해요!";
"settings.support.one.title" = "🍬 작은 기부금";
"settings.support.placeholder.loading-subtitle" = "로드 중...";
"settings.support.three.subtitle" = "뭘 좀 아시는 분이군요, 미리 감사드립니다!";
"settings.support.three.title" = "🤯 통 큰 기부금";
"settings.support.two.subtitle" = "기분이 좋아지는 맛있는 커피는 누구나 좋아하니까요 ❤️";
"settings.support.two.title" = "☕️ 기분 좋아지는 기부금";
"settings.support.four.title" = "👽 엄청난 기부금";
"settings.support.four.subtitle" = "Ice Cubes가 계속 발전하는 데 정말 많은 도움이 될 거에요!";
2023-03-03 14:04:18 +09:00
"settings.support.supporter.title" = " 후원자가 되어 보세요!";
"settings.support.supporter.subtitle" = "기부금을 매달 보내는 구독을 신청하면, 후원자가 될 수 있습니다. 프로필에 나만 볼 수 있는 자기만족용 인증 마크도 생겨요. 👀";
"settings.support.supporter.subscribed" = " Ice Cubes의 후원자가 되어 주셔서 감사합니다!";
2023-03-05 15:23:18 +09:00
"settings.support.supporter.subscription-info"= "정기 결제일 전날까지 구독을 취소하지 않는 한 구독은 자동으로 갱신됩니다.";
2023-03-03 14:04:18 +09:00
"settings.support.restore-purchase.button" = "구매 내역 불러오기";
"settings.support.restore-purchase.explanation" = "구매 내역이 자동으로 동기화되지 않았다면 위의 버튼을 눌러 구매 내역을 불러올 수 있습니다.";
"settings.support.privacy-policy" = "개인정보 처리방침";
"settings.support.terms-of-use" = "이용 약관";
2023-02-05 16:03:23 +09:00
"settings.timeline.add" = "원격 로컬 타임라인 추가";
2023-01-29 16:16:25 +09:00
"settings.title" = "설정";
"settings.rate" = "Ice Cubes 평가 남기기";
"settings.section.other" = "기타";
2023-01-31 01:58:00 +09:00
"settings.other.hide-openai" = "글 작성 도우미 🤖";
2023-01-29 16:16:25 +09:00
"settings.other.social-keyboard" = "SNS 키보드";
2023-03-03 14:04:18 +09:00
"settings.other.sound-effect" = "효과음";
2023-03-15 22:58:58 +09:00
"settings.general.translate" = "번역 설정";
2023-03-17 06:06:09 +01:00
"settings.translation.navigation-title" = "번역 설정";
2023-03-15 22:58:58 +09:00
"settings.translation.always-deepl" = "항상 DeepL을 통해 번역";
"settings.translation.user-api-key" = "DeepL API 키";
"settings.translation.api-key-type" = "API 키 종류";
"settings.translation.needed-message" = "이 기능을 사용하려면 DeepL에서 발급받은 API 키가 있어야 합니다.";
2023-01-29 16:16:25 +09:00
"settings.push.duplicate.title" = "중복 알림 해결사";
2023-01-31 01:58:00 +09:00
"settings.push.duplicate.footer" = "같은 알림이 여러 번 오나요? 위에 있는 버튼을 누르면 마법처럼 해결될 거에요.";
2023-01-29 16:16:25 +09:00
"settings.push.duplicate.button.fix" = "🪄 고치기";
2023-01-30 01:48:15 +09:00
"settings.other.autoplay-video" = "동영상 자동 재생";
2023-01-31 01:58:00 +09:00
"settings.display.font" = "타임라인 글꼴";
2023-03-01 05:11:25 +09:00
"settings.display.font.system" = "시스템 글꼴";
2023-01-31 01:58:00 +09:00
"settings.display.font.custom" = "직접 설정";
2023-02-04 17:28:03 +09:00
"settings.display.font.scaling-%@" = "폰트 크기 조절: %@";
"settings.about.built-with" = "Ice Cubes는 다음 오픈 소스 소프트웨어를 사용하여 개발되었습니다:";
2023-02-03 06:03:32 +00:00
"settings.about.title" = "Ice Cubes";
2023-02-05 16:03:23 +09:00
"settings.account.cached-posts-%@" = "캐시 데이터로 저장된 글: %@개";
"settings.account.action.delete-cache" = "캐시 데이터 지우기";
2023-01-29 16:16:25 +09:00
2023-02-05 16:03:23 +09:00
"settings.general.haptic" = "햅틱 피드백 설정";
"settings.haptic.navigation-title" = "햅틱 피드백 설정";
"settings.haptic.timeline" = "타임라인에서";
"settings.haptic.tab-selection" = "하단 탭 바를 누를 때";
"settings.haptic.buttons" = "버튼을 누를 때";
2023-02-04 17:38:48 +01:00
2023-02-12 04:22:11 +09:00
"settings.display.show-tab-label" = "하단 탭 바에 제목 표시";
2023-02-12 14:46:15 +09:00
2023-03-03 14:04:18 +09:00
"settings.display.show-ipad-column" = "보조 열 표시";
2023-02-06 18:53:37 +01:00
2023-02-12 14:46:15 +09:00
"settings.general.swipeactions" = "쓸어넘기기 동작 설정";
"settings.swipeactions.navigation-title" = "쓸어넘기기 동작 설정";
2023-02-22 20:49:16 +09:00
"settings.swipeactions.primary" = "주 동작";
"settings.swipeactions.secondary" = "보조 동작";
2023-02-12 14:46:15 +09:00
"settings.swipeactions.status.action.bookmark" = "보관함에 추가";
"settings.swipeactions.status.action.boost" = "부스트";
"settings.swipeactions.status.action.favorite" = "좋아요";
"settings.swipeactions.status.action.none" = "설정 안 함";
"settings.swipeactions.status.action.quote" = "인용";
"settings.swipeactions.status.action.reply" = "댓글";
2023-02-22 20:49:16 +09:00
"settings.swipeactions.status.explanation" = "글을 오른쪽 혹은 왼쪽으로 쓸어넘겨 원하는 동작을 실행할 수 있습니다. 보조 동작은 주 동작이 설정되어 있을 때만 추가할 수 있습니다.";
2023-02-12 14:46:15 +09:00
"settings.swipeactions.status.leading" = "오른쪽으로 쓸어넘길 때";
"settings.swipeactions.status.trailing" = "왼쪽으로 쓸어넘길 때";
2023-03-01 05:11:25 +09:00
"settings.swipeactions.status" = "글을";
2023-02-22 20:49:16 +09:00
"settings.swipeactions.appearance" = "모양";
"settings.swipeactions.use-theme-colors" = "테마 색상 사용";
"settings.swipeactions.use-theme-colors-explanation" = "동작의 기본 색상 대신 테마 색상을 사용합니다.";
2023-02-22 07:07:26 +01:00
"settings.swipeactions.icon-style" = "아이콘 모양";
2023-02-11 21:48:08 +01:00
2023-02-20 14:16:47 +09:00
"settings.display.section.font" = "글꼴";
2023-02-15 20:03:31 +01:00
2023-02-27 01:18:50 +09:00
"settings.section.cache" = "캐시 데이터";
"settings.cache-media.clear" = "미디어 캐시 데이터 지우기";
2023-02-23 18:43:09 +01:00
2023-01-29 16:16:25 +09:00
// MARK: Tabs
"tab.explore" = "둘러보기";
"tab.federated" = "연합";
"tab.local" = "로컬";
"tab.messages" = "메시지";
"tab.notifications" = "알림";
"tab.settings" = "설정";
"tab.timeline" = "타임라인";
"tab.trending" = "뜨고 있는";
"tab.profile" = "프로필";
// MARK: Timeline
"timeline.%@-is-valid" = "%@ 인스턴스는 사용할 수 있는 인스턴스입니다.";
"timeline.add-remote.title" = "원격 로컬 타임라인 추가";
"timeline.add.action.add" = "추가";
"timeline.filter.add-local" = "원격 로컬 타임라인 추가";
"timeline.filter.lists" = "리스트";
2023-02-05 16:03:23 +09:00
"timeline.filter.local" = "원격 로컬 타임라인";
2023-01-29 16:16:25 +09:00
"timeline.filter.tags" = "팔로우한 태그";
2023-02-22 20:49:16 +09:00
"timeline-new-posts %lld" = "%lld개 새 글";
2023-01-29 16:16:25 +09:00
// MARK: Package: AppAccount
"app-account.button.add" = "계정 추가";
// MARK: Package: Account
"account.action.add-remove-list" = "리스트에서 추가/제거";
"account.action.edit-info" = "프로필 편집";
"account.action.mention" = "언급";
"account.action.message" = "메시지 작성";
2023-01-31 01:58:00 +09:00
"account.action.notify-enable" = "새 글 알림 켜기";
"account.action.notify-disable" = "새 글 알림 끄기";
"account.action.reboosts-show" = "이 사용자가 부스트한 글 표시하기";
"account.action.reboosts-hide" = "이 사용자가 부스트한 글 숨기기";
2023-01-29 16:16:25 +09:00
"account.action.block" = "차단";
"account.action.unblock" = "차단 해제";
"account.action.mute" = "뮤트";
"account.action.unmute" = "뮤트 해제";
2023-02-07 01:51:57 +09:00
"account.action.share" = "공유";
2023-01-31 01:58:00 +09:00
"account.boosted-by" = "부스트한 사용자";
2023-01-29 16:16:25 +09:00
"account.detail.about" = "정보";
"account.detail.familiar-followers" = "내가 아는 팔로워";
"account.detail.n-fields %lld" = "%lld개 항목";
2023-01-31 01:58:00 +09:00
"account.detail.featured-tags-n-posts %lld" = "%lld개 글";
2023-01-29 16:16:25 +09:00
"account.edit.about" = "정보";
"account.edit.account-settings.bot" = "봇 계정";
"account.edit.account-settings.discoverable" = "다른 사용자들에게 이 계정 추천";
"account.edit.account-settings.private" = "팔로우 요청 필요";
"account.edit.account-settings.section-title" = "계정 설정";
"account.edit.display-name" = "표시되는 이름";
"account.edit.error.save.message" = "프로필을 저장하지 못했습니다. 다시 시도해주세요.";
"account.edit.error.save.title" = "프로필 저장 오류";
"account.edit.navigation-title" = "프로필 편집";
"account.edit.post-settings.privacy" = "기본 공개 범위";
2023-01-31 01:58:00 +09:00
"account.edit.post-settings.section-title" = "글 설정";
2023-01-29 16:16:25 +09:00
"account.edit.post-settings.sensitive" = "민감한 콘텐츠";
2023-02-24 07:55:24 +01:00
2023-02-27 01:18:50 +09:00
"account.edit.metadata-section-title" = "프로필 메타데이터";
"account.edit.metadata-name-placeholder" = "제목";
"account.edit.metadata-value-placeholder" = "내용";
"account.edit.add-metadata-button" = "새 메타데이터 추가";
2023-02-24 07:55:24 +01:00
2023-01-31 01:58:00 +09:00
"account.favorited-by" = "좋아요한 사용자";
2023-01-29 16:16:25 +09:00
"account.follow.follow" = "팔로우";
"account.follow.following" = "팔로우 중";
"account.follow.requested" = "요청함";
"account.follow-request.accept" = "수락";
"account.follow-request.reject" = "거절";
"account.follow-requests.pending-requests" = "대기 중인 요청";
2023-02-05 16:03:23 +09:00
"account.follow-requests.instructions" = "팔로우 요청을 수락하기 전까지 이 사용자들은 내가 쓴 팔로워 전용 글을 볼 수 없습니다.";
2023-01-29 16:16:25 +09:00
"account.followers" = "팔로워";
"account.following" = "팔로우 중";
"account.list.create" = "새 리스트 만들기";
"account.list.create.confirm" = "만들기";
"account.list.create.description" = "리스트의 이름을 입력해주세요.";
"account.list.delete" = "리스트 삭제";
"account.list.name" = "리스트 이름";
2023-01-31 01:58:00 +09:00
"account.post.pinned" = "고정된 글";
"account.posts" = "글";
2023-02-05 16:03:23 +09:00
"account.relation.follows-you" = "나를 팔로우함";
2023-01-31 01:58:00 +09:00
"account.joined" = "가입";
2023-01-29 16:16:25 +09:00
"account.action.logout" = "로그아웃";
2023-03-05 15:23:18 +09:00
"account.action.more" = "계정 설정 더 보기";
2023-01-29 16:16:25 +09:00
2023-02-20 14:16:47 +09:00
"account.relation.note.edit" = "노트 편집";
"account.relation.note.edit.placeholder" = "나만 볼 수 있는 노트";
"account.relation.note.edit.error.save.message" = "노트를 저장하지 못했습니다. 다시 시도해주세요.";
"account.relation.note.edit.error.save.title" = "노트 저장 오류";
"account.relation.note.label" = "노트";
2023-02-18 18:28:16 +01:00
2023-01-29 16:16:25 +09:00
// MARK: Package: Conversations
"conversations.action.delete" = "삭제";
"conversations.action.mark-read" = "읽음으로 표시";
2023-02-14 02:12:34 +09:00
"conversations.action.view-detail" = "상세 정보 보기";
2023-02-05 16:03:23 +09:00
"conversations.empty.message" = "메시지를 찾고 있나요? 여기에서 다이렉트 메시지와 비공개 언급을 확인할 수 있어요. 친구에게 메시지를 먼저 보내보세요! 📱❤️";
2023-01-29 16:16:25 +09:00
"conversations.empty.title" = "메시지 없음";
"conversations.error.button" = "다시 시도";
"conversations.error.message" = "메시지를 불러오지 못했습니다.";
"conversations.error.title" = "오류";
"conversations.navigation-title" = "다이렉트 메시지";
"conversations.new.message.placeholder" = "새 메시지";
2023-03-01 05:11:25 +09:00
"conversations.latest.message" = "가장 최근 메시지를";
2023-01-29 16:16:25 +09:00
// MARK: Package: DesignSystem
2023-02-22 20:49:16 +09:00
"design.tag.n-posts-from-n-participants %lld %lld" = "%lld개 글 (%lld명이 이야기 중)";
2023-01-29 16:16:25 +09:00
"design.theme.navigation-title" = "테마 선택";
2023-01-31 01:58:00 +09:00
"design.theme.toots-preview" = "글 미리 보기";
2023-01-29 16:16:25 +09:00
// MARK: Package: Explore
"explore.navigation-title" = "둘러보기";
2023-02-05 16:03:23 +09:00
"explore.search.message-%@" = "이 화면에서 내 인스턴스(%@)에 있는 무엇이든 검색해볼 수 있습니다.";
2023-01-31 01:58:00 +09:00
"explore.search.prompt" = "사용자, 글, 태그 검색";
2023-02-05 16:03:23 +09:00
"explore.search.title" = "인스턴스를 탐색해보세요";
2023-01-29 16:16:25 +09:00
"explore.search.empty.message" = "검색어에 대한 결과가 없습니다. 다른 검색어로 시도해주세요.";
"explore.search.empty.title" = "검색 결과 없음";
2023-01-31 01:58:00 +09:00
"explore.section.posts" = "글";
2023-01-29 16:16:25 +09:00
"explore.section.suggested-users" = "추천 사용자";
"explore.section.tags" = "태그";
"explore.section.trending.links" = "뜨고 있는 링크";
2023-01-31 01:58:00 +09:00
"explore.section.trending.posts" = "뜨고 있는 글";
2023-01-29 16:16:25 +09:00
"explore.section.trending.tags" = "뜨고 있는 태그";
"explore.section.users" = "사용자";
// MARK: Package: Env
2023-02-05 16:03:23 +09:00
"env.poll-vote-frequency.one" = "하나만 선택 가능";
"env.poll-vote-frequency.multiple" = "여러 개 선택 가능";
2023-01-29 16:16:25 +09:00
// MARK: Package: Lists
"lists.add-remove-%@" = "%@ 추가/제거";
"lists.create" = "새 리스트 만들기";
"lists.create.confirm" = "만들기";
"lists.edit.users-in-list" = "이 리스트에 있는 사용자";
"lists.name" = "리스트 이름";
"lists.name.message" = "리스트의 이름을 입력해주세요.";
// MARK: Package: Notifications
2023-02-04 17:28:03 +09:00
"notifications-others-count %lld" = "님 외 %lld명이 ";
2023-01-31 01:58:00 +09:00
"notifications.empty.message" = "알림? 무슨 알림이요? 알림 목록이 비어 있어요. 지금처럼 멋지게 하면 알림이 곧 올 거에요. 📱😎";
2023-01-29 16:16:25 +09:00
"notifications.empty.title" = "알림 없음";
"notifications.error.message" = "알림을 불러오지 못했습니다. 다시 시도해주세요.";
"notifications.error.title" = "오류";
"notifications.label.favorite %lld" = "좋아요함";
2023-02-05 16:03:23 +09:00
"notifications.label.follow %lld" = "나를 팔로우함";
"notifications.label.mention %lld" = "님이 나를 언급함";
2023-01-29 16:16:25 +09:00
"notifications.label.reblog %lld" = "부스트함";
2023-02-04 17:28:03 +09:00
"notifications.label.poll" = "님의 투표가 끝남";
2023-02-05 16:03:23 +09:00
"notifications.label.follow-request" = "님이 나에게 팔로우 요청을 보냄";
2023-02-04 17:28:03 +09:00
"notifications.label.status" = "님의 새 글";
"notifications.label.update" = "님이 글을 수정함";
2023-01-29 16:16:25 +09:00
"notifications.menu-title.favorite" = "좋아요";
"notifications.menu-title.follow" = "새 팔로워";
"notifications.menu-title.follow-request" = "팔로우 요청";
"notifications.menu-title.mention" = "나를 언급";
2023-01-31 01:58:00 +09:00
"notifications.menu-title.poll" = "투표 결과";
2023-01-29 16:16:25 +09:00
"notifications.menu-title.reblog" = "부스트";
2023-01-31 01:58:00 +09:00
"notifications.menu-title.status" = "새 글";
"notifications.menu-title.update" = "수정된 글";
2023-01-29 16:16:25 +09:00
"notifications.navigation-title" = "모든 알림";
"notifications.tab.all" = "모든 알림";
"notifications.tab.mentions" = "언급";
2023-02-15 14:34:53 +09:00
"notifications.label.status.push" = "🖊️ 새 글: ";
"notifications.label.reblog.push" = "🚀 부스트함: ";
"notifications.label.follow.push" = "👋 나를 팔로우함: ";
"notifications.label.follow-request.push" = "🔒 나에게 팔로우 요청을 보냄: ";
"notifications.label.favorite.push" = "⭐️ 좋아요함: ";
"notifications.label.poll.push" = "📈 투표가 끝남: ";
"notifications.label.update.push" = "글을 수정함: ";
2023-02-14 12:17:27 +01:00
2023-01-29 16:16:25 +09:00
// MARK: Package: Timeline
"timeline.federated" = "연합";
2023-02-05 16:03:23 +09:00
"timeline.latest" = "최신 타임라인 다시 불러오기";
2023-01-29 16:16:25 +09:00
"timeline.home" = "홈";
"timeline.local" = "로컬";
2023-02-22 20:49:16 +09:00
"timeline.n-recent-from-n-participants %lld %lld" = "%lld개 최근 글 (%lld명이 이야기 중)";
2023-01-29 16:16:25 +09:00
"timeline.trending" = "뜨고 있는";
2023-02-07 01:51:57 +09:00
"timeline.add.url" = "인스턴스 URL";
2023-01-29 16:16:25 +09:00
// MARK: Package: Status
"status.action.translate" = "번역";
2023-03-15 22:58:58 +09:00
"status.action.translate-with-deepl" = "DeepL 번역";
2023-02-27 01:18:50 +09:00
"status.action.translated-label-%@" = "%@ 서비스를 통해 번역됨";
"status.action.translated-label-from-%@-%@" = "%2$@ 서비스를 통해 %1$@에서 번역됨";
2023-01-29 16:16:25 +09:00
"status.action.bookmark" = "보관함에 추가";
"status.action.boost" = "부스트";
2023-02-22 20:49:16 +09:00
"status.action.boost-to-followers" = "팔로워에게만 부스트";
2023-01-31 01:58:00 +09:00
"status.action.copy-text" = "복사";
2023-02-27 01:18:50 +09:00
"status.action.copy-link" = "링크 복사";
2023-01-29 16:16:25 +09:00
"status.action.delete" = "삭제";
2023-02-12 04:22:11 +09:00
"status.action.delete.confirm.title" = "삭제 확인";
"status.action.delete.confirm.message" = "이 글을 정말 삭제하시겠습니까?";
2023-01-29 16:16:25 +09:00
"status.action.edit" = "수정";
"status.action.favorite" = "좋아요";
"status.action.mention" = "언급";
"status.action.message" = "메시지 작성";
"status.action.pin" = "고정";
2023-01-31 01:58:00 +09:00
"status.action.post" = "게시";
2023-01-29 16:16:25 +09:00
"status.action.quote" = "인용";
"status.action.reply" = "댓글";
2023-03-01 05:11:25 +09:00
"status.action.section.your-post" = "내 글을";
2023-02-20 14:16:47 +09:00
"status.action.share" = "링크 및 본문 공유";
"status.action.share-link" = "링크 공유";
"status.action.share-image" = "이미지로 공유";
"status.action.share-title" = "공유";
2023-01-29 16:16:25 +09:00
"status.action.unbookmark" = "보관함에서 제거";
"status.action.unboost" = "부스트 취소";
"status.action.unfavorite" = "좋아요 취소";
"status.action.unpin" = "고정 해제";
"status.action.view-in-browser" = "브라우저에서 보기";
2023-02-07 01:51:57 +09:00
"status.card.share" = "링크 공유";
"status.card.copy" = "링크 복사";
2023-01-29 16:16:25 +09:00
"status.draft.delete" = "삭제";
"status.draft.save" = "임시 보관함에 저장";
"status.editor.ai-prompt.correct" = "맞게 고치기";
2023-03-11 15:21:52 +09:00
"status.editor.ai-prompt.add-tags" = "주요 단어 #태그 표시하기";
"status.editor.ai-prompt.insert-tags" = "글 뒤에 #태그 추가하기";
2023-01-29 16:16:25 +09:00
"status.editor.ai-prompt.emphasize" = "내용 강조하기";
"status.editor.ai-prompt.fit" = "간결하게 바꾸기";
"status.editor.description.add" = "설명 추가";
"status.editor.description.edit" = "설명 편집";
"status.editor.drafts.navigation-title" = "임시 보관함";
2023-02-12 14:46:15 +09:00
"status.editor.emojis.navigation-title" = "커스텀 이모지";
2023-01-29 16:16:25 +09:00
"status.editor.error.upload" = "전송 오류";
2023-03-11 15:21:52 +09:00
"status.editor.language-select.navigation-title" = "글 언어 지정";
2023-01-29 16:16:25 +09:00
"status.editor.language-select.recently-used" = "최근 사용";
2023-02-15 14:34:53 +09:00
"status.editor.language-select.confirmation.detected-%@" = "%@로 표시하여 게시 (인식된 언어)";
"status.editor.language-select.confirmation.selected-%@" = "%@로 표시하여 게시 (선택한 언어)";
2023-03-11 15:21:52 +09:00
"status.editor.media.edit-image" = "미디어 편집";
"status.editor.media.image-description" = "미디어 설명";
2023-01-31 01:58:00 +09:00
"status.editor.mode.edit" = "글 수정";
"status.editor.mode.new" = "새 글";
2023-02-05 16:03:23 +09:00
"status.editor.mode.quote-%@" = "%@님의 글 인용";
"status.editor.mode.reply-%@" = "%@님의 글에 댓글";
2023-01-29 16:16:25 +09:00
"status.editor.restore-previous" = "이전 상태로 되돌리기";
"status.editor.spoiler" = "열람 주의 문구";
"status.editor.text.placeholder" = "무슨 생각을 하고 계신가요?";
2023-01-31 01:58:00 +09:00
"status.editor.visibility" = "글 공개 범위";
2023-03-11 15:21:52 +09:00
"status.editor.photo-library" = "사진 보관함";
"status.editor.browse-file" = "파일 앱";
2023-01-31 01:58:00 +09:00
"status.error.loading.message" = "글을 불러오지 못했습니다. 다시 시도해주세요.";
"status.error.message" = "글의 상세 정보를 불러오지 못했습니다. 다시 시도해주세요.";
2023-01-29 16:16:25 +09:00
"status.error.title" = "오류";
"status.filter.filtered-by-%@" = "%@ 필터에 의해 가려짐";
"status.filter.show-anyway" = "표시하기";
"status.image.alt-text.abbreviation" = "설명";
"status.media.content.show" = "내용 표시하기";
"status.media.contextmenu.copy" = "이미지 복사";
"status.media.contextmenu.save" = "이미지 저장";
"status.media.contextmenu.share" = "이미지 공유";
"status.media.contextmenu.view-browser" = "브라우저에서 보기";
"status.media.sensitive.show" = "민감한 미디어 표시하기";
"status.poll.n-votes %lld" = "%lld표";
2023-02-22 20:49:16 +09:00
"status.poll.n-votes-voters %lld %lld" = "%lld표 (%lld명)";
2023-01-29 16:16:25 +09:00
"status.poll.closed" = "종료됨";
"status.poll.closes-in" = "종료까지 ";
"status.poll.duration" = "투표 기간";
"status.poll.frequency" = "투표 선택 옵션";
"status.poll.option-n %lld" = "선택지 %lld";
2023-02-12 04:22:11 +09:00
"status.poll.send" = "투표";
2023-02-05 16:03:23 +09:00
"status.post-from-%@" = "%@님의 글";
2023-01-31 01:58:00 +09:00
"status.row.was-boosted" = "님이 부스트함";
"status.row.was-reply" = "댓글:";
2023-02-05 16:03:23 +09:00
"status.row.you-boosted" = "내가 부스트함";
2023-01-29 16:16:25 +09:00
"status.show-less" = "간략히 보기";
"status.show-more" = "더 보기";
2023-03-01 05:11:25 +09:00
"status.show-full-post" = "전체 내용 보기";
2023-01-29 16:16:25 +09:00
"status.summary.at-time" = " ";
"status.summary.edited-time" = "마지막 수정: ";
Profile tab accessibility uplift (#1274)
* Combine `joinedAtView` into one accessibility element
Previously, the calendar image was visible with a nonsensical label.
We use the `.combine` operator here to maintain the proper string formatting of the date.
* Improve the accessibility of the AccountDetailHeaderView
Previously, this image had no description and no indication that it had an associated interaction. Now, we wrap it in a button that performs the tap gesture action, and remove the element altogether if there is no avatar image set.
This commit also handles the checkmark for supporter users
* Tweak accessibility of Profile CustomInfoLabels
This commit:
- Reverses the order of title and value
- Sets the value as an `accessibilityValue`
- Adds a hint indicating what the button does, as they perform slightly different actions
* Make Profile tab header image into a Button
This element has an action associated with it (quicklook), so it makes more sense to have it as a button, and hide it if the user does not have an image set.
Without the action it would have been considered decorative and should be hidden.
* Change accessibilityLabel of Profile tab nav bar item to ‘Options’
“More” is considered overly generic.
This commit also adds two additional user input label options
* Add accessibility labels for the Profile tab `Picker`
Previously, these labels were the default accessibility label provided by the SF symbol, that almost, but not quite, made sense
* Remove StatusRowView swipe actions if VoiceOver is running
These swipe actions are automagically added to the accessibility element’s custom actions, in addition to the ones already there, which means that there is a significant (and confusing) amount of doubling up going on.
* Fix typo in StatusRowView.accessibilityActions
* Add accessibilityLabels to all StatusRowActionsView actions
* Provide explicit combined accessibility label for unfocused StatusRowView
Previously, this was a synthesized label, which read the elements in their traversal order, and didn’t provide any context for which of the three numbers corresponded to replies, boosts or favourites.
Now, we create an explicit combined label when the post isn’t being viewed by itself.
* Improve accessibility of StatusRow(Reblog|Reply)View
They are now combined elements and don’t vend the icon as its own element.
* Add missing punctuation to accessibility hints
* Remove interaction from Profile tab @username and profile note elements
These elements open the profile photo url, which is already provided explicitly through the profile photo
* Prefer spoiler warning for StatusRowView accessibility label
…but place the full, unredacted content in an `AccessibilityCustomContent` field for easy access.
Additionally, if VoiceOver is running, an action to expand the warning is also available.
* Represent `FollowButton` elements as Toggles to accessibility
Since these buttons have two states (though arguable in the case of following, but handled here by not changing the representation if a request is pending), it makes sense to handle them as toggles, so they will be read as “Following, On, <Trait>”
* Remove errant comment
* Add “Verified” accessibilityValue to profile fields
* Fix bug StatusRowView default action bug affecting VoiceOver users
Previously, the default (‘Activate’) action for VoiceOver users would be to share a link to the toot, rather than navigate to its detail. It’s hard to say exactly what caused this, but the root was the inclusion of the `contextMenu` in the `accessibilityActions`.
Now, double-tapping on a a non-focused `StatusRowView` will take you to the toot detail.
* Add header trait to Profile tab display name and familiar followers
These stand out as being header-like in presentation and represent the beginning of specific parts of the screen.
* Add conditional accessibility modifier to Profile tab user-defined fields that opens the correct link
* Add accessibility container that contextualises the user-defined fields
When VoiceOver users first enter a user-defined field, the container label will be read out before the element’s spoken description.
* Improve StatusRowView combined accessibility label
It will now start with:
“X boosted Y”, “X replied to @Y”, or “X…” depending on the context of the toot.
* Change familiar follows thumbnail to a Button; add display name as accessibility label
Previously, this button had no context, and would just be a series of images with nothing to allow users to disambiguate them.
* Revert changes from ZStack with tap gesture to Button
Using a Button for this purpose caused high weirdness in tap zones. Basically everything down to the familiar followers triggered both image buttons.
* Add image alt text to StatusRowView and StatusRowMediaPreviewView
Previously, there was no way for the intended audience for the alt text to find said text. There is a tap gesture on each image in the focused status row, but this is not advertised to the user.
Now, the first image’s alt text is read as part of the non-focused, combined representation, and each image has its own alt text attributed in the focused representation.
* Add Profile tab accessibility labels to indicate private/bot/muted/blocked accounts
Previously, the icon did not have any accessible representation (an empty text string).
* Add header trait to Profile “pinned post”
* Use the Account.Field.name for the user input label
* Replace spaces with commas in StatusRowView.combinedAccessibilityLabel
2023-03-20 02:27:18 +11:00
"status.summary.n-replies %lld" = "%lld replies";
2023-01-29 16:16:25 +09:00
"status.summary.n-boosts %lld" = "부스트 %lld회";
"status.summary.n-favorites %lld" = "좋아요 %lld회";
2023-01-31 01:58:00 +09:00
"status.visibility.direct" = "언급된 사용자만";
"status.visibility.follower" = "팔로워만";
2023-01-29 16:16:25 +09:00
"status.visibility.public" = "공개";
2023-01-31 01:58:00 +09:00
"status.visibility.unlisted" = "공개 타임라인에서만 숨김";
2023-01-29 16:16:25 +09:00
// MARK: Filters
"filter.new" = "새 필터 만들기";
"filter.filters" = "필터";
"filter.edit.title" = "필터 이름";
"filter.edit.keywords" = "거를 단어";
"filter.edit.keywords.add" = "새 단어 추가";
2023-03-05 15:23:18 +09:00
"filter.edit.contexts" = "적용할 곳";
2023-01-31 01:58:00 +09:00
"filter.edit.action" = "가릴 방식";
2023-03-05 15:23:18 +09:00
"filter.edit.expiry" = "가릴 기간";
"filter.edit.expiry.date-time" = "날짜 및 시간";
"filter.edit.expiry.duration" = "기간";
2023-01-29 16:16:25 +09:00
"account.action.edit-filters" = "필터 편집";
"filter.contexts.home" = "홈 및 리스트";
"filter.contexts.notifications" = "알림";
"filter.contexts.public" = "공개 타임라인";
"filter.contexts.conversations" = "대화";
"filter.contexts.profiles" = "프로필";
2023-03-01 05:11:25 +09:00
"filter.action.warning" = "경고 표시하고 글 가림";
"filter.action.hide" = "완전히 숨김";
2023-02-10 23:21:22 -07:00
// MARK: Accessibility
2023-03-11 15:21:52 +09:00
"accessibility.editor.button.attach-photo" = "미디어 첨부";
2023-02-12 04:22:11 +09:00
"accessibility.editor.button.poll" = "투표";
"accessibility.editor.button.spoiler" = "열람 주의 문구";
"accessibility.editor.button.drafts" = "임시 보관함";
"accessibility.editor.button.custom-emojis" = "커스텀 이모지";
2023-03-11 15:21:52 +09:00
"accessibility.editor.button.language" = "글 언어 지정";
Compose Post Screen Accessibility Tweaks (#1259)
* Add localized label for the AI prompt status accessory view
Previously, this icon would have an accessibility label matching its SF symbol key, ‘faxmachine’.
* Darken status editor character count foreground color
By changing it to .secondary, it gets to an APCA contrast of 61, which is a _just_ passing Bronze score for that text size.
It’s still quite short of WCAG 2.1 AA at 3.3:1 (recommended is 4.5:1)
* Change remaining character count color to red when < 0
* Refine remaining character count accessibility
In this commit, we
- Change its trait to `.updatesFrequently`
- Set a localized `accessibilityLabel`
- Set its `accessibilityValue` to the remaining character count
- Disable user interaction (which is presumably set automatically by virtue of being enclosed in a `Menu`)
* Set accessibilitySortPriority on Status editor ScrollView
Previously, the traversal order placed the elements inside the `ScrollView` last. Now, they follow on from the navigation bar contents in the expected order.
* Hide the AvatarView from status creation accessibility
When there is only one account available, there is no functionality associated with this element, so it is considered decorative-only, and should be hidden
* Set TextView placeholder’s `accessibilityValue` to placeholder text when empty
This behaviour matches `UITextField`
* Hide TextView custom `placeholderView` from accessibility
Previously, TextView would vend two accessibility elements when the placeholder was visible. This causes needless confusion for users.
Now, the TextView matches the accessible behaviour of text inputs elsewhere.
* Improve accessibility of post `privacyMenu`
Previously, it would be presented as `Everyone, Button`. Now, we move the visibility to its `value` and use `Visibility` for its label, in conjunction with a hint that states it `Changes post audience`.
* Add `.button` trait and accessible label to emojis in `customEmojisSheet`
Previously, these would all present as `image` with no description, making it very hard to discern what kind of emoji you were adding.
* Change drafts sheet item type to `Button`
A button with an action has a more accessible representation than a `Text` with a tap gesture.
2023-03-17 16:39:31 +11:00
"accessibility.editor.button.ai-prompt" = "AI prompt";
"accessibility.editor.button.characters-remaining" = "Characters remaining";
"accessibility.editor.privacy.label" = "Visibility";
"accessibility.editor.privacy.hint" = "Changes post audience.";
2023-02-20 14:16:47 +09:00
"accessibility.tabs.timeline.add-account" = "계정 추가";
Timeline tab accessibility uplift (#1277)
* Refine Profile tab VoiceOver order to prioritise user information
Previously, VoiceOver user would have to traverse through header image, “follows you”, and the profile image before getting to the display name of the user.
Now, this element is the first element after the navigation bar.
* Add accessibility label to Timeline Compose post button
Previously, this button was using the SF symbol fallback label.
Now, it has a localized equivalent in addition to two other options: “New”, and “Create”
* Change accessible representation of Timeline nav bar menu
Previously, this would present as a static text.
Now, it has the header trait. In addition, by changing the representation, VoiceOver will read it out as “Home, Pop-up button, Header”, indicating that it opens a menu.
* Add accessibilityHint to Timeline tab Accounts selector
* Add accessibilityLabel and hint to PendingStatusesObserver
Previously, this button would have a label equal to the count of unread posts. Now, it states “X new posts” with the hint “Scrolls the timeline”
2023-03-20 16:33:42 +11:00
"accessibility.tabs.timeline.new-post.label" = "Compose";
"accessibility.tabs.timeline.new-post.inputLabel1" = "New";
"accessibility.tabs.timeline.new-post.inputLabel2" = "Create";
"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts";
"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline.";
Accessibility tweaks + Notifications and Messages tab uplift (#1292)
* Improve StatusRowView accessibility actions
Previously, there was no way to interact with links and hashtags.
Now, these are added to the Actions rotor
* Hide `topPaddingView`s from accessibility
* Fix accessible header rendering in non-filterable TimelineViews
Previously, all navigation title views were assumed to be popup buttons.
Now, we only change the representation for timelines that are filterable.
* Combine tagHeaderView text elements
Previously, these were two separate items
* Prefer shorter Quote action label
* Improve accessibility of StatusEmbeddedView
Previously, this element would be three different ones, and include all the actions on the `StatusRowView` proper. Now, it presents as one element with no actions.
* Add haptics to StatusRowView accessibility actions
* Improve accessibility of ConversationsListRow
This commit adds:
- A combined representation of the component views
- “Unread” as the first part of the label (if this is the case)
- All relevant actions as custom actions
- Reply as magic tap
* Remove StatusRowView accessibilityActions if viewModel.showActions is false
* Hide media attachments from accessibility if the view is not focused
* Combine NotificationRowView accessibility elements; add user actions
Previously, there was no real way to interact with these notifications.
Now, the notifications that show the actions row have the appropriate StatusRowView-derived actions, and new followers notifications have more actions that let you see each user’s profile.
* Prefer @Environment’s `accessibilityEnabled` over `isVoiceOverRunning`
This way we can cater for Voice Control, Full Keyboard Access and Switch Control as well.
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-03-24 17:52:29 +11:00
"accessibility.tabs.timeline.content-link-%@" = "Visit %@";
"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@";
2023-02-20 14:16:47 +09:00
"accessibility.app-account.selector.accounts" = "계정";
Timeline tab accessibility uplift (#1277)
* Refine Profile tab VoiceOver order to prioritise user information
Previously, VoiceOver user would have to traverse through header image, “follows you”, and the profile image before getting to the display name of the user.
Now, this element is the first element after the navigation bar.
* Add accessibility label to Timeline Compose post button
Previously, this button was using the SF symbol fallback label.
Now, it has a localized equivalent in addition to two other options: “New”, and “Create”
* Change accessible representation of Timeline nav bar menu
Previously, this would present as a static text.
Now, it has the header trait. In addition, by changing the representation, VoiceOver will read it out as “Home, Pop-up button, Header”, indicating that it opens a menu.
* Add accessibilityHint to Timeline tab Accounts selector
* Add accessibilityLabel and hint to PendingStatusesObserver
Previously, this button would have a label equal to the count of unread posts. Now, it states “X new posts” with the hint “Scrolls the timeline”
2023-03-20 16:33:42 +11:00
"accessibility.app-account.selector.accounts.hint" = "Opens options sheet.";
Profile tab accessibility uplift (#1274)
* Combine `joinedAtView` into one accessibility element
Previously, the calendar image was visible with a nonsensical label.
We use the `.combine` operator here to maintain the proper string formatting of the date.
* Improve the accessibility of the AccountDetailHeaderView
Previously, this image had no description and no indication that it had an associated interaction. Now, we wrap it in a button that performs the tap gesture action, and remove the element altogether if there is no avatar image set.
This commit also handles the checkmark for supporter users
* Tweak accessibility of Profile CustomInfoLabels
This commit:
- Reverses the order of title and value
- Sets the value as an `accessibilityValue`
- Adds a hint indicating what the button does, as they perform slightly different actions
* Make Profile tab header image into a Button
This element has an action associated with it (quicklook), so it makes more sense to have it as a button, and hide it if the user does not have an image set.
Without the action it would have been considered decorative and should be hidden.
* Change accessibilityLabel of Profile tab nav bar item to ‘Options’
“More” is considered overly generic.
This commit also adds two additional user input label options
* Add accessibility labels for the Profile tab `Picker`
Previously, these labels were the default accessibility label provided by the SF symbol, that almost, but not quite, made sense
* Remove StatusRowView swipe actions if VoiceOver is running
These swipe actions are automagically added to the accessibility element’s custom actions, in addition to the ones already there, which means that there is a significant (and confusing) amount of doubling up going on.
* Fix typo in StatusRowView.accessibilityActions
* Add accessibilityLabels to all StatusRowActionsView actions
* Provide explicit combined accessibility label for unfocused StatusRowView
Previously, this was a synthesized label, which read the elements in their traversal order, and didn’t provide any context for which of the three numbers corresponded to replies, boosts or favourites.
Now, we create an explicit combined label when the post isn’t being viewed by itself.
* Improve accessibility of StatusRow(Reblog|Reply)View
They are now combined elements and don’t vend the icon as its own element.
* Add missing punctuation to accessibility hints
* Remove interaction from Profile tab @username and profile note elements
These elements open the profile photo url, which is already provided explicitly through the profile photo
* Prefer spoiler warning for StatusRowView accessibility label
…but place the full, unredacted content in an `AccessibilityCustomContent` field for easy access.
Additionally, if VoiceOver is running, an action to expand the warning is also available.
* Represent `FollowButton` elements as Toggles to accessibility
Since these buttons have two states (though arguable in the case of following, but handled here by not changing the representation if a request is pending), it makes sense to handle them as toggles, so they will be read as “Following, On, <Trait>”
* Remove errant comment
* Add “Verified” accessibilityValue to profile fields
* Fix bug StatusRowView default action bug affecting VoiceOver users
Previously, the default (‘Activate’) action for VoiceOver users would be to share a link to the toot, rather than navigate to its detail. It’s hard to say exactly what caused this, but the root was the inclusion of the `contextMenu` in the `accessibilityActions`.
Now, double-tapping on a a non-focused `StatusRowView` will take you to the toot detail.
* Add header trait to Profile tab display name and familiar followers
These stand out as being header-like in presentation and represent the beginning of specific parts of the screen.
* Add conditional accessibility modifier to Profile tab user-defined fields that opens the correct link
* Add accessibility container that contextualises the user-defined fields
When VoiceOver users first enter a user-defined field, the container label will be read out before the element’s spoken description.
* Improve StatusRowView combined accessibility label
It will now start with:
“X boosted Y”, “X replied to @Y”, or “X…” depending on the context of the toot.
* Change familiar follows thumbnail to a Button; add display name as accessibility label
Previously, this button had no context, and would just be a series of images with nothing to allow users to disambiguate them.
* Revert changes from ZStack with tap gesture to Button
Using a Button for this purpose caused high weirdness in tap zones. Basically everything down to the familiar followers triggered both image buttons.
* Add image alt text to StatusRowView and StatusRowMediaPreviewView
Previously, there was no way for the intended audience for the alt text to find said text. There is a tap gesture on each image in the focused status row, but this is not advertised to the user.
Now, the first image’s alt text is read as part of the non-focused, combined representation, and each image has its own alt text attributed in the focused representation.
* Add Profile tab accessibility labels to indicate private/bot/muted/blocked accounts
Previously, the icon did not have any accessible representation (an empty text string).
* Add header trait to Profile “pinned post”
* Use the Account.Field.name for the user input label
* Replace spaces with commas in StatusRowView.combinedAccessibilityLabel
2023-03-20 02:27:18 +11:00
"accessibility.tabs.profile.options.label" = "Options";
"accessibility.tabs.profile.options.inputLabel1" = "Settings";
"accessibility.tabs.profile.options.inputLabel2" = "More";
"accessibility.tabs.profile.user-avatar.label" = "Profile photo";
"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version.";
"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter";
"accessibility.tabs.profile.user.account-bot.label" = "Bot account";
"accessibility.tabs.profile.user.account-blocked.label" = "Blocked";
"accessibility.tabs.profile.user.account-muted.label" = "Muted";
"accessibility.tabs.profile.user.account-private.label" = "Private account";
"accessibility.tabs.profile.header-image.label" = "Header image";
"accessibility.tabs.profile.header-image.hint" = "Displays a larger version.";
"accessibility.tabs.profile.post-count.hint" = "Scrolls to list.";
"accessibility.tabs.profile.following-count.hint" = "Navigates to list.";
"accessibility.tabs.profile.follower-count.hint" = "Navigates to list.";
"accessibility.tabs.profile.picker.statuses" = "Posts";
"accessibility.tabs.profile.picker.favorites" = "Favorites";
"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks";
"accessibility.tabs.profile.picker.followed-tags" = "Tags";
"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies";
"accessibility.tabs.profile.picker.media" = "Media";
"accessibility.tabs.profile.picker.lists" = "Lists";
"accessibility.tabs.profile.user-notifications.label" = "Receive notifications";
"accessibility.tabs.profile.user-reblogs.label" = "Display boosts";
"accessibility.tabs.profile.fields.verified.label" = "Verified";
"accessibility.tabs.profile.fields.container.label" = "User-defined fields";
"accessibility.status.spoiler-full-content" = "Full Content";
"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@";
"accessibility.status.a-replied-to-%@" = "%@ replied to";
"accessibility.image.alt-text-%@" = "Image alt text: %@";
"accessibility.image.alt-text-more.label" = "More alt text available";
Accessibility tweaks + Notifications and Messages tab uplift (#1292)
* Improve StatusRowView accessibility actions
Previously, there was no way to interact with links and hashtags.
Now, these are added to the Actions rotor
* Hide `topPaddingView`s from accessibility
* Fix accessible header rendering in non-filterable TimelineViews
Previously, all navigation title views were assumed to be popup buttons.
Now, we only change the representation for timelines that are filterable.
* Combine tagHeaderView text elements
Previously, these were two separate items
* Prefer shorter Quote action label
* Improve accessibility of StatusEmbeddedView
Previously, this element would be three different ones, and include all the actions on the `StatusRowView` proper. Now, it presents as one element with no actions.
* Add haptics to StatusRowView accessibility actions
* Improve accessibility of ConversationsListRow
This commit adds:
- A combined representation of the component views
- “Unread” as the first part of the label (if this is the case)
- All relevant actions as custom actions
- Reply as magic tap
* Remove StatusRowView accessibilityActions if viewModel.showActions is false
* Hide media attachments from accessibility if the view is not focused
* Combine NotificationRowView accessibility elements; add user actions
Previously, there was no real way to interact with these notifications.
Now, the notifications that show the actions row have the appropriate StatusRowView-derived actions, and new followers notifications have more actions that let you see each user’s profile.
* Prefer @Environment’s `accessibilityEnabled` over `isVoiceOverRunning`
This way we can cater for Voice Control, Full Keyboard Access and Switch Control as well.
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-03-24 17:52:29 +11:00
"accessibility.tabs.messages.unread.label" = "Unread";
2023-02-13 21:12:18 +01:00
// MARK: Report
2023-02-14 15:00:40 +09:00
"report.comment.placeholder" = "추가 정보";
"report.title" = "신고";
"report.action.send" = "제출";
"status.action.report" = "글 신고";
2023-03-04 09:50:13 +01:00
2023-03-06 07:07:35 +01:00
"tag.suggested.mentions-%lld" = "%lld개 글";