| # |
| # 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.date-format=The parameter `dateFormat` is not a valid Java date/time pattern: `${validatedValue}`. Use e.g. dd MMMM yyyy or yyyy-MM-dd. |
| org.apache.fineract.validation.enum=The parameter has an invalid enum value: `${validatedValue}`. |
| org.apache.fineract.organisation.staff.mobile-no.invalid=The parameter 'mobileNo' must contain only digits with an optional leading '+' and be between 7 and 15 digits long |
| |
| ## 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}'. |
| |
| # Note |
| |
| org.apache.fineract.portfolio.note.note.size=The parameter 'note' cannot exceed 1000 characters |
| org.apache.fineract.portfolio.note.note.not-null=The parameter 'note' cannot be empty |
| |
| # Document Management |
| |
| org.apache.fineract.document.id.not-null=The parameter 'id' is mandatory |
| org.apache.fineract.document.entity-type.not-null=The parameter 'entityType' is mandatory |
| org.apache.fineract.document.entity-type.size=The parameter 'entityType' cannot exceed 50 characters |
| org.apache.fineract.document.entity-id.not-null=The parameter 'entityId' is mandatory |
| org.apache.fineract.document.name.size=The parameter 'name' cannot exceed 250 characters |
| org.apache.fineract.document.description.size=The parameter 'description' cannot exceed 250 characters |
| org.apache.fineract.document.file-name.size=The parameter 'fileName' cannot exceed 250 characters |
| org.apache.fineract.document.size.not-null=The parameter 'size' is mandatory |
| org.apache.fineract.document.size.min=The parameter 'size' must have a minimum value of 1 |
| |
| # Payment Type |
| |
| org.apache.fineract.portfolio.paymenttype.id.not-null=The parameter 'id' is mandatory |
| org.apache.fineract.portfolio.paymenttype.name.not-blank=The parameter 'name' cannot be blank |
| org.apache.fineract.portfolio.paymenttype.description.size=The parameter 'description' cannot exceed 500 characters |
| org.apache.fineract.portfolio.paymenttype.position.positive-or-zero=The parameter 'position' must be zero or positive |
| org.apache.fineract.portfolio.paymenttype.code-name.size=The parameter 'codeName' cannot exceed 100 characters |
| org.apache.fineract.portfolio.is-system-defined.not-null=The parameter 'isSystemDefined' is mandatory |
| |
| # interest rate: chart |
| |
| org.apache.fineract.portfolio.interestratechart.id.not-null=The parameter 'id' is mandatory |
| org.apache.fineract.portfolio.interestratechart.name.not-blank=The parameter 'name' cannot be blank |
| org.apache.fineract.portfolio.interestratechart.description.size=The parameter 'description' cannot exceed 1000 characters |
| org.apache.fineract.portfolio.interestratechart.fromDate.not-null=The parameter 'fromDate' is mandatory |
| org.apache.fineract.portfolio.interestratechart.toDate.not-null=The parameter 'toDate' is mandatory |
| |
| # interest rate: chart slabs |
| |
| org.apache.fineract.portfolio.interestratechartslabs.chart-id.not-null=The parameter 'chartId' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.chart-slab-id.not-null=The parameter 'chartSlabId' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.period-type.not-null=The parameter 'periodType' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.from-period.not-null=The parameter 'fromPeriod' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.to-period.not-null=The parameter 'toPeriod' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.annual-interest-rate.not-null=The parameter 'annualInterestRate' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.annual-interest-rate.decimal-min=The parameter 'annualInterestRate' must be greater than or equal to 0.0 |
| org.apache.fineract.portfolio.interestratechartslabs.description.size=The parameter 'description' cannot exceed 500 characters |
| |
| # interest rate: chart slab incentives |
| |
| org.apache.fineract.portfolio.interestratechartslabs.incentive.entity-type.not-null=The parameter 'entityType' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.incentive.attribute-name.not-null=The parameter 'attributeName' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.incentive.condition-type.not-null=The parameter 'conditionType' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.incentive.attribute-value.not-null=The parameter 'attributeValue' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.incentive.incentive-type.not-null=The parameter 'incentiveType' is mandatory |
| org.apache.fineract.portfolio.interestratechartslabs.incentive.amount.not-null=The parameter 'amount' is mandatory |
| |
| # staff |
| |
| org.apache.fineract.organisation.staff.office-id.min=The parameter 'officeId' should be greater than 0 |
| org.apache.fineract.organisation.staff.office-id.not-null=The parameter 'officeId' is mandatory |
| org.apache.fineract.organisation.staff.firstname.max=The parameter 'firstname' exceeds the maximum size of {max} characters |
| org.apache.fineract.organisation.staff.firstname.not-null=The parameter 'firstname' is mandatory |
| org.apache.fineract.organisation.staff.lastname.max=The parameter 'lastname' exceeds the maximum size of {max} characters |
| org.apache.fineract.organisation.staff.lastname.not-null=The parameter 'lastname' is mandatory |
| org.apache.fineract.organisation.staff.external-id.max=The parameter 'externalId' exceeds the maximum size of {max} characters |
| org.apache.fineract.organisation.staff.external-id.not-blank=The parameter 'externalId' is mandatory |
| org.apache.fineract.organisation.staff.email.max=The parameter 'email' exceeds the maximum size of {max} characters |
| org.apache.fineract.organisation.staff.mobile-no.max=The parameter 'mobileNo' exceeds the maximum size of {max} characters |
| org.apache.fineract.organisation.staff.mobile-no.not-blank=The parameter 'mobileNo' is mandatory |
| org.apache.fineract.organisation.staff.joining-date.not-blank=The parameter 'joiningDate' is mandatory |
| org.apache.fineract.organisation.staff.force-id.staff-assigned=Staff already assigned |
| |
| # meeting |
| |
| org.apache.fineract.portfolio.meeting.id.not-null=The parameter 'id' is mandatory |
| org.apache.fineract.portfolio.meeting.calendar-id.not-null=The parameter 'calendarId' is mandatory |
| org.apache.fineract.portfolio.meeting.meeting-date.not-null=The parameter 'meetingDate' is mandatory |
| org.apache.fineract.portfolio.meeting.date-format.not-null=The parameter 'dateFormat' is mandatory |
| org.apache.fineract.portfolio.meeting.locale.not-null=The parameter 'locale' is mandatory |
| org.apache.fineract.portfolio.meeting.attendance.client-id.not-null=The parameter 'clientId' is mandatory |
| org.apache.fineract.portfolio.meeting.attendance.attendance-type.not-null=The parameter 'attendanceType' is mandatory |
| |
| # floating rates |
| |
| org.apache.fineract.portfolio.floatingrate.name.not-blank=The parameter 'name' is mandatory |
| org.apache.fineract.portfolio.floatingrate.name.max=The parameter 'name' exceeds the maximum size of {max} characters |
| org.apache.fineract.portfolio.floatingrate.rate-periods.not-empty=The parameter 'ratePeriods' cannot be empty |
| org.apache.fineract.portfolio.floatingrate.from-date.not-blank=The parameter 'fromDate' is mandatory |
| org.apache.fineract.portfolio.floatingrate.from-date.invalid=The parameter 'fromDate' is not a valid date |
| org.apache.fineract.portfolio.floatingrate.from-date.future=The parameter 'fromDate' must be in the future |
| org.apache.fineract.portfolio.floatingrate.from-date.duplicate=More than one entry in 'ratePeriods' has the same 'fromDate' |
| org.apache.fineract.portfolio.floatingrate.interest-rate.not-null=The parameter 'interestRate' is mandatory |
| org.apache.fineract.portfolio.floatingrate.interest-rate.positive-or-zero=The parameter 'interestRate' must be zero or positive |
| org.apache.fineract.portfolio.floatingrate.base-lending-rate.duplicate=Base Lending Rate already exists |
| org.apache.fineract.portfolio.floatingrate.base-lending-rate.linked=There are floating rates linked to this Base Lending Rate, it cannot be marked as non-Base Lending Rate |
| org.apache.fineract.portfolio.floatingrate.differential-to-base-lending-rate.not-available=Base Lending Rate doesn't exist |
| org.apache.fineract.portfolio.floatingrate.differential-to-base-lending-rate.invalid-for-base-lending-rate=The parameter 'isDifferentialToBaseLendingRate' cannot be true for a floating rate marked as Base Lending Rate |