diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-24 00:19:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-24 00:19:45 +0000 |
commit | 55f81eae135280e2fcc8eb2e5d6eb8d6237c2402 (patch) | |
tree | 4e064c122ec40c513c00ddbac72c800fcc8716e6 /core | |
parent | 644d4908c5a92c502c03cbddbd2f060f62100a69 (diff) | |
download | nextcloud-server-55f81eae135280e2fcc8eb2e5d6eb8d6237c2402.tar.gz nextcloud-server-55f81eae135280e2fcc8eb2e5d6eb8d6237c2402.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ko.js | 2 | ||||
-rw-r--r-- | core/l10n/ko.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index d61f79a1b0a..353aecc4a75 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -449,7 +449,7 @@ OC.L10N.register( "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", "Show list view" : "리스트 보기", - "Show grid view" : "바둑판식 보기", + "Show grid view" : "그리드뷰 보기", "Pending" : "보류 중", "Home" : "홈", "Copy to {folder}" : "{folder}에 복사", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index ffe858b3008..60a42aa6535 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -447,7 +447,7 @@ "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", "Show list view" : "리스트 보기", - "Show grid view" : "바둑판식 보기", + "Show grid view" : "그리드뷰 보기", "Pending" : "보류 중", "Home" : "홈", "Copy to {folder}" : "{folder}에 복사", |