diff options
author | Translations <translations@dino.im> | 2020-11-10 14:04:57 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-11-10 14:04:57 +0100 |
commit | b2c7e9dfff2e00549fc23ad8e531d77daa6c2738 (patch) | |
tree | 416b5c7211e4c26afc3c1e33ecc2c38434301c30 /main/po/ko.po | |
parent | 1999c97bb925d64cfe7cbc230959ce9a18728081 (diff) | |
download | dino-b2c7e9dfff2e00549fc23ad8e531d77daa6c2738.tar.gz dino-b2c7e9dfff2e00549fc23ad8e531d77daa6c2738.zip |
Make some strings translatable, update translations
Diffstat (limited to 'main/po/ko.po')
-rw-r--r-- | main/po/ko.po | 42 |
1 files changed, 33 insertions, 9 deletions
diff --git a/main/po/ko.po b/main/po/ko.po index 4ba37b0b..6c064a10 100644 --- a/main/po/ko.po +++ b/main/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-04 18:01+0100\n" +"POT-Creation-Date: 2020-11-10 13:28+0100\n" "PO-Revision-Date: 2020-08-08 22:32+0000\n" "Language-Team: none\n" "Language: ko\n" @@ -64,6 +64,16 @@ msgstr "" msgid "Could not connect to %s" msgstr "" +#: main/src/ui/notifications.vala:115 +#: main/src/ui/manage_accounts/dialog.vala:232 +msgid "Wrong password" +msgstr "잘못 된 비밀번호" + +#: main/src/ui/notifications.vala:118 +#: main/src/ui/manage_accounts/dialog.vala:234 +msgid "Invalid TLS certificate" +msgstr "" + #: main/src/ui/notifications.vala:128 #, c-format msgid "Invitation to %s" @@ -505,14 +515,6 @@ msgstr "연결 됨" msgid "Disconnected" msgstr "연결 해제 됨" -#: main/src/ui/manage_accounts/dialog.vala:232 -msgid "Wrong password" -msgstr "잘못 된 비밀번호" - -#: main/src/ui/manage_accounts/dialog.vala:234 -msgid "Invalid TLS certificate" -msgstr "" - #: main/src/ui/manage_accounts/dialog.vala:237 #: main/src/ui/manage_accounts/dialog.vala:239 msgid "Error" @@ -532,6 +534,28 @@ msgstr "" msgid "You can now use the account %s." msgstr "" +#: main/src/ui/manage_accounts/add_account_dialog.vala:245 +#, c-format +msgid "The server could not prove that it is %s." +msgstr "" + +#: main/src/ui/manage_accounts/add_account_dialog.vala:247 +msgid "" +"Its security certificate is not trusted by your operating system." +msgstr "" + +#: main/src/ui/manage_accounts/add_account_dialog.vala:249 +msgid "Its security certificate is issued to another domain." +msgstr "" + +#: main/src/ui/manage_accounts/add_account_dialog.vala:251 +msgid "Its security certificate will only become valid in the future." +msgstr "" + +#: main/src/ui/manage_accounts/add_account_dialog.vala:253 +msgid "Its security certificate is expired." +msgstr "" + #: main/src/ui/manage_accounts/add_account_dialog.vala:278 msgid "Wrong username or password" msgstr "" |