|
| 1 | +{ |
| 2 | + "__locale": "Esperanto (eo)", |
| 3 | + "__author": "Robin van der Vliet, https://robinvandervliet.com/", |
| 4 | + |
| 5 | + "add_rule": "Aldoni regulon", |
| 6 | + "add_group": "Aldoni grupon", |
| 7 | + "delete_rule": "Forigi", |
| 8 | + "delete_group": "Forigi", |
| 9 | + |
| 10 | + "conditions": { |
| 11 | + "AND": "KAJ", |
| 12 | + "OR": "AŬ" |
| 13 | + }, |
| 14 | + |
| 15 | + "operators": { |
| 16 | + "equal": "estas egala al", |
| 17 | + "not_equal": "ne estas egala al", |
| 18 | + "in": "estas en", |
| 19 | + "not_in": "ne estas en", |
| 20 | + "less": "estas malpli ol", |
| 21 | + "less_or_equal": "estas malpli ol aŭ egala al", |
| 22 | + "greater": "estas pli ol", |
| 23 | + "greater_or_equal": "estas pli ol aŭ egala al", |
| 24 | + "between": "estas inter", |
| 25 | + "not_between": "ne estas inter", |
| 26 | + "begins_with": "komenciĝas per", |
| 27 | + "not_begins_with": "ne komenciĝas per", |
| 28 | + "contains": "enhavas", |
| 29 | + "not_contains": "ne enhavas", |
| 30 | + "ends_with": "finiĝas per", |
| 31 | + "not_ends_with": "ne finiĝas per", |
| 32 | + "is_empty": "estas malplena", |
| 33 | + "is_not_empty": "ne estas malplena", |
| 34 | + "is_null": "estas senvalora", |
| 35 | + "is_not_null": "ne estas senvalora" |
| 36 | + }, |
| 37 | + |
| 38 | + "errors": { |
| 39 | + "no_filter": "Neniu filtrilo elektita", |
| 40 | + "empty_group": "La grupo estas malplena", |
| 41 | + "radio_empty": "Neniu valoro elektita", |
| 42 | + "checkbox_empty": "Neniu valoro elektita", |
| 43 | + "select_empty": "Neniu valoro elektita", |
| 44 | + "string_empty": "Malplena valoro", |
| 45 | + "string_exceed_min_length": "Devas enhavi pli ol {0} signojn", |
| 46 | + "string_exceed_max_length": "Devas ne enhavi pli ol {0} signojn", |
| 47 | + "string_invalid_format": "Nevalida strukturo ({0})", |
| 48 | + "number_nan": "Ne estas nombro", |
| 49 | + "number_not_integer": "Ne estas entjera nombro", |
| 50 | + "number_not_double": "Ne estas reela nombro", |
| 51 | + "number_exceed_min": "Devas esti pli ol {0}", |
| 52 | + "number_exceed_max": "Devas esti malpli ol {0}", |
| 53 | + "number_wrong_step": "Devas esti oblo de {0}", |
| 54 | + "number_between_invalid": "Nevalidaj valoroj, {0} estas pli ol {1}", |
| 55 | + "datetime_empty": "Malplena valoro", |
| 56 | + "datetime_invalid": "Nevalida dato ({0})", |
| 57 | + "datetime_exceed_min": "Devas esti post {0}", |
| 58 | + "datetime_exceed_max": "Devas esti antaŭ {0}", |
| 59 | + "datetime_between_invalid": "Nevalidaj valoroj, {0} estas post {1}", |
| 60 | + "boolean_not_valid": "Ne estas bulea valoro", |
| 61 | + "operator_not_multiple": "La operacio \"{1}\" ne akceptas plurajn valorojn" |
| 62 | + } |
| 63 | +} |
0 commit comments