summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-15 00:12:20 +0000
committerNextcloud bot <bot@nextcloud.com>2018-09-15 00:12:20 +0000
commit665db6ba807414593a22dc5501a038a835acfca7 (patch)
tree41d6b9db7df7bd896534a8cd7058e86683c88db1 /apps/oauth2
parent2d9a488cf351ccb138e16c5332ec17561692fd85 (diff)
downloadnextcloud-server-665db6ba807414593a22dc5501a038a835acfca7.tar.gz
nextcloud-server-665db6ba807414593a22dc5501a038a835acfca7.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/ko.js1
-rw-r--r--apps/oauth2/l10n/ko.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ko.js b/apps/oauth2/l10n/ko.js
index c4d2b0be24d..e5366d4b18b 100644
--- a/apps/oauth2/l10n/ko.js
+++ b/apps/oauth2/l10n/ko.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"oauth2",
{
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "리다이렉트 URL은 예시와 같이 완전한 URL으로 이루어져야 합니다. 예시: https://yourdomain.com/path",
"OAuth 2.0 clients" : "OAuth 2.0 클라이언트",
"Name" : "이름",
"Client Identifier" : "클라이언트 식별자",
diff --git a/apps/oauth2/l10n/ko.json b/apps/oauth2/l10n/ko.json
index e9cda5608e0..829e4667f80 100644
--- a/apps/oauth2/l10n/ko.json
+++ b/apps/oauth2/l10n/ko.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "리다이렉트 URL은 예시와 같이 완전한 URL으로 이루어져야 합니다. 예시: https://yourdomain.com/path",
"OAuth 2.0 clients" : "OAuth 2.0 클라이언트",
"Name" : "이름",
"Client Identifier" : "클라이언트 식별자",