fedilab-Android-App/app/src/main/res/values-ko/strings.xml

568 lines
36 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="action_about">정보</string>
<string name="action_about_instance">인스턴스 정보</string>
<string name="action_privacy">개인정보</string>
<string name="action_cache">캐시</string>
<string name="action_logout">로그아웃</string>
<!-- common -->
<string name="close">닫기</string>
<string name="yes"></string>
<string name="no">아니</string>
<string name="cancel">취소</string>
<string name="download">다운로드</string>
<string name="download_file">다운로드 %1$s</string>
<string name="save_over">미디어 저장 완료</string>
<string name="download_from" formatted="false">파일: %1$s</string>
<string name="password">비밀번호</string>
<string name="email">이메일</string>
<string name="accounts">계정</string>
<string name="toots"></string>
<string name="tags">태그</string>
<string name="save">저장</string>
<string name="instance">인스턴스</string>
<string name="instance_example">인스턴스: mastodon.social</string>
<string name="toast_account_changed" formatted="false">계정 %1$s로 전환되었습니다</string>
<string name="add_account">계정 추가</string>
<string name="clipboard">툿의 내용이 클립보드로 복사되었습니다</string>
<string name="clipboard_url">툿의 URL이 클립보드로 복사되었습니다</string>
<string name="camera">카메라</string>
<string name="delete_all">일괄 삭제</string>
<string name="schedule">예약</string>
<string name="text_size">텍스트 및 아이콘 크기</string>
<string name="next">다음</string>
<string name="previous">이전</string>
<string name="open_with">다음으로 열기</string>
<string name="validate">확인</string>
<string name="media">미디어</string>
<string name="share_with">공유</string>
<string name="shared_via">Fedilab으로 공유</string>
<string name="replies">답글</string>
<string name="username">사용자명</string>
<string name="drafts">초안</string>
<string name="favourite">즐겨찾기</string>
<string name="follow">새 팔로워</string>
<string name="mention">멘션</string>
<string name="reblog">부스트</string>
<string name="show_boosts">부스트 표시</string>
<string name="show_replies">답글 표시</string>
<string name="action_open_in_web">브라우저에서 열기</string>
<string name="translate">번역</string>
<!--- Menu -->
<string name="home_menu"></string>
<string name="local_menu">로컬 타임라인</string>
<string name="muted_menu">뮤트한 사용자</string>
<string name="blocked_menu">차단한 사용자</string>
<string name="notifications">알림</string>
<string name="follow_request">팔로우 요청</string>
<string name="settings">설정</string>
<string name="send_email">이메일 보내기</string>
<string name="scheduled_toots">예약된 툿</string>
<string name="disclaimer_full">아래의 정보는 사용자의 정보를 완전하게 나타내지 못할 수도 있습니다.</string>
<string name="insert_emoji">이모티콘 삽입</string>
<string name="no_emoji">The app did not collect custom emojis for the moment.</string>
<string name="logout_account_confirmation">Are you sure you want to logout @%1$s@%2$s?</string>
<!-- Status -->
<string name="no_status">표시할 툿이 없습니다</string>
<string name="favourite_add">이 툿을 즐겨찾기에 추가하시겠습니까?</string>
<string name="favourite_remove">이 툿을 즐겨찾기에서 삭제하시겠습니까?</string>
<string name="reblog_add">이 툿을 부스트하시겠습니까?</string>
<string name="reblog_remove">이 툿의 부스트를 해제하시겠습니까?</string>
<string name="more_action_1">뮤트</string>
<string name="more_action_2">차단</string>
<string name="more_action_3">신고</string>
<string name="more_action_4">삭제</string>
<string name="more_action_5">복사</string>
<string name="more_action_6">공유</string>
<string name="more_action_7">멘션</string>
<string name="more_action_8">시한 뮤트</string>
<string name="more_action_9">삭제하고 다시 쓰기</string>
<string-array name="more_action_confirm">
<item>이 계정을 뮤트하시겠습니까?</item>
<item>이 계정을 차단하시겠습니까?</item>
<item>이 툿을 신고하시겠습니까?</item>
<item>이 도메인을 차단하시겠습니까?</item>
<item>이 계정의 뮤트를 해제하겠습니까?</item>
<item>Unblock this account?</item>
</string-array>
<string-array name="action_notification">
<item>알림</item>
<item>무음</item>
</string-array>
<string-array name="more_action_owner_confirm">
<item>이 툿을 삭제하시겠습니까?</item>
<item>이 툿을 삭제하고 다시 쓰시겠습니까?</item>
</string-array>
<string name="bookmarks">북마크</string>
<string name="bookmark_add">북마크에 추가</string>
<string name="bookmark_remove">북마크 삭제</string>
<string name="status_bookmarked">게시물이 북마크에 추가 되었습니다!</string>
<string name="status_unbookmarked">게시물이 북마크에서 삭제 되었습니다!</string>
<!-- Date -->
<string name="date_seconds">%d 초</string>
<string name="date_minutes">%d 분</string>
<string name="date_hours">%d 시</string>
<string name="date_day">%d 일</string>
<plurals name="date_seconds_polls">
<item quantity="other">%d seconds</item>
</plurals>
<plurals name="date_minutes_polls">
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="date_hours_polls">
<item quantity="other">%d hours</item>
</plurals>
<plurals name="date_day_polls">
<item quantity="other">%d days</item>
</plurals>
<!-- TOOT -->
<string name="toot_select_image_error">미디어를 선택하는 도중 오류가 발생하였습니다!</string>
<string name="toot_delete_media">이 미디어를 삭제할까요?</string>
<string name="toot_error_no_content">툿 내용이 비어있습니다!</string>
<string name="toot_sent">툿이 성공적으로 보내졌습니다!</string>
<string name="toot_sensitive">민감한 내용?</string>
<string name="no_draft">임시 저장 된 것이 없습니다!</string>
<string name="choose_accounts">계정을 선택하세요</string>
<string name="select_accounts">계정들을 몇 개 선택하세요</string>
<string name="remove_draft">임시 저장 된 글을 삭제할까요?</string>
<string name="upload_form_description">시각장애인을 위한 설명</string>
<!-- Instance -->
<string name="instance_no_description">설명이 존재하지 않습니다!</string>
<!-- About -->
<string name="about_vesrion">릴리즈 %1$s</string>
<string name="about_developer">개발자:</string>
<string name="about_license">라이센스: </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">소스 코드: </string>
<string name="about_thekinrar">인스턴스 검색:</string>
<!-- Conversation -->
<!-- Accounts -->
<string name="no_accounts">표시할 계정이 없습니다</string>
<string name="no_follow_request">팔로우 요청이 없습니다</string>
<string name="status_cnt">툿 \n %1$s</string>
<string name="following_cnt">팔로잉 \n %1$s</string>
<string name="followers_cnt">팔로워 \n %1$s</string>
<string name="reject">거부</string>
<!-- Scheduled toots -->
<string name="no_scheduled_toots">예약 된 툿이 없습니다!</string>
<string name="remove_scheduled">예약 된 툿을 지울까요?</string>
<string name="toot_scheduled">툿이 예약되었습니다!</string>
<string name="toot_scheduled_date">예약 날짜는 현재보다 미래여야 합니다!</string>
<!-- timed mute -->
<string name="timed_mute_date_error">뮤트할 시간은 1분보다 길어야 합니다.</string>
<string name="timed_mute_date">%1$s가 %2$s까지 뮤트 되었습니다.\n 상대의 프로필 페이지에서 뮤트를 취소할 수 있습니다.</string>
<string name="timed_mute_profile">%1$s는 %2$s까지 뮤트 되었습니다.\n 여기를 클릭하여 뮤트를 취소할 수 있습니다.</string>
<!-- Notifications -->
<string name="no_notifications">표시할 알림이 없습니다</string>
<string name="notif_mention">당신을 언급했습니다</string>
<string name="notif_status">wrote a new message</string>
<string name="notif_reblog">당신의 게시물을 부스트 했습니다</string>
<string name="notif_favourite">당신의 상태를 마음에 들어했습니다</string>
<string name="notif_follow">당신을 팔로우 했습니다</string>
<string name="notif_follow_request">asked to follow you</string>
<string name="delete_notification_ask_all">알림을 모두 삭제할까요?</string>
<string name="delete_notification_all">알림이 모두 삭제되었습니다!</string>
<!-- HEADER -->
<string name="followers">팔로워</string>
<!-- TOAST -->
<string name="client_error">클라이언트 ID를 얻을 수 없습니다!</string>
<string name="toast_block">계정이 차단 되었습니다!</string>
<string name="toast_unblock">계정이 차단 해제 되었습니다!</string>
<string name="toast_mute">계정이 뮤트 되었습니다!</string>
<string name="toast_unmute">계정이 뮤트 해제 되었습니다!</string>
<string name="toast_follow">계정을 팔로우 하였습니다!</string>
<string name="toast_unfollow">계정의 팔로우를 해제했습니다!</string>
<string name="toast_reblog">툿이 부스트 되었습니다!</string>
<string name="toast_unreblog">The toot is no longer boosted!</string>
<string name="toast_favourite">The toot was added to your favourites!</string>
<string name="toast_unfavourite">The toot was removed from your favourites!</string>
<string name="toast_error">이런! 문제가 발생했습니다!</string>
<string name="toast_code_error">An error occurred! The instance did not return an authorisation code!</string>
<string name="toast_error_instance">The instance domain does not seem to be valid!</string>
<string name="toast_error_loading_account">An error occurred while switching between accounts!</string>
<string name="toast_error_search">An error occurred while searching!</string>
<string name="nothing_to_do">아무 조치를 취할 수 없습니다</string>
<string name="toast_error_translate">An error occurred while translating!</string>
<!-- Settings -->
<string name="set_toots_page">Number of toots per load</string>
<string name="set_disable_gif">GIF 아바타 비활성화</string>
<string name="set_notif_follow">누군가가 나를 팔로우 할 때 알림</string>
<string name="set_notif_follow_share">누군가 내 게시물을 부스트 할 때 알림</string>
<string name="set_notif_follow_add">누군가 내 게시물을 마음에 들어 할 때 알림</string>
<string name="set_notif_follow_mention">누군가 나를 언급할 때 알림</string>
<string name="set_notif_follow_poll">투표가 끝나면 알림</string>
<string name="set_notif_status">Notify for new posts</string>
<string name="set_share_validation">부스트 하기 전에 확인창 표시</string>
<string name="set_share_validation_fav">Show confirmation dialog before adding to favourites</string>
<string name="set_notify">일림?</string>
<string name="set_notif_silent">Silent Notifications</string>
<string name="set_nsfw_timeout">NSFW 보는 시간(초, 0 = 비활성화)</string>
<string name="set_med_desc_timeout">Media Description timeout (seconds, 0 means off)</string>
<string name="settings_title_custom_sharing">Custom sharing</string>
<string name="settings_custom_sharing_url">Your custom sharing URL…</string>
<string name="set_lock_account">계정 잠그기</string>
<string name="set_save_changes">변경사항 저장</string>
<string name="set_fit_preview">미리보기 이미지 크기 맞추기</string>
<string name="settings_time_from">사이에</string>
<string name="settings_time_to">그리고</string>
<string name="embedded_browser">내장 브라우저 사용</string>
<string name="custom_tabs">커스텀 탭</string>
<string name="expand_cw">CW를 자동으로 펼침</string>
<string name="set_led_colour">LED 색 설정:</string>
<string-array name="led_colours">
<item>파란색</item>
<item>청록색</item>
<item>자홍색</item>
<item>초록색</item>
<item>빨간색</item>
<item>노란색</item>
<item>흰색</item>
</string-array>
<string name="action_follow">팔로우</string>
<string name="action_unblock">차단 해제</string>
<string name="action_mute">뮤트</string>
<string name="action_unmute">뮤트 해제</string>
<string name="request_sent">요청 보내짐</string>
<string name="followed_by">당신을 팔로우 합니다</string>
<string name="set_capitalize">답글의 첫 글자를 대문자로</string>
<string name="set_resize_picture">이미지 크기 조정</string>
<string name="set_resize_video">Resize videos</string>
<!-- Quick settings for notifications -->
<!-- CACHE -->
<string name="cache_units">MB</string>
<!-- ACTIVITY CUSTOM SHARING -->
<string name="title_header_custom_sharing">제목</string>
<string name="title_hint_custom_sharing">Title…</string>
<string name="description_header_custom_sharing">설명</string>
<string name="keywords_header_custom_sharing">키워드</string>
<string name="keywords_hint_custom_sharing">키워드…</string>
<!-- ACTIVITY CACHE -->
<string name="v_public">공개</string>
<string name="v_unlisted">공개 타임라인에 비표시</string>
<string name="v_private">비공개</string>
<string name="v_direct">다이렉트</string>
<!-- PRIVACY -->
<string name="filter_regex">정규식에 의한 걸러내기</string>
<string name="search">검색</string>
<string name="delete">삭제</string>
<!-- About lists -->
<string name="action_lists">목록</string>
<string name="action_lists_confirm_delete">이 리스트를 정말로 영원히 삭제하시겠습니까?</string>
<string name="action_lists_add_to">리스트에 추가</string>
<string name="action_lists_delete">리스트 삭제</string>
<string name="action_lists_title_placeholder">새 리스트 제목</string>
<string name="action_lists_add_user">The account was added to the list!</string>
<string name="action_lists_empty">You don\'t have any lists yet!</string>
<!-- Migration -->
<string name="account_moved_to">%1$s은 %2$s로 이동했습니다</string>
<string name="media_ready">Media has been loaded. Tap here to display it.</string>
<!-- Proxy -->
<string name="proxy_set">프록시</string>
<string name="proxy_enable">프록시 활성화?</string>
<string name="poxy_host">호스트</string>
<string name="poxy_port">포트</string>
<string name="poxy_login">로그인</string>
<string name="poxy_password">비밀번호</string>
<string name="set_share_details">공유할 때 툿의 세부 정보 포함</string>
<string name="support_the_app_on_liberapay">Support the app on Liberapay</string>
<string name="alert_regex">There is an error in the regular expression!</string>
<string name="toast_instance_unavailable">No timelines was found on this instance!</string>
<string name="follow_instance">Follow instance</string>
<string name="toast_instance_already_added">You already follow this instance!</string>
<string name="action_partnership">Partnerships</string>
<string name="hide_boost">Hide boosts from %s</string>
<string name="endorse">Feature on profile</string>
<string name="show_boost">Show boosts from %s</string>
<string name="unendorse">Don\'t feature on profile</string>
<string name="direct_message">Direct message</string>
<string name="filters">Filters</string>
<string name="action_filters_empty_content">No filters to display. You can create one by tapping on the \"+\" button.</string>
<string name="filter_keyword">Keyword or phrase</string>
<string name="context_home">Home timeline</string>
<string name="context_public">Public timelines</string>
<string name="context_notification">Notifications</string>
<string name="context_conversation">Conversations</string>
<string name="filter_keyword_explanations">Will be matched regardless of casing in text or content warning of a toot</string>
<string name="context_drop">숨기는 대신 삭제</string>
<string name="context_drop_explanations">필터링 된 툿은 필터가 삭제 된 뒤에도 돌아오지 않습니다.</string>
<string name="context_whole_word_explanations">When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word</string>
<string name="context_whole_word">Whole word</string>
<string name="filter_context">Filter contexts</string>
<string name="filter_context_explanations">One or multiple contexts where the filter should apply</string>
<string name="filter_expire">만료 시간</string>
<string name="action_filter_delete">필터를 삭제할까요?</string>
<string name="action_update_filter">필터 갱신</string>
<string name="action_list_add">You have not created a list yet. Tap on the \"+\" button to add a new one.</string>
<string name="expand_image">Automatically expand hidden media</string>
<string name="channel_notif_follow">새 팔로우</string>
<string name="channel_notif_boost">새 부스트</string>
<string name="channel_notif_fav">새 즐겨찾기</string>
<string name="channel_notif_mention">새로운 언급</string>
<string name="channel_notif_poll">투표 종료</string>
<string name="channel_notif_backup">툿 백업</string>
<string name="channel_notif_status">New posts</string>
<string name="channel_notif_media">미디어 다운로드</string>
<string name="select_sound">Select Tone</string>
<string name="set_enable_time_slot">Enable time slot</string>
<string name="block_domain_confirm_message">Are you sure to block %s?\n\nYou will not see any content from that domain in any public timeline or in your notifications. Your followers from that domain will be removed.</string>
<string name="block_domain">도메인 차단</string>
<string name="toast_block_domain">도메인이 차단 되었습니다</string>
<string name="retrieve_remote_status">Fetching remote status</string>
<string name="peertube_instance">Peertube instance</string>
<string name="set_display_emoji">Use Emoji One</string>
<string name="information">정보</string>
<string name="set_display_card">Display previews in all toots</string>
<string name="account_id_clipbloard">계정의 아이디가 클립보드에 복사되었습니다!</string>
<string name="set_change_locale">언어 변경</string>
<string name="truncate_long_toots">긴 툿 자르기</string>
<string name="set_truncate_toot">\'x\'줄을 넘는 툿을 자릅니다. 0으로 설정하면 비활성화 됩니다.</string>
<string name="display_toot_truncate">더 보기</string>
<string name="hide_toot_truncate">덜 보기</string>
<string name="tags_already_stored">태그가 이미 존재합니다!</string>
<string name="schedule_boost">예약된 부스트</string>
<string name="boost_scheduled">부스트가 예약되었습니다!</string>
<string name="no_scheduled_boosts">예약 된 부스트가 없습니다!</string>
<string name="open_menu">메뉴 열기</string>
<string name="profile_picture">프로필 사진</string>
<string name="profile_banner">프로필 배너</string>
<string name="contact_instance_admin">인스턴스의 관리자에게 연락</string>
<string name="mastohost_logo">MastoHost 로고</string>
<string name="emoji_picker">에모지 선택기</string>
<string name="expand_conversation">대화 확장하기</string>
<string name="custom_emoji_picker">커스텀 에모지 선택기</string>
<string name="favicon">파비콘</string>
<string name="media_description">미디어 설명 추가 (시각장에인을 위해)</string>
<string-array name="filter_expire">
<item>영원히</item>
<item>30 분</item>
<item>1 시간</item>
<item>6 시간</item>
<item>12 시간</item>
<item>1 일</item>
<item>1 주</item>
</string-array>
<!-- languages not translated -->
<string name="languages">언어</string>
<string name="show_media_only">미디어만</string>
<string name="show_media_nsfw">NSFW 보기</string>
<string name="bot"></string>
<string name="pixelfed_instance">픽셀페드 인스턴스</string>
<string name="mastodon_instance">마스토돈 인스턴스</string>
<string name="any_tags">Any of these</string>
<string name="all_tags">All of these</string>
<string name="none_tags">None of these</string>
<string name="some_words_any">Any of these words (space-separated)</string>
<string name="some_words_all">All these words (space-separated)</string>
<string name="some_tags">Add some words to filter (space-separated)</string>
<string name="change_tag_column">Change column name</string>
<string name="misskey_instance">Misskey instance</string>
<string name="trending">Trending</string>
<string name="local">Local</string>
<string name="category">Category</string>
<string name="description">Description</string>
<string name="share">Share</string>
<string name="toots_server">툿(서버)</string>
<string name="toots_client">툿(장치)</string>
<string name="settings_category_label_timelines">타임라인</string>
<string name="settings_category_label_interface">인터페이스</string>
<string name="contact">연락처</string>
<string name="toot_select_file_error">An error occurred when selecting the backup file!</string>
<string name="action_logout_account">계정 로그아웃</string>
<string name="all">모두</string>
<string name="copy_link">링크 복사</string>
<string name="calls_blocked">http 호출이 응용프로그램에 의해 차단 되었습니다</string>
<string name="list_of_blocked_domains">차단 된 호출 내역</string>
<string name="submit">제출</string>
<string name="filter_timeline_with_a_tag">타임라인을 태그로 필터링</string>
<string name="no_tags">No tags</string>
<string name="set_retrieve_metadata_share_from_extras">Attach an image when sharing a URL</string>
<!-- end languages -->
<string name="create_poll">Create a poll</string>
<string name="poll_choice_s">Choice %d</string>
<string name="poll_invalid_choices">You need two choices at least for the poll!</string>
<string name="done">Done</string>
<string name="poll_finish_at">end at %s</string>
<string name="vote">Vote</string>
<string name="notif_poll">A poll you have voted in has ended</string>
<string name="notif_poll_self">A poll you tooted has ended</string>
<string name="settings_category_notif_categories">카테고리</string>
<string name="move_timeline">Move timeline</string>
<string name="hide_timeline">Hide timeline</string>
<string name="reorder_timelines">Reorder timelines</string>
<string name="reorder_list_deleted">List permanently deleted</string>
<string name="reorder_instance_removed">Followed instance removed</string>
<string name="reorder_tag_removed">Pinned tag removed</string>
<string name="undo">Undo</string>
<string name="warning_main_timeline">Main timelines can only be hidden!</string>
<string name="set_sensitive_content">Always mark media as sensitive</string>
<string name="gnu_instance">그누 인스턴스</string>
<string name="set_forward_tags">답글에 태그 전달</string>
<string name="set_long_press_media">길게 눌러 미디어 저장</string>
<string name="add_tags">태그 관리</string>
<string name="display_name">표시되는 이름</string>
<string name="label_emoji">에모지</string>
<string name="label_text">문자</string>
<string name="label_filter">필터</string>
<string name="label_brush"></string>
<string name="discard">버리기</string>
<string name="saving">저장…</string>
<string name="image_saved">성공적으로 저장되었습니다!</string>
<string name="save_image_failed">저장하는데 실패하였습니다</string>
<string name="add_poll_item">투표 항목 추가</string>
<string name="mute_conversation">대화 뮤트</string>
<string name="unmute_conversation">대화 뮤트 해제</string>
<string name="toast_unmute_conversation">The conversation is no longer muted!</string>
<string name="toast_mute_conversation">The conversation is muted</string>
<string name="category_general">General</string>
<string name="category_regional">Regional</string>
<string name="category_art">Art</string>
<string name="category_activism">Activism</string>
<string name="category_games">Gaming</string>
<string name="category_tech">Technology</string>
<string name="category_furry">Furry</string>
<string name="category_food">Food</string>
<string name="instance_logo">Logo of the instance</string>
<string name="join_mastodon">Join Mastodon</string>
<string name="pickup_instance_category">Choose an instance by picking up a category, then tap on a check button.</string>
<string name="users">%1$s users</string>
<string name="password_confirm">Confirm password</string>
<string name="agreement_check">I agree to %1$s and %2$s</string>
<string name="server_rules">server rules</string>
<string name="tos">terms of service</string>
<string name="sign_up">Sign up</string>
<string name="validation_needed">This instance works with invitations. Your account will need to be manually approved by an administrator before being usable.</string>
<string name="password_error">Passwords don\'t match!</string>
<string name="email_error">The email doesn\'t seem to be valid!</string>
<string name="email_indicator">You will be sent a confirmation e-mail</string>
<string name="password_indicator">Use at least 8 characters</string>
<string name="password_too_short">Password should contain at least 8 characters</string>
<string name="username_error">Username should only contain letters, numbers and underscores</string>
<string name="account_created">Account created!</string>
<string name="account_created_message"> Your account has been created!\n\n
Think to validate your email within the 48 next hours.\n\n
You can now connect your account by writing <b>%1$s</b> in the first field and click on <b>Connect</b>.\n\n
<b>Important</b>: If your instance required validation, you will receive an email once it is validated!
</string>
<string name="save_draft">Save the message in drafts?</string>
<string name="administration">Administration</string>
<string name="reports">Reports</string>
<string name="unresolved">Unresolved</string>
<string name="remote">Remote</string>
<string name="active">Active</string>
<string name="pending">Pending</string>
<string name="disabled">Disabled</string>
<string name="suspended">Suspended</string>
<string name="permissions">Permissions</string>
<string name="disable">Disable</string>
<string name="silence">Silence</string>
<string name="account">Account</string>
<string name="unsilence">Undo silence</string>
<string name="undisable">Undo disable</string>
<string name="suspend">Suspend</string>
<string name="unsuspend">Undo suspend</string>
<string name="audio">The application needs to access audio recording</string>
<string name="voice_message">Voice message</string>
<string name="set_enable_time_slot_indication">During the time slot, the app will send notifications. You can reverse (ie: silent) this time slot with the right spinner.</string>
<string name="set_fit_preview_indication">Previews will not be cropped in timelines</string>
<string name="set_capitalize_indication">Automatically insert a line break after the mention to capitalize the first letter</string>
<string name="settings_title_custom_sharing_indication">Allow content creators to share statuses to their RSS feeds</string>
<string name="compose">Compose</string>
<string name="select">Select</string>
<string name="add_instances">Add an instance</string>
<string name="set_enable_crash_report">Enable crash reports</string>
<string name="set_enable_crash_report_indication">If enabled, a crash report will be created locally and then you will be able to share it.</string>
<string name="crash_title">Fedilab has stopped :(</string>
<string name="crash_message">You can send me by email the crash report. It will help to fix it :)\n\nYou can add additional content. Thank you!</string>
<string name="visibility">Visibility</string>
<string name="set_disable_animated_emoji">Disable custom animated emojis</string>
<string name="report_account">Report account</string>
<plurals name="number_of_voters">
<item quantity="other">%d voters</item>
</plurals>
<string-array name="poll_choice_type">
<item>Single choice</item>
<item>Multiple choices</item>
</string-array>
<string-array name="poll_duration">
<item>5 분</item>
<item>30 분</item>
<item>1 시간</item>
<item>6 시간</item>
<item>1 일</item>
<item>3 일</item>
<item>7 일</item>
</string-array>
<string name="poll_duplicated_entry">Your poll can\'t have duplicated options!</string>
<string name="set_clear_cache_exit">Clear cache when leaving</string>
<string name="set_clear_cache_exit_indication">The cache (media, cached messages, data from the built-in browser) will be automatically cleared when leaving the application.</string>
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
<string name="set_unfollow_validation">Show confirmation dialog before unfollowing</string>
<string name="replace_medium">Replace Medium links</string>
<string name="replace_medium_description">Replace medium.com links with an open source alternative front-end focused on privacy.</string>
<string name="replace_medium_host">Default: scribe.rip</string>
<string name="set_push_notifications">Use a push notifications system for getting notifications in real time.</string>
<string name="action_add_notes">Add notes</string>
<string name="note_for_account">Notes for the account</string>
<string name="set_resize_picture_indication">Allow to compress large photos into smaller sized photos with very less or negligible loss in quality of the image.</string>
<string name="set_resize_video_indication">Allow compressing videos while maintaining their quality.</string>
<string name="order_by">Order by</string>
<string name="link_color_title">Links</string>
<string name="link_color">Change the color of links (URLs, mentions, tags, etc.) in messages</string>
<string name="boost_header_color_title">Reblogs header</string>
<string name="displayname_title">Change the color of display name at the top of messages</string>
<string name="username_title">Change the color of the user name at the top of messages</string>
<string name="boost_header_color">Change the color of the header for reblogs</string>
<string name="background_status_title">Posts</string>
<string name="background_status">Background color of posts in timelines</string>
<string name="reset_color">Reset colors</string>
<string name="clik_reset">Tap here to reset all your custom colors</string>
<string name="reset">Reset</string>
<string name="icons_color_title">Icons</string>
<string name="icons_color">Color of bottom icons in timelines</string>
<string name="logo_of_the_instance">Logo of the instance</string>
<string name="edit_profile">Edit profile</string>
<string name="make_an_action">Make an action</string>
<string name="translation">Translation</string>
<string name="text_color_title">Text color</string>
<string name="text_color">Change the text color in messages</string>
<string name="pref_custom_theme">Use a custom theme</string>
<string name="theming">Theming</string>
<string name="data_export_theme">The theme was exported</string>
<string name="data_export_theme_success">The theme has been successfully exported in CSV</string>
<string name="import_theme">Import a theme</string>
<string name="import_theme_title">Tap here to import a theme from a previous export</string>
<string name="export_theme">Export the theme</string>
<string name="export_theme_title">Tap here to export the current theme</string>
<string name="theme_file_error">An error occurred when selecting the theme file</string>
<string name="user_count">User count</string>
<string name="status_count">Status count</string>
<string name="instance_count">Instance count</string>
<string name="poll_finish_in">End in %s</string>
<string name="no_instance_reccord">This instance is not available on https://instances.social</string>
<string name="display_full_link">Display full link</string>
<string name="share_link">Share link</string>
<string name="open_other_app">Open with another app</string>
<string name="check_redirect">Check redirect</string>
<string name="no_redirect">This URL does not redirect</string>
<string name="redirect_detected">%1$s \n\nredirects to\n\n %2$s</string>
<string name="set_utm_parameters">Remove UTM parameters</string>
<string name="set_utm_parameters_indication">The app will automatically remove UTM parameters from URLs before visiting a link.</string>
<string name="talking_about">%d people talking</string>
<string name="twitter_accounts">Twitter accounts (via Nitter)</string>
<string name="list_of_twitter_accounts">Twitter usernames space separated</string>
<string name="identity_proofs">Identity proofs</string>
<string name="verified_user">Verified identity</string>
<string name="verified_by">Verified by %1$s (%2$s)</string>
<string name="action_disabled">Action disabled</string>
<string name="action_unfollow">Unfollow</string>
<string name="error_destination_path">Something went wrong, please check your download directory in settings.</string>
<string name="action_announcements">Announcements</string>
<string name="no_announcements">No announcements!</string>
<string name="add_reaction">Add a reaction</string>
<string name="set_video_cache">Video cache in MB, zero means no cache.</string>
<string name="set_watermark">Watermarks</string>
<string name="set_watermark_indication">Automatically add a watermark at the bottom of pictures. The text can be customized for each account.</string>
<string name="no_distributors_found">No distributors found!</string>
<string name="no_distributors_explanation">You need a distributor for receiving push notifications.\nYou will find more details at %1$s.\n\nYou can also disable push notifications in settings for ignoring that message.</string>
<string name="select_distributors">Select a distributor</string>
</resources>