From 24e01d17a0a544f16034ee29bd04438ea20973b1 Mon Sep 17 00:00:00 2001 From: Yongdae Hwang Date: Tue, 26 Nov 2024 14:00:48 +0900 Subject: [PATCH] Update Korean translations for Ransack localization --- lib/ransack/locale/ko.yml | 70 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 lib/ransack/locale/ko.yml diff --git a/lib/ransack/locale/ko.yml b/lib/ransack/locale/ko.yml new file mode 100644 index 00000000..1a582eaa --- /dev/null +++ b/lib/ransack/locale/ko.yml @@ -0,0 +1,70 @@ +ko: + ransack: + search: "검색" + predicate: "조건" + and: "그리고" + or: "또는" + any: "어떤 것이든" + all: "모두" + combinator: "조합기" + attribute: "속성" + value: "값" + condition: "조건" + sort: "정렬" + asc: "오름차순" + desc: "내림차순" + predicates: + eq: "같음" + eq_any: "어떤 것이든 같음" + eq_all: "모두 같음" + not_eq: "같지 않음" + not_eq_any: "어떤 것이든 같지 않음" + not_eq_all: "모두 같지 않음" + matches: "일치함" + matches_any: "어떤 것이든 일치함" + matches_all: "모두 일치함" + does_not_match: "일치하지 않음" + does_not_match_any: "어떤 것이든 일치하지 않음" + does_not_match_all: "모두 일치하지 않음" + lt: "보다 작음" + lt_any: "어떤 것이든 보다 작음" + lt_all: "모두 보다 작음" + lteq: "보다 작거나 같음" + lteq_any: "어떤 것이든 보다 작거나 같음" + lteq_all: "모두 보다 작거나 같음" + gt: "보다 큼" + gt_any: "어떤 것이든 보다 큼" + gt_all: "모두 보다 큼" + gteq: "보다 크거나 같음" + gteq_any: "어떤 것이든 보다 크거나 같음" + gteq_all: "모두 보다 크거나 같음" + in: "포함됨" + in_any: "어떤 것이든 포함됨" + in_all: "모두 포함됨" + not_in: "포함되지 않음" + not_in_any: "어떤 것이든 포함되지 않음" + not_in_all: "모두 포함되지 않음" + cont: "포함함" + cont_any: "어떤 것이든 포함함" + cont_all: "모두 포함함" + not_cont: "포함하지 않음" + not_cont_any: "어떤 것이든 포함하지 않음" + not_cont_all: "모두 포함하지 않음" + start: "시작함" + start_any: "어떤 것이든 시작함" + start_all: "모두 시작함" + not_start: "시작하지 않음" + not_start_any: "어떤 것이든 시작하지 않음" + not_start_all: "모두 시작하지 않음" + end: "끝남" + end_any: "어떤 것이든 끝남" + end_all: "모두 끝남" + not_end: "끝나지 않음" + not_end_any: "어떤 것이든 끝나지 않음" + not_end_all: "모두 끝나지 않음" + 'true': "is true" + 'false': "is false" + present: "is present" + blank: "is blank" + 'null': "is null" + not_null: "is not null"