-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
84 changed files
with
1,115 additions
and
259 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,16 @@ | ||
name: CI | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: build | ||
run: | | ||
npm install | ||
npm run test | ||
npm run build |
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 |
---|---|---|
|
@@ -5,3 +5,5 @@ doc | |
.coverage-results | ||
.idea | ||
*.iml | ||
yarn.lock | ||
package-lock.json |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* jQuery QueryBuilder 2.5.2 | ||
* jQuery QueryBuilder 2.6.0 | ||
* Locale: Azerbaijan (az) | ||
* Author: Megaplan, mborisv <[email protected]> | ||
* Licensed under MIT (https://opensource.org/licenses/MIT) | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* jQuery QueryBuilder 2.5.2 | ||
* jQuery QueryBuilder 2.6.0 | ||
* Locale: Čeština (cs) | ||
* Author: Megaplan, mborisv <[email protected]> | ||
* Licensed under MIT (https://opensource.org/licenses/MIT) | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* jQuery QueryBuilder 2.5.2 | ||
* jQuery QueryBuilder 2.6.0 | ||
* Locale: Danish (da) | ||
* Author: Jna Borup Coyle, [email protected] | ||
* Licensed under MIT (https://opensource.org/licenses/MIT) | ||
|
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
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
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
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,83 @@ | ||
/*! | ||
* jQuery QueryBuilder 2.6.0 | ||
* Locale: Esperanto (eo) | ||
* Author: Robin van der Vliet, https://robinvandervliet.com/ | ||
* Licensed under MIT (https://opensource.org/licenses/MIT) | ||
*/ | ||
|
||
(function(root, factory) { | ||
if (typeof define == 'function' && define.amd) { | ||
define(['jquery', 'query-builder'], factory); | ||
} | ||
else { | ||
factory(root.jQuery); | ||
} | ||
}(this, function($) { | ||
"use strict"; | ||
|
||
var QueryBuilder = $.fn.queryBuilder; | ||
|
||
QueryBuilder.regional['eo'] = { | ||
"__locale": "Esperanto (eo)", | ||
"__author": "Robin van der Vliet, https://robinvandervliet.com/", | ||
"add_rule": "Aldoni regulon", | ||
"add_group": "Aldoni grupon", | ||
"delete_rule": "Forigi", | ||
"delete_group": "Forigi", | ||
"conditions": { | ||
"AND": "KAJ", | ||
"OR": "AŬ" | ||
}, | ||
"operators": { | ||
"equal": "estas egala al", | ||
"not_equal": "ne estas egala al", | ||
"in": "estas en", | ||
"not_in": "ne estas en", | ||
"less": "estas malpli ol", | ||
"less_or_equal": "estas malpli ol aŭ egala al", | ||
"greater": "estas pli ol", | ||
"greater_or_equal": "estas pli ol aŭ egala al", | ||
"between": "estas inter", | ||
"not_between": "ne estas inter", | ||
"begins_with": "komenciĝas per", | ||
"not_begins_with": "ne komenciĝas per", | ||
"contains": "enhavas", | ||
"not_contains": "ne enhavas", | ||
"ends_with": "finiĝas per", | ||
"not_ends_with": "ne finiĝas per", | ||
"is_empty": "estas malplena", | ||
"is_not_empty": "ne estas malplena", | ||
"is_null": "estas senvalora", | ||
"is_not_null": "ne estas senvalora" | ||
}, | ||
"errors": { | ||
"no_filter": "Neniu filtrilo elektita", | ||
"empty_group": "La grupo estas malplena", | ||
"radio_empty": "Neniu valoro elektita", | ||
"checkbox_empty": "Neniu valoro elektita", | ||
"select_empty": "Neniu valoro elektita", | ||
"string_empty": "Malplena valoro", | ||
"string_exceed_min_length": "Devas enhavi pli ol {0} signojn", | ||
"string_exceed_max_length": "Devas ne enhavi pli ol {0} signojn", | ||
"string_invalid_format": "Nevalida strukturo ({0})", | ||
"number_nan": "Ne estas nombro", | ||
"number_not_integer": "Ne estas entjera nombro", | ||
"number_not_double": "Ne estas reela nombro", | ||
"number_exceed_min": "Devas esti pli ol {0}", | ||
"number_exceed_max": "Devas esti malpli ol {0}", | ||
"number_wrong_step": "Devas esti oblo de {0}", | ||
"number_between_invalid": "Nevalidaj valoroj, {0} estas pli ol {1}", | ||
"datetime_empty": "Malplena valoro", | ||
"datetime_invalid": "Nevalida dato ({0})", | ||
"datetime_exceed_min": "Devas esti post {0}", | ||
"datetime_exceed_max": "Devas esti antaŭ {0}", | ||
"datetime_between_invalid": "Nevalidaj valoroj, {0} estas post {1}", | ||
"boolean_not_valid": "Ne estas bulea valoro", | ||
"operator_not_multiple": "La operacio \"{1}\" ne akceptas plurajn valorojn" | ||
}, | ||
"invert": "Inversigi", | ||
"NOT": "NE" | ||
}; | ||
|
||
QueryBuilder.defaults({ lang_code: 'eo' }); | ||
})); |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* jQuery QueryBuilder 2.5.2 | ||
* jQuery QueryBuilder 2.6.0 | ||
* Locale: Farsi (fa-ir) | ||
* Author: Behzad Sedighzade, [email protected] | ||
* Licensed under MIT (https://opensource.org/licenses/MIT) | ||
|
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
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
Oops, something went wrong.