GIT_SILENT Sync po/docbooks with svn

This commit is contained in:
l10n daemon script
2024-03-23 01:19:12 +00:00
parent b504c990f8
commit 7d4f8780ad
40 changed files with 5111 additions and 1003 deletions

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-03-20 00:37+0000\n"
"POT-Creation-Date: 2024-03-23 00:37+0000\n"
"PO-Revision-Date: 2024-02-24 22:09+0100\n"
"Last-Translator: Shinjo Park <kde@peremen.name>\n"
"Language-Team: Korean <kde-kr@kde.org>\n"
@@ -496,110 +496,110 @@ msgstr "네트워크 오류"
msgid "Login Failed: %1"
msgstr "로그인 실패: %1"
#: src/main.cpp:136
#: src/main.cpp:141
#, kde-format
msgid "NeoChat"
msgstr "NeoChat"
#: src/main.cpp:138
#: src/main.cpp:143
#, kde-format
msgid "Matrix client"
msgstr "Matrix 클라이언트"
#: src/main.cpp:140
#: src/main.cpp:145
#, kde-format
msgid "© 2018-2020 Black Hat, 2020-2024 KDE Community"
msgstr "© 2018-2020 Black Hat, 2020-2024 KDE Community"
#: src/main.cpp:141
#: src/main.cpp:146
#, kde-format
msgid "Carl Schwan"
msgstr "Carl Schwan"
#: src/main.cpp:142 src/main.cpp:146 src/main.cpp:147
#: src/main.cpp:147 src/main.cpp:151 src/main.cpp:152
#, kde-format
msgid "Maintainer"
msgstr "관리자"
#: src/main.cpp:146
#: src/main.cpp:151
#, kde-format
msgid "Tobias Fella"
msgstr "Tobias Fella"
#: src/main.cpp:147
#: src/main.cpp:152
#, kde-format
msgid "James Graham"
msgstr "James Graham"
#: src/main.cpp:148
#: src/main.cpp:153
#, kde-format
msgid "Black Hat"
msgstr "Black Hat"
#: src/main.cpp:148
#: src/main.cpp:153
#, kde-format
msgid "Original author of Spectral"
msgstr "Spectral의 원 작성자"
#: src/main.cpp:149
#: src/main.cpp:154
#, kde-format
msgid "Alexey Rusakov"
msgstr "Alexey Rusakov"
#: src/main.cpp:149
#: src/main.cpp:154
#, kde-format
msgid "Maintainer of libQuotient"
msgstr "libQuotient 관리자"
#: src/main.cpp:150
#: src/main.cpp:155
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "박신조"
#: src/main.cpp:150
#: src/main.cpp:155
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "kde@peremen.name"
#: src/main.cpp:154
#: src/main.cpp:159
#, kde-format
msgid "A Qt library to write cross-platform clients for Matrix"
msgstr "크로스 플랫폼 Matrix 클라이언트를 작성할 수 있는 Qt 라이브러리"
#: src/main.cpp:156
#: src/main.cpp:161
#, kde-format
msgctxt "<version number> (built against <possibly different version number>)"
msgid "%1 (built against %2)"
msgstr "%1(%2(으)로 빌드됨)"
#: src/main.cpp:182
#: src/main.cpp:187
#, kde-format
msgid "Client for the matrix communication protocol"
msgstr "Matrix 대화 프로토콜 클라이언트"
#: src/main.cpp:183
#: src/main.cpp:188
#, kde-format
msgid "Supports matrix: url scheme"
msgstr "matrix: URL 형식 지원"
#: src/main.cpp:184
#: src/main.cpp:189
#, kde-format
msgid "Ignore all SSL Errors, e.g., unsigned certificates."
msgstr "모든 SSL 오류(예: 서명되지 않은 인증서)를 무시합니다."
#: src/main.cpp:186
#: src/main.cpp:191
#, kde-format
msgid "Only used for autotests"
msgstr "자동 테스트에만 사용됨"
#: src/main.cpp:191
#: src/main.cpp:196
#, kde-format
msgid "Internal usage only."
msgstr "내부 용도입니다."
#: src/main.cpp:196
#: src/main.cpp:201
#, kde-format
msgid "Share a URL to Matrix"
msgstr ""
@@ -1140,12 +1140,12 @@ msgstr "대화방 생성 실패: %1"
msgid "Space creation failed: %1"
msgstr "스페이스 생성 실패: %1"
#: src/neochatroom.cpp:1643 src/neochatroom.cpp:1644
#: src/neochatroom.cpp:1641 src/neochatroom.cpp:1642
#, kde-format
msgid "Report sent successfully."
msgstr "신고했습니다."
#: src/neochatroom.cpp:1918 src/neochatroom.cpp:1926
#: src/neochatroom.cpp:1916 src/neochatroom.cpp:1924
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -1396,7 +1396,19 @@ msgctxt "@title:window"
msgid "Developer Tools"
msgstr "개발자 도구"
#: src/qml/AccountMenu.qml:66 src/qml/AccountsPage.qml:72
#: src/qml/AccountMenu.qml:66
#, kde-format
msgctxt "@action:inmenu"
msgid "Open Secret Backup"
msgstr ""
#: src/qml/AccountMenu.qml:70
#, kde-format
msgctxt "@title:window"
msgid "Open Key Backup"
msgstr ""
#: src/qml/AccountMenu.qml:75 src/qml/AccountsPage.qml:72
#, kde-format
msgid "Logout"
msgstr "로그아웃"
@@ -2251,6 +2263,12 @@ msgctxt "@option:check Enable the matrix 'threads' feature"
msgid "Threads"
msgstr "스레드"
#: src/qml/FeatureFlagPage.qml:27
#, kde-format
msgctxt "@option:check Enable the matrix 'secret backup' feature"
msgid "Secret Backup"
msgstr ""
#: src/qml/FileDelegateContextMenu.qml:43
#, kde-format
msgid "Open Externally"
@@ -4289,6 +4307,91 @@ msgid "%2 is typing"
msgid_plural "%2 are typing"
msgstr[0] "%2 님이 메시지를 입력하는 중"
#: src/qml/UnlockSSSSDialog.qml:19
#, fuzzy, kde-format
#| msgid "Send an encrypted message…"
msgctxt "@title:window"
msgid "Load your encrypted messages"
msgstr "암호화된 메시지 보내기…"
#: src/qml/UnlockSSSSDialog.qml:50
#, kde-format
msgctxt "@info:status"
msgid "The security phrase was not correct."
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:56
#, kde-format
msgctxt "@title"
msgid "Unlock using Passphrase"
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:60
#, kde-format
msgctxt "@info"
msgid "If you have a backup passphrase for this account, enter it below."
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:64
#, fuzzy, kde-format
#| msgid "Password:"
msgctxt "@label:textbox"
msgid "Backup Password:"
msgstr "암호:"
#: src/qml/UnlockSSSSDialog.qml:69 src/qml/UnlockSSSSDialog.qml:104
#, kde-format
msgctxt "@action:button"
msgid "Unlock"
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:81
#, kde-format
msgctxt "@title"
msgid "Unlock using Security Key"
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:85
#, kde-format
msgctxt "@info"
msgid ""
"If you have a security key for this account, enter it below or upload it as "
"a file."
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:89
#, fuzzy, kde-format
#| msgid "Security"
msgctxt "@label:textbox"
msgid "Security Key:"
msgstr "보안"
#: src/qml/UnlockSSSSDialog.qml:94
#, kde-format
msgctxt "@action:button"
msgid "Upload from File"
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:115
#, kde-format
msgctxt "@title"
msgid "Unlock from Cross-Signing"
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:119
#, kde-format
msgctxt "@info"
msgid ""
"If you have previously verified this device, you can try loading the backup "
"key from other devices by clicking the button below."
msgstr ""
#: src/qml/UnlockSSSSDialog.qml:124
#, kde-format
msgctxt "@action:button"
msgid "Request from other Devices"
msgstr ""
#: src/qml/UserDetailDialog.qml:32
#, kde-format
msgctxt "@title:menu Account details dialog"