Skip to content

Commit

Permalink
Latest translations and fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
nodebb-misty committed Feb 20, 2024
1 parent 920f787 commit a958dd2
Show file tree
Hide file tree
Showing 22 changed files with 182 additions and 182 deletions.
8 changes: 4 additions & 4 deletions public/language/ko/admin/advanced/cache.json
Expand Up @@ -2,9 +2,9 @@
"cache": "Cache",
"post-cache": "포스트 캐시",
"group-cache": "그룹 캐시",
"local-cache": "자체 캐시",
"object-cache": "오프젝트 캐시",
"percent-full": "%1%꽉참",
"local-cache": "로컬 캐시",
"object-cache": "객체 캐시",
"percent-full": "%1%",
"post-cache-size": "포스트 캐시 크기",
"items-in-cache": "캐시된 항목들"
"items-in-cache": "캐시된 항목"
}
6 changes: 3 additions & 3 deletions public/language/ko/admin/extend/widgets.json
Expand Up @@ -5,7 +5,7 @@
"none-installed": "위젯이 없습니다! <a href=\"%1\">플러그인</a> 설정 메뉴에서 widget essentials 플러그인을 설치하세요.",
"clone-from": "복제할 위젯 선택",
"containers.available": "사용 가능한 컨테이너",
"containers.explanation": "Drag and drop on top of any widget",
"containers.explanation": "위젯 위로 끌어다 놓으세요",
"containers.none": "없음",
"container.well": "Well",
"container.jumbotron": "Jumbotron",
Expand All @@ -30,6 +30,6 @@
"start-date": "Start date",
"end-date": "End date",
"hide-on-mobile": "모바일에서 숨김",
"hide-drafts": "Hide drafts",
"show-drafts": "Show drafts"
"hide-drafts": "초안 숨기기",
"show-drafts": "초안 보기"
}
64 changes: 32 additions & 32 deletions public/language/ko/admin/settings/email.json
@@ -1,33 +1,33 @@
{
"email-settings": "이메일 설정",
"address": "포럼 메일 주소",
"address-help": "아래 이메일 주소는 수신인의 \"보낸 사람\"\"답장하기\" 항목에서 보이게 됩니다.",
"from": "포럼 메일 발신자 이름",
"from-help": "이메일에 표시할 발신자 이름",
"address": "이메일 주소",
"address-help": "다음 이메일 주소는 수신자가 \"보낸 사람\"\"회신\" 필드에서 나타나는 이메일을 가리킵니다.",
"from": "보낸 사람 이름",
"from-help": "이메일에 표시할 발신자 이름입니다.",

"confirmation-settings": "Confirmation",
"confirmation.expiry": "Hours to keep email confirmation link valid",
"confirmation-settings": "검증",
"confirmation.expiry": "이메일 확인 링크를 유효한 상태로 유지할 시간입니다.",

"smtp-transport": "SMTP Transport",
"smtp-transport.enabled": "Enable SMTP Transport",
"smtp-transport-help": "자주 사용되는 서비스 목록 중에 하나를 선택하거나 직접 입력할 수 있습니다.",
"smtp-transport": "SMTP 전송",
"smtp-transport.enabled": "SMTP 전송 활성화",
"smtp-transport-help": "잘 알려진 서비스 목록 중에서 선택하거나 사용자 정의로 입력할 수 있습니다.",
"smtp-transport.service": "서비스 선택",
"smtp-transport.service-custom": "직접 입력",
"smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select &quot;Custom Service&quot; and enter the details below.",
"smtp-transport.gmail-warning1": "If you are using GMail as your email provider, you will have to generate an &quot;App Password&quot; in order for NodeBB to authenticate successfully. You can generate one at the <a href=\"https://myaccount.google.com/apppasswords\">App Passwords <i class=\"fa fa-external-link\"></i></a> page.",
"smtp-transport.gmail-warning2": "For more information about this workaround, <a href=\"https://nodemailer.com/usage/using-gmail/\">please consult this NodeMailer article <i class=\"fa fa-external-link\"></i></a> on the issue. An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"../extend/plugins\">Browse available plugins here</a>.",
"smtp-transport.auto-enable-toast": "It looks like you&apos;re configuring an SMTP transport. We enabled the \"SMTP Transport\" option for you.",
"smtp-transport.service-custom": "사용자 정의",
"smtp-transport.service-help": "위의 서비스 이름을 선택하여 해당 서비스에 대한 알려진 정보를 사용하세요. 또는 \"사용자 정의\"를 선택하고 아래 세부 정보를 입력하세요.",
"smtp-transport.gmail-warning1": "만약 Gmail을 이메일 제공자로 사용하려 한다면, NodeBB를 성공적으로 인증하기 위해 \"앱 비밀번호\"를 생성해야 합니다. <a href=\"https://myaccount.google.com/apppasswords\">앱 비밀번호 <i class=\"fa fa-external-link\"></i></a> 페이지에서 생성할 수 있습니다.",
"smtp-transport.gmail-warning2": "이 작업에 대한 자세한 정보는, <a href=\"https://nodemailer.com/usage/using-gmail/\">이 문제에 관한 NodeMailer 문서 <i class=\"fa fa-external-link\"></i></a> 를 참조하세요. 대안으로는 SendGrid, Mailgun 등과 같은 타사 이메일 플러그인을 활용할 수 있습니다. <a href=\"../extend/plugins\">사용 가능한 플러그인</a>은 여기에서 확인할 수 있습니다.",
"smtp-transport.auto-enable-toast": "SMTP 전송을 구성하고 있는 것으로 보입니다. \"SMTP 전송\" 옵션을 사용하도록 설정했습니다.",
"smtp-transport.host": "SMTP 호스트",
"smtp-transport.port": "SMTP 포트",
"smtp-transport.security": "연결 보안",
"smtp-transport.security-encrypted": "암호화됨",
"smtp-transport.security": "보안 연결",
"smtp-transport.security-encrypted": "암호화",
"smtp-transport.security-starttls": "StartTLS",
"smtp-transport.security-none": "None",
"smtp-transport.security-none": "없음",
"smtp-transport.username": "사용자명",
"smtp-transport.username-help": "<b>Gmail로 등록할 경우</b> 이메일 주소를 입력하세요. Google Apps에서 관리하는 도메인을 사용할 경우에는 필수입니다.",
"smtp-transport.username-help": "<b>Gmail 서비스를 위해,</b> 특히 Google Apps 관리 도메인을 사용하는 경우, 여기에 전체 이메일 주소를 입력하세요.",
"smtp-transport.password": "비밀번호",
"smtp-transport.pool": "Connection pool 활성화",
"smtp-transport.pool-help": "Connection pool은 NodeBB가 이메일마다 새로운 연결을 생성하는 것을 방지합니다. 이 옵션은 SMTP Transport 기능이 활성화 상태일 때만 사용할 수 있습니다.",
"smtp-transport.pool": "연결 풀링 활성화",
"smtp-transport.pool-help": "연결 풀링은 모든 이메일마다 새로운 연결을 생성하는 것을 방지합니다. 이 옵션은 SMTP 전송이 활성화된 경우에만 적용됩니다.",

"template": "이메일 템플릿 수정",
"template.select": "이메일 템플릿 선택",
Expand All @@ -36,17 +36,17 @@
"testing.select": "이메일 템플릿 선택",
"testing.send": "테스트 이메일 보내기",
"testing.send-help": "현재 로그인 중인 사용자의 이메일로 테스트 이메일을 보냅니다.",
"subscriptions": "포럼 메일 설정",
"subscriptions.disable": "포럼 메일 비활성화",
"subscriptions.hour": "포럼 메일 발송 시간",
"subscriptions.hour-help": "정기 포럼 메일을 보낼 시간을 입력해주세요. (예: <code>0</code>은 자정, <code>17</code>은 오후 5시 입니다. 이 시간은 서버 시간 기준이며, 사용자의 시스템 시간과 일치하지 않을 수 있습니다. <br />서버 시간은 <span id=\"serverTime\"></span> 입니다. <br /> 다음 정기 포럼 메일은 <span id=\"nextDigestTime\"></span> 에 발송 예정입니다.",
"subscriptions": "이메일 다이제스트",
"subscriptions.disable": "이메일 다이제스트 비활성화",
"subscriptions.hour": "이메일 전송 시간",
"subscriptions.hour-help": "이메일 다이제스트를 보낼 시간을 나타내는 숫자를 입력해주세요 (예: 자정에는 <code>00</code>, 오후 5시에는 <code>17</code>). 이것은 서버 자체의 시간을 기준으로 하며, 시스템 시계와 정확히 일치하지 않을 수 있습니다.<br /> 대략적인 서버 시간은 다음과 같습니다 <span id=\"serverTime\"></span><br /> 다음 이메일 다이제스트를 보낼 시간 <span id=\"nextDigestTime\"></span>",
"notifications.remove-images": "이메일 알림에서 이미지 제거",
"require-email-address": "신규 사용자에게 이메일 주소 설정 요구",
"require-email-address-warning": "By default, users can opt-out of entering an email address by leaving the field blank. Enabling this option means new users will have to enter <strong>and confirm</strong> an email address in order to proceed with registration and subsequent access to the forum. <strong>It does not ensure user will enter a real email address, nor even an address they own.</strong>",
"send-validation-email": "Send validation emails when an email is added or changed",
"include-unverified-emails": "전자 메일을 명시적으로 확인하지 않은 수신자에게 전자 메일 보내기",
"include-unverified-warning": "기본적으로 계정과 연결된 전자 메일이 있는 사용자는 이미 확인되었지만 그렇지 않은 경우가 있습니다(예: SSO 로그인, 약관으로부터 제외된 사용자 등). <strong>사용자가 위험을 감수하고 이 설정을 사용하도록 설정합니다.</strong> &ndash; 확인되지 않은 주소로 이메일을 보내는 것은 지역별 스팸 방지법을 위반하는 것일 수 있습니다.",
"prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
"require-email-address": "신규 사용자가 이메일 주소를 명시하도록 요구합니다",
"require-email-address-warning": "기본적으로, 사용자는 이메일 주소를 입력하지 않고 필드를 비워두어 선택적으로 입력하지 않을 수 있습니다. 이 옵션을 활성화하면 신규 사용자가 등록 및 이후 포럼 액세스를 진행하기 위해 이메일 주소를 입력하고 <strong>확인해야</strong> 합니다. <strong>이 옵션은 사용자가 실제 이메일 주소를 입력하도록 보장하지 않으며, 그 이메일 주소를 실제로 소유하고 있는지 보장하지 않습니다.</strong>",
"send-validation-email": "이메일이 추가되거나 변경될 때 확인 이메일을 보냅니다",
"include-unverified-emails": "이메일 수신을 명시적으로 동의하지 않은 사용자에게 이메일을 보내기",
"include-unverified-warning": "기본적으로, 계정과 연결된 이메일이 있는 사용자는 이미 확인되었지만, 이러한 경우가 아닌 경우도 있습니다 (예: SSO 로그인, 예전 사용자 등). <strong>이 설정을 활성화하면 주의가 필요합니다</strong> &ndash; 확인되지 않은 주소로 이메일을 보내는 것은 해당 현지 지역의 법률을 위반할 수 있습니다.",
"prompt": "사용자에게 이메일을 입력하거나 확인하라는 메시지 표시",
"prompt-help": "사용자가 이메일을 설정하지 않았거나 이메일이 확인되지 않으면 화면에 경고가 표시됩니다.",
"sendEmailToBanned": "차단된 사용자에게도 이메일 보내기"
}
4 changes: 2 additions & 2 deletions public/language/ko/users.json
Expand Up @@ -8,13 +8,13 @@
"enter-username": "검색할 사용자명을 입력하세요.",
"search-user-for-chat": "Search for a user to start chat",
"load-more": "더 보기",
"users-found-search-took": "%1명의 사용자를 찾았습니다. 검색 소요 시간 %2초",
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "필터 기준",
"online-only": "온라인",
"invite": "초대",
"prompt-email": "이메일:",
"groups-to-join": "초대 수락 시 가입될 그룹들:",
"invitation-email-sent": "%1님에게 초대 메일을 보냈습니다.",
"invitation-email-sent": "An invitation email has been sent to %1",
"user-list": "사용자 목록",
"recent-topics": "최근",
"popular-topics": "인기",
Expand Down
14 changes: 7 additions & 7 deletions public/language/pl/admin/admin.json
Expand Up @@ -4,15 +4,15 @@

"acp-title": "%1 | Panel administracyjny NodeBB",
"settings-header-contents": "Zawartość",
"changes-saved": "Changes Saved",
"changes-saved-message": "Your changes to the NodeBB configuration have been saved.",
"changes-saved": "Zapisano zmiany",
"changes-saved-message": "Twoje zmiany do konfiguracji NodeBB zostały zapisane.",
"changes-not-saved": "Zmiany nie zostały zapisane",
"changes-not-saved-message": "Wystąpił błąd podczas zapisywania zmian. (%1)",
"save-changes": "Save changes",
"save-changes": "Zapisz zmiany",
"min": "Min:",
"max": "Max:",
"view": "View",
"edit": "Edit",
"add": "Add",
"select-icon": "Select Icon"
"view": "Podgląd",
"edit": "Zmień",
"add": "Dodaj",
"select-icon": "Wybierz ikonę"
}
2 changes: 1 addition & 1 deletion public/language/pl/admin/dashboard.json
Expand Up @@ -97,5 +97,5 @@
"clear-search-history-confirm": "Are you sure you want to clear entire search history?",
"search-term": "Term",
"search-count": "Count",
"view-all": "View all"
"view-all": "Zobacz wszystkie"
}
2 changes: 1 addition & 1 deletion public/language/pl/admin/manage/privileges.json
Expand Up @@ -35,7 +35,7 @@
"view-edit-history": "Dostęp do historii edycji",
"delete-posts": "Usuwanie postów",
"view-deleted": "Dostęp do usuniętych postów",
"upvote-posts": "Lajkowanie postów",
"upvote-posts": "Głosowanie za postami",
"downvote-posts": "Głosowanie przeciw postom",
"delete-topics": "Usuwanie tematów",
"purge": "Czyszczenie",
Expand Down
14 changes: 7 additions & 7 deletions public/language/pl/admin/manage/users.json
Expand Up @@ -4,8 +4,8 @@
"edit": "Actions",
"make-admin": "Nadaj uprawnienia administratora",
"remove-admin": "Odbierz uprawnienia administratora",
"change-email": "Change Email",
"new-email": "New Email",
"change-email": "Zmień e-mail",
"new-email": "Nowy e-mail",
"validate-email": "Zweryfikuj e-mail",
"send-validation-email": "Wyślij e-mail weryfikacyjny",
"change-password": "Change Password",
Expand All @@ -26,7 +26,7 @@
"set-reputation": "Set Reputation",
"add-group": "Dodaj grupę",
"create": "Create User",
"invite": "Invite by Email",
"invite": "Zaproś za pomocą e-maila",
"new": "Nowy użytkownik",
"filter-by": "Filtruj po",
"pills.unvalidated": "Niezweryfikowani",
Expand Down Expand Up @@ -55,7 +55,7 @@
"users.uid": "uid",
"users.username": "nazwa użytkownika",
"users.email": "adres e-mail",
"users.no-email": "(no email)",
"users.no-email": "(brak e-maila)",
"users.validated": "Validated",
"users.not-validated": "Not Validated",
"users.validation-pending": "Validation Pending",
Expand Down Expand Up @@ -103,7 +103,7 @@
"alerts.validate-email-success": "Zweryfikowano adresy e-mail",
"alerts.validate-force-password-reset-success": "Hasła użytkownika(ów) zostały zresetowane, a ich istniejące sesje zostały odwołane.",
"alerts.password-reset-confirm": "Czy chcesz wysłać e-mail do resetu hasła tym użytkownikom?",
"alerts.password-reset-email-sent": "Password reset email sent.",
"alerts.password-reset-email-sent": "Wysłano e-mail z resetem hasła.",
"alerts.confirm-delete": "<strong>Uwaga!</strong><p>Czy na pewno chcesz usunąć <strong>Uzykownika(ów)</strong>?</p><p>To działanie jest nieodwracalne! Tylko konto użytkownika zostanie usunięte, jego posty i tematy pozostaną.</p>",
"alerts.delete-success": "Skasowano użytkownika(-ów)!",
"alerts.confirm-delete-content": "<strong>Uwaga!</strong><p>Czy na pewno chcesz usunąć <strong>treści</strong>użytkownika(ów)?</p><p>To działanie jest nieodwracalne! Konto użytkownika pozostanie, jednak jego posty i tematy zostaną usunięte.</p>",
Expand All @@ -120,10 +120,10 @@
"alerts.prompt-email": "Adresy e-mail:",
"alerts.email-sent-to": "Wysłano zaproszenie do %1",
"alerts.x-users-found": "Znaleziono %1 użytkownika(-ów), (czas wyszukiwania: %2 s)",
"alerts.select-a-single-user-to-change-email": "Select a single user to change email",
"alerts.select-a-single-user-to-change-email": "Wybierz jednego użytkownika do zmiany e-maila",
"export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.",
"export-users-completed": "Users exported as csv, click here to download.",
"email": "Email",
"email": "E-mail",
"password": "Password",
"manage": "Manage"
}
10 changes: 5 additions & 5 deletions public/language/pl/admin/settings/email.json
Expand Up @@ -40,13 +40,13 @@
"subscriptions.disable": "Wyłącz podsumowania e-maili",
"subscriptions.hour": "Godzina podsumowania",
"subscriptions.hour-help": "Wprowadź liczbę odpowiadającą godzinie, o której mają być wysyłane regularne e-maile z podsumowaniem (np. <code>0</code> dla północy lub <code>17</code> dla 17:00). Pamiętaj, że godzina jest godziną serwera i nie musi zgadzać się z czasem lokalnym administratora. Przybliżony czas serwera to: <span id=\"serverTime\"></span><br /> Wysłanie kolejnego e-maila z podsumowaniem zaplanowano na <span id=\"nextDigestTime\"></span>",
"notifications.remove-images": "Remove images from email notifications",
"require-email-address": "Require new users to specify an email address",
"notifications.remove-images": "Usuń obrazy z powiadomień mailowych",
"require-email-address": "Wymagaj od nowych użytkowników podawania adresu e-mail",
"require-email-address-warning": "By default, users can opt-out of entering an email address by leaving the field blank. Enabling this option means new users will have to enter <strong>and confirm</strong> an email address in order to proceed with registration and subsequent access to the forum. <strong>It does not ensure user will enter a real email address, nor even an address they own.</strong>",
"send-validation-email": "Send validation emails when an email is added or changed",
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-emails": "Wysyłaj maile odbiorcom, którzy nie potwierdzili wprost swoich adresów",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails",
"prompt": "Proś użytkowników by podawali i potwierdzali swoje adresy e-mail",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
"sendEmailToBanned": "Wysyłaj maile także do zbanowanych użytkowników"
}

0 comments on commit a958dd2

Please sign in to comment.