Skip to content
Merged
Show file tree
Hide file tree
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
35 changes: 35 additions & 0 deletions dist/i18n/de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*!
* jQuery QueryBuilder
* German translation
*/

jQuery.fn.queryBuilder.defaults.set({ lang: {
"add_rule": "neue Regel",
"add_group": "neue Gruppe",
"delete_rule": "löschen",
"delete_group": "löschen",

"condition_and": "UND",
"condition_or": "ODER",

"filter_select_placeholder": "------",

"operator_equal": "gleich",
"operator_not_equal": "ungleich",
"operator_in": "in",
"operator_not_in": "nicht in",
"operator_less": "kleiner",
"operator_less_or_equal": "kleiner gleich",
"operator_greater": "größer",
"operator_greater_or_equal": "größer gleich",
"operator_begins_with": "beginnt mit",
"operator_not_begins_with": "beginnt nicht mit",
"operator_contains": "enthält",
"operator_not_contains": "enthält nicht",
"operator_ends_with": "endet mit",
"operator_not_ends_with": "endet nicht mit",
"operator_is_empty": "ist leer",
"operator_is_not_empty": "ist nicht leer",
"operator_is_null": "ist null",
"operator_is_not_null": "ist nicht null"
}});
35 changes: 35 additions & 0 deletions src/i18n/de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*!
* jQuery QueryBuilder
* German translation
*/

jQuery.fn.queryBuilder.defaults.set({ lang: {
"add_rule": "neue Regel",
"add_group": "neue Gruppe",
"delete_rule": "löschen",
"delete_group": "löschen",

"condition_and": "UND",
"condition_or": "ODER",

"filter_select_placeholder": "------",

"operator_equal": "gleich",
"operator_not_equal": "ungleich",
"operator_in": "in",
"operator_not_in": "nicht in",
"operator_less": "kleiner",
"operator_less_or_equal": "kleiner gleich",
"operator_greater": "größer",
"operator_greater_or_equal": "größer gleich",
"operator_begins_with": "beginnt mit",
"operator_not_begins_with": "beginnt nicht mit",
"operator_contains": "enthält",
"operator_not_contains": "enthält nicht",
"operator_ends_with": "endet mit",
"operator_not_ends_with": "endet nicht mit",
"operator_is_empty": "ist leer",
"operator_is_not_empty": "ist nicht leer",
"operator_is_null": "ist null",
"operator_is_not_null": "ist nicht null"
}});