diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-08 02:25:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-08 02:25:16 +0000 |
commit | 1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced (patch) | |
tree | 789840854c0787bebb789fa1d8b764ed2e4c0684 /lib/l10n/ko.js | |
parent | b765a227052300ac76daaecaf37f8e48e77dedec (diff) | |
download | nextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.tar.gz nextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index f54cb403c83..805a77aa495 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -92,6 +92,8 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "PostgreSQL μ¬μ©μ μ΄λ¦ λλ μνΈκ° μλͺ»λμμ΅λλ€", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS Xμ μ§μνμ§ μμΌλ©° %sμ΄(κ°) μ΄ νλ«νΌμμ μ¬λ°λ₯΄κ² μλνμ§ μμ μλ μμ΅λλ€. λ³ΈμΈ μ±
μμΌλ‘ μ¬μ©νμμμ€! ", "For the best results, please consider using a GNU/Linux server instead." : "λ μ’μ κ²°κ³Όλ₯Ό μ»μΌλ €λ©΄ GNU/Linux μλ²λ₯Ό μ¬μ©νλ κ²μ κΆμ₯ν©λλ€.", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "%s μΈμ€ν΄μ€κ° 32λΉνΈ PHP νκ²½μμ μ€ν μ€μ΄κ³ php.iniμ open_basedirμ΄ μ€μ λμ΄ μμ΅λλ€. 4GB μ΄μμ νμΌ μ²λ¦¬μ λ¬Έμ κ° μκΈΈ μ μμΌλ―λ‘ μΆμ²νμ§ μμ΅λλ€.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.iniμ open_basedir μ€μ μ μμ νκ±°λ 64λΉνΈ PHPλ‘ μ ννμμμ€.", "Set an admin username." : "κ΄λ¦¬μμ μ¬μ©μ μ΄λ¦μ μ€μ ν©λλ€.", "Set an admin password." : "κ΄λ¦¬μμ μνΈλ₯Ό μ€μ ν©λλ€.", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "곡μ λ°±μλ %sμμ OCP\\Share_Backend μΈν°νμ΄μ€λ₯Ό ꡬνν΄μΌ ν¨", @@ -194,8 +196,6 @@ OC.L10N.register( "%s enter the database username." : "%s λ°μ΄ν°λ² μ΄μ€ μ¬μ©μ μ΄λ¦μ μ
λ ₯ν΄ μ£Όμμμ€.", "%s enter the database name." : "%s λ°μ΄ν°λ² μ΄μ€ μ΄λ¦μ μ
λ ₯νμμμ€.", "%s you may not use dots in the database name" : "%s λ°μ΄ν°λ² μ΄μ€ μ΄λ¦μλ λ§μΉ¨νλ₯Ό μ¬μ©ν μ μμ΅λλ€", - "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "%s μΈμ€ν΄μ€κ° 32λΉνΈ PHP νκ²½μμ μ€ν μ€μ΄κ³ php.iniμ open_basedirμ΄ μ€μ λμ΄ μμ΅λλ€. 4GB μ΄μμ νμΌ μ²λ¦¬μ λ¬Έμ κ° μκΈΈ μ μμΌλ―λ‘ μΆμ²νμ§ μμ΅λλ€.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.iniμ open_basedir μ€μ μ μμ νκ±°λ 64λΉνΈ PHPλ‘ μ ννμμμ€.", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "λ€μ λ¬Έμλ§ μ΄λ¦μ μ¬μ©ν μ μμ΅λλ€: \"a-z\", \"A-Z\", \"0-9\", λ° \"_.@-'\"" }, "nplurals=1; plural=0;"); |