Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1022
44 lines
1.6 KiB
JavaScript
44 lines
1.6 KiB
JavaScript
/**
|
|
* This file is part of the NocoBase (R) project.
|
|
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
* Authors: NocoBase Team.
|
|
*
|
|
* This program is offered under a commercial license.
|
|
* For more information, see <https://www.nocobase.com/agreement>
|
|
*/
|
|
|
|
var __defProp = Object.defineProperty;
|
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var __export = (target, all) => {
|
|
for (var name in all)
|
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
};
|
|
var __copyProps = (to, from, except, desc) => {
|
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
for (let key of __getOwnPropNames(from))
|
|
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
}
|
|
return to;
|
|
};
|
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
var ko_KR_exports = {};
|
|
__export(ko_KR_exports, {
|
|
default: () => ko_KR_default
|
|
});
|
|
module.exports = __toCommonJS(ko_KR_exports);
|
|
var ko_KR_default = {
|
|
"Comment": "\uB313\uAE00",
|
|
"Comment Collection": "\uB313\uAE00 \uBAA8\uC74C",
|
|
"Comment Content": "\uB313\uAE00 \uB0B4\uC6A9",
|
|
"Cancel": "\uCDE8\uC18C",
|
|
"Update Comment": "\uB313\uAE00 \uC5C5\uB370\uC774\uD2B8",
|
|
"commented": "\uB313\uAE00 \uB0A8\uAE40",
|
|
"Quote Reply": "\uC778\uC6A9 \uBC0F \uB2F5\uC7A5",
|
|
"Delete": "\uC0AD\uC81C",
|
|
"Edit": "\uD3B8\uC9D1",
|
|
"Enable Create": "\uC758\uACAC \uCD94\uAC00 \uD5C8\uC6A9"
|
|
};
|