diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-27 00:38:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-27 00:38:48 +0000 |
commit | 9252789576cb11174feb398707adfba83aaba59e (patch) | |
tree | 34894dc4da957db4f7a2d003e84e0184b3ae7482 /apps/federation | |
parent | d0a732733758e9f2d182a890bc4f5479b0dd874e (diff) | |
download | nextcloud-server-9252789576cb11174feb398707adfba83aaba59e.tar.gz nextcloud-server-9252789576cb11174feb398707adfba83aaba59e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federation')
-rw-r--r-- | apps/federation/l10n/ko.js | 1 | ||||
-rw-r--r-- | apps/federation/l10n/ko.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/federation/l10n/ko.js b/apps/federation/l10n/ko.js index cdc908645e0..07f73cee3c2 100644 --- a/apps/federation/l10n/ko.js +++ b/apps/federation/l10n/ko.js @@ -9,6 +9,7 @@ OC.L10N.register( "Federation" : "연합", "Federation allows you to connect with other trusted servers to exchange the user directory." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 사용자 디렉터리를 교환할 수 있습니다.", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 사용자 디렉터리를 교환할 수 있습니다. 이 기능의 사용 예시로 연합 공유 시 외부 사용자를 자동 완성하는 데 사용할 수 있습니다.", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 사용자 디렉토리를 교환할 수 있습니다. 예를 들어, 연합 공유시 외부 사용자에 대한 자동 완성에 사용될 수 있습니다. 연합 공유를 생성하기 위해 특정 서버를 신뢰할 수 있는 서버에 반드시 추가할 필요는 없습니다.", "+ Add trusted server" : "+ 신뢰할 수 있는 서버 추가", "Trusted server" : "신뢰할 수 있는 서버", "Add" : "추가" diff --git a/apps/federation/l10n/ko.json b/apps/federation/l10n/ko.json index 12b26566120..626dd84d28e 100644 --- a/apps/federation/l10n/ko.json +++ b/apps/federation/l10n/ko.json @@ -7,6 +7,7 @@ "Federation" : "연합", "Federation allows you to connect with other trusted servers to exchange the user directory." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 사용자 디렉터리를 교환할 수 있습니다.", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 사용자 디렉터리를 교환할 수 있습니다. 이 기능의 사용 예시로 연합 공유 시 외부 사용자를 자동 완성하는 데 사용할 수 있습니다.", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "서버 연합을 통해서 다른 신뢰할 수 있는 서버와 사용자 디렉토리를 교환할 수 있습니다. 예를 들어, 연합 공유시 외부 사용자에 대한 자동 완성에 사용될 수 있습니다. 연합 공유를 생성하기 위해 특정 서버를 신뢰할 수 있는 서버에 반드시 추가할 필요는 없습니다.", "+ Add trusted server" : "+ 신뢰할 수 있는 서버 추가", "Trusted server" : "신뢰할 수 있는 서버", "Add" : "추가" |