| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| |
| # Validation |
| |
| org.apache.fineract.validation.local-date=Wrong local date fields. |
| org.apache.fineract.validation.locale=The parameter `locale` has an invalid language value: `${validatedValue}`. |
| org.apache.fineract.validation.enum=The parameter has an invalid enum value: `${validatedValue}`. |
| |
| ## Business Date |
| |
| org.apache.fineract.businessdate.date-format.not-blank=The parameter 'dateFormat' is mandatory. |
| org.apache.fineract.businessdate.type.not-blank=The parameter 'type' is mandatory. |
| org.apache.fineract.businessdate.type.invalid=The parameter 'type' must be valid BusinessDateType value. Provided value: '${validatedValue}'. |
| org.apache.fineract.businessdate.date.not-blank=The parameter 'date' is mandatory. |
| org.apache.fineract.businessdate.locale.not-blank=The parameter 'locale' is mandatory. |
| |
| # External Events |
| |
| org.apache.fineract.externalevent.configurations.not-null=The parameter 'externalEventConfigurations' is mandatory. |
| |
| # Cache |
| |
| org.apache.fineract.cache.cache-type.not-null=The parameter 'cacheType' is mandatory. |
| |
| # Currency |
| |
| org.apache.fineract.organisation.monetary.currencies.not-null=The parameter 'currencies' is mandatory. |
| org.apache.fineract.organisation.monetary.currencies.not-empty=The parameter 'currencies' cannot be empty. |
| |
| # Re-Age |
| |
| org.apache.fineract.reage.frequency-number.not-blank=The parameter 'frequencyNumber' is mandatory. |
| org.apache.fineract.reage.frequency-number.min=The parameter 'frequencyNumber' must be at least 1. |
| org.apache.fineract.reage.frequency-type.not-blank=The parameter 'frequencyType' is mandatory. |
| org.apache.fineract.reage.start-date.not-blank=The parameter 'startDate' is mandatory. |
| org.apache.fineract.reage.number-of-installments.not-blank=The parameter 'numberOfInstallments' is mandatory. |
| org.apache.fineract.reage.number-of-installments.min=The parameter 'numberOfInstallments' must be at least 1. |
| org.apache.fineract.frequency-type.invalid=The parameter 'frequencyType' must be valid PeriodFrequencyType value. Provided value: '${validatedValue}'. |