-
-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Korean translations for Ransack localization
- Loading branch information
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |