Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Korean translations for Ransack localization #1540

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions lib/ransack/locale/ko.yml
Original file line number Diff line number Diff line change
@@ -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"