diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-03 20:13:30 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-03 20:13:30 +0900 |
| commit | eed540a51c0cb1615b6ad0b3b08e277b7af1cbfc (patch) | |
| tree | 3242aafd15eb0120226d2be315b3e6af3df8e38f | |
| parent | New translations ja-JP.yml (Italian) (diff) | |
| download | misskey-eed540a51c0cb1615b6ad0b3b08e277b7af1cbfc.tar.gz misskey-eed540a51c0cb1615b6ad0b3b08e277b7af1cbfc.tar.bz2 misskey-eed540a51c0cb1615b6ad0b3b08e277b7af1cbfc.zip | |
New translations ja-JP.yml (Korean)
| -rw-r--r-- | locales/ko-KR.yml | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index d002513f23..b1158434a2 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -400,13 +400,11 @@ common/views/components/stream-indicator.vue: connecting: "연결중" reconnecting: "다시 연결 중" connected: "연결 완료" -common/views/components/twitter-setting.vue: - description: "사용중이신 Twitter 계정을 Misskey 계정에 연결하면 프로필에 Twitter 정보가 표시되고, Twitter를 사용하여 편리하게 로그인할 수 있습니다." - connected-to: "다음 Twitter 계정에 연결되어 있습니다" - detail: "자세히..." - reconnect: "다시 연결" - connect: "Twitter와 연결하기" - disconnect: "연결 끊기" +common/views/components/integration-settings.vue: + title: "サービス連携" + connect: "接続する" + disconnect: "切断する" + connected-to: "次のアカウントに接続されています" common/views/components/github-setting.vue: description: "사용중이신 Github 계정을 Misskey 계정에 연결하면 프로필에 Github 정보가 표시되고, Github를 사용하여 편리하게 로그인할 수 있습니다." connected-to: "다음 Github 계정에 연결되어 있습니다" @@ -452,6 +450,7 @@ common/views/components/profile-editor.vue: account: "계정" location: "장소" description: "자기소개" + language: "言語" birthday: "생일" avatar: "아바타" banner: "배너" @@ -1389,18 +1388,6 @@ mobile/views/pages/settings.vue: disable-via-mobile: "작성하는 글에 \"모바일에서 작성함\" 을 붙이지 않음" load-raw-images: "첨부 이미지를 고품질로 표시" load-remote-media: "원격 서버의 미디어를 표시" - twitter: "Twitter 연동" - twitter-connect: "Twitter 계정에 연결" - twitter-reconnect: "다시 연결" - twitter-disconnect: "연결 끊기" - github: "GitHub 연동" - github-connect: "GitHub 계정에 연결" - github-reconnect: "다시 연결" - github-disconnect: "연결 끊기" - discord: "Discord 연동" - discord-connect: "Discord 계정에 연동" - discord-reconnect: "다시 연결" - discord-disconnect: "연결 끊기" update: "Misskey Update" version: "버전:" latest-version: "최신 버전:" |