Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-13 05:25:42 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-13 05:25:42 +0300
commit7071d056a20d627b0be58ec66fb3e5347fd90c8d (patch)
tree699c578d55a574be7a935e4a0679f99ebd046bf3 /apps/lookup_server_connector/l10n
parentf9f02ef45c5b0a7fa47a3a297e528ac81c720c80 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/lookup_server_connector/l10n')
-rw-r--r--apps/lookup_server_connector/l10n/ko.js7
-rw-r--r--apps/lookup_server_connector/l10n/ko.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/ko.js b/apps/lookup_server_connector/l10n/ko.js
new file mode 100644
index 00000000000..4b6461bad6c
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ko.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Lockup 서버 연결",
+ "Sync public user information with the lookup server" : "Lockup 서버와 공개 사용자 정보 교환"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/lookup_server_connector/l10n/ko.json b/apps/lookup_server_connector/l10n/ko.json
new file mode 100644
index 00000000000..62b653776ca
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ko.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Lockup 서버 연결",
+ "Sync public user information with the lookup server" : "Lockup 서버와 공개 사용자 정보 교환"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file