diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:46 +0000 |
commit | e218d1f98e19307f2bf170e09670e4f7fe61f061 (patch) | |
tree | 179a809826ea32995075c12cc1d0e2385d39b99d /lib/l10n/ko.js | |
parent | 2c24c3c469847d36b65e3e1e0550ab2c2d03e6d5 (diff) | |
download | nextcloud-server-e218d1f98e19307f2bf170e09670e4f7fe61f061.tar.gz nextcloud-server-e218d1f98e19307f2bf170e09670e4f7fe61f061.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index eb7657e7dd3..5d9d1f433d9 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -281,8 +281,6 @@ OC.L10N.register( "Username must not consist of dots only" : "사용자 이름에 마침표만 있으면 안 됩니다", "Username is invalid because files already exist for this user" : "무효한 사용자이름. 이미 존재함", "User disabled" : "사용자 비활성화됨", - "PostgreSQL >= 9 required." : "PostgreSQL 버전 9 이상이 필요합니다", - "Please upgrade your database version." : "데이터베이스 버전을 업그레이드 하십시오", "Your data directory is readable by other users." : "현재 데이터 디렉토리를 다른 사람이 읽을 수 있습니다.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "권한을 0770으로 변경하여 다른 사용자가 읽을 수 없도록 하십시오.", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "데이터 디렉터리의 최상위 디렉터리에 \".ocdata\" 파일이 있는지 확인하십시오." |