From d73202e8e4d506ff218e83b52f3aae8daba8e655 Mon Sep 17 00:00:00 2001 From: raimu Date: Wed, 27 Aug 2014 20:22:34 +0200 Subject: [PATCH] add german translation --- dist/i18n/de.js | 35 +++++++++++++++++++++++++++++++++++ src/i18n/de.js | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 dist/i18n/de.js create mode 100644 src/i18n/de.js diff --git a/dist/i18n/de.js b/dist/i18n/de.js new file mode 100644 index 00000000..6cf2b3fa --- /dev/null +++ b/dist/i18n/de.js @@ -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" +}}); \ No newline at end of file diff --git a/src/i18n/de.js b/src/i18n/de.js new file mode 100644 index 00000000..6cf2b3fa --- /dev/null +++ b/src/i18n/de.js @@ -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" +}}); \ No newline at end of file