diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index a0cdde23..057f7a84 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -5,6 +5,13 @@ on: types: [published] pull_request: types: [opened, reopened, synchronize] + workflow_dispatch: + inputs: + message: + description: 'Message for manually triggering' + required: false + default: 'Triggered for Updates' + type: string push: branches: - master @@ -20,12 +27,16 @@ jobs: include: - SERVICE_LOCATION: 'artifacts' SERVICE_NAME: 'artifactory-server' + SQUASH_LAYERS: '77' + PLATFORMS: "linux/amd64" fail-fast: false name: ${{ matrix.SERVICE_NAME }} uses: mosip/kattu/.github/workflows/docker-build.yml@master with: SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }} SERVICE_NAME: ${{ matrix.SERVICE_NAME }} + SQUASH_LAYERS: ${{ matrix.SQUASH_LAYERS }} + PLATFORMS: ${{ matrix.PLATFORMS }} secrets: DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }} ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }} diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..a612ad98 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/README.md b/README.md index a2d4431c..61f6e9cd 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,30 @@ # artifactory-server -This is a refeference implementation of artifactory service used within MOSIP. The artifactory service contains the dynamically loaded libraries and services. The current repository is a reference implementation of the artifactory service and it packages the necessary mocks, reference implementation to run the default version of MOSIP. - -Following are the artifacts which is being served by the service: - 1. Auth-adapter.jar - 2. Ref-Idobjectvalidator.jar - 3. Biosdk.zip - 4. hsm client - 5. cache jar - 6. sms-notification.jar - 7. clamav-antivirus.jar +* This is a reference implementation of artifactory service used within MOSIP. +* The artifactory service contains the dynamically loaded libraries and services. +* The current repository is a reference implementation of the artifactory service and it packages the necessary mocks, reference implementation to run the default version of MOSIP. +* Following are the artifacts which is being served by the service: + * Kernel auth adapter jars. + * Referenced IDObjectvalidator jar. + * Sms service provider jar. + * Transliteration ICU4J jar. + * Registration api stub impl jar. + * Virusscanner jar. + * ClamAV client jar. + * mock-sdk jar. + * Biosdk client jar. + * Biosdk client zip + * Demo sdk jar and zip. + * Childauth filter jar. + * Hazelcast cache jar. + * Redis cache jar. + * Authentication wrapper jar. + * Sunbird RC Certify plugin integration impl jar. + * Softhsm client zip. + * i18n bundles for multiple MOSIP UI's. + * Masterdata templates for admin service module. + * themes for multiple UI's. +* All these artifacts are released as a part of the Mosip Release with some of them being taken from open sourced repository as per the need. All these artifacts are released as a part of the Mosip Release with some of them being taken from open sourced repository as per the need. @@ -33,4 +48,4 @@ All these artifacts are released as a part of the Mosip Release with some of the ``` $ cd deploy $ ./restart.sh - ``` + ``` \ No newline at end of file diff --git a/artifacts/Dockerfile b/artifacts/Dockerfile index ed0324d5..858b491e 100644 --- a/artifacts/Dockerfile +++ b/artifacts/Dockerfile @@ -28,8 +28,8 @@ apt-get update -y && \ apt-get install -y --no-install-recommends unzip wget zip openjdk-11-jdk && \ groupadd -g ${container_user_gid} ${container_user_group} &&\ rm -rf /var/lib/apt/lists/* &&\ -wget https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz &&\ -tar -xzf apache-maven-3.8.8-bin.tar.gz && mv apache-maven-3.8.8 /usr/local/maven && rm apache-maven-3.8.8-bin.tar.gz &&\ +wget https://dlcdn.apache.org/maven/maven-3/3.8.9/binaries/apache-maven-3.8.9-bin.tar.gz &&\ +tar -xzf apache-maven-3.8.9-bin.tar.gz && mv apache-maven-3.8.9 /usr/local/maven && rm apache-maven-3.8.9-bin.tar.gz &&\ useradd -u ${container_user_uid} -g ${container_user_group} -s /bin/sh -m ${container_user} \ && mkdir -p /var/run/nginx /var/tmp/nginx \ && chown -R ${container_user}:${container_user} /usr/share/nginx /var/run/nginx /var/tmp/nginx @@ -75,9 +75,6 @@ ENV mosip_plugins_zip_path=${base_path}/libs-release-local/mosip-plugins # environment valiable for sdk jar ENV sdk_path=${base_path}/libs-release-local/mock-sdk/1.1.5/ -# environment valiable for sdk jar -ENV jpeg_sdk_path=${base_path}/libs-release-local/jpeg-mock-sdk/1.1.5/ - # environment valiable for image-compressor jar ENV image_compressor_path=${base_path}/libs-release-local/compressor/ @@ -117,6 +114,9 @@ ENV esignet_wrapper_lib_zip_path=${base_path}/libs-release-local/esignet # environment variable for Clamav dependency ENV clamav_path=${base_path}/libs-release-local/clamav +# environment variable for registration-api-impl zip path +ENV registration_api_impl_zip_path=${base_path}/libs-release-local/registration-client + ENV regclient_jar_path=${base_path}/libs-release-local ENV master_template_path=${base_path}/libs-release-local/master-templates @@ -131,8 +131,11 @@ ENV scripts_path=/home/mosip/scripts ENV version=1.2.1-SNAPSHOT ENV idp_auth_wrapper_version=0.0.1-SNAPSHOT +#environment variable for pdf generator +ENV pdf_generator_path=${base_path}/libs-release-local/pdf-generator + # Create all the jar, i18n & theme paths. -RUN mkdir -p ${biosdk_client_zip_path}/biosdk-client ${demosdk_zip_path}/demosdk ${biosdk_lib_zip_path}/biosdk-lib ${cache_path} ${ida_sh_path} ${hsm_client_path} ${mosip_plugins_zip_path} ${kernel_jar_path} ${test_jar_path} ${idobject_jar_path} ${regproc_jar_path} ${sdk_path} ${image_compressor_path}/image-compressor ${icu4j_jar_path} ${clamav_path} ${i18n_zip_path} ${theme_zip_path} ${image_zip_path} ${child_auth_filter_jar_path} ${base_path}/libs-release-local/reg-client ${scripts_path} ${master_template_path} ${jpeg_sdk_path} ${jpegsdk_lib_zip_path}/jpeg-sdk-lib/ ${idp_auth_wrapper_lib_zip_path} ${esignet_wrapper_lib_zip_path}/esignet-wrapper ${certify_plugin_zip_path}/certify-plugin +RUN mkdir -p ${biosdk_client_zip_path}/biosdk-client ${demosdk_zip_path}/demosdk ${biosdk_lib_zip_path}/biosdk-lib ${cache_path} ${ida_sh_path} ${hsm_client_path} ${mosip_plugins_zip_path} ${kernel_jar_path} ${test_jar_path} ${idobject_jar_path} ${regproc_jar_path} ${sdk_path} ${image_compressor_path}/image-compressor ${icu4j_jar_path} ${clamav_path} ${i18n_zip_path} ${theme_zip_path} ${image_zip_path} ${child_auth_filter_jar_path} ${base_path}/libs-release-local/reg-client ${scripts_path} ${master_template_path} ${pdf_generator_path} ${idp_auth_wrapper_lib_zip_path} ${esignet_wrapper_lib_zip_path}/esignet-wrapper ${certify_plugin_zip_path}/certify-plugin ${registration_api_impl_zip_path}/registration-api-impl # Copy all the respective jars to the location @@ -144,8 +147,6 @@ COPY /src/deployment/docker/id-authentication/* ${ida_sh_path}/ COPY /src/hsm/client.zip ${hsm_client_path}/ -COPY /src/hsm/client-21.zip ${hsm_client_path}/ - COPY /src/mosip-plugins/sign-in-with-esignet/sign-in-with-esignet.zip ${mosip_plugins_zip_path}/ COPY /src/testing/regproc-reprocessor-ceylon-cache-repo.zip ${test_jar_path}/ @@ -166,8 +167,6 @@ COPY /src/i18n/pre-registration-i18n-bundle/* ${work_dir}/pre-registration-i18n COPY /src/master-templates/* ${work_dir}/master-templates/ -COPY /src/i18n/idp-i18n-bundle/* ${work_dir}/idp-i18n-bundle/ - COPY /src/i18n/oidc-demo-i18n-bundle/* ${work_dir}/oidc-demo-i18n-bundle/ COPY /src/i18n/mock-relying-party-i18n-bundle/* ${work_dir}/mock-relying-party-i18n-bundle/ @@ -184,10 +183,13 @@ COPY /src/i18n/esignet-signup-i18n-bundle/* ${work_dir}/esignet-signup-i18n-bun COPY /src/theme/esignet-signup-theme/* ${work_dir}/esignet-signup-theme/ -COPY /src/jre/zulu11.41.23-ca-fx-jre11.0.8-win_x64.zip ${regclient_jar_path}/zulu11.41.23-ca-fx-jre11.0.8-win_x64.zip +COPY /src/jre/* ${regclient_jar_path}/ COPY /src/icu4j/* ${icu4j_jar_path}/ +COPY /src/pdf-generator/* ${work_dir}/pdf-generator/ + + COPY /src/auth/* ${regproc_jar_path}/ COPY ./configure.sh ${work_dir}/ diff --git a/artifacts/build_version.sh b/artifacts/build_version.sh index 1ae37a71..67049ea0 100644 --- a/artifacts/build_version.sh +++ b/artifacts/build_version.sh @@ -8,41 +8,41 @@ echo Script to fetch the timestamp for each required snapshot artifactory echo timestamp for auth adapter. -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/kernel/kernel-auth-adapter/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/kernel/kernel-auth-adapter/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for msg91 sms jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/kernel/kernel-smsserviceprovider-msg91/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/kernel/kernel-smsserviceprovider-msg91/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for ref-idobjectvalidator jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/kernel/kernel-ref-idobjectvalidator/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/kernel/kernel-ref-idobjectvalidator/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for virus scanner jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/kernel/kernel-virusscanner-clamav/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/kernel/kernel-virusscanner-clamav/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for mock-sdk jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/mock/sdk/mock-sdk/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/mock/sdk/mock-sdk/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for biosdk client jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/biosdk/biosdk-client/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/biosdk/biosdk-client/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for demosdk client jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/demosdk/demosdk/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/demosdk/demosdk/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for child auth filter jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/authentication/authentication-childauthfilter-impl/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/authentication/authentication-childauthfilter-impl/$version/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for IDP auth wrapper jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/idp/authentication-wrapper/${idp_auth_wrapper_version}/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/idp/authentication-wrapper/${idp_auth_wrapper_version}/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' echo timestamp for Esignet auth wrapper jar -curl -s https://oss.sonatype.org/content/repositories/snapshots/io/mosip/idp/authentication-wrapper/${esignet_auth_wrapper_version}/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' \ No newline at end of file +curl -s https://central.sonatype.com/repository/maven-snapshots/io/mosip/idp/authentication-wrapper/${esignet_auth_wrapper_version}/maven-metadata.xml | grep value | sed "s/.*\([^<]*\)<\/value>.*/\1/" | sed -n '1p' \ No newline at end of file diff --git a/artifacts/configure.sh b/artifacts/configure.sh index f78f3ea6..1b4edaea 100644 --- a/artifacts/configure.sh +++ b/artifacts/configure.sh @@ -5,27 +5,28 @@ set -e # This scripts performs multiple commands to set up the libraries inside the artifactory server docker. # Activies performed are listed as below # 1. biosdk-client zip creation -# 2. jpeg-sdk-lib zip creation -# 3. biosdk-lib zip ceation +# 2. biosdk-lib zip ceation +# 3. image-compressor zip ceation # 4. demosdk-lib zip creation # 5. Create resources zip for reg-client # 6. Create i18n and entity-spec bundles zip files for all the required modules +# 7. registration-api-impl zip creation echo biosdk client zip creation started zip -r -j ${biosdk_client_zip_path}/biosdk-client.zip ${biosdk_client_zip_path}/biosdk-client/* rm -rf ${biosdk_client_zip_path}/biosdk-client echo biosdk client zip creation completed -echo jpeg-sdk-lib zip creation started -zip -r -j ${jpegsdk_lib_zip_path}/jpeg-sdk-lib.zip ${jpegsdk_lib_zip_path}/jpeg-sdk-lib/* -rm -rf ${jpegsdk_lib_zip_path}/jpeg-sdk-lib -echo jpeg-sdk-lib zip creation completed - echo biosdk-lib zip creation started zip -r -j ${biosdk_lib_zip_path}/biosdk-lib.zip ${biosdk_lib_zip_path}/biosdk-lib/* rm -rf ${biosdk_lib_zip_path}/biosdk-lib echo biosdk-lib zip creation completed +echo image-compressor zip creation started +zip -r -j ${image_compressor_path}/image-compressor.zip ${image_compressor_path}/image-compressor/* +rm -rf ${image_compressor_path}/image-compressor +echo image-compressor zip creation completed + echo demosdk-client zip creation started zip -r -j ${demosdk_zip_path}/demosdk.zip ${demosdk_zip_path}/demosdk/* rm -rf ${demosdk_zip_path}/demosdk @@ -53,11 +54,10 @@ rm -rf ${work_dir}/admin-entity-spec-bundle ${work_dir}/pmp-entity-spec-bundle echo spec-bundle zip creation completed echo i18n-bundles zip creation for all the mentioned modules started -zip -r -j ${i18n_zip_path}/admin-i18n-bundle.zip ${work_dir}/admin-i18n-bundle/* +zip -r -j ${i18n_zip_path}/admin-i18n-bundle.zip ${work_dir}/admin-i18n-bundle/* zip -r -j ${i18n_zip_path}/pmp-i18n-bundle.zip ${work_dir}/pmp-i18n-bundle/* zip -r -j ${i18n_zip_path}/pre-registration-i18n-bundle.zip ${work_dir}/pre-registration-i18n-bundle/* zip -r -j ${i18n_zip_path}/oidc-demo-i18n-bundle.zip ${work_dir}/oidc-demo-i18n-bundle/* -zip -r -j ${i18n_zip_path}/idp-i18n-bundle.zip ${work_dir}/idp-i18n-bundle/* zip -r -j ${i18n_zip_path}/mock-relying-party-i18n-bundle.zip ${work_dir}/mock-relying-party-i18n-bundle/* zip -r -j ${i18n_zip_path}/esignet-i18n-bundle.zip ${work_dir}/esignet-i18n-bundle/* zip -r -j ${i18n_zip_path}/esignet-signup-i18n-bundle.zip ${work_dir}/esignet-signup-i18n-bundle/* @@ -65,7 +65,6 @@ rm -rf ${work_dir}/admin-i18n-bundle \ ${work_dir}/pmp-i18n-bundle \ ${work_dir}/pre-registration-i18n-bundle \ ${work_dir}/oidc-demo-i18n-bundle \ - ${work_dir}/idp-i18n-bundle \ ${work_dir}/mock-relying-party-i18n-bundle \ ${work_dir}/esignet-i18n-bundle \ ${work_dir}/resident-i18n-bundle \ @@ -89,4 +88,12 @@ echo master-templates zip creation started zip -r -j ${master_template_path}/master-templates.zip ${work_dir}/master-templates/* echo master-templates zip creation completed +echo pdf-generator zip creation started +ls -ltr ${work_dir}/pdf-generator/ +zip -r -j ${pdf_generator_path}/pdf-generator.zip ${work_dir}/pdf-generator/* +echo pdf-generator zip creation completed +echo registration-api-impl zip creation started +zip -r -j ${registration_api_impl_zip_path}/registration-api-impl.zip ${registration_api_impl_zip_path}/registration-api-impl/* +rm -rf ${registration_api_impl_zip_path}/registration-api-impl +echo registration-api-impl zip creation completed \ No newline at end of file diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 47c2656d..446a3d64 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.mosip.artifactory artifactory-parent @@ -34,94 +34,102 @@ - - - central - MavenCentral - default - https://repo1.maven.org/maven2 - - false - - - - ossrh - MavenSnapshot - https://oss.sonatype.org/content/repositories/snapshots - default - - true - - - - + + + central + MavenCentral + default + https://repo1.maven.org/maven2 + + false + + + + ossrh + MavenCentralRepository + https://central.sonatype.com/repository/maven-snapshots + default + + true + + + + ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://central.sonatype.com/api/v1/publisher - 1.2.0.1 + 1.3.0-SNAPSHOT /usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel kernel-auth-adapter.jar + 1.2.0.1-B4 /usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel kernel-auth-adapter-lite.jar - + + + 1.3.0-beta.2 + /usr/share/nginx/html/artifactory/libs-release-local/icu4j + kernel-transliteration-icu4j.jar + - 1.2.0.2 + 1.3.0-beta.2 /usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel kernel-smsserviceprovider-msg91.jar - 1.2.0.1 + 1.3.0-beta.2 /usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel/kernel-ref-idobjectvalidator kernel-ref-idobjectvalidator.jar - 1.2.0.1 + 1.3.0-beta.2 /usr/share/nginx/html/artifactory/libs-release-local/clamav kernel-virusscanner-clamav.jar + + 1.3.0-beta.1 + /usr/share/nginx/html/artifactory/libs-release-local/registration-client/registration-api-impl + registration-api-stub-impl.jar 1.0.4 /usr/share/nginx/html/artifactory/libs-release-local/clamav clamav.jar - 1.2.0.1 + 1.3.0-SNAPSHOT /usr/share/nginx/html/artifactory/libs-release-local/biosdk/mock/0.9/biosdk-client /usr/share/nginx/html/artifactory/libs-release-local/biosdk/biosdk-lib biosdk-client-jar-with-dependencies.jar - 1.2.0.1 + 1.3.0-beta.1 /usr/share/nginx/html/artifactory/libs-release-local/demosdk/default/demosdk demosdk-client-jar-with-dependencies.jar - 1.2.0.2 + 1.3.0-beta.1 /usr/share/nginx/html/artifactory/libs-release-local/mock-sdk/1.1.5 mock-sdk.jar - - 1.2.0.1-SNAPSHOT - /usr/share/nginx/html/artifactory/libs-release-local/jpeg-mock-sdk/1.1.5 - /usr/share/nginx/html/artifactory/libs-release-local/jpeg-sdk/jpeg-sdk-lib - mock-sdk-jpeg-extractor-jar-with-dependencies.jar + mock-sdk-jar-with-dependencies.jar + + 0.1.0-beta.1 + /usr/share/nginx/html/artifactory/libs-release-local/compressor/image-compressor + image-compressor-jar-with-dependencies.jar + + + 1.3.0-beta.2 + /usr/share/nginx/html/artifactory/libs-release-local/cache + redis-cache-provider.jar + 3.12.12 /usr/share/nginx/html/artifactory/libs-release-local/cache cache-provider.jar - - 1.2.0.1 - /usr/share/nginx/html/artifactory/libs-release-local/io/mosip/authentication/authentication-ref-impl - authentication-childauthfilter-impl.jar - - 0.9.0 - /usr/share/nginx/html/artifactory/libs-release-local/idp/idp-auth-wrapper - authentication-wrapper.jar /usr/share/nginx/html/artifactory/libs-release-local/esignet/esignet-wrapper 0.9.3 @@ -132,8 +140,6 @@ 0.2.1 sunbird-rc-esignet-integration-impl.jar - - 1.2.0.2 /usr/share/nginx/html/artifactory/libs-release-local/certify/certify-plugin @@ -146,241 +152,225 @@ 0.2.1 certify-mock-identity-plugin.jar - + org.apache.maven.plugins maven-dependency-plugin - 3.5.0 - - - copy - package - - copy - - - - - - - - io.mosip.kernel - kernel-auth-adapter - ${auth-adapter.version} - ${auth-adapter.location} - ${auth-adapter.fileName} - jar - + 3.5.0 + + + copy + package + + copy + + + + + + + + io.mosip.kernel + kernel-auth-adapter + ${auth-adapter.version} + ${auth-adapter.location} + ${auth-adapter.fileName} + jar + + + + io.mosip.kernel + kernel-auth-adapter-lite + ${auth-adapter-lite.version} + ${auth-adapter-lite.location} + ${auth-adapter-lite.fileName} + jar + + + + + io.mosip.kernel + kernel-smsserviceprovider-msg91 + ${kernel-smsserviceprovider.version} + ${kernel-smsserviceprovider.location} + ${kernel-smsserviceprovider.fileName} + jar + + + + + io.mosip.kernel + kernel-transliteration-icu4j + ${kernel-transliteration.version} + ${kernel-transliteration.location} + ${kernel-transliteration.fileName} + jar + + + + io.mosip.kernel + kernel-ref-idobjectvalidator + ${kernel-ref-idobjectvalidator.version} + ${kernel-ref-idobjectvalidator.location} + ${kernel-ref-idobjectvalidator.fileName} + jar + + + + + io.mosip.registration + registration-api-stub-impl + ${registration-api-impl.version} + ${registration-api-impl.location} + ${registration-api-impl.fileName} + jar + + + + io.mosip.kernel + kernel-virusscanner-clamav + ${kernel-virusscanner-clamav.version} + ${kernel-virusscanner-clamav.location} + ${kernel-virusscanner-clamav.fileName} + jar + + + + xyz.capybara + clamav-client + ${clamav-client.version} + ${clamav-client.location} + ${clamav-client.fileName} + jar + + + + io.mosip.mock.sdk + mock-sdk + ${mock-sdk.version} + ${mock-sdk.location} + ${mock-sdk.fileName} + jar + + + + io.mosip.biosdk + biosdk-client + ${biosdk-client.version} + ${biosdk-client.location} + ${biosdk-client.fileName} + jar-with-dependencies + jar + + + + io.mosip.demosdk + demosdk + ${demosdk-client.version} + ${demosdk-client.location} + ${demosdk-client.fileName} + jar-with-dependencies + jar + + + + io.mosip.image.compressor + image-compressor + ${image-compressor.version} + ${image-compressor.location} + ${image-compressor.fileName} + jar-with-dependencies + jar + + + io.mosip.mock.sdk + mock-sdk + ${mock-sdk.version} + ${biosdk-client-lib.location} + ${mock-sdk-dep.fileName} + jar-with-dependencies + jar + + + + com.hazelcast + hazelcast-all + ${hazelcast.version} + ${hazelcast.location} + ${hazelcast.fileName} + jar + - - io.mosip.kernel - kernel-auth-adapter-lite - ${auth-adapter-lite.version} - ${auth-adapter-lite.location} - ${auth-adapter-lite.fileName} - jar - - - - - io.mosip.kernel - kernel-smsserviceprovider-msg91 - ${kernel-smsserviceprovider.version} - ${kernel-smsserviceprovider.location} - ${kernel-smsserviceprovider.fileName} - jar - - - - io.mosip.kernel - kernel-ref-idobjectvalidator - ${kernel-ref-idobjectvalidator.version} - ${kernel-ref-idobjectvalidator.location} - ${kernel-ref-idobjectvalidator.fileName} - jar - - - - io.mosip.kernel - kernel-virusscanner-clamav - ${kernel-virusscanner-clamav.version} - ${kernel-virusscanner-clamav.location} - ${kernel-virusscanner-clamav.fileName} - jar - - - - xyz.capybara - clamav-client - ${clamav-client.version} - ${clamav-client.location} - ${clamav-client.fileName} - jar - - - - io.mosip.mock.sdk - mock-sdk - ${mock-sdk.version} - ${mock-sdk.location} - ${mock-sdk.fileName} - jar - - - - io.mosip.biosdk - biosdk-client - ${biosdk-client.version} - ${biosdk-client.location} - ${biosdk-client.fileName} - jar-with-dependencies - jar - - - - io.mosip.demosdk - demosdk - ${demosdk-client.version} - ${demosdk-client.location} - ${demosdk-client.fileName} - jar-with-dependencies - jar - - - - io.mosip.mock.sdk - mock-sdk-jpeg-extractor - ${mock-sdk-jpeg-extractor.version} - ${mock-sdk-jpeg-extractor.location} - ${mock-sdk-jpeg-extractor.fileName} - jar-with-dependencies - jar - - - - io.mosip.mock.sdk - mock-sdk - ${mock-sdk.version} - ${mock-sdk-jpeg-extractor-lib.location} - ${mock-sdk.fileName} - jar - - - io.mosip.mock.sdk - mock-sdk-jpeg-extractor - ${mock-sdk-jpeg-extractor.version} - ${mock-sdk-jpeg-extractor-lib.location} - ${mock-sdk-jpeg-extractor.fileName} - jar-with-dependencies - jar - - - - - io.mosip.mock.sdk - mock-sdk - ${mock-sdk-latest.version} - ${biosdk-client-lib.location} - ${mock-sdk.fileName} - jar-with-dependencies - jar - - - - io.mosip.authentication - authentication-childauthfilter-impl - ${authentication-childauthfilter-impl.version} - ${authentication-childauthfilter-impl.location} - ${authentication-childauthfilter-impl.fileName} - jar - - - - com.hazelcast - hazelcast-all - ${hazelcast.version} - ${hazelcast.location} - ${hazelcast.fileName} - jar - - - - io.mosip.idp - authentication-wrapper - ${authentication-wrapper.version} - ${authentication-wrapper.location} - ${authentication-wrapper.fileName} - jar - - - - io.mosip.esignet.mock - mock-esignet-integration-impl - ${esignet-mock-wrapper.version} - ${esignet-wrapper.location} - ${esignet-mock-wrapper.fileName} - jar - - - io.mosip.authentication - esignet-integration-impl - ${esignet-ida-wrapper.version} - ${esignet-wrapper.location} - ${esignet-ida-wrapper.fileName} - jar - + + + io.mosip.cacheprovider + cache-provider-redis + ${redis-cache.version} + ${redis-cache.location} + ${redis-cache.fileName} + jar + + + + io.mosip.esignet.mock + mock-esignet-integration-impl + ${esignet-mock-wrapper.version} + ${esignet-wrapper.location} + ${esignet-mock-wrapper.fileName} + jar + + + io.mosip.authentication + esignet-integration-impl + ${esignet-ida-wrapper.version} + ${esignet-wrapper.location} + ${esignet-ida-wrapper.fileName} + jar + - - io.mosip.esignet.sunbirdrc - sunbird-rc-esignet-integration-impl - ${esignet-digital-credential-wrapper.version} - ${esignet-wrapper.location} - ${esignet-digital-credential-wrapper.fileName} - jar - - - - io.mosip.certify.sunbirdrc - sunbird-rc-certify-integration-impl - ${certify-sunbird-plugin.version} - ${certify-plugin.location} - ${certify-sunbird-plugin.fileName} - jar - - - - io.mosip.certify - mosip-identity-certify-plugin - ${certify-mosip-identity-plugin.version} - ${certify-plugin.location} - ${certify-mosip-identity-plugin.fileName} - jar - - - - io.mosip.certify - mock-certify-plugin - ${certify-mock-plugin.version} - ${certify-plugin.location} - ${certify-mock-plugin.fileName} - jar - - - true - true - true - - - - + + io.mosip.esignet.sunbirdrc + sunbird-rc-esignet-integration-impl + ${esignet-digital-credential-wrapper.version} + ${esignet-wrapper.location} + ${esignet-digital-credential-wrapper.fileName} + jar + + + + io.mosip.certify.sunbirdrc + sunbird-rc-certify-integration-impl + ${certify-sunbird-plugin.version} + ${certify-plugin.location} + ${certify-sunbird-plugin.fileName} + jar + + + + io.mosip.certify + mosip-identity-certify-plugin + ${certify-mosip-identity-plugin.version} + ${certify-plugin.location} + ${certify-mosip-identity-plugin.fileName} + jar + + + + io.mosip.certify + mock-certify-plugin + ${certify-mock-plugin.version} + ${certify-plugin.location} + ${certify-mock-plugin.fileName} + jar + + + true + true + true + + + + diff --git a/artifacts/src/hsm/client-21.zip b/artifacts/src/hsm/client-21.zip deleted file mode 100644 index 06252ef1..00000000 Binary files a/artifacts/src/hsm/client-21.zip and /dev/null differ diff --git a/artifacts/src/hsm/client.zip b/artifacts/src/hsm/client.zip index 7cf54d9b..06252ef1 100644 Binary files a/artifacts/src/hsm/client.zip and b/artifacts/src/hsm/client.zip differ diff --git a/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/dynamicfields.json b/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/dynamicfields.json index 7e51657b..b166de88 100644 --- a/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/dynamicfields.json +++ b/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/dynamicfields.json @@ -150,7 +150,7 @@ "linkType": "", "LinkURL": "", "inputType": "textarea", - "ismandatory": "false" + "ismandatory": "true" }, { "name": "value", @@ -289,4 +289,4 @@ "methodCallName": "" } ] -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/templates.json b/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/templates.json index cc2e06c6..09c434f3 100644 --- a/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/templates.json +++ b/artifacts/src/i18n/admin-entity-spec-bundle/entity-spec/templates.json @@ -177,12 +177,12 @@ "showInListView": "false", "showInSingleView": "true", "label": { - "eng": "Scenario", - "ara": "السيناريو", - "fra": "scénario", - "hin": "परिदृश्य ", - "kan": "ಸನ್ನಿವೇಶ ", - "tam": "காட்சி " + "eng": "Content", + "ara": "محتوى", + "fra": "Contenu", + "hin": "सामग्री ", + "kan": "ವಿಷಯ ", + "tam": "உள்ளடக்கம் " }, "sortOrder": "", "showAsLink": "false", @@ -208,7 +208,53 @@ "linkType": "", "LinkURL": "", "inputType": "dropdown", - "ismandatory": "true" + "ismandatory": "true", + "options": [ + { + "code": "txt", + "label": { + "eng": "Text File", + "ara": "ملف نصي", + "fra": "Fichier texte", + "hin": "पाठ फ़ाइल", + "kan": "ಮಾತ್ರದ ಪಾठ", + "tam": "உரை கோப்பு" + } + }, + { + "code": "xml", + "label": { + "eng": "Xml File", + "ara": "ملف XML", + "fra": "Fichier XML", + "hin": "एक्सएमएल फ़ाइल", + "kan": "XML ಕಡತ", + "tam": "XML கோப்பு" + } + }, + { + "code": "json", + "label": { + "eng": "Json File", + "ara": "ملف JSON", + "fra": "Fichier JSON", + "hin": "जेसन फ़ाइल", + "kan": "JSON ಕಡತ", + "tam": "JSON கோப்பு" + } + }, + { + "code": "html", + "label": { + "eng": "Html File", + "ara": "ملف HTML", + "fra": "Fichier HTML", + "hin": "एचटीएमएल फ़ाइल", + "kan": "HTML ಕಡತ", + "tam": "HTML கோப்பு" + } + } + ] }, { "name": "templateTypeCode", @@ -246,7 +292,75 @@ "linkType": "", "LinkURL": "", "inputType": "dropdown", - "ismandatory": "true" + "ismandatory": "true", + "options": [ + { + "id": "10001", + "label": { + "eng": "Pre-Registration", + "ara": "التسجيل المسبق", + "fra": "Pré-inscription", + "hin": "पूर्व-पंजीकरण", + "kan": "ಪೂರ್ವ ನೋಂದಣಿ", + "tam": "முன் பதிவு" + } + }, + { + "id": "10002", + "label": { + "eng": "Registration Client", + "ara": "عميل التسجيل", + "fra": "Client dinscription", + "hin": "पंजीकरण ग्राहक", + "kan": "ನೋಂದಣಿ ಗ್ರಾಹಕ", + "tam": "பதிவு வாடிக்கையாளர்" + } + }, + { + "id": "10003", + "label":{ + "eng": "Registration Processor", + "ara": "معالج التسجيل", + "fra": "Processeur dinscription", + "hin": "पंजीकरण प्रोसेसर", + "kan": "ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್", + "tam": "பதிவு செயலி" + } + }, + { + "id":"10004", + "label":{ + "eng": "ID Authentication", + "ara": "مصادقة الهوية", + "fra": "Authentification ID", + "hin": "आईडी प्रमाणीकरण", + "kan": "ID ದೃಢೀಕರಣ", + "tam": "ஐடி அங்கீகாரம்" + } + }, + { + "id":"10005", + "label":{ + "eng": "ID Control", + "ara": "معرف التحكم", + "fra": "Contrôle didentité", + "hin": "आईडी नियंत्रण", + "kan": "ID ನಿಯಂತ್ರಣ", + "tam": "அடையாளக் கட்டுப்பாடு" + } + }, + { + "id":"10006", + "label":{ + "eng": "Resident Portal", + "ara": "بوابة المقيمين", + "fra": "Portail Résident", + "hin": "निवासी पोर्टल", + "kan": "ನಿವಾಸ ಪೋರ್ಟಲ್", + "tam": "குடியுரிமை போர்ட்டல்" + } + } + ] }, { "name": "moduleName", @@ -410,13 +524,13 @@ { "filtername": "isActive", "filterlabel": { - "eng": "Status", - "ara": "نشط", - "fra": "Statut", - "hin": "स्थिति", - "kan": "ಸ್ಥಿತಿ", - "tam": "நிலை" - }, + "eng": "Status", + "ara": "نشط", + "fra": "Statut", + "hin": "स्थिति", + "kan": "ಸ್ಥಿತಿ", + "tam": "நிலை" + }, "filterType": "equals", "autocomplete": "false", "dropdown": "true", @@ -426,4 +540,4 @@ "methodCallName": "" } ] -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json index a5540be0..bce4fd77 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json @@ -28,10 +28,13 @@ "item7": { "title": "مدير المفتاح", "subItem2": "توليد مفتاح رئيسي", - "subItem1": "توليد CSR", + "subItem1": "توليد CSR", "subItem3": "الحصول على شهادة", "subItem4": "تحميل الشهادة", "subItem5": "تحميل شهادة مجال أخرى" + }, + "item8": { + "title": "استرداد RID المفقود" } }, "dashboard": { @@ -224,7 +227,7 @@ "title": "خطأ" }, "devices": { - + "title":"الأجهزة", "header": "جهاز", "name": "اسم الجهاز", @@ -469,6 +472,16 @@ "title": "حمولة الطلب كبيرة جدًا", "message": "حجم الحمولة يتجاوز حد الحجم. يرجى التحقق من حجم الحمولة.", "btnTxt": "حسنا" + }, + "servicedown": { + "title": "الخدمة غير متاحة مؤقتا", + "message": "الخدمة ليست جاهزة للتعامل مع الطلب. يرجى المحاولة بعد وقت ما.", + "btnTxt": "حسنا" + }, + "offLine": { + "title": "لا انترنت", + "message": "لا يمكن تحميل الصفحة", + "btnTxt": "نعم" } }, "validationMessages": { @@ -514,7 +527,7 @@ "center": "مركز", "sourceLabel": "مصدر", "processLabel": "معالجة", - "supervisorStatusLabel": "حالة المشرف", + "supervisorStatusLabel": "حالة المشرف", "popupMessaages":{ "popup1":{ "uploadConfirm":"تأكيد تحميل الحزمة", @@ -620,7 +633,7 @@ "success-message": ["", " يتم حذف"], "success-title": "نجاح", "error-message": ["", "لا يمكن حذفه"], - "error-title": "خطأ", + "error-title": "خطأ", "btnTxt": "منجز", "yesBtnTxt": "يتأكد", "noBtnTxt": "يلغي", @@ -729,7 +742,7 @@ "InActive":"غير نشط" }, "lostRID":{ - "titleTxt":"استرداد Lost RID", + "titleTxt":"استرداد RID المفقود", "subtitleenrollment":"تفاصيل التسجيل", "subtitlelocation":"موقع", "searchbtn":"بحث", @@ -804,8 +817,9 @@ "Zone":"منطقة", "Logout":"تسجيل خروج" }, - "paginationLabel":{ - "showRows":"عرض الصفوف" + "paginatorIntl": { + "itemsPerPageLabel": "مواد لكل صفحة", + "of": "ل" }, "keymanager": { "applicationIds": [{ @@ -866,7 +880,7 @@ "KER-MSD-149": "حدث خطأ أثناء إحضار تفاصيل تعيين نوع مستند نوع مستند مقدم الطلب", "KER-MSD-150": "فئة المستند - لم يتم العثور على تعيين نوع المستند", "KER-MSD-001": "\nحدث خطأ أثناء جلب التطبيقات", - "KER-MSD-101": "\nحدث خطأ أثناء إدخال تفاصيل التطبيق", + "KER-MSD-101": "طلب نوع مركز مكرر، المركز موجود بنفس التفاصيل.", "KER-MSD-002": "\nالتطبيق غير موجود", "KER-MSD-201": "\nتم العثور على طلب غير صالح", "KER-MSD-193": "حدث خطأ أثناء إحضار تكوين التطبيق", @@ -1011,7 +1025,7 @@ "KER-MSD-300": "\nلا يمكن إلغاء تنشيط الموقع حيث تم تعيين موقع الطفل النشط", "KER-MSD-710": "\nلم يتم العثور على بيانات لعمود عامل التصفية المحدد", "KER-MSD-399": "\nحدث خطأ أثناء إحضار التدرج الهرمي للموقع", - "KER-MSD-248": "\nلم يتم العثور على التسلسل الهرمي للموقع", + "KER-MSD-248": "لم يتم العثور على الوحدة النمطية", "KER-MSD-029": "حدث خطأ أثناء إحضار الآلات", "KER-MSD-030": "\nالجهاز غير موجود", "KER-MSD-214": "معرف الجهاز٪ s غير موجود", @@ -1032,7 +1046,7 @@ "KER-MSD-437": "\nمعرف الجهاز٪ s غير موجود للغة الأساسية", "KER-MSD-256": "\nلا يمكن إيقاف تشغيل الجهاز حيث تم تعيين بعض مراكز التسجيل على الخريطة", "KER-MSD-257": "\nتم توفير مفتاح عام غير صالح", - "KER-MSD-410": "\nتم توفير مفتاح تسجيل عام غير صالح", + "KER-MSD-410": "\nتم توفير مفتاح تسجيل عام غير صالح", "KER-MSD-031": "حدث خطأ أثناء إحضار تفاصيل محفوظات الجهاز\n", "KER-MSD-032": "\nلم يتم العثور على \"محفوظات الجهاز\"", "KER-MSD-117": "\nمواصفات الجهاز غير موجودة", @@ -1063,7 +1077,6 @@ "KER-MSD-261": "\nحدث خطأ أثناء تحليل الطابع الزمني الأخير", "KER-MSD-262": "\nلا يمكن أن يكون الطابع الزمني تاريخًا في المستقبل", "KER-MSD-245": "\nحدث خطأ أثناء إحضار الوحدة النمطية", - "KER-MSD-248": "\nالوحدة غير موجودة", "ADM-DPM-040": "\nلم يتم العثور على رمز نوع الجهاز Reg في قائمة أنواع أجهزة Reg", "ADM-DPM-041": "\nلم يتم العثور على رمز النوع الفرعي للجهاز Reg في قائمة الأنواع الفرعية للأجهزة Reg", "ADM-DPM-039": "\nلم يتم العثور على معرف موفر الجهاز في قائمة موفري الأجهزة", @@ -1077,6 +1090,7 @@ "KER-MSD-058": "\nحدث خطأ أثناء إدخال تفاصيل السبب", "KER-MSD-263": "\nحدث خطأ أثناء البحث في السجل: طلب غير صالح", "KER-MSD-364": "\nفشل في استئناف الحزمة", + "KER-MSD-365": "مواصفات الجهاز غير نشطة", "ADM-DPM-032": "\nمعرف / اسم موفر الجهاز غير موجود في قائمة موفري الأجهزة المسجلين", "ADM-DPM-035": "حدث خطأ أثناء تخزين تفاصيل الجهاز المسجل", "ADM-DPM-042": "\n٪ s لا يمكن تسجيل الجهاز لأنه ليس من الأجهزة المدرجة في القائمة البيضاء", @@ -1204,7 +1218,6 @@ "KER-MSD-037": "حدث خطأ أثناء إحضار تعيينات المستخدم والجهاز ومركز التسجيل", "KER-MSD-038": "مركز التسجيل ، الجهاز ، المستخدم غير موجود" , "KER-MSD-039": "تنسيق التاريخ غير صالح" , - "KER-MSD-319": "إدخال طلب غير صالح" , "KER-MSD-500": "خطأ داخلي في الخادم", "KER-MSD-998": "تم تنشيطه أو تعطيله بالفعل" , "KER-MSD-997": "تم تمرير معرف غير صالح للغة الأساسية" , @@ -1232,11 +1245,10 @@ "KER-SCH-019": "نفس السمات الحيوية المستخدمة في الحقل مع نفس النوع الفرعي:٪ s" , "KER-MSD-045": "حدث خطأ أثناء إحضار القوالب" , "KER-MSD-145": "استثناء أثناء إدخال البيانات في ديسيبل" , - "KER-MSD-046": "القالب غير موجود." , "KER-MSD-238": "حدث خطأ أثناء تحديث القالب" , "KER-MSD-096": "حدث خطأ أثناء حذف القالب" , "KER-MSD-232": "حدث خطأ أثناء إدراج تفاصيل تنسيق ملف القالب" , - "KER-MSD-046": "القالب غير موجود." , + "KER-MSD-046": "لم يتم العثور على القالب.", "KER-MSD-093": "حدث خطأ أثناء تحديث القالب" , "KER-MSD-236": "حدث خطأ أثناء حذف القالب" , "KER-MSD-125": "لا يمكن حذف التبعية التي تم العثور عليها." , @@ -1326,13 +1338,13 @@ "ADM-PKT-010": "استثناء تحليل JSON أثناء تحليل الاستجابة", "ADM-PKT-090": "حدث خطأ أثناء إحضار تحديث حالة الحزمة", "KER-MSD-999": "إدخال طلب غير صالح", - "KER-MSD-319": "إدخال طلب غير صالح", + "KER-MSD-319": "إدخال أمر غير صالح", "ADMN-LRID-001" : "غير قادر على العثور على التخلص المفقود..", "ADM-BLK-004" : "التنسيق المدعوم هو ملف csv فقط", - "ADM-BLK-005" : "التنسيق المدعوم هو ملف مضغوط فقط", - "ADM-BLK-006" : "الملف الفارغ غير مقبول يرجى تقديم ملف صالح", - "ADM-MSD-446" : "الموقع غير موجود", - "KER-MSD-280" : "لم يتم العثور على نوع المركز ل", + "ADM-BLK-005" : "التنسيق المدعوم هو ملف مضغوط فقط", + "ADM-BLK-006" : "الملف الفارغ غير مقبول يرجى تقديم ملف صالح", + "ADM-MSD-446" : "الموقع غير موجود", + "KER-MSD-280" : "لم يتم العثور على نوع المركز ل", "KER-DYN-001" : "الحقل الديناميكي غير صالح ، يجب أن يحتوي على رموز ومفاتيح قيمة", "ADM-BLK-007" : "لم يتم تحميل ملف", "ADM-BLK-008" : "تم العثور على الإدخال بنفس قيم المفاتيح الأساسية", @@ -1349,7 +1361,7 @@ "RPR-RGS-031": "لم يتم العثور على RID" , "RPR-RGS-032": "الرجاء تضييق نطاق البحث" , "RPR-RGS-033": "البحث بين التاريخ يجب أن يكون أقل من 30 يومًا", - "RPR-PKR-SUCCESS-001": "وصلت الحزمة إلى مستقبل الحزم", + "RPR-PKR-SUCCESS-001": "وصلت الحزمة إلى مستقبل الحزم", "RPR-PKR-FAILED-001": "الحزمة مصابة بالفيروس", "RPR-SYS-EXCEPTION-001": "حدث استثناء في النظام - غير قادر على معالجة الحزمة", "RPR-PKR-SUCCESS-002": "يتم تحميل الحزمة إلى منطقة الهبوط ", @@ -1454,6 +1466,8 @@ "ADM-AVD-009": "انتهت صلاحية استخدام مشاركة البيانات", "ADM-AVD-509" : "لم يتم العثور على RID", "ADM-AVD-510" : "تم تجاوز حد البحث لمقدم الطلب", - "ADM-AVD-511" : "طلب معرف غير موجود" + "ADM-AVD-511" : "طلب معرف غير موجود", + "KER-USR-025": "تعيين المركز مفقود، ولا يمكن تنشيط المستخدم.", + "KER-MSD-281": "عدد غير صالح من الأكشاك" } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/default.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/default.json index c1202f9e..f4334da9 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/default.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/default.json @@ -29,6 +29,11 @@ "name": "Kannada", "nativeName": "ಕನ್ನಡ", "locale": "kn_IN" + }, + "spa": { + "name": "Spanish", + "nativeName": "Española", + "locale": "es_ES" } }, "keyboardMapping" :{ @@ -37,12 +42,14 @@ "ara": "ar", "hin": "hi", "tam": "ta", - "kan": "kn" + "kan": "kn", + "spa": "es" }, "masterdataMapping" :{ "blocklisted-words": { "name": { "eng": "Blocklisted Words", + "spa": "Palabras bloqueadas", "ara": "الكلمات المحظورة", "fra": "Mots bloqués", "tam": "தடுப்புப்பட்டியலில் உள்ள வார்த்தைகள்", @@ -53,6 +60,7 @@ "holiday": { "name": { "eng": "Holiday", + "spa": "Día festivo", "ara": "قائمة عطلة", "fra": "Liste de vacances", "tam": "விடுமுறை", @@ -63,6 +71,7 @@ "document-type": { "name": { "eng": "Document Type", + "spa": "Tipo de Documento", "ara": "أنواع المستندات", "fra": "Types de documents", "tam": "ஆவண வகை", @@ -73,6 +82,7 @@ "templates": { "name": { "eng": "Templates", + "spa": "Plantillas", "ara": "قوالب", "fra": "Modèles", "tam": "வார்ப்புருக்கள்", @@ -83,6 +93,7 @@ "machine-type": { "name": { "eng": "Machine Types", + "spa": "Tipos de máquinas", "ara": "أنواع الآلات", "fra": "Types de machines", "tam": "இயந்திர வகைகள்", @@ -93,6 +104,7 @@ "device-types": { "name": { "eng": "Device Types", + "spa": "Tipos de dispositivos", "ara": "أنواع الأجهزة", "fra": "Types de périphériques", "tam": "சாதன வகைகள்", @@ -103,6 +115,7 @@ "document-categories": { "name": { "eng": "Document Categories", + "spa": "Categorías de documentos", "ara": "فئات المستندات", "fra": "Catégories de document", "tam": "ஆவண வகைகள்", @@ -113,6 +126,7 @@ "machine-specs": { "name": { "eng": "Machine Specification", + "spa": "Especificación de la máquina", "ara": "المواصفات الجهاز", "fra": "Spécifications de la machin", "tam": "இயந்திர விவரக்குறிப்பு", @@ -123,6 +137,7 @@ "device-specs": { "name": { "eng": "Device Specification", + "spa": "Especificación del dispositivo", "ara": "مواصفات الجهاز", "fra": "Spécifications de l\"appareil", "tam": "சாதன விவரக்குறிப்பு", @@ -133,6 +148,7 @@ "center-type": { "name": { "eng": "Center Type", + "spa": "Tipo de centro", "ara": "نوع المركز", "fra": "Type de centre", "tam": "மைய வகை", @@ -143,6 +159,7 @@ "dynamicfields": { "name": { "eng": "Dynamic Field", + "spa": "Campo Dinámico", "ara": "مجال ديناميكي", "fra": "Champ dynamique", "tam": "டைனமிக் புலம்", @@ -153,6 +170,7 @@ "documentCategoryMapping": { "name": { "eng": "Document Category - Type Mapping", + "spa": "Categoría de documento: asignación de tipos", "ara": "فئة الوثيقة - نوع التعيين", "fra": "Catégorie de document - Mappage de types", "tam": "ஆவண வகை - வகை மேப்பிங்", @@ -161,4 +179,4 @@ } } } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json index 2ca511e2..757ca91f 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json @@ -28,7 +28,7 @@ "item7": { "title": "KeyManager", "subItem2": "GenerateMasterKey", - "subItem1": "GenerateCSR", + "subItem1": "GenerateCSR", "subItem3": "GetCertificate", "subItem4": "UploadCertificate", "subItem5": "UploadOtherDomainCertificate" @@ -163,7 +163,7 @@ }, "workingDays": { "required": "Please select atleast one day" - } + } }, "popupMessages": { "create": { @@ -225,7 +225,7 @@ ], "buttonText": "OK", "title": "Error" - }, + }, "masterData": { "master-data": "Master Data", "total-no": "Total No", @@ -472,6 +472,16 @@ "title": "Request payload is too large", "message": "Payload size exceeds the size limit. Kindly check the payload size.", "btnTxt": "Ok" + }, + "servicedown": { + "title": "Service Temporarily Unavailable", + "message": "Service is not ready to handle the request. Kindly try after sometime.", + "btnTxt": "Ok" + }, + "offLine": { + "title": "No internet", + "message": "Page cannot be loaded", + "btnTxt": "Ok" } }, "validationMessages": { @@ -498,49 +508,49 @@ }, "packet-upload":{ - "header":"Packet Upload", - "singleView":{ - "detailed-view-txt":"Detailed View", - "status-txt":"Status", - "uploadedBy-txt": "Uploaded By", - "count-txt":"Count", - "dataAndTime-txt" : "Date And Time", - "failureDescription-txt":"Failure Description", - "placeHolder1-txt":"Table Name", - "placeHolder2-txt":"Operations" - }, - "createView":{ - "input-btn-text":"Choose File", - "input-text1":"Upload file...", - "input-text2":"Upload Your File", - "upload-btn":"UPLOAD", - "cancel-btn":"CANCEL", - "center": "Center", - "sourceLabel": "Source", - "processLabel": "Process", - "supervisorStatusLabel": "Supervisor Status", - "popupMessaages":{ - "popup1":{ - "uploadConfirm":"Confirm Packet Upload", - "message":"Packet will be processed.\n Please ensure that all information is correct.\n\n\n Transaction will start once you click on confirm.", - "confirmBtnTxt":"CONFIRM", - "cancelBtnTxt":"Cancel" - }, - "popup2":{ - "title":"Failure", - "btnTxt":"DONE" - }, - "popup3":{ - "title":"Success", - "message" :"Your file has been uploaded successfully. \n Data upload is currently in progress.\n\n\n Transaction ID :", - "btnTxt":"DONE" - } - + "header":"Packet Upload", + "singleView":{ + "detailed-view-txt":"Detailed View", + "status-txt":"Status", + "uploadedBy-txt": "Uploaded By", + "count-txt":"Count", + "dataAndTime-txt" : "Date And Time", + "failureDescription-txt":"Failure Description", + "placeHolder1-txt":"Table Name", + "placeHolder2-txt":"Operations" }, - "source":[{"label":"Registration Client","value":"REGISTRATION_CLIENT"}], - "process":[{"label":"New","value":"NEW"},{"label":"Update UIN","value":"UPDATE"},{"label":"Lost","value":"LOST"},{"label":"Biometrics Correction","value":"BIOMETRIC_CORRECTION"}], - "supervisorStatus":[{"label":"Approved","value":"APPROVED"},{"label":"Rejected","value":"REJECTED"}] - } + "createView":{ + "input-btn-text":"Choose File", + "input-text1":"Upload file...", + "input-text2":"Upload Your File", + "upload-btn":"UPLOAD", + "cancel-btn":"CANCEL", + "center": "Center", + "sourceLabel": "Source", + "processLabel": "Process", + "supervisorStatusLabel": "Supervisor Status", + "popupMessaages":{ + "popup1":{ + "uploadConfirm":"Confirm Packet Upload", + "message":"Packet will be processed.\n Please ensure that all information is correct.\n\n\n Transaction will start once you click on confirm.", + "confirmBtnTxt":"CONFIRM", + "cancelBtnTxt":"Cancel" + }, + "popup2":{ + "title":"Failure", + "btnTxt":"DONE" + }, + "popup3":{ + "title":"Success", + "message" :"Your file has been uploaded successfully. \n Data upload is currently in progress.\n\n\n Transaction ID :", + "btnTxt":"DONE" + } + + }, + "source":[{"label":"Registration Client","value":"REGISTRATION_CLIENT"}], + "process":[{"label":"New","value":"NEW"},{"label":"Update UIN","value":"UPDATE"},{"label":"Lost","value":"LOST"},{"label":"Biometrics Correction","value":"BIOMETRIC_CORRECTION"}], + "supervisorStatus":[{"label":"Approved","value":"APPROVED"},{"label":"Rejected","value":"REJECTED"}] + } }, "actionMessages" : { "decommission": { @@ -748,15 +758,16 @@ "errorLabel":"Error", "createMessage":"Created Successfully", "updateMessage":"Updated Successfully", - "mappingMessage":" Mapped Successfully" + "mappingMessage":" Mapped Successfully" }, "headermessage":{ "vesion":"Admin UI version", "Zone":"Zone", "Logout":"Logout" }, - "paginationLabel":{ - "showRows":"Show rows" + "paginatorIntl": { + "itemsPerPageLabel": "Items per page: ", + "of":"of" }, "keymanager": { "applicationIds": [{ @@ -817,7 +828,7 @@ "KER-MSD-149": "Error occurred while fetching Applicant Type-Document Category-Document Type Mapping details", "KER-MSD-150": "Document Category- Document Type mapping not found", "KER-MSD-001": "Error occurred while fetching Applications", - "KER-MSD-101": "Error occurred while inserting application details", + "KER-MSD-101": "Duplicate Center type request. the center exists with the same details.", "KER-MSD-002": "Application not found", "KER-MSD-201": "Bad Request Found", "KER-MSD-193": "Error occurred while fetching Application config", @@ -984,7 +995,7 @@ "KER-MSD-437": "Machine ID %s does not exist for primary language", "KER-MSD-256": "Machine cannot Decommissioned as some Registration centers are mapped", "KER-MSD-257": "Invalid public key provided", - "KER-MSD-410": "Invalid sign public key provided", + "KER-MSD-410": "Invalid sign public key provided", "KER-MSD-031": "Error occured while fetching Machine History details", "KER-MSD-032": "Machine History not found", "KER-MSD-033": "Invalid date format", @@ -1030,6 +1041,7 @@ "KER-MSD-058": "Error occure while inserting reason details ", "KER-MSD-263": "error occured while searching the record : invalid rquest", "KER-MSD-364": "failed to resume packet", + "KER-MSD-365": "Device Specification is Inactive", "ADM-DPM-032": "Device Provider ID/Name does not exist in the list of Registered Device Providers", "ADM-DPM-035": "Error occurred while storing Registered Device Details", "ADM-DPM-042": "%s Cannot register device as it is not a white-listed device", @@ -1216,7 +1228,7 @@ "KER-USR-007": "User Center mapping not found", "KER-USR-008": "Zone user mapping not exists or not active", "KER-USR-009": "Error occured while parsing auth service userdetails response", - "KER-USR-010": "Error occured while zone user mapping", + "KER-USR-010": "Error occured while zone user mapping", "KER-USR-011": "User Center mapping must be deleted before remapping user", "KER-USR-012": "Reg center is not exists for given language", "KER-USR-013": "User already exists", @@ -1278,10 +1290,10 @@ "KER-MSD-999": "Invalid request input", "ADMN-LRID-001" : "Unable to find the lost rid..", "ADM-BLK-004" : "Supported format are only csv file", - "ADM-BLK-005" : "Supported format is only zip file", - "ADM-BLK-006" : "Empty file is not acceptable please provide valid file", - "ADM-MSD-446" : "Location not found", - "KER-MSD-280" : "Center Type not found for language", + "ADM-BLK-005" : "Supported format is only zip file", + "ADM-BLK-006" : "Empty file is not acceptable please provide valid file", + "ADM-MSD-446" : "Location not found", + "KER-MSD-280" : "Center Type not found for language", "KER-DYN-001" : "The dynamic field is invalid, it must contain symbols and value keys", "ADM-BLK-007" : "No file uploaded", "ADM-BLK-008" : "Entry found with same primary key values", @@ -1403,6 +1415,8 @@ "ADM-AVD-009" : "Data share usuage expired", "ADM-AVD-509" : "RID not found", "ADM-AVD-510" : "Applicant search limit exceeded", - "ADM-AVD-511" : "Request id not found" + "ADM-AVD-511" : "Request id not found", + "KER-USR-025" : "Center mapping is missing, the User cannot be Activated.", + "KER-MSD-281" : "Invalid number of kiosks" } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/es.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/es.json new file mode 100644 index 00000000..949fa964 --- /dev/null +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/es.json @@ -0,0 +1,1422 @@ +{ + "menuItems": { + "item1": { + "title": "Home" + }, + "item2": { + "title": "Resources", + "subItem1": "Center", + "subItem2": "Devices", + "subItem3": "Machines", + "subItem4": "User Zone Mapping", + "subItem5": "User Center Mapping" + }, + "item3": { + "title": "Master Data" + }, + "item4": { + "title": "Packet Status" + }, + "item5": { + "title": "Pause / Resume RID" + }, + "item6": { + "title": "Bulk Upload", + "subItem1": "Master Data", + "subItem2": "Packets" + }, + "item7": { + "title": "KeyManager", + "subItem2": "GenerateMasterKey", + "subItem1": "GenerateCSR", + "subItem3": "GetCertificate", + "subItem4": "UploadCertificate", + "subItem5": "UploadOtherDomainCertificate" + }, + "item8": { + "title": "Retrieve Lost RID" + } + }, + "dashboard": { + "welcomeMessage":"Welcome to Mosip Admin portal !" + }, + "center": { + "title":"Centers", + "center-detail-view" : "Center Detail View", + "center-name": "Center Name", + "center-id": "Center Id", + "status": "Status", + "created-on": "Created On", + "created-by": "Created By", + "updated-on": "Updated On", + "updated-by": "Updated By", + "center-details": "Center Details", + "registration-center-name": "Registration Center Name", + "registration-center-type": "Registration Center Type", + "contact-person": "Contact Person - Optional", + "contact-number": "Contact Number - Optional", + "location-details": "Location Details", + "longitude": "Longitude", + "latitude": "Latitude", + "address1": "Address Line 1", + "address2": "Address Line 2 - Optional", + "address3": "Address Line 3 - Optional", + "region": "Region", + "province": "Province", + "city": "City", + "laa": "Zone", + "postal-code": "Postal Code", + "zone": "Administrative Zone", + "operational-details": "Operational Details", + "holiday-zone": "Holiday Location", + "working-hrs": "Working Hours - Optional", + "no-kiosk": "No.Kiosk", + "per-kiosk-process-time": "Per Kiosk Process Time(minutes)", + "start-time": "Start Time", + "end-time": "End Time", + "lunch-start-time": "Lunch Start time - Optional", + "lunch-end-time": "Lunch End Time - Optional", + "edit": "Edit", + "create": "Create", + "cancel": "Cancel", + "language": "English", + "keyboard-tooltip": "Click for Virtual Keyboard (English)", + "isActive": "Status", + "update": "Update", + "workingDays": "Working Days", + "holidays": "Exceptional Holidays", + "add-button": "Add", + "datepicker-placeholder":"Choose a date", + "devices-tooltip":"Device includes Fingerprint Scanner, Iris Scanner, Web Camera, Printer", + "selectLanguage": "Select Language", + "editCommonDetails": "Please edit other center details here", + "validationMessages": { + "name": { + "required": "Center Name is required", + "max-length": "Exceeded max length (128)" + }, + "centerTypeCode": { + "required": "Center Type is required" + }, + "contactPerson": { + "max-length": "Exceeded max length (128)" + }, + "contactPhone": { + "max-length": "Exceeded max length (16)" + }, + "longitude": { + "required": "Longitude is required", + "max-length": "Exceeded max length (32)", + "validLatLong": "Atleast 4 digits after decimal is mandatory", + "validNumber": "Please enter digits only" + }, + "latitude": { + "required": "Longitude is required", + "max-length": "Exceeded max length (32)", + "validLatLong": "Atleast 4 digits after decimal is mandatory", + "validNumber": "Please enter digits only" + }, + "addressLine1": { + "required": "Address Line 1 is required", + "max-length": "Exceeded max length (256)" + }, + "addressLine2": { + "max-length": "Exceeded max length (256)" + }, + "addressLine3": { + "max-length": "Exceeded max length (256)" + }, + "region": { + "required": "Region is required" + }, + "province": { + "required": "Province is required" + }, + "city": { + "required": "City is required" + }, + "laa": { + "required": "Zone is required" + }, + "postalCode": { + "required": "Postal Code is required" + }, + "zone": { + "required": "Administrative Zone is required" + }, + "holidayZone": { + "required": "Holiday Location is required" + }, + "noKiosk": { + "required": "Number of Kiosk is required", + "min": "Minimum number of Kiosk is 0", + "invalidNoKiosk": "Invalid Number of Kiosk Entered" + }, + "processingTime": { + "required": "Per Kiosk Processing Time is required" + }, + "startTime": { + "required": "Center Start Time is required" + }, + "endTime": { + "required": "Center End Time is required" + }, + "workingDays": { + "required": "Please select atleast one day" + } + }, + "popupMessages": { + "create": { + "title": "Confirmation", + "message": ["You are about to create a Registration Center in ",". Please ensure that all the information is correct.", "Center ID will be generated once you Confirm"], + "yesBtnText": "Confirm", + "noBtnText": "Cancel", + "mandatorySecondaryFields": "You have not filled the mandatory data in the Secondary language. Hence Registration Center will be created/updated only for Primary language. Do you still want to continue?" + }, + "edit": { + "title": "Confirmation", + "message": "You are about to update a Registration Center. Please ensure that all the information is correct", + "yesBtnText": "Confirm", + "noBtnText": "Cancel", + "mandatorySecondaryFields": "You have not filled the mandatory data in the Secondary language. Hence Registration Center will be updated only for Primary language. Do you still want to continue?" + }, + "update-success": { + "title": "Success", + "message": ["Center details are updated successfully. \n \n Center ID: ", " \n \n Center Name: "], + "btnTxt": "Ok" + }, + "update-error": { + "title": "Error", + "message": "There was some issue in updating the center. Please try again", + "btnTxt": "Ok" + }, + "create-success": { + "title": "Success", + "message": ["Center is created Successfully with Center ID: ", " and Center Name: "], + "btnTxt": "Ok" + }, + "create-error": { + "title": "Error", + "message": "There was some issue in creating a center. Please try again", + "btnTxt": "Ok" + }, + "navigation-popup": { + "title": "Confirmation", + "message": "Are you sure you want to navigate away from this page? Any unsaved data will be lost.", + "yesBtnTxt": "Leave", + "noBtnTxt": "Stay" + }, + "noData": { + "title": "Error", + "message": "No Data Found", + "btnTxt": "Ok" + }, + "lunchTimeValidation": { + "title": "Error", + "message": "Please select center timings before selecting lunch timings", + "btnTxt": "Ok" + } + } + }, + "singleView": { + "errorMessages" : [ + "No record found", + "A technical error has occurred" + ], + "buttonText": "OK", + "title": "Error" + }, + "masterData": { + "master-data": "Master Data", + "total-no": "Total No", + "common": "Common", + "device-definition": "Device Definition", + "machine-definition": "Machine Definition", + "document-definition": "Document Definition", + "doc-category-mapping": "Document Category - Type Mapping", + "category": "Category", + "mapped-documents": "Mapped Documents", + "unmapped-documents": "Unmapped Documents", + "masterDataTypes": "Masterdata Types", + "dynamicField": "Dynamic Field", + "createDynamicField": "Create New Dynamic Field" + }, + "masterdataupload": { + "title": "Master Data Upload" + }, + "devices": { + "title":"Devices", + "header": "Device", + "name": "Device Name", + "serialNumber": "Serial Number", + "macAddress": "MAC Address", + "ipAddress": "IP Address", + "validity": "Valid Date Time", + "isActive": "Status", + "zone": "Administrative Zone", + "deviceSpecId": "Device Spec Name", + "language": "English", + "edit": "Edit", + "create": "Create", + "cancel": "Cancel", + "status": "Status", + "keyboard-tooltip": "Click for Virtual Keyboard (English)", + "errorMessages": { + "title": "Error", + "message": "No Data Found", + "btnTxt": "Ok" + }, + "validationMessages": { + "name": { + "required": "Device Name is required" + }, + "serialNumber": { + "required": "Serial Number is required" + }, + "macAddress": { + "required": "MAC Address is required" + }, + "ipAddress": { + "required": "IP Address is required" + }, + "validity": { + "required": "Validity is required" + }, + "isActive": { + "required": "Status is required" + }, + "zone": { + "required": "Administrative Zone is required" + }, + "deviceSpecId": { + "required": "Device SpecId is required" + }, + "regCenterId": { + "required": "Center Name is required" + } + }, + "popupMessages": { + "create": { + "title": "Confirmation", + "message": ["You are about to create a Registration Device in ",". Please ensure that all the information is correct. Device ID will be generated once you Confirm"], + "yesBtnText": "Confirm", + "noBtnText": "Cancel", + "mandatorySecondaryFields": "You have not filled the mandatory data in the Secondary language. Registration Device will be created only in Primary language. Do you still want to continue?" + }, + "edit": { + "title": "Confirmation", + "message": "You are about to update a Registration Device. Please ensure that all the information is correct", + "yesBtnText": "Confirm", + "noBtnText": "Cancel", + "mandatorySecondaryFields": "You have not filled the mandatory data in the Secondary language. Registration Device will be created only in Primary language. Do you still want to continue?" + }, + "update-success": { + "title": "Success", + "message": ["Device details are updated successfully. \n Device ID: ", " \n Device Name: "], + "btnTxt": "Ok" + }, + "update-error": { + "title": "Error", + "message": "There was some issue in updating the device. Please try again", + "btnTxt": "Ok" + }, + "create-success": { + "title": "Success", + "message": ["Device is created Successfully with Device ID: ", " and Device Name: "], + "btnTxt": "Ok" + }, + "create-error": { + "title": "Error", + "message": "There was some issue in creating a device. Please try again", + "btnTxt": "Ok" + }, + "navigation-popup": { + "title": "Confirmation", + "message": "Are you sure you want to navigate away from this page? Any unsaved data will be lost.", + "yesBtnTxt": "Leave", + "noBtnTxt": "Stay" + }, + "noData": { + "title": "Error", + "message": "No Data Found", + "btnTxt": "Ok" + } + } + }, + "machines": { + "title":"Machines", + "header": "Machine", + "name": "Machine Name", + "machineSpecId": "Machines Spec ID", + "serialNumber": "Serial Number", + "macAddress": "MAC Address", + "ipAddress": "IP Address", + "validity": "Valid Date Time", + "isActive": "Status", + "zone": "Administrative Zone", + "publicKey": "Public Key", + "signPublicKey": "Sign Public Key", + "language": "English", + "edit": "Edit", + "create": "Create", + "cancel": "Cancel", + "update": "Update", + "keyboard-tooltip": "Click for Virtual Keyboard (English)", + "errorMessages": { + "title": "Error", + "message": "No Data Found", + "btnTxt": "Ok" + }, + "validationMessages": { + "name": { + "required": "Machine Name is required" + }, + "serialNumber": { + "required": "Serial Number is required" + }, + "macAddress": { + "required": "MAC Address is required" + }, + "ipAddress": { + "required": "IP Address is required" + }, + "validity": { + "required": "Validity is required" + }, + "isActive": { + "required": "Status is required" + }, + "zone": { + "required": "Administrative Zone is required" + }, + "machineSpecId": { + "required": "Machines Spec ID is required" + }, + "publicKey": { + "required": "Public Key is required" + }, + "signPublicKey": { + "required": "Sign Public Key is required" + } + }, + "popupMessages": { + "create": { + "title": "Confirmation", + "message": ["You are about to create Machine details ",". Please ensure that all the information is correct. Machine ID will be generated once you Confirm"], + "yesBtnText": "Confirm", + "noBtnText": "Cancel", + "mandatorySecondaryFields": "You have not filled the mandatory data in the Secondary language. Machine details will be created only in Primary language. Do you still want to continue?" + }, + "edit": { + "title": "Confirmation", + "message": "You are about to update Machine details. Please ensure that all the information is correct", + "yesBtnText": "Confirm", + "noBtnText": "Cancel", + "mandatorySecondaryFields": "You have not filled the mandatory data in the Secondary language. Machine details will be created only in Primary language. Do you still want to continue?" + }, + "update-success": { + "title": "Success", + "message": ["Machine details are updated successfully. Machine ID: ", " and Machine Name: "], + "btnTxt": "Ok" + }, + "update-error": { + "title": "Error", + "message": "There was some issue in updating the Machine details. Please try again", + "btnTxt": "Ok" + }, + "create-success": { + "title": "Success", + "message": ["Machine is created Successfully with Machine ID: ", " and Machine Name: "], + "btnTxt": "Ok" + }, + "create-error": { + "title": "Error", + "message": "There was some issue in creating a Machine details. Please try again", + "btnTxt": "Ok" + }, + "navigation-popup": { + "title": "Confirmation", + "message": "Are you sure you want to navigate away from this page? Any unsaved data will be lost.", + "yesBtnTxt": "Leave", + "noBtnTxt": "Stay" + }, + "noData": { + "title": "Error", + "message": "No Data Found", + "btnTxt": "Ok" + } + } + }, + "errorPopup": { + "noData": { + "title": "No Records Found", + "message": "No records present for the requested search", + "btnTxt": "Ok" + }, + "technicalError": { + "title": "Technical Error", + "message": "A technical error has occurred. Please refresh your page to continue or try again later", + "btnTxt": "Ok" + }, + "unauthorized": { + "title": "Authorization Error", + "message": "You are not authorised to visit this page", + "btnTxt": "Ok" + }, + "unknown": { + "title": "Unknown Error", + "message": "Failed to validate the current session", + "btnTxt": "Ok" + }, + "payloadtoolarge": { + "title": "Request payload is too large", + "message": "Payload size exceeds the size limit. Kindly check the payload size.", + "btnTxt": "Ok" + }, + "servicedown": { + "title": "Service Temporarily Unavailable", + "message": "Service is not ready to handle the request. Kindly try after sometime.", + "btnTxt": "Ok" + }, + "offLine": { + "title": "No internet", + "message": "Page cannot be loaded", + "btnTxt": "Ok" + } + }, + "validationMessages": { + "required": "Please fill both the ‘To’ and ‘From’ field to filter by the date range", + "range": "’To’ date cannot be before ‘From’ date'", + "invalid": "Please select a valid value for Date" + }, + "packet-status": { + "header": "Packet Status", + "input-text": "Enter ID", + "text": "Please enter Registration ID to check Packet Status", + "error": "Invalid Registration ID Entered", + "id": "Registration ID", + "status": "Status", + "viewMore": "View More", + "viewLess": "View Less", + "errorMessages": { + "title": "Error", + "message": "RID Not Found", + "btnTxt": "Ok" + }, + "statuscheckFailed":"Failed", + "statuscheckCompleted":"Completed" + + }, + "packet-upload":{ + "header":"Packet Upload", + "singleView":{ + "detailed-view-txt":"Detailed View", + "status-txt":"Status", + "uploadedBy-txt": "Uploaded By", + "count-txt":"Count", + "dataAndTime-txt" : "Date And Time", + "failureDescription-txt":"Failure Description", + "placeHolder1-txt":"Table Name", + "placeHolder2-txt":"Operations" + }, + "createView":{ + "input-btn-text":"Choose File", + "input-text1":"Upload file...", + "input-text2":"Upload Your File", + "upload-btn":"UPLOAD", + "cancel-btn":"CANCEL", + "center": "Center", + "sourceLabel": "Source", + "processLabel": "Process", + "supervisorStatusLabel": "Supervisor Status", + "popupMessaages":{ + "popup1":{ + "uploadConfirm":"Confirm Packet Upload", + "message":"Packet will be processed.\n Please ensure that all information is correct.\n\n\n Transaction will start once you click on confirm.", + "confirmBtnTxt":"CONFIRM", + "cancelBtnTxt":"Cancel" + }, + "popup2":{ + "title":"Failure", + "btnTxt":"DONE" + }, + "popup3":{ + "title":"Success", + "message" :"Your file has been uploaded successfully. \n Data upload is currently in progress.\n\n\n Transaction ID :", + "btnTxt":"DONE" + } + + }, + "source":[{"label":"Registration Client","value":"REGISTRATION_CLIENT"}], + "process":[{"label":"New","value":"NEW"},{"label":"Update UIN","value":"UPDATE"},{"label":"Lost","value":"LOST"},{"label":"Biometrics Correction","value":"BIOMETRIC_CORRECTION"}], + "supervisorStatus":[{"label":"Approved","value":"APPROVED"},{"label":"Rejected","value":"REJECTED"}] + } + }, + "actionMessages" : { + "decommission": { + "success-message": ["", " is Decommissioned successfully"], + "success-title": "Success", + "error-message": ["Cannot decommission ", " is still mapped with some other resources. \nPlease un-map the resources before decommissioning"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to Decommission ", " ? \n You cannot undo this action once you click on Confirm."], + "confirmation-title": "Confirmation" + }, + "activate": { + "success-message": ["", " is Activated Successfully"], + "success-title": "Success", + "error-message": ["", " Could not be Activated"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to Activate ", "? \n You can Deactivate it later if you wish. Till then it will be set as Active"], + "confirmation-title": "Confirmation" + }, + "deactivate": { + "success-message": ["", " is Deactivated Successfully"], + "success-title": "Success", + "error-message": ["", " Could not be Deactivated"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to Deactivate ", " ? \n You can Activate it later if you wish. Till then it will be set as Inactive"], + "confirmation-title": "Confirmation" + }, + "resumeprocessingandremovehotlistedtag": { + "success-message": ["", " is Resumed Processing and Removed from Hotlisted Tag"], + "success-title": "Success", + "error-message": ["", " Could not be Resume Processing and Remove from Hotlisted Tag"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to perform action Resume Processing and Remove Hotlisted Tag on RID ", " ? \n"], + "confirmation-title": "Confirmation" + }, + "resumefrombeginning": { + "success-message": ["", " is Resumed from Beginning"], + "success-title": "Success", + "error-message": ["", " Could not be Resume and Remove from Hotlisted Tag"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to perform action Resume from Beginning on RID ", " ? \n"], + "confirmation-title": "Confirmation" + }, + "resumefrombeginningandremovehotlistedtag": { + "success-message": ["", " is Resumed from Beginning and Removed from Hotlisted Tag"], + "success-title": "Success", + "error-message": ["", " Could not be Resume from Beginning and Remove from Hotlisted Tag"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to perform action Resume from Beginning and Remove Hotlisted Tag on RID ", " ? \n"], + "confirmation-title": "Confirmation" + }, + "stopprocessing": { + "success-message": ["", " is Stopped"], + "success-title": "Success", + "error-message": ["", " Could not be Stopped"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to perform action Stop Processing on RID ", " ? \n"], + "confirmation-title": "Confirmation" + }, + "deleteUser": { + "success-message": ["", " is deleted"], + "success-title": "Success", + "error-message": ["", " can't be deleted"], + "error-title": "Error", + "btnTxt": "Done", + "yesBtnTxt": "Confirm", + "noBtnTxt": "Cancel", + "confirmation-message": ["Do you want to delete the user ", " ? \n"], + "confirmation-title": "Confirmation" + } + }, + "detailView":{ + "detail":"Detail View" + }, + "users":{ + "redirectMessage":"Click here to redirect to Keycloak's Users list", + "title":"User Name", + "users":"User Center Mapping", + "zoneuser":"User Zone Mapping" + }, + "bulkUpload":{ + "operation":"Operation", + "operationCtrl":[{"label":"Insert","value":"Insert"},{"label":"Update","value":"Update"},{"label":"Delete","value":"Delete"}], + "tableName":"Select Table Name", + "chooseFile":"Choose File", + "uploadFile":"Upload Your File", + "upload": "UPLOAD", + "cancel": "Cancel", + "tableNames":[{"id":"applicant_valid_document","value":"Applicant Valid Document"},{"id":"biometric_attribute","value":"BiometricAttribute"},{"id":"biometric_type","value":"BiometricType"},{"id":"blocklisted_words","value":"BlocklistedWords"},{"id":"daysofweek_list","value":"DaysOfWeek"},{"id":"device_master","value":"Device"},{"id":"device_spec","value":"DeviceSpecification"},{"id":"device_type","value":"DeviceType"},{"id":"doc_category","value":"DocumentCategory"},{"id":"doc_type","value":"DocumentType"},{"id":"dynamic_field","value":"DynamicField"},{"id":"reg_exceptional_holiday","value":"ExceptionalHoliday"},{"id":"gender","value":"Gender"},{"id":"loc_holiday","value":"Holiday"},{"id":"id_type","value":"IdType"},{"id":"individual_type","value":"IndividualType"},{"id":"language","value":"Language"},{"id":"location","value":"Location"},{"id":"loc_hierarchy_list","value":"LocationHierarchy"},{"id":"machine_master","value":"Machine"},{"id":"machine_spec","value":"MachineSpecification"},{"id":"machine_type","value":"MachineType"},{"id":"module_detail","value":"ModuleDetail"},{"id":"reason_category","value":"ReasonCategory"},{"id":"reason_list","value":"ReasonList"},{"id":"reg_exceptional_holiday","value":"RegExceptionalHoliday"},{"id":"registration_center","value":"RegistrationCenter"},{"id":"reg_center_type","value":"RegistrationCenterType"},{"id":"reg_working_nonworking","value":"RegWorkingNonWorking"},{"id":"template","value":"Template"},{"id":"template_file_format","value":"TemplateFileFormat"},{"id":"template_type","value":"TemplateType"},{"id":"title","value":"Title"},{"id":"user_detail","value":"UserDetails"},{"id":"valid_document","value":"ValidDocument"},{"id":"zone","value":"Zone"},{"id":"zone_user","value":"ZoneUser"}], + "popupMessages": { + "popup1": { + "title": "Confirm Bulk Master Data Upload", + "message": ["Bulk "," on ", " will be processed.\n Please ensure that all information is correct.\n\n\n Transaction will start once you click on confirm."], + "yesBtnText": "Confirm", + "noBtnText": "Cancel" + }, + "popup2":{ + "title":"Failure", + "btnTxt":"DONE" + }, + "popup3":{ + "title":"Success", + "message" :"Your file has been uploaded successfully. \n Data upload is currently in progress.\n\n\n Transaction ID : ", + "btnTxt":"DONE" + } + } + }, + "filters": { + "titleTxt": "Add Filters", + "footerButtons": { + "resetTxt": "Reset", + "cancelTxt": "Cancel", + "applyTxt": "Apply" + } + }, + "isActive":{ + "Active":"ACTIVE", + "InActive":"INACTIVE" + }, + "lostRID":{ + "titleTxt":"Retrieve Lost RID", + "subtitleenrollment":"Enrollment Details", + "subtitlelocation":"Location", + "searchbtn":"Search", + "clearbtn":"Clear" + }, + "generatecsr": { + "title": "Generate CSR", + "applicationId" :"Application Id", + "referenceId": "ReferenceId", + "commonName": "Common Name", + "organization": "Organization", + "organizationUnit": "Organization unit", + "location": "Location", + "state": "State", + "country": "Country", + "button":"Generate" + }, + "generatemasterkey": { + "title": "Generate Masterkey", + "applicationId" :"Application Id", + "referenceId": "ReferenceId", + "commonName": "Common Name", + "organization": "Organization", + "organizationUnit": "Organization unit", + "location": "Location", + "state": "State", + "country": "Country", + "force": "Force", + "objectType": "Object Type", + "button":"Generate" + }, + "getcertificate": { + "title": "Get Certificate", + "applicationId" :"Application Id", + "referenceId": "ReferenceId", + "button":"Get Certificate" + }, + "uploadcertificate": { + "title": "Upload Certificate", + "applicationId" :"Application Id", + "referenceId": "ReferenceId", + "chooseFile" : "Choose File", + "uploadYourFile":"Upload Your File", + "button":"Generate" + }, + "uploadotherdomaincertificate": { + "title": "Upload Other Domain Certificate", + "applicationId" :"Application Id", + "referenceId": "ReferenceId", + "chooseFile" : "Choose File", + "uploadYourFile":"Upload Your File", + "button":"Generate" + }, + "genericerror":{ + "fieldValidation":"This field is required", + "fieldNameValidation":" is required" + }, + "genericbutton":{ + "save":"Save" + }, + "genericmessage":{ + "successLabel":"Success", + "successButton":"OK", + "errorLabel":"Error", + "createMessage":"Created Successfully", + "updateMessage":"Updated Successfully", + "mappingMessage":" Mapped Successfully" + }, + "headermessage":{ + "vesion":"Admin UI version", + "Zone":"Zone", + "Logout":"Logout" + }, + "paginatorIntl": { + "itemsPerPageLabel": "Items per page: ", + "of":"of" + }, + "keymanager": { + "applicationIds": [{ + "id": "PRE_REGISTRATION", + "value": "PRE_REGISTRATION 3years" + }, { + "id": "REGISTRATION_PROCESSOR", + "value": "REGISTRATION_PROCESSOR 3years" + }, { + "id": "REGISTRATION", + "value": "REGISTRATION 3years" + }, { + "id": "ID_REPO", + "value": "ID_REPO 3years" + }, { + "id": "KERNEL", + "value": "KERNEL 3years" + }, { + "id": "ROOT", + "value": "ROOT 5years" + }, { + "id": "PMS", + "value": "PMS 3years" + }, { + "id": "ADMIN_SERVICES", + "value": "ADMIN_SERVICES 3years" + }, { + "id": "RESIDENT", + "value": "RESIDENT 3years" + }] + }, + + "serverError": { + "KER-KMS-001": "Certificate is not valid", + "KER-KMS-002": "ApplicationId not found in Key Policy", + "KER-KMS-003": "No unique alias is found", + "KER-KMS-004": "No Such algorithm is supported", + "KER-KMS-005": "Invalid request", + "KER-KMS-006": "timestamp should be in ISO 8601 format yyyy-MM-ddTHH::mm:ss.SSSZ", + "KER-KMS-007": "Exception occured in cypto library: ", + "KER-KMS-008": "Service is not able to store sign certificate", + "KER-KMS-009": "Invalid Response Object Type.", + "KER-KMS-010": "Reference Id Not Supported for the Application ID.", + "KER-KMS-011": "Root Key not available to sign.", + "KER-KMS-012": "Key Generation Process is not completed.", + "KER-KMS-013": "Certificate Parsing Error.", + "KER-KMS-014": "Certificate Key Not Matching with stored Key.", + "KER-KMS-015": "Upload of certificate will not be allowed to update other domain certificate.", + "KER-KMS-016": "Not allowed to generate new key pair for other domains.", + "KER-KMS-017": "Certificate Not found in keystore table.", + "KER-KMS-018": "Not Allowed to perform decryption with other domain key.", + "KER-KMS-019": "Not able to decrypt Symmetric Key using the Private Key.", + "KER-KMS-020": "Signing operation for allowed for the provided application id & reference id.", + "KER-KMS-021": "Key Revocation not allowed.", + "KER-KMS-500": "Internal server error", + "KER-MSD-148": "One or more input parameter is invalid or does not exist", + "KER-MSD-147": "Applicant Type data does not exist", + "KER-MSD-149": "Error occurred while fetching Applicant Type-Document Category-Document Type Mapping details", + "KER-MSD-150": "Document Category- Document Type mapping not found", + "KER-MSD-001": "Error occurred while fetching Applications", + "KER-MSD-101": "Duplicate Center type request. the center exists with the same details.", + "KER-MSD-002": "Application not found", + "KER-MSD-201": "Bad Request Found", + "KER-MSD-193": "Error occurred while fetching Application config", + "KER-MSD-196": "Parse Error exception", + "KER-MSD-198": "Audit Exception from client::", + "KER-MSD-004": "BiometricAttribute not found", + "KER-MSD-003": "Error occurred while fetching BiometricAttributes", + "KER-APP-103": "Error occurred while inserting BiometricAttributes", + "KER-MSD-005": "Error occurred while fetching Biometric Types", + "KER-MSD-105": "Error occurred while inserting biometric type details", + "KER-MSD-006": "Biometric Type not found", + "KER-MSD-008": "Blocklisted word not found", + "KER-MSD-071": "Duplicate Blocklisted word request", + "KER-MSD-007": "Error occurred while fetching Blocklisted words", + "KER-MSD-070": "Error occurred while inserting Blocklisted words", + "KER-MSD-210": "Error occurred while updating Blocklisted Word", + "KER-MSD-213": "Error occurred while deleting Blocklisted Word", + "KER-MSD-009": "Error occured while fetching Devices", + "KER-MSD-010": "Device not Found", + "KER-MSD-042": "Device ID %s does not exist", + "KER-MSD-069": "Error occurred while inserting Device details", + "KER-MSD-083": "Error while updating", + "KER-MSD-084": "Error while deleting", + "KER-MSD-191": "Cannot delete as dependency found", + "KER-MSD-332": "No Device id mapped found", + "KER-MSD-333": "All Device Id are mapped", + "KER-MSD-334": "Invalid filter value", + "KER-MSD-335": "No Device Id found for name:%s", + "KER-MSD-336": "No Device specification id found for name:%s", + "KER-MSD-344": "No zone assigned to the user", + "KER-MSD-345": "Zone %s doesn't exist", + "KER-MSD-440": "Error occurred while fetching a Device details mapped with the given Registration Center", + "KER-MSD-441": "Registration Center and Device Not Found", + "KER-MSD-395": "User is not authorized to decommission the Device", + "KER-MSD-438": "Device cannot be Decommissioned as it is assigned to a Registration Center", + "KER-MSD-700": "Device Error", + "KER-MSD-439": "Admin not authorized to access this Device for this Zone", + "KER-MSD-DDD": "Device has been already decommissioned or Device not found", + "KER-MSD-219": "The zone of the registration center in the request does not match the zone of the device", + "KER-MSD-222": "The registration center in the request is not present in db", + "KER-MSD-128": "Error occured while fetching Device History details", + "KER-MSD-129": "Device History not found", + "KER-MSD-130": "Invalid date format", + "ADM-DPM-001": "Device is marked Inactive or not found", + "ADM-DPM-002": "Device is revoked/retired", + "ADM-DPM-009": "Error occurred while checking a Device Details %s", + "ADM-DPM-003": "Device Provider does not exist", + "ADM-DPM-004": "Device Provider is marked Inactive or not found", + "ADM-DPM-005": "deviceServiceVersion not found", + "ADM-DPM-006": "MDS in inactive state", + "ADM-DPM-007": "Software version does not match against the Device Details", + "ADM-DPM-008": "Device code does not match against - %s", + "ADM-DPM-051": "Device code does not match against - type", + "ADM-DPM-052": "Device code does not match against - subType", + "ADM-DPM-012": "Error occurred while registering Device Provider", + "ADM-DPM-011": "%s Device Provider already exist", + "ADM-DPM-014": "Error occurred while updating a Device Provider", + "ADM-DPM-015": "Device code not mapped against device provider", + "ADM-DPM-016": "No such field present", + "ADM-DPM-056": "Error occured while fetching Device Register details", + "ADM-DPM-037": "Invalid status received", + "ADM-DPM-057": "Error occured while updating Device Register details", + "ADM-DPM-058": "Error occured while create Device Register details", + "ADM-DPM-050": "Error occured while deleted Device Register details", + "ADM-DPM-038": "Data not found for provided device code", + "KER-DPR-002": "Device already de-registered", + "KER-DPR-001": "No register device found", + "KER-DPR-003": "Device code length exceeds the accepted limit", + "KER-DPR-004": "Invalid environment", + "KER-DPM-039": "Device already is in %s status", + "ADM-DPM-059": "Device has been revoked", + "KER-MSD-012": "Device Specification not found", + "KER-MSD-011": "Error occured while fetching Device Specifications", + "KER-MSD-054": "Error occurred while inserting Device Specification details", + "KER-MSD-081": "Error occured while updating Device Specification", + "KER-MSD-082": "Error occured while deleting Device Specification", + "KER-MSD-121": "Cannot delete dependency found", + "KER-MSD-347": "No Devices found for the received Device Type", + "KER-MSD-714": "Invalid dtype_code received", + "KER-MSD-217": "Mapping exist before deactivating remove the mapping", + "KER-MSD-053": "Error occurred while inserting Device Type details", + "KER-MSD-230": "Error occurred while fetching Device Type details", + "KER-MSD-195": "Error occured while mapping Device Type details", + "KER-MSD-209": "Required Device Type detail Not Found", + "KER-MSD-231": "Error occurred while updating Device Type details", + "KER-MSD-055": "Mapping exist before deactivating remove the mapping", + "KER-MSD-233": "Error occured while fetching Document Category details", + "KER-MSD-051": "Error occured while inserting Document Category details", + "KER-MSD-014": "Document Category not found", + "KER-MSD-089": "Error occured while updating Document Category details", + "KER-MSD-090": "Error occured while deleting Document Category details", + "KER-MSD-123": "Cannot delete dependency found", + "KER-MSD-234": "Mapping exist before deactivating remove the mapping", + "KER-MSD-015": "Error occured while fetching Document Types", + "KER-MSD-052": "Error occured while inserting Document Type details", + "KER-MSD-118": "Document Type not found", + "KER-MSD-091": "Error occur while updating Document Type details", + "KER-MSD-124": "Cannot delete dependency found", + "KER-MSD-092": "Error occured while deleting Document Type details", + "KER-MSD-235": "Can not reactivate the document type", + "KER-MSD-094": "Can not deactivate the deactivated document type", + "KER-MSD-095": "Mandatory Parameter is missing in document type details", + "KER-MSD-119": "Mapping exist before deactivating remove the mapping", + "KER-EHD-001": "Error occured while fetching Exceptional Holidays", + "KER-EHD-002": "Exceptional Holiday not found", + "KER-MSD-802": "Center ID is invalid", + "ADM-DPM-054": "FTP is not present for id", + "ADM-DPM-053": "Mandatory input parameter is missing", + "ADM-DPM-055": "Foundational Trust Provider already exist", + "ADM-DPM-017": "Error occurred while registering a Foundational Trust Provider", + "KER-MSD-017": "Error occured while fetching gender types", + "KER-MSD-018": "Gender Type not found", + "KER-MSD-068": "Could not insert Gender Data", + "KER-MSD-194": "Error occurred while updating Gender Type details", + "KER-MSD-102": "Error occurred while deleting Gender Type details", + "KER-MSD-019": "Error occured while fetching Holidays", + "KER-MSD-020": "Holiday not found", + "KER-MSD-729": "Error Occured while inserting holiday", + "KER-MSD-731": "Error occurred while updating Holiday", + "KER-MSD-730": "Invalid 'location_code' received", + "KER-MSD-240": "Duplicate holiday reaquest received", + "KER-MSD-732": "Invalid 'location_code' received", + "KER-MSD-100": "Error occurred while deleting Holiday", + "KER-MSD-022": "ID Type not found.", + "KER-MSD-021": "Error occurred while fetching ID Types", + "KER-MSD-059": "Error occurred while inserting ID Type details.", + "KER-MSD-025": "Error occurred while fetching Location Hierarchy", + "KER-MSD-026": "Location not found", + "KER-MSD-241": "Error occured while fetching Location Hierarchy Levels", + "KER-MSD-242": "Error occured while inserting location hierarchy details", + "KER-MSD-097": "Error occured wihile updating location hierarchy details", + "KER-MSD-098": "Error occured wihile deleting location hierarchy details", + "KER-MSD-028": "Location Hierarchy Level not found", + "KER-MSD_386": "Invalid Language Code :", + "KER-MSD-389": "Location hierarchy level should not be different in different languages", + "KER-MSD-244": "Location hierarchy is invalid", + "KER-MSD-388": "Location data is not present in the primary language : %s", + "KER-MSD-243": "Parent location not found", + "KER-MSD-027": "Parent Location %s does not exist", + "KER-MSD-387": "Location Code should not be different for a Location in different languages", + "KER-MSD-384": "Cannot Activate the Location as data is not present in all the required languages", + "KER-MSD-385": "Location %s already exist under the hierarchy", + "KER-MSD-300": "Cannot deactivate the Location as active child Location are mapped", + "KER-MSD-___": "No Data Found for the given filter column", + "KER-MSD-399": "Error occured while fetching Location Hierarchy", + "KER-MSD-398": "Location Hierarchy not Found", + "KER-MSD-029": "Error occured while fetching Machines", + "KER-MSD-030": "Machine not Found", + "KER-MSD-214": "Machine ID %s does not exist", + "KER-MSD-250": "Error occurred while inserting Machine details", + "KER-MSD-252": "Error occurred while updating Machine details", + "KER-MSD-251": "Error occurred while deleting Machine details", + "KER-MSD-190": "Cannot delete as dependency found", + "KER-MSD-331": "Error occurred while fetching a Machine details mapped with the given Registration Center", + "KER-MSD-326": "No assigned Machines found", + "KER-MSD-327": "No unassigned Machines found", + "KER-MSD-328": "Invalid Filter value for Mapstatus column", + "KER-MSD-329": "No Machine exist for Machine Type name:%s", + "KER-MSD-330": "No Machine Specification found for the Machine Type name:%s", + "KER-MSD-342": "No zone assigned to the user", + "KER-MSD-225": "User is not authorized to decommission the machine ", + "KER-MSD-255": "Admin not authorized to access this Machine for this Zone", + "KER-MSD-343": "Zone %s doesn't exist", + "KER-MSD-437": "Machine ID %s does not exist for primary language", + "KER-MSD-256": "Machine cannot Decommissioned as some Registration centers are mapped", + "KER-MSD-257": "Invalid public key provided", + "KER-MSD-410": "Invalid sign public key provided", + "KER-MSD-031": "Error occured while fetching Machine History details", + "KER-MSD-032": "Machine History not found", + "KER-MSD-033": "Invalid date format", + "KER-MSD-117": "Machine Specification not Found", + "KER-MSD-258": "Error occurred while inserting Machine Specification details", + "KER-MSD-085": "Error occurred while updating Machine Specification details", + "KER-MSD-087": "Error occurred while fetching Machine Specification details", + "KER-MSD-086": "Error occurred while deleteding Machine Specification details", + "KER-MSD-122": "Cannot delete dependency found", + "KER-MSD-349": "No Machine exist for Machine Type name:%s", + "KER-MSD-722": "Invalid mtype_code received", + "KER-MSD-088": "Mapping exist before deactivating remove the mapping", + "KER-MSD-061": "Error occurred while inserting Machine Type details", + "KER-MSD-062": "Error occurred while fetching Machine Type details", + "KER-MSD-063": "Machine Type Not Found", + "KER-MSD-064": "Error occurred while updating Machine Type details", + "KER-MSD-065": "Mapping exist before deactivating remove the mapping", + "KER-MSD-310": "Invalid column received : %s", + "KER-MSD-313": "Invalid pagination value received pagestart:%d and pagefetch:%d", + "KER-MSD-312": "Filter type is missing", + "KER-MSD-311": "Column is missing in request", + "KER-MSD-314": "Missing sort field or sort type values", + "KER-MSD-315": "Invalid fromValue or toValue", + "KER-MSD-356": "Pagination cannot be null", + "KER-MSD-358": "Sort type %s is not supported", + "KER-MSD-359": "Error occured while sorting", + "KER-MSD-357": "Invalid sort field %s", + "KER-MSD-390": "Invalid filter value", + "KER-MSD-261": "Error occurred while parsing lastUpdated timesatamp", + "KER-MSD-262": "Timestamp cannot be future date", + "KER-MSD-245": "Error occured while fetching Module", + "KER-MSD-248": "Module not Found", + "ADM-DPM-040": "Reg Device Type Code not found in the list of Reg Device Types", + "ADM-DPM-041": "Reg Device Sub Type Code not found in the list of Reg Device Sub Types", + "ADM-DPM-039": "Device Provider Id not found in the list of Device Providers", + "ADM-DPM-021": "MOSIP-Device-Service already exist", + "ADM-DPM-022": "Error occurred while storing MDS Details", + "ADM-DPM-023": "MDS ID %s does not exist", + "ADM-DPM-024": "Error occurred while updating MDS Details", + "KER-MSD-036": "Reason not found", + "KER-MSD-035": "Error occured while fetching Reasons", + "KER-MSD-057": "Error occure while inserting reason details ", + "KER-MSD-058": "Error occure while inserting reason details ", + "KER-MSD-263": "error occured while searching the record : invalid rquest", + "KER-MSD-364": "failed to resume packet", + "KER-MSD-365": "Device Specification is Inactive", + "ADM-DPM-032": "Device Provider ID/Name does not exist in the list of Registered Device Providers", + "ADM-DPM-035": "Error occurred while storing Registered Device Details", + "ADM-DPM-042": "%s Cannot register device as it is not a white-listed device", + "ADM-DPM-028": "Error occured while validating Status Code", + "KER-DPM-sss": "Error occured while validating Type Value", + "ADM-DPM-034": "Error occured while validating Certification Level", + "ADM-DPM-033": "Error occured while validating Purpose Value", + "ADM-DPM-026": "%s Device Type does not exist", + "ADM-DPM-043": "Serial no and DpId already exist", + "ADM-DPM-027": "%s Device Sub-Type does not exist", + "MSD-RDS-001": "Time Stamp input is %s min after the current timestamp", + "MSD-RDS-002": "Time Stamp input is %s min before the current timestamp", + "ADM-DPM-030": "Error occured while validating Foundational", + "KER-MSD-075": "Error occurred while inserting a mapping of Device and Center", + "KER-MSD-115": "Mapping for Device and Center not found", + "KER-MSD-211": "Error occurred while deleting a mapping of Device and Center", + "KER-MSD-433": "Error occurred while fetching Center Device details", + "KER-MSD-434": "Already is in inactive status", + "KER-MSD-435": "Device Id %s - Center Id %s mapping does not exist", + "KER-MSD-415": "Admin not authorized to map/un-map this Device", + "KER-MSD-411": "Admin not authorized to map/un-map this Registration Center", + "KER-MSD-436": "Error occurred while mapping Device to Registration Center", + "KER-MSD-416": "Device cannot be mapped to the Center as Center and Device does not belong to the same Administrative Zone", + "KER-MSD-419": "Cannot map the Device as it is mapped to another Registration Center", + "KER-MSD-418": "Cannot map as the Registration Center/Device is Decommissioned", + "KER-MSD-417": "Device not Found", + "KER-MSD-132": "Error occured while fetching registration center device history details", + "KER-MSD-133": "registration center device history not found", + "KER-MSD-041": "Error occured while fetching Registration Centers", + "KER-MSD-060": "Error occurred while Inserting Registration Center details", + "KER-MSD-111": "Error occurred while updating Registration Center details", + "KER-MSD-112": "Error occurred while deleting Registration Center details", + "KER-MSD-215": "Registration Center not found", + "KER-MSD-303": "Received data is not present in all Languages supported by MOSIP", + "KER-MSD-304": "Center IDs received for all languages is not same", + "KER-MSD-305": "Center ID and Language Code combination is not unique in the request received", + "KER-MSD-306": "Records with duplicate language code found", + "KER-MSD-192": "Cannot delete as dependency found", + "KER-MSD-043": "Invalid date format", + "KER-MSD-259": "Lunch Start time cannot less than Center Start time", + "KER-MSD-260": "Lunch end Time cannot be Greater Than Center End Time", + "KER-MSD-309": "Center Start Time must be smaller than Center End Time", + "KER-MSD-308": "Center Lunch Start Time must be smaller than Center Lunch End Time", + "KER-MSD-307": "Latitude or Longitude must have maximum 2 digits before and minimum 4 digits after decimal", + "KER-MSD-703": "start/end time Data not configured in database", + "KER-MSD-320": "Location not found in logged language", + "KER-MSD-321": "Registration Center type not found in logged language", + "KER-MSD-340": "Zone doesn't exist", + "KER-MSD-803": "Cannot create as data for all seven days is not received", + "KER-MSD-704": "Received data is not present in Primary Language supported by MOSIP", + "KER-MSD-705": "Provided Language is not supported by MOSIP", + "KER-MSD-706": "For the given ID data is present in all supported Language code of the MOSIP, So go for Edit", + "KER-MSD-382": "Received language code %s is not a configured language", + "KER-MSD-381": "Center ID %s does not exist for primary language", + "KER-MSD-362": "Please make sure that all entered IDs are same-%s", + "KER-MSD-363": "Please make sure that all entered Center-Type-Code are same-%s", + "KER-MSD-264": "Please make sure that all entered Latitude are same-%s", + "KER-MSD-265": "Please make sure that all entered Longitude are same-%s", + "KER-MSD-366": "Please make sure that all entered Contact-Phone are same-%s", + "KER-MSD-367": "Please make sure that all entered Working-Hours are same-%s", + "KER-MSD-368": "Please make sure that all entered Center-Start-Time are same-%s", + "KER-MSD-369": "Please make sure that all entered Center-End-Time are same-%s", + "KER-MSD-370": "Please make sure that all entered Lunch-Start-Time are same-%s", + "KER-MSD-371": "Please make sure that all entered Lunch-End-Time are same-%s", + "KER-MSD-253": "Please make sure that all entered Time-Zone are same-%s", + "KER-MSD-373": "Please make sure that all entered Holiday-Location-Code are same-%s", + "KER-MSD-218": "Please make sure that all entered Zone-Code are same-%s", + "KER-MSD-375": "Please make sure that all entered Per-Kiosk-Process-Time are same-%s", + "KER-MSD-376": "Please make sure that all entered Is-Active Status are same-%s", + "KER-MSD-377": "Please make sure that ID size must be between 1-10 charectors-%s", + "KER-MSD-378": "Cannot activate as the Center against ID %s is not present in all the configured languages ", + "KER-MSD-379": "Center against the ID %d Received is already Active", + "KER-MSD-380": "Center against the ID %d Received is already Inactive", + "KER-MSD-383": "Recived data dones not contain data for Primary Langauge", + "KER-MSD-346": "Received Zone Code does not belong to the User", + "KER-MSD-341": "No zone assigned to the user", + "KER-MSD-350": "Cannot Decommission the Registration Center, as some devices are mapped to the Registration Center", + "KER-MSD-352": "Cannot Decommission the Registration Center, as some users are mapped to the Registration Center", + "KER-MSD-351": "Cannot Decommission the Registration Center, as some machines are mapped to the Registration Center", + "KER-MSD-354": "Internal Server Error", + "KER-MSD-353": "Center ID specified for decommission has invalid length", + "KER-MSD-223": "Admin not authorized to access this Registration Center for this Zone", + "KER-MSD-216": "Registration center has been already decommissioned or Registration center not found", + "KER-MSD-221": "HolidayLocationCode Not Found", + "ADM-SSS-sss": "this holiday date is persent in pre-defined list of country holidays", + "ADM-fff-sss": "working non working request is null", + "ADM-fff-eee": "Expectional Holiday request is null", + "KER-MSD-076": "Error occurred while inserting a mapping of Center, Machine and Device", + "KER-MSD-107": "Error occurred while deleting a mapping of Center, Machine and Device", + "KER-MSD-116": "Mapping for Center, Machine and Device not found", + "KER-MSD-707": "Error occurred while inserting a mapping for Center, Machine and Device", + "KER-MSD-074": "Error occurred while inserting a mapping of Machine and Center", + "KER-MSD-114": "Mapping does not exist", + "KER-MSD-106": "Error occurred while deleting a mapping of Machine and Center", + "KER-MSD-601": "Error occurred while fetching Center Machine details", + "KER-MSD-412": "Admin not authorized to map/un-map this Machine", + "KER-MSD-602": "Already is in inactive status", + "KER-MSD-409": "Registration Center not found", + "KER-MSD-421": "Registration center mapped to machine is decommisioned", + "KER-MSD-600": "Registration center already mapped to machine", + "KER-MSD-420": "Registration center and machine is not in same hierarchy", + "KER-MSD-078": "Error occurred while inserting mapping of Center, User and Machine details", + "KER-MSD-131": "Registration Center, Machine and User Mapping not found", + "KER-MSD-108": "Error occurred while deleting mapping of Center, User and Machine details", + "KER-MSD-136": "Error occurred while updating mapping of Center, User and Machine details", + "KER-MSD-013": "Error occurred while fetching Registration Center Type details", + "KER-MSD-050": "Error occurred while inserting Registration Center Type details", + "KER-MSD-120": "Registration Center Type not found", + "KER-MSD-109": "Error occurred while updating Registration Center Type details", + "KER-MSD-110": "Error occurred while deleting Registration Center Type details", + "KER-MSD-127": "Cannot delete dependency found", + "KER-MSD-270": "Mapping exist before deactivating remove the mapping", + "KER-MSD-423": "User Id %s - Center Id %s mapping does not exist", + "KER-MSD-424": "Error occurred while mapping User to Registration Center ", + "KER-MSD-425": "Error occurred while unmapping User to Registration Center ", + "KER-MSD-426": "Registration Center-User mapping already exist", + "KER-MSD-428": "Cannot map as the Registration Center is Decommissioned State or does not exist", + "KER-MSD-429": "Admin not authorized to map/un-map this User", + "KER-MSD-430": "Admin not authorized to map/unmap to this Registration Center", + "KER-MSD-431": "User cannot be mapped/un-mappped to the Center as Center and User does not belong to the same Administrative Zone", + "KER-MSD-427": "User is not map to any Zone", + "KER-MSD-432": "Cannot map the User as it is mapped to another Registration Center", + "KER-MSD-037": "Error occured while fetching Registration Center, Machine, User mappings", + "KER-MSD-038": "Registration Center, Machine, User not found", + "KER-MSD-039": "Invalid date format", + "KER-MSD-319": "Invalid request input", + "KER-MSD-500": "Internal server error", + "KER-MSD-998": "Already activated or deactivated", + "KER-MSD-997": "Invalid id passed for Primary language", + "KER-MSD-996": "Id already exists", + "KER-MSD-994": "Code already exists", + "KER-SCH-001": "Error occurred while fetching dynamic fields", + "KER-SCH-002": "Error occurred while inserting dynamic field", + "KER-SCH-020": "Error occurred while deleting dynamic field", + "KER-SCH-003": "Dynamic field not found", + "KER-SCH-004": "Error occurred while fetching Identity schema", + "KER-SCH-005": "Error occurred while inserting Identity schema", + "KER-SCH-006": "Error occurred while updating Identity schema", + "KER-SCH-007": "Identity schema not found", + "KER-SCH-008": "No published Identity schema", + "KER-SCH-009": "Schema already published", + "KER-SCH-010": "Schema effective from date cannot be older", + "KER-SCH-011": "Error occurred while updating dynamic field", + "KER-SCH-012": "Dynamic field already exists", + "KER-SCH-013": "Error while parsing json string", + "KER-SCH-014": "Error while constructing schema json", + "KER-SCH-015": "Bad Request Found", + "KER-SCH-016": "Duplicate fields found %s", + "KER-SCH-017": "SubType is required for field %s", + "KER-SCH-018": "BioAttributes are required for field %s", + "KER-SCH-019": "Same BioAttributes used in field with same SubType : %s", + "KER-MSD-045": "Error ocurred while fetching Templates", + "KER-MSD-145": "Exception during inserting data into db", + "KER-MSD-046": "Template not found.", + "KER-MSD-238": "Error occured while updating Template", + "KER-MSD-096": "Error occured while deleting Template", + "KER-MSD-232": "Error occurred while inserting Template File Format details", + "KER-MSD-093": "Error occurred while updating Template", + "KER-MSD-236": "Error occurred while deleting Template", + "KER-MSD-125": "Cannot delete dependency found.", + "KER-MSD-246": "Error occurred while fetching Template File Format", + "KER-MSD-237": "Mapping exist before deactivating remove the mapping", + "KER-MSD-072": "Error occurred while inserting Template Type details into db", + "KER-MSD-247": "Error occurred while fetching Template Type", + "KER-MSD-249": "Template Type not Found", + "KER-MSD-047": "Error occured while fetching Titles", + "KER-MSD-048": "Title not found", + "KER-MSD-708": "Error occurred while inserting Title details", + "KER-MSD-103": "Error occurred while updating Title details", + "KER-MSD-104": "Error occurred while deleting Title details", + "KER-UIS-001": "Error occurred while fetching UI spec", + "KER-UIS-002": "Error occurred while inserting UI spec", + "KER-UIS-003": "Error occurred while updating UI spec", + "KER-UIS-004": "UI spec not found", + "KER-UIS-005": "No published UI spec", + "KER-UIS-006": "UI spec already published", + "UIS-UIS-007": "UI spec effective from date cannot be older", + "KER-UIS-008": "Error while parsing json string", + "KER-UIS-009": "Identity schema not found", + "KER-USR-002": "Invalid Date Format", + "KER-USR-004": "Error occurred while retrieving User details", + "KER-USR-005": "User creation failed", + "KER-USR-006": "User unmap failed", + "KER-USR-007": "User Center mapping not found", + "KER-USR-008": "Zone user mapping not exists or not active", + "KER-USR-009": "Error occured while parsing auth service userdetails response", + "KER-USR-010": "Error occured while zone user mapping", + "KER-USR-011": "User Center mapping must be deleted before remapping user", + "KER-USR-012": "Reg center is not exists for given language", + "KER-USR-013": "User already exists", + "KER-USR-001": "Error occurred while retrieving User History", + "KER-USR-003": "User History not found", + "KER-USR-015": "User History creation failed", + "KER-MSD-316": "Column %s doesn't support filter", + "KER-MSD-317": "Column %s doesn't exist for the searched entity", + "KER-MSD-318": "Column %s doesn't support filter type %s", + "KER-MSD-272": "Column value is null or empty", + "KER-MSD-322": "Filter Type cannot be empty or null", + "KER-MSD-323": "Filter Type for column %s is not supported", + "KER-MSD-324": "Received Filter Type not supported", + "KER-MSD-348": "Received column does not support filter", + "KER-MSD-709": "Contraint Violation-", + "KER-MSD-325": "Invalid Column Name passed", + "KER-MSD-212": "Exception during inserting data into DB", + "KER-MSD-016": "Valid document not found", + "KER-MSD-113": "Error occurred while deleting a mapping of Document Category and Document Type details", + "KER-MSD-205": "Error occurred while fetching Document Categories and Document Types", + "KER-MSD-360": "Document Type is already mapped to the received Document Category", + "KER-MSD-361": "Document Category Code %s - Document Type %s Mapping does not exist", + "KER-MSD-271": "Document Type is already unmapped from the received Document Category", + "KER-MSD-355": "No Document Category found for the Document Category Code Received", + "KER-MSD-800": "Error occurred while fetching Registration Center Working day details", + "KER-WKDS-002": "No week day found", + "KER-WKDS-003": "No working/non working day data found", + "KER-MSD-337": "Error occured while fetching zone", + "KER-MSD-339": "No zone found for the logged-in user %s", + "KER-MSD-338": "Error Occured while fetching zone of the user", + "KER-MSD-391": "Zone mapping missing. Kindly map the user to zone", + "KER-MSD-392": "Entity for Zone Code of user ID specified Not Found", + "ADM-PKT-001": "Admin is not authorized", + "KER-MSD-393": "Internal Server Error", + "KER-USR-016": "Zone & User mapping failed", + "KER-USR-019": "Zone & user mapping not found", + "KER-USR-020": "Zone fetch failed", + "KER-USR-017": "Zone & User mapping not present in db", + "KER-USR-018": "duplicate request", + "KER-USR-021": "The given user already mapped with different zone", + "KER-USR-022": "The user center mapping must be deleted before deleting the user from the zone", + "ADMN-BLK-TRNSCTNS-001": "Unable ro retrieve the transactions", + "ADMN-BLK-001": "Any error occured during the bulk operation. If the category is masterdata, list operations are listed. If the category is packet, list of failed packet informations are listed", + "ADM-BLK-001": "Data is not exist in db", + "ADM-BLK-002": "Please enter valid input", + "ADM-BLK-003": "Duplicate Record", + "KER-ATH-401": "Authentication Failed", + "KER-ATH-403": "Forbidden", + "KER-ATH-002": "Fail to connect to auth service", + "KER-ATH-001": "Error occur while parsing error from response", + "ADM-PKT-000": "Admin URL execution exception", + "ADM-PKT-005": "Admin unKnown Host exception", + "KER-MSD-197": "Parse Error exception", + "KER-MSD-199": "Audit Exception from client::", + "ADM-PKT-002": "RID is invalid", + "ADM_PKT-003": "Center does not exist", + "ADM-PKT-010": "JSON parse exception while parsing response", + "ADM-PKT-090": "Error occured while fetching packet status update", + "KER-MSD-999": "Invalid request input", + "ADMN-LRID-001" : "Unable to find the lost rid..", + "ADM-BLK-004" : "Supported format are only csv file", + "ADM-BLK-005" : "Supported format is only zip file", + "ADM-BLK-006" : "Empty file is not acceptable please provide valid file", + "ADM-MSD-446" : "Location not found", + "KER-MSD-280" : "Center Type not found for language", + "KER-DYN-001" : "The dynamic field is invalid, it must contain symbols and value keys", + "ADM-BLK-007" : "No file uploaded", + "ADM-BLK-008" : "Entry found with same primary key values", + "ADM-BLK-009": "Failed to process entry", + "KER-MSD-413" : "Entry already found for the provided machine name", + "KER-MSD-414" : "Entry already found for the provided public keys", + "ADM-PKT-004" : "RID Not Found", + "RPR-RGS-001" : "Unable to Access Registration Table", + "RPR-RGS-013" : "Missing Request Value", + "RPR-RGS-015" : "Invalid Request Value - Input Data is Incorrect", + "RPR-RGS-022" : "Invalid Request Parameter - version", + "RPR-RGS-023" : "Invalid Request Parameter - requesttime", + "RPR-RGS-024" : "Invalid Request Parameter - Id", + "RPR-RGS-031" : "RID Not Found", + "RPR-RGS-032" : "plz narrow down your search", + "RPR-RGS-033" : "searching between date should be less then 30 days", + "RPR-PKR-SUCCESS-001": "Packet has reached Packet Receiver", + "RPR-PKR-FAILED-001": "Packet is Virus Infected", + "RPR-SYS-EXCEPTION-001": "System Exception Occurred - Unable to Process Packet", + "RPR-PKR-SUCCESS-002": "Packet is Uploaded to Landing Zone", + "RPR-PKR-FAILED-002": "Packet Decryption Failed", + "RPR-PKU-SUCCESS-001": "Packet Uploaded to Packet Store", + "RPR-PKU-FAILED-001": "Packet Clean Up Failed from Landing Zone", + "RPR-PKU-FAILED-002": "Packet Archival Failed", + "RPR-PKU-FAILED-003": "Packet Upload Failed", + "RPR-PKU-FAILED-004": "Packet Not Found in Landing Zone", + "RPR-PKU-FAILED-005": "Packet Hash Code Validation Failed", + "RPR-PKU-FAILED-006": "Packet is Virus Infected", + "RPR-PKU-FAILED-007": "Packet Decryption Failed", + "RPR-QCK-SUCCESS-001": "Individual Biometric Parameter Not Found in ID JSON", + "RPR-QCK-FAILED-001": "Quality Score of Biometrics is below Threshold", + "RPR-QCK-SUCCESS-002": "Biometric Quality Check Sucessful", + "RPR-PKV-SUCCESS-001": "Packet Validation Sucessful", + "RPR-PKV-FAILED-001": "File Validation Failed", + "RPR-PKV-FAILED-002": "Schema Validation Failed", + "RPR-PKV-FAILED-003": "Checksum Validation Failed", + "RPR-PKV-FAILED-004": "Individual Biometric Validation Failed", + "RPR-PKV-FAILED-005": "Applicant Document Validation Failed", + "RPR-PKV-FAILED-006": "Master Data Validation Failed", + "RPR-PKV-FAILED-007": "Activate/Deactivate Packet Validation Failed", + "RPR-PKV-FAILED-008": "UIN Not Found in ID Repositary", + "RPR-PKV-FAILED-009": "Mandatory Fields are Not Present in ID Object", + "RPR-PKV-FAILED-010": "RID Mismatch Has Occurred", + "RPR-EXS-SUCCESS-001": "Packet Processing in External Stage is Successful", + "RPR-EXS-FAILED-001": "Packet Processing in External Stage Failed", + "RPR-OSI-FAILED-001": "GPS Details are Not Found in Packet", + "RPR-OSI-FAILED-002": "Center ID is Not Found in Master DB", + "RPR-OSI-FAILED-003": "Center was In-active during Packet Creation", + "RPR-OSI-FAILED-004": "Machine ID Not Found in Master DB", + "RPR-OSI-FAILED-005": "Machine ID was In-active during Packet Creation", + "RPR-OSI-FAILED-006": "Center-Machine-User Mapping Not Found", + "RPR-OSI-FAILED-007": "Center-Device Mapping Not Found", + "RPR-OSI-FAILED-008": "Center-Device Mapping was In-active during Packet Creation", + "RPR-OSI-FAILED-009": "Device Not Found in Master DB", + "RPR-OSI-FAILED-010": "Device ID was In-active during Packet Creation", + "RPR-OSI-FAILED-011": "Packet was not created during Working Hours", + "RPR-OSI-FAILED-012": "Both Officer and Supervisor IDs are NULL", + "RPR-OSI-FAILED-013": "Officer or Supervisor was Not Active during Packet Creation", + "RPR-OSI-FAILED-014": "Packet Creation Date is NULL", + "RPR-OSI-FAILED-015": "Password or OTP Verification Failed for Officer", + "RPR-OSI-FAILED-016": "Officer or Supervisor Biometric Authentication Failed", + "RPR-OSI-FAILED-017": "Password or OTP Verification Failed for Supervisor", + "RPR-OSI-FAILED-018": "UIN or RID of Parent Not Found in Packet", + "RPR-OSI-FAILED-019": "Parent UIN Not Found for the Given RID", + "RPR-OSI-FAILED-020": "Parent Biometric File Name Not Found", + "RPR-OSI-FAILED-021": "Packet On-Hold as Parent RID Not Found", + "RPR-OSI-FAILED-022": "Packet Rejected as Parent Packet is Rejected", + "RPR-OSI-SUCCESS-001": "OSI Validation is Successful", + "RPR-MSS-SUCCESS-001": "Notification Sent Successfully", + "RPR-MSS-FAILED-001": "Email ID or Phone or Template or Notification Type is Missing", + "RPR-PPS-SUCCESS-001": "PDF is added to Queue for Printing", + "RPR-PPS-FAILED-001": "PDF was not added to Queue due to Queue Failure", + "RPR-PPS-SUCCESS-002": "Printing and Post Completed", + "RPR-PPS-SUCCESS-003": "Re-Sent UIN Card for Printing", + "RPR-BDP-SUCCESS-001": "Biometric Deduplication In-Progress", + "RPR-BDP-SUCCESS-002": "Biometric Deduplication is Successful", + "RPR-BDP-FAILED-001": "Potential Biometric Match Found while Processing Packet", + "RPR-BDP-FAILED-002": "No Match was Found for the Biometrics Received", + "RPR-BDP-SUCCESS-003": "No Match was Found for the Biometrics Received", + "RPR-BDP-FAILED-003": "Multiple Match was Found for the Biometrics Received", + "RPR-BAU-FAILED-001": "Biometric Authentication has Failed", + "RPR-BAU-SUCCESS-001": "Biometric Authentication is Successful", + "RPR-DDP-SUCCESS-001": "Demo Dedupe is Successful", + "RPR-DDP-FAILED-001": "Demo Dedupe is Successful", + "RPR-DDP-FAILED-002": "Potential Demo Match was Found", + "RPR-MNV-SUCCESS-001": "Match Not Found by Manual Verifier", + "RPR-MNV-FAILED-001": "Match Found by Manual Verifier", + "RPR-UIN-SUCCESS-001": "UIN Generated Successfully", + "RPR-UIN-SUCCESS-002": "UIN Data is Updated Successfully", + "RPR-UIN-FAILED-001": "UIN is already Activated", + "RPR-UIN-SUCCESS-003": "UIN is Activated", + "RPR-UIN-FAILED-002": "UIN Activation Failed", + "RPR-UIN-FAILED-003": "UIN is already Deactivated", + "RPR-UIN-SUCCESS-004": "UIN is Deactivated", + "RPR-UIN-SUCCESS-005": "RID linked Successfully for Lost UIN Packet", + "RPR-RPS-FAILED-001": "Reprocess count has exceeded the configured attempts", + "RPR-RPS-SUCCESS-001": "Reprocess Completed", + "RPR-OSI-FAILED-023": "MachineId not found in Master DB", + "RPR-AMW-SUCCESS-001": "Insert or Identify Request sent to ABIS Queue Succesfully", + "RPR-AMW-FAILED-001": "Failed to Send Insert or Identify Request to ABIS Queue", + "RPR-AMW-SUCCESS-002": "Received Successful Response from ABIS", + "RPR-AMW-FAILED-002": "Received Failed Response from ABIS", + "RPR-UIN-FAILED-004": "UIN Generation Failed", + "RPR-UIN-FAILED-005": "UIN Details Update Failed", + "RPR-UIN-FAILED-006": "UIN Re-activation Failed", + "RPR-UIN-FAILED-007": "UIN De-activation Failed", + "RPR-UIN-FAILED-008": "UIN Not Found for the Matched RID", + "RPR-SEN-SUCCESS-001": "Notification received to securezone", + "RPR-RGS-034" : "searching between date should be less then 30 days", + "KER-MSD-394" : "Your zone mapping missing. Please contact the administrator.", + "ADM-AVD-001" : "A technical error occurred while retrieving the data, please try again after some time.", + "ADM-AVD-002" : "RID is invalid", + "ADM-AVD-003" : "The card for this request ID is not generated. Please check the status of the ID.", + "ADM-AVD-004" : "Applicant Photo Not Found", + "ADM-AVD-005" : "Digital card not found for the RID, please try after few days", + "ADM-AVD-006" : "Please acknowledge the details before downloading digital card", + "ADM-AVD-007" : "Request id not found", + "ADM-AVD-008" : "Your daily search limit has exceeded. Please try searching again tomorrow.", + "ADM-AVD-009" : "Data share usuage expired", + "ADM-AVD-509" : "RID not found", + "ADM-AVD-510" : "Applicant search limit exceeded", + "ADM-AVD-511" : "Request id not found", + "KER-USR-025" : "Center mapping is missing, the User cannot be Activated.", + "KER-MSD-281" : "Invalid number of kiosks" + } +} diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json index 7f57bb4a..525dabfb 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json @@ -32,6 +32,9 @@ "subItem3": "Obtenir un certificat", "subItem4": "Télécharger le certificat", "subItem5": "Télécharger un autre certificat de domaine" + }, + "item8": { + "title": "Récupérer le RID perdu" } }, "dashboard": { @@ -490,11 +493,21 @@ "message": "Échec de la validation de la session en cours", "btnTxt": "D'accord" }, - "payloadtoolarge": { - "title": "La charge utile de la requête est trop volumineuse", - "message": "La taille de la charge utile dépasse la limite de taille. Veuillez vérifier la taille de la charge utile.", - "btnTxt": "D'accord" - } + "payloadtoolarge": { + "title": "La charge utile de la requête est trop volumineuse", + "message": "La taille de la charge utile dépasse la limite de taille. Veuillez vérifier la taille de la charge utile.", + "btnTxt": "D'accord" + }, + "servicedown": { + "title": "Service temporairement indisponible", + "message": "Le service n'est pas prêt à traiter la demande. Veuillez essayer après un certain temps.", + "btnTxt": "D'accord" + }, + "offLine": { + "title": "Pas d'Internet", + "message": "La page ne peut pas être chargée", + "btnTxt": "D'accord" + } }, "validationMessages": { "required": "Veuillez renseigner les champs \"À\" et \"De\" pour filtrer selon la plage de dates", @@ -537,9 +550,9 @@ "upload-btn": "TÉLÉCHARGER", "cancel-btn": "ANNULER", "center": "Centre", - "sourceLabel": "La source", - "processLabel": "Traiter", - "supervisorStatusLabel": "Statut de superviseur", + "sourceLabel": "La source", + "processLabel": "Traiter", + "supervisorStatusLabel": "Statut de superviseur", "popupMessaages": { "popup1": { "uploadConfirm": "Confirmer le téléchargement des paquets", @@ -557,9 +570,9 @@ "btnTxt": "TERMINÉ" } }, - "source":[{"label":"Client d'inscription","value":"REGISTRATION_CLIENT"}], - "process":[{"label":"Nouveau","value":"NEW"},{"label":"Mettre à jour l'UIN","value":"UPDATE"},{"label":"Perdu","value":"LOST"},{"label":"Correction biométrique","value":"BIOMETRIC_CORRECTION"}], - "supervisorStatus":[{"label":"Approuvé","value":"APPROVED"},{"label":"Rejeté","value":"REJECTED"}] + "source":[{"label":"Client d'inscription","value":"REGISTRATION_CLIENT"}], + "process":[{"label":"Nouveau","value":"NEW"},{"label":"Mettre à jour l'UIN","value":"UPDATE"},{"label":"Perdu","value":"LOST"},{"label":"Correction biométrique","value":"BIOMETRIC_CORRECTION"}], + "supervisorStatus":[{"label":"Approuvé","value":"APPROVED"},{"label":"Rejeté","value":"REJECTED"}] } }, "actionMessages": { @@ -1014,8 +1027,9 @@ "Zone": "Zone", "Logout": "Se déconnecter" }, - "paginationLabel": { - "showRows": "Afficher les lignes" + "paginatorIntl": { + "itemsPerPageLabel": "objets par page", + "of": "de" }, "keymanager": { "applicationIds": [ @@ -1085,7 +1099,7 @@ "KER-MSD-149": "Une erreur s'est produite lors de la récupération des détails du mappage de type de demandeur-catégorie de document-type de document", "KER-MSD-150": "Catégorie de document - Mappage de type de document introuvable", "KER-MSD-001": "Une erreur s'est produite lors de la récupération des applications", - "KER-MSD-101": "Une erreur s'est produite lors de l'insertion des détails de l'application", + "KER-MSD-101": "Demande de type Centre en double, le centre existe avec les mêmes détails.", "KER-MSD-002": "Application non trouvée", "KER-MSD-201": "Mauvaise demande trouvée", "KER-MSD-193": "Une erreur s'est produite lors de la récupération de la configuration de l'application", @@ -1296,6 +1310,7 @@ "KER-MSD-058": "Une erreur s'est produite lors de l'insertion des détails de la raison", "KER-MSD-263": "une erreur s'est produite lors de la recherche de l'enregistrement : demande invalide", "KER-MSD-364": "Impossible de reprendre le paquet", + "KER-MSD-365": "La spécification de l'appareil est inactive", "ADM-DPM-032": "L'ID/le nom du fournisseur de périphérique n'existe pas dans la liste des fournisseurs de périphériques enregistrés", "ADM-DPM-035": "Une erreur s'est produite lors du stockage des détails du périphérique enregistré", "ADM-DPM-042": "%s Impossible d'enregistrer le périphérique car il ne s'agit pas d'un périphérique sur liste blanche", @@ -1423,7 +1438,6 @@ "KER-MSD-037": "Une erreur s'est produite lors de la récupération des mappages du centre d'enregistrement, de la machine et de l'utilisateur", "KER-MSD-038": "Centre d'enregistrement, Machine, Utilisateur non trouvé", "KER-MSD-039": "Format de date invalide", - "KER-MSD-319": "Entrée de requête invalide", "KER-MSD-500": "Erreur serveur interne", "KER-MSD-998": "Déjà activé ou désactivé", "KER-MSD-997": "Identifiant non valide transmis pour la langue principale", @@ -1451,7 +1465,6 @@ "KER-SCH-019": "Mêmes bioattributs utilisés dans le champ avec le même sous-type : %s", "KER-MSD-045": "Une erreur s'est produite lors de la récupération des modèles", "KER-MSD-145": "Exception lors de l'insertion de données dans la base de données", - "KER-MSD-046": "Modèle introuvable.", "KER-MSD-238": "Une erreur s'est produite lors de la mise à jour du modèle", "KER-MSD-096": "Une erreur s'est produite lors de la suppression du modèle", "KER-MSD-232": "Une erreur s'est produite lors de l'insertion des détails du format de fichier modèle", @@ -1526,7 +1539,7 @@ "KER-USR-017": "Mappage de zone et d'utilisateur non présent dans la base de données", "KER-USR-018": "demande en double", "KER-USR-021": "L'utilisateur donné déjà mappé avec une zone différente", - "KER-USR-022": "Le mappage du centre utilisateur doit être supprimé avant que l'utilisateur ne soit retiré de la zone", + "KER-USR-022": "Le mappage du centre utilisateur doit être supprimé avant de supprimer l'utilisateur de la zone", "ADMN-BLK-TRNSCTNS-001": "Impossible de récupérer les transactions", "ADMN-BLK-001": "Toute erreur s'est produite lors de l'opération en bloc. Si la catégorie est des données maîtres, les opérations de liste sont répertoriées. Si la catégorie est un paquet, la liste des informations sur les paquets ayant échoué sont répertoriées", "ADM-BLK-001": "Les données n'existent pas dans la base de données", @@ -1662,16 +1675,18 @@ "RPR-RGS-034" : "la recherche entre les dates doit être inférieure à 30 jours", "KER-MSD-394" : "Votre mappage de zone est manquant. Veuillez contacter l'administrateur.", "ADM-AVD-001" : "Une erreur technique s'est produite lors de la récupération des données, veuillez réessayer après un certain temps.", - "ADM-AVD-002" : "Le RID est invalide", - "ADM-AVD-003" : "La carte pour cet ID de demande n'est pas générée. Veuillez vérifier l'état de l'ID.", - "ADM-AVD-004" : "Photo du demandeur introuvable", - "ADM-AVD-005" : "Carte numérique introuvable pour le RID, veuillez réessayer après quelques jours", - "ADM-AVD-006" : "Veuillez prendre connaissance des détails avant de télécharger la carte numérique", - "ADM-AVD-007" : "Identifiant de la requête introuvable", - "ADM-AVD-008" : "Votre limite de recherche quotidienne a été dépassée. Veuillez réessayer demain.", - "ADM-AVD-009" : "L'utilisation du partage de données a expiré", + "ADM-AVD-002" : "Le RID est invalide", + "ADM-AVD-003" : "La carte pour cet ID de demande n'est pas générée. Veuillez vérifier l'état de l'ID.", + "ADM-AVD-004" : "Photo du demandeur introuvable", + "ADM-AVD-005" : "Carte numérique introuvable pour le RID, veuillez réessayer après quelques jours", + "ADM-AVD-006" : "Veuillez prendre connaissance des détails avant de télécharger la carte numérique", + "ADM-AVD-007" : "Identifiant de la requête introuvable", + "ADM-AVD-008" : "Votre limite de recherche quotidienne a été dépassée. Veuillez réessayer demain.", + "ADM-AVD-009" : "L'utilisation du partage de données a expiré", "ADM-AVD-509" : "RID introuvable", "ADM-AVD-510" : "Limite de recherche de candidats dépassée", - "ADM-AVD-511" : "ID de demande introuvable" + "ADM-AVD-511" : "ID de demande introuvable", + "KER-USR-025" : "Le mappage central est manquant, l'utilisateur ne peut pas être activé.", + "KER-MSD-281" : "Nombre de kiosques invalide" } } \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json index cedba3d0..5bb5c534 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json @@ -32,6 +32,9 @@ "subItem3": "गेट सर्टिफिकेट", "subItem4": "प्रमाणपत्र अपलोड करें", "subItem5": "अन्य डोमेन प्रमाणपत्र अपलोड करें" + }, + "item8": { + "title": "खोई हुई RID पुनः प्राप्त करें" } }, "dashboard": { @@ -460,16 +463,26 @@ "message": "आप इस पेज पर जाने के लिए अधिकृत नहीं हैं", "btnTxt": "ओके" }, - "unknown": { - "title": "अज्ञात त्रुटि", - "message": "वर्तमान सत्र को मान्य करने में विफल", - "btnTxt": "ओके" - }, - "payloadtoolarge": { - "title": "अनुरोध पेलोड बहुत बड़ा है", - "message": "पेलोड आकार आकार सीमा से अधिक है। कृपया पेलोड आकार की जांच करें।", - "btnTxt": "ओके" - } + "unknown": { + "title": "अज्ञात त्रुटि", + "message": "वर्तमान सत्र को मान्य करने में विफल", + "btnTxt": "ओके" + }, + "payloadtoolarge": { + "title": "अनुरोध पेलोड बहुत बड़ा है", + "message": "पेलोड आकार आकार सीमा से अधिक है। कृपया पेलोड आकार की जांच करें।", + "btnTxt": "ओके" + }, + "servicedown": { + "title": "सेवा अस्थाई रूप से अनुपलब्ध", + "message": "सेवा अनुरोध को संभालने के लिए तैयार नहीं है। कृपया कुछ समय बाद प्रयास करें।", + "btnTxt": "ओके" + }, + "offLine": { + "title": "कोई इंटरनेट नहीं", + "message": "पेज लोड नहीं किया जा सकता", + "btnTxt": "ठीक है" + } }, "validationMessages": { "required": "कृपया दिनांक सीमा के अनुसार फ़िल्टर करने के लिए 'प्रति' और 'प्रेषक' दोनों फ़ील्ड भरें", @@ -512,9 +525,9 @@ "upload-btn": "अपलोड", "cancel-btn": "रद्द करें", "center": "केंद्र", - "sourceLabel": "स्रोत", - "processLabel": "प्रक्रिया", - "supervisorStatusLabel": "पर्यवेक्षक की स्थिति", + "sourceLabel": "स्रोत", + "processLabel": "प्रक्रिया", + "supervisorStatusLabel": "पर्यवेक्षक की स्थिति", "popupMessaages": { "popup1": { "uploadConfirm": "पैकेट अपलोड की पुष्टि करें", @@ -532,9 +545,9 @@ "btnTxt": "हो गया" } }, - "source":[{"label":"पंजीकरण ग्राहक","value":"REGISTRATION_CLIENT"}], - "process":[{"label":"नया","value":"NEW"},{"label":"यूआईएन अपडेट करें","value":"UPDATE"},{"label":"खोया","value":"LOST"},{"label":"बॉयोमीट्रिक्स सुधार","value":"BIOMETRIC_CORRECTION"}], - "supervisorStatus":[{"label":"स्वीकृत","value":"APPROVED"},{"label":"अस्वीकार कर दिया","value":"REJECTED"}] + "source":[{"label":"पंजीकरण ग्राहक","value":"REGISTRATION_CLIENT"}], + "process":[{"label":"नया","value":"NEW"},{"label":"यूआईएन अपडेट करें","value":"UPDATE"},{"label":"खोया","value":"LOST"},{"label":"बॉयोमीट्रिक्स सुधार","value":"BIOMETRIC_CORRECTION"}], + "supervisorStatus":[{"label":"स्वीकृत","value":"APPROVED"},{"label":"अस्वीकार कर दिया","value":"REJECTED"}] } }, "actionMessages": { @@ -795,13 +808,13 @@ "Active": "सक्रिय", "InActive": "निष्क्रिय" }, - "lostRID":{ - "titleTxt":"खोई हुई RID को पुनः प्राप्त करें", - "subtitleenrollment":"नामांकन विवरण", - "subtitlelocation":"स्थान", - "searchbtn":"खोज", - "clearbtn":"स्पष्ट" - }, + "lostRID":{ + "titleTxt":"खोई हुई RID को पुनः प्राप्त करें", + "subtitleenrollment":"नामांकन विवरण", + "subtitlelocation":"स्थान", + "searchbtn":"खोज", + "clearbtn":"स्पष्ट" + }, "generatecsr": { "title": "सीएसआर उत्पन्न करें", "applicationId": "एप्लिकेशन आईडी", @@ -852,7 +865,7 @@ }, "genericerror": { "fieldValidation": "यह फ़ील्ड आवश्यक है", - "fieldNameValidation":" आवश्यक है" + "fieldNameValidation":" आवश्यक है" }, "genericbutton": { "save": "सहेजें" @@ -870,8 +883,9 @@ "Zone": "क्षेत्र", "Logout": "लॉग आउट" }, - "paginationLabel": { - "showRows": "पंक्तियां दिखाएं" + "paginatorIntl": { + "itemsPerPageLabel": "आइटम प्रति पेज", + "of": "का" }, "keymanager": { "applicationIds": [{ @@ -932,7 +946,7 @@ "KER-MSD-149": "आवेदक प्रकार-दस्तावेज़ श्रेणी-दस्तावेज़ प्रकार मानचित्रण विवरण प्राप्त करते समय त्रुटि हुई", "KER-MSD-150": "दस्तावेज़ श्रेणी- दस्तावेज़ प्रकार मानचित्रण नहीं मिला", "KER-MSD-001": "एप्लिकेशन लाते समय त्रुटि हुई", - "KER-MSD-101": "आवेदन विवरण डालने में त्रुटि हुई", + "KER-MSD-101": "डुप्लिकेट केंद्र प्रकार का अनुरोध, केंद्र समान विवरण के साथ मौजूद है।", "KER-MSD-002": "आवेदन नहीं मिला", "KER-MSD-201": "खराब अनुरोध मिला", "KER-MSD-193": "एप्लिकेशन कॉन्फिगर लाते समय त्रुटि हुई", @@ -1144,6 +1158,7 @@ "KER-MSD-058": "कारण विवरण डालने में त्रुटि हुई ", "KER-MSD-263": "रिकॉर्ड खोजते समय त्रुटि हुई: अमान्य अनुरोध", "KER-MSD-364": "पैकेट को फिर से शुरू करने में विफल", + "KER-MSD-365": "डिवाइस विशिष्टता निष्क्रिय है", "ADM-DPM-032": "डिवाइस प्रदाता आईडी/नाम पंजीकृत डिवाइस प्रदाताओं की सूची में मौजूद नहीं है", "ADM-DPM-035": "पंजीकृत डिवाइस विवरण संग्रहीत करते समय त्रुटि हुई", "ADM-DPM-042": "%s डिवाइस को पंजीकृत नहीं कर सकता क्योंकि यह एक श्वेत-सूचीबद्ध डिवाइस नहीं है%s", @@ -1372,7 +1387,7 @@ "KER-USR-017": "जोन और उपयोगकर्ता मानचित्रण डीबी में मौजूद नहीं है", "KER-USR-018": "डुप्लिकेट अनुरोध", "KER-USR-021": "दिया गया उपयोगकर्ता पहले से ही विभिन्न क्षेत्रों के साथ मैप किया गया है", - "KER-USR-022": "उपयोगकर्ता को ज़ोन से निकालने से पहले उपयोगकर्ता केंद्र मानचित्रण को हटा दिया जाना चाहिए", + "KER-USR-022": "उपयोगकर्ता को क्षेत्र से हटाने से पहले उपयोगकर्ता केंद्र मानचित्रण को हटा दिया जाना चाहिए", "ADMN-BLK-TRNSCTNS-001": "लेन-देन पुनर्प्राप्त करने में असमर्थ", "ADMN-BLK-001": "बल्क ऑपरेशन के दौरान कोई त्रुटि हुई। यदि श्रेणी मास्टरडेटा है, तो सूची संचालन सूचीबद्ध हैं। यदि श्रेणी पैकेट है, तो विफल पैकेट सूचनाओं की सूची सूचीबद्ध है", "ADM-BLK-001": "डेटा डीबी में मौजूद नहीं है", @@ -1399,33 +1414,35 @@ "KER-MSD-280": "भाषा के लिए केंद्र प्रकार नहीं मिला", "KER-DYN-001": "डायनामिक फ़ील्ड अमान्य है, इसमें कोड और मान कुंजियाँ होनी चाहिए", "ADM-BLK-007" : "कोई फ़ाइल अपलोड नहीं हुई", - "ADM-BLK-008" : "समान प्राथमिक कुंजी मानों के साथ प्रविष्टि मिली", - "ADM-BLK-009": "प्रविष्टि संसाधित करने में विफल", - "KER-MSD-413" : "प्रदान किए गए मशीन नाम के लिए प्रविष्टि पहले ही मिल चुकी है", - "KER-MSD-414" : "प्रदान की गई सार्वजनिक कुंजियों के लिए प्रविष्टि पहले ही मिल चुकी है", - "ADM-PKT-004" : "RID नहीं मिला", - "RPR-RGS-001" : "पंजीकरण तालिका तक पहुँचने में असमर्थ", - "RPR-RGS-013" : "अनुमति अनुरोध मान", - "RPR-RGS-015" : "अमान्य अनुरोध मान - इनपुट डेटा गलत है", - "RPR-RGS-022" : "अमान्य अनुरोध पैरामीटर - संस्करण", - "RPR-RGS-023" : "अमान्य अनुरोध पैरामीटर - अनुरोध समय", - "RPR-RGS-024" : "अमान्य अनुरोध पैरामीटर - Id", - "RPR-RGS-031" : "RID नहीं मिला", - "RPR-RGS-032" : "कृपया अपनी खोज को कम करें", - "RPR-RGS-033" : "तारीख के बीच खोज 30 दिनों से कम होनी चाहिए", - "RPR-RGS-034" : "तारीख के बीच खोज 30 दिनों से कम होनी चाहिए", - "KER-MSD-394" : "आपका ज़ोन मैपिंग गुम है। कृपया व्यवस्थापक से संपर्क करें।", - "ADM-AVD-001" : "डेटा पुनर्प्राप्त करते समय एक तकनीकी त्रुटि हुई, कृपया कुछ समय बाद पुन: प्रयास करें।", - "ADM-AVD-002" : "RID अमान्य है", - "ADM-AVD-003" : "इस अनुरोध आईडी के लिए कार्ड नहीं बना है। कृपया आईडी की स्थिति जांचें।", - "ADM-AVD-004" : "आवेदक का फोटो नहीं मिला", - "ADM-AVD-005" : "RID के लिए डिजिटल कार्ड नहीं मिला, कृपया कुछ दिनों के बाद प्रयास करें", - "ADM-AVD-006" : "कृपया डिजिटल कार्ड डाउनलोड करने से पहले विवरण स्वीकार करें", - "ADM-AVD-007" : "अनुरोध आईडी नहीं मिली", - "ADM-AVD-008" : "आपकी दैनिक खोज सीमा पार हो गई है। कृपया कल फिर से खोजने का प्रयास करें।", - "ADM-AVD-009" : "डेटा शेयर उपयोग की समय सीमा समाप्त", + "ADM-BLK-008" : "समान प्राथमिक कुंजी मानों के साथ प्रविष्टि मिली", + "ADM-BLK-009": "प्रविष्टि संसाधित करने में विफल", + "KER-MSD-413" : "प्रदान किए गए मशीन नाम के लिए प्रविष्टि पहले ही मिल चुकी है", + "KER-MSD-414" : "प्रदान की गई सार्वजनिक कुंजियों के लिए प्रविष्टि पहले ही मिल चुकी है", + "ADM-PKT-004" : "RID नहीं मिला", + "RPR-RGS-001" : "पंजीकरण तालिका तक पहुँचने में असमर्थ", + "RPR-RGS-013" : "अनुमति अनुरोध मान", + "RPR-RGS-015" : "अमान्य अनुरोध मान - इनपुट डेटा गलत है", + "RPR-RGS-022" : "अमान्य अनुरोध पैरामीटर - संस्करण", + "RPR-RGS-023" : "अमान्य अनुरोध पैरामीटर - अनुरोध समय", + "RPR-RGS-024" : "अमान्य अनुरोध पैरामीटर - Id", + "RPR-RGS-031" : "RID नहीं मिला", + "RPR-RGS-032" : "कृपया अपनी खोज को कम करें", + "RPR-RGS-033" : "तारीख के बीच खोज 30 दिनों से कम होनी चाहिए", + "RPR-RGS-034" : "तारीख के बीच खोज 30 दिनों से कम होनी चाहिए", + "KER-MSD-394" : "आपका ज़ोन मैपिंग गुम है। कृपया व्यवस्थापक से संपर्क करें।", + "ADM-AVD-001" : "डेटा पुनर्प्राप्त करते समय एक तकनीकी त्रुटि हुई, कृपया कुछ समय बाद पुन: प्रयास करें।", + "ADM-AVD-002" : "RID अमान्य है", + "ADM-AVD-003" : "इस अनुरोध आईडी के लिए कार्ड नहीं बना है। कृपया आईडी की स्थिति जांचें।", + "ADM-AVD-004" : "आवेदक का फोटो नहीं मिला", + "ADM-AVD-005" : "RID के लिए डिजिटल कार्ड नहीं मिला, कृपया कुछ दिनों के बाद प्रयास करें", + "ADM-AVD-006" : "कृपया डिजिटल कार्ड डाउनलोड करने से पहले विवरण स्वीकार करें", + "ADM-AVD-007" : "अनुरोध आईडी नहीं मिली", + "ADM-AVD-008" : "आपकी दैनिक खोज सीमा पार हो गई है। कृपया कल फिर से खोजने का प्रयास करें।", + "ADM-AVD-009" : "डेटा शेयर उपयोग की समय सीमा समाप्त", "ADM-AVD-509" : "आरआईडी नहीं मिला", "ADM-AVD-510" : "आवेदक खोज सीमा पार हो गई", - "ADM-AVD-511" : "अनुरोध आईडी नहीं मिला" + "ADM-AVD-511" : "अनुरोध आईडी नहीं मिला", + "KER-USR-025" : "सेंटर मैपिंग गायब है, उपयोगकर्ता को सक्रिय नहीं किया जा सकता।", + "KER-MSD-281" : "कियोस्क की अमान्य संख्या" } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json index effc8218..7ebd6d29 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json @@ -32,6 +32,9 @@ "subItem3": "ಪ್ರಮಾಣಪತ್ರ ಪಡೆಯಿರಿ", "subItem4": "ಪ್ರಮಾಣಪತ್ರವನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಿ", "subItem5": "ಇತರ ಡೊಮೇನ್ ಪ್ರಮಾಣಪತ್ರವನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಿ" + }, + "item8": { + "title": "ಕಳೆದುಹೋದ RID ಅನ್ನು ಹಿಂಪಡೆಯಿರಿ" } }, "dashboard": { @@ -460,16 +463,26 @@ "message": "ಈ ಪುಟವನ್ನು ಭೇಟಿ ಮಾಡಲು ನಿಮಗೆ ಅಧಿಕಾರವಿಲ್ಲ", "btnTxt": "ಸರಿ" }, - "unknown": { - "title": "ಅಜ್ಞಾತ ದೋಷ", - "message": "ಪ್ರಸ್ತುತ ಅಧಿವೇಶನವನ್ನು ಮೌಲ್ಯೀಕರಿಸಲು ವಿಫಲವಾಗಿದೆ", - "btnTxt": "ಸರಿ" - }, - "payloadtoolarge": { - "title": "ವಿನಂತಿಯ ಪೇಲೋಡ್ ತುಂಬಾ ದೊಡ್ಡದಾಗಿದೆ", - "message": "ಪೇಲೋಡ್ ಗಾತ್ರವು ಗಾತ್ರದ ಮಿತಿಯನ್ನು ಮೀರಿದೆ. ದಯವಿಟ್ಟು ಪೇಲೋಡ್ ಗಾತ್ರವನ್ನು ಪರಿಶೀಲಿಸಿ.", - "btnTxt": "ಸರಿ" - } + "unknown": { + "title": "ಅಜ್ಞಾತ ದೋಷ", + "message": "ಪ್ರಸ್ತುತ ಅಧಿವೇಶನವನ್ನು ಮೌಲ್ಯೀಕರಿಸಲು ವಿಫಲವಾಗಿದೆ", + "btnTxt": "ಸರಿ" + }, + "payloadtoolarge": { + "title": "ವಿನಂತಿಯ ಪೇಲೋಡ್ ತುಂಬಾ ದೊಡ್ಡದಾಗಿದೆ", + "message": "ಪೇಲೋಡ್ ಗಾತ್ರವು ಗಾತ್ರದ ಮಿತಿಯನ್ನು ಮೀರಿದೆ. ದಯವಿಟ್ಟು ಪೇಲೋಡ್ ಗಾತ್ರವನ್ನು ಪರಿಶೀಲಿಸಿ.", + "btnTxt": "ಸರಿ" + }, + "servicedown": { + "title": "ತಾತ್ಕಾಲಿಕವಾಗಿ ಸೇವೆ ಲಭ್ಯವಿಲ್ಲ", + "message": "ವಿನಂತಿಯನ್ನು ನಿರ್ವಹಿಸಲು ಸೇವೆಯು ಸಿದ್ಧವಾಗಿಲ್ಲ. ಸ್ವಲ್ಪ ಸಮಯದ ನಂತರ ದಯವಿಟ್ಟು ಪ್ರಯತ್ನಿಸಿ.", + "btnTxt": "ಸರಿ" + }, + "offLine": { + "title": "ಇಂಟರ್ನೆಟ್ ಇಲ್ಲ", + "message": "ಪುಟವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ", + "btnTxt": "ಸರಿ" + } }, "validationMessages": { "required": "ದಿನಾಂಕ ವ್ಯಾಪ್ತಿಯಿಂದ ಫಿಲ್ಟರ್ ಮಾಡಲು ದಯವಿಟ್ಟು ‘ಗೆ’ ಮತ್ತು ‘ಇಂದ’ ಕ್ಷೇತ್ರ ಎರಡನ್ನೂ ಭರ್ತಿ ಮಾಡಿ", @@ -513,9 +526,9 @@ "upload-btn": "ಅಪ್‌ಲೋಡ್ ಮಾಡಿ", "cancel-btn": "ರದ್ದುಗೊಳಿಸಿ", "center": "ಕೇಂದ್ರ", - "sourceLabel": "ಮೂಲ", - "processLabel": "ಪ್ರಕ್ರಿಯೆ", - "supervisorStatusLabel": "ಮೇಲ್ವಿಚಾರಕರ ಸ್ಥಿತಿ", + "sourceLabel": "ಮೂಲ", + "processLabel": "ಪ್ರಕ್ರಿಯೆ", + "supervisorStatusLabel": "ಮೇಲ್ವಿಚಾರಕರ ಸ್ಥಿತಿ", "popupMessaages": { "popup1": { "uploadConfirm": "ಪ್ಯಾಕೆಟ್ ಅಪ್‌ಲೋಡ್ ಅನ್ನು ದೃ irm ೀಕರಿಸಿ", @@ -534,9 +547,9 @@ } }, - "source":[{"label":"ನೋಂದಣಿ ಗ್ರಾಹಕ","value":"REGISTRATION_CLIENT"}], - "process":[{"label":"ಹೊಸದು","value":"NEW"},{"label":"UIN ಅನ್ನು ನವೀಕರಿಸಿ","value":"UPDATE"},{"label":"ಕಳೆದುಹೋಗಿದೆ","value":"LOST"},{"label":"ಬಯೋಮೆಟ್ರಿಕ್ಸ್ ತಿದ್ದುಪಡಿ","value":"BIOMETRIC_CORRECTION"}], - "supervisorStatus":[{"label":"ಅನುಮೋದಿಸಲಾಗಿದೆ","value":"APPROVED"},{"label":"ತಿರಸ್ಕರಿಸಿದ","value":"REJECTED"}] + "source":[{"label":"ನೋಂದಣಿ ಗ್ರಾಹಕ","value":"REGISTRATION_CLIENT"}], + "process":[{"label":"ಹೊಸದು","value":"NEW"},{"label":"UIN ಅನ್ನು ನವೀಕರಿಸಿ","value":"UPDATE"},{"label":"ಕಳೆದುಹೋಗಿದೆ","value":"LOST"},{"label":"ಬಯೋಮೆಟ್ರಿಕ್ಸ್ ತಿದ್ದುಪಡಿ","value":"BIOMETRIC_CORRECTION"}], + "supervisorStatus":[{"label":"ಅನುಮೋದಿಸಲಾಗಿದೆ","value":"APPROVED"},{"label":"ತಿರಸ್ಕರಿಸಿದ","value":"REJECTED"}] } }, "actionMessages": { @@ -638,14 +651,14 @@ "redirectMessage": "ಕೀಕ್ಲೋಕ್ನ ಬಳಕೆದಾರರ ಪಟ್ಟಿಗೆ ಮರುನಿರ್ದೇಶಿಸಲು ಇಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ", "title":"ಬಳಕೆದಾರ ಹೆಸರು", "users":"ಬಳಕೆದಾರ ಕೇಂದ್ರ ಮ್ಯಾಪಿಂಗ್", - "zoneuser":"ಬಳಕೆದಾರ ವಲಯ ಮ್ಯಾಪಿಂಗ್" + "zoneuser":"ಬಳಕೆದಾರ ವಲಯ ಮ್ಯಾಪಿಂಗ್" }, "bulkUpload": { "operation": "ಕಾರ್ಯಾಚರಣೆ", "operationCtrl": [{ - "label": "ಸೇರಿಸು", - "value": "Insert" - }, + "label": "ಸೇರಿಸು", + "value": "Insert" + }, { "label": "ನವೀಕರಿಸಿ", "value": "Update" @@ -802,13 +815,13 @@ "Active": "ಸಕ್ರಿಯ", "InActive": "ನಿಷ್ಕ್ರಿಯ" }, - "lostRID":{ - "titleTxt":"ಕಳೆದುಹೋದ RID ಅನ್ನು ಹಿಂಪಡೆಯಿರಿ", - "subtitleenrollment":"ದಾಖಲಾತಿ ವಿವರಗಳು", - "subtitlelocation":"ಸ್ಥಳ", - "searchbtn":"ಹುಡುಕಿ", - "clearbtn":"ಸ್ಪಷ್ಟ" - }, + "lostRID":{ + "titleTxt":"ಕಳೆದುಹೋದ RID ಅನ್ನು ಹಿಂಪಡೆಯಿರಿ", + "subtitleenrollment":"ದಾಖಲಾತಿ ವಿವರಗಳು", + "subtitlelocation":"ಸ್ಥಳ", + "searchbtn":"ಹುಡುಕಿ", + "clearbtn":"ಸ್ಪಷ್ಟ" + }, "generatecsr": { "title": "ಸಿಎಸ್ಆರ್ ರಚಿಸಿ", "applicationId": "ಅಪ್ಲಿಕೇಶನ್ ಐಡಿ", @@ -859,7 +872,7 @@ }, "genericerror": { "fieldValidation": "ಈ ಕ್ಷೇತ್ರದ ಅಗತ್ಯವಿದೆ", - "fieldNameValidation":" ಅಗತ್ಯವಿದೆ" + "fieldNameValidation":" ಅಗತ್ಯವಿದೆ" }, "genericbutton": { "save": "ಉಳಿಸಿ" @@ -877,8 +890,9 @@ "Zone": "ವಲಯ", "Logout": "ಲಾಗ್ ಔಟ್" }, - "paginationLabel": { - "showRows": "ಸಾಲುಗಳನ್ನು ತೋರಿಸಿ" + "paginatorIntl": { + "itemsPerPageLabel": "ಪ್ರತಿ ಪುಟಕ್ಕೆ ಐಟಂಗಳು", + "of": "ನ" }, "keymanager": { "applicationIds": [{ @@ -939,7 +953,7 @@ "KER-MSD-149": " ಅರ್ಜಿದಾರರ ಪ್ರಕಾರ-ಡಾಕ್ಯುಮೆಂಟ್ ವರ್ಗ-ಡಾಕ್ಯುಮೆಂಟ್ ಟೈಪ್ ಮ್ಯಾಪಿಂಗ್ ವಿವರಗಳನ್ನು ಪಡೆಯುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ ", "KER-MSD-150": "ಡಾಕ್ಯುಮೆಂಟ್ ವರ್ಗ- ಡಾಕ್ಯುಮೆಂಟ್ ಟೈಪ್ ಮ್ಯಾಪಿಂಗ್ ಕಂಡುಬಂದಿಲ್ಲ", "KER-MSD-001": "ಅರ್ಜಿಗಳನ್ನು ತರುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ", - "KER-MSD-101": "ಅಪ್ಲಿಕೇಶನ್ ವಿವರಗಳನ್ನು ಸೇರಿಸುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ", + "KER-MSD-101": "ನಕಲಿ ಕೇಂದ್ರ ಪ್ರಕಾರದ ವಿನಂತಿ, ಕೇಂದ್ರವು ಅದೇ ವಿವರಗಳೊಂದಿಗೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ.", "KER-MSD-002": "ಅಪ್ಲಿಕೇಶನ್ ಕಂಡುಬಂದಿಲ್ಲ", "KER-MSD-201": "ಕೆಟ್ಟ ವಿನಂತಿ ಕಂಡುಬಂದಿದೆ", "KER-MSD-193": "ಅಪ್ಲಿಕೇಶನ್ ಕಾನ್ಫಿಗರೇಶನ್ ಅನ್ನು ಪಡೆದುಕೊಳ್ಳುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ", @@ -1155,6 +1169,7 @@ "KER-MSD-058": "ಕಾರಣ ವಿವರಗಳನ್ನು ಸೇರಿಸುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ", "KER-MSD-263": "ದಾಖಲೆಯನ್ನು ಹುಡುಕುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ: ಅಮಾನ್ಯ ಆರ್ಕ್ವೆಸ್ಟ್", "KER-MSD-364": "ಪ್ಯಾಕೆಟ್ ಅನ್ನು ಪುನರಾರಂಭಿಸಲು ವಿಫಲವಾಗಿದೆ", + "KER-MSD-365": "ಸಾಧನದ ವಿವರಣೆಯು ನಿಷ್ಕ್ರಿಯವಾಗಿದೆ", "ADM-DPM-032": "ನೋಂದಾಯಿತ ಸಾಧನ ಪೂರೈಕೆದಾರರ ಪಟ್ಟಿಯಲ್ಲಿ ಸಾಧನ ಒದಗಿಸುವವರ ID/ಹೆಸರು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ", "ADM-DPM-035": "ನೋಂದಾಯಿತ ಸಾಧನದ ವಿವರಗಳನ್ನು ಸಂಗ್ರಹಿಸುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ", "ADM-DPM-042": "%s ಸಾಧನವು ವೈಟ್‌-ಲಿಸ್ಟೆಡ್ ಸಾಧನವಲ್ಲದ ಕಾರಣ ನೋಂದಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ", @@ -1410,33 +1425,35 @@ "KER-MSD-280": "ಭಾಷೆಗೆ ಕೇಂದ್ರ ಪ್ರಕಾರ ಕಂಡುಬಂದಿಲ್ಲ", "KER-DYN-001": "ಡೈನಾಮಿಕ್ ಕ್ಷೇತ್ರವು ಅಮಾನ್ಯವಾಗಿದೆ, ಕೋಡ್ ಮತ್ತು ಮೌಲ್ಯದ ಕೀಗಳನ್ನು ಹೊಂದಿರಬೇಕು", "ADM-BLK-007" : "ಯಾವುದೇ ಫೈಲ್ ಅಪ್‌ಲೋಡ್ ಆಗಿಲ್ಲ", - "ADM-BLK-008" : "ಅದೇ ಪ್ರಾಥಮಿಕ ಕೀ ಮೌಲ್ಯಗಳೊಂದಿಗೆ ನಮೂದು ಕಂಡುಬಂದಿದೆ", - "ADM-BLK-009": "ಪ್ರವೇಶವನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ವಿಫಲವಾಗಿದೆ", - "KER-MSD-413" : "ಒದಗಿಸಿದ ಯಂತ್ರದ ಹೆಸರಿಗಾಗಿ ಈಗಾಗಲೇ ನಮೂದು ಕಂಡುಬಂದಿದೆ", - "KER-MSD-414" : "ಒದಗಿಸಿದ ಸಾರ್ವಜನಿಕ ಕೀಗಳಿಗೆ ಈಗಾಗಲೇ ಪ್ರವೇಶ ಕಂಡುಬಂದಿದೆ", - "ADM-PKT-004" : "RID ಕಂಡುಬಂದಿಲ್ಲ", - "RPR-RGS-001" : "ನೋಂದಣಿ ಕೋಷ್ಟಕವನ್ನು ಪ್ರವೇಶಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "RPR-RGS-013" : "ಕಾಣೆಯಾದ ವಿನಂತಿ ಮೌಲ್ಯ", - "RPR-RGS-015" : "ಅಮಾನ್ಯವಾದ ವಿನಂತಿ ಮೌಲ್ಯ - ಇನ್‌ಪುಟ್ ಡೇಟಾ ತಪ್ಪಾಗಿದೆ", - "RPR-RGS-022" : "ಅಮಾನ್ಯ ವಿನಂತಿ ಪ್ಯಾರಾಮೀಟರ್ - ಆವೃತ್ತಿ", - "RPR-RGS-023" : "ಅಮಾನ್ಯ ವಿನಂತಿ ಪ್ಯಾರಾಮೀಟರ್ - ವಿನಂತಿಸಮಯ", - "RPR-RGS-024" : "ಅಮಾನ್ಯವಾದ ವಿನಂತಿ ಪ್ಯಾರಾಮೀಟರ್ - ಐಡಿ", - "RPR-RGS-031" : "RID ಕಂಡುಬಂದಿಲ್ಲ", - "RPR-RGS-032" : "ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹುಡುಕಾಟವನ್ನು ಕಡಿಮೆ ಮಾಡಿ", - "RPR-RGS-033" : "ದಿನಾಂಕದ ನಡುವೆ ಹುಡುಕಾಟವು 30 ದಿನಗಳಿಗಿಂತ ಕಡಿಮೆಯಿರಬೇಕು", - "RPR-RGS-034" : "ದಿನಾಂಕದ ನಡುವೆ ಹುಡುಕಾಟವು 30 ದಿನಗಳಿಗಿಂತ ಕಡಿಮೆಯಿರಬೇಕು", - "KER-MSD-394" : "ನಿಮ್ಮ ವಲಯ ಮ್ಯಾಪಿಂಗ್ ಕಾಣೆಯಾಗಿದೆ. ದಯವಿಟ್ಟು ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ.", - "ADM-AVD-001" : "ಡೇಟಾವನ್ನು ಹಿಂಪಡೆಯುವಾಗ ತಾಂತ್ರಿಕ ದೋಷ ಸಂಭವಿಸಿದೆ, ದಯವಿಟ್ಟು ಸ್ವಲ್ಪ ಸಮಯದ ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ.", - "ADM-AVD-002" : "RID ಅಮಾನ್ಯವಾಗಿದೆ", - "ADM-AVD-003" : "ಈ ವಿನಂತಿಯ ID ಗಾಗಿ ಕಾರ್ಡ್ ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ. ದಯವಿಟ್ಟು ID ಯ ಸ್ಥಿತಿಯನ್ನು ಪರಿಶೀಲಿಸಿ.", - "ADM-AVD-004" : "ಅರ್ಜಿದಾರರ ಫೋಟೋ ಕಂಡುಬಂದಿಲ್ಲ", - "ADM-AVD-005" : "RID ಗಾಗಿ ಡಿಜಿಟಲ್ ಕಾರ್ಡ್ ಕಂಡುಬಂದಿಲ್ಲ, ದಯವಿಟ್ಟು ಕೆಲವು ದಿನಗಳ ನಂತರ ಪ್ರಯತ್ನಿಸಿ", - "ADM-AVD-006" : "ಡಿಜಿಟಲ್ ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡುವ ಮೊದಲು ದಯವಿಟ್ಟು ವಿವರಗಳನ್ನು ಅಂಗೀಕರಿಸಿ", - "ADM-AVD-007" : "ವಿನಂತಿ ಐಡಿ ಕಂಡುಬಂದಿಲ್ಲ", - "ADM-AVD-008" : "ನಿಮ್ಮ ದೈನಂದಿನ ಹುಡುಕಾಟದ ಮಿತಿ ಮೀರಿದೆ. ದಯವಿಟ್ಟು ನಾಳೆ ಮತ್ತೆ ಹುಡುಕಲು ಪ್ರಯತ್ನಿಸಿ.", - "ADM-AVD-009" : "ಡೇಟಾ ಹಂಚಿಕೆ ಬಳಕೆ ಅವಧಿ ಮೀರಿದೆ", + "ADM-BLK-008" : "ಅದೇ ಪ್ರಾಥಮಿಕ ಕೀ ಮೌಲ್ಯಗಳೊಂದಿಗೆ ನಮೂದು ಕಂಡುಬಂದಿದೆ", + "ADM-BLK-009": "ಪ್ರವೇಶವನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ವಿಫಲವಾಗಿದೆ", + "KER-MSD-413" : "ಒದಗಿಸಿದ ಯಂತ್ರದ ಹೆಸರಿಗಾಗಿ ಈಗಾಗಲೇ ನಮೂದು ಕಂಡುಬಂದಿದೆ", + "KER-MSD-414" : "ಒದಗಿಸಿದ ಸಾರ್ವಜನಿಕ ಕೀಗಳಿಗೆ ಈಗಾಗಲೇ ಪ್ರವೇಶ ಕಂಡುಬಂದಿದೆ", + "ADM-PKT-004" : "RID ಕಂಡುಬಂದಿಲ್ಲ", + "RPR-RGS-001" : "ನೋಂದಣಿ ಕೋಷ್ಟಕವನ್ನು ಪ್ರವೇಶಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", + "RPR-RGS-013" : "ಕಾಣೆಯಾದ ವಿನಂತಿ ಮೌಲ್ಯ", + "RPR-RGS-015" : "ಅಮಾನ್ಯವಾದ ವಿನಂತಿ ಮೌಲ್ಯ - ಇನ್‌ಪುಟ್ ಡೇಟಾ ತಪ್ಪಾಗಿದೆ", + "RPR-RGS-022" : "ಅಮಾನ್ಯ ವಿನಂತಿ ಪ್ಯಾರಾಮೀಟರ್ - ಆವೃತ್ತಿ", + "RPR-RGS-023" : "ಅಮಾನ್ಯ ವಿನಂತಿ ಪ್ಯಾರಾಮೀಟರ್ - ವಿನಂತಿಸಮಯ", + "RPR-RGS-024" : "ಅಮಾನ್ಯವಾದ ವಿನಂತಿ ಪ್ಯಾರಾಮೀಟರ್ - ಐಡಿ", + "RPR-RGS-031" : "RID ಕಂಡುಬಂದಿಲ್ಲ", + "RPR-RGS-032" : "ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹುಡುಕಾಟವನ್ನು ಕಡಿಮೆ ಮಾಡಿ", + "RPR-RGS-033" : "ದಿನಾಂಕದ ನಡುವೆ ಹುಡುಕಾಟವು 30 ದಿನಗಳಿಗಿಂತ ಕಡಿಮೆಯಿರಬೇಕು", + "RPR-RGS-034" : "ದಿನಾಂಕದ ನಡುವೆ ಹುಡುಕಾಟವು 30 ದಿನಗಳಿಗಿಂತ ಕಡಿಮೆಯಿರಬೇಕು", + "KER-MSD-394" : "ನಿಮ್ಮ ವಲಯ ಮ್ಯಾಪಿಂಗ್ ಕಾಣೆಯಾಗಿದೆ. ದಯವಿಟ್ಟು ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ.", + "ADM-AVD-001" : "ಡೇಟಾವನ್ನು ಹಿಂಪಡೆಯುವಾಗ ತಾಂತ್ರಿಕ ದೋಷ ಸಂಭವಿಸಿದೆ, ದಯವಿಟ್ಟು ಸ್ವಲ್ಪ ಸಮಯದ ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ.", + "ADM-AVD-002" : "RID ಅಮಾನ್ಯವಾಗಿದೆ", + "ADM-AVD-003" : "ಈ ವಿನಂತಿಯ ID ಗಾಗಿ ಕಾರ್ಡ್ ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ. ದಯವಿಟ್ಟು ID ಯ ಸ್ಥಿತಿಯನ್ನು ಪರಿಶೀಲಿಸಿ.", + "ADM-AVD-004" : "ಅರ್ಜಿದಾರರ ಫೋಟೋ ಕಂಡುಬಂದಿಲ್ಲ", + "ADM-AVD-005" : "RID ಗಾಗಿ ಡಿಜಿಟಲ್ ಕಾರ್ಡ್ ಕಂಡುಬಂದಿಲ್ಲ, ದಯವಿಟ್ಟು ಕೆಲವು ದಿನಗಳ ನಂತರ ಪ್ರಯತ್ನಿಸಿ", + "ADM-AVD-006" : "ಡಿಜಿಟಲ್ ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡುವ ಮೊದಲು ದಯವಿಟ್ಟು ವಿವರಗಳನ್ನು ಅಂಗೀಕರಿಸಿ", + "ADM-AVD-007" : "ವಿನಂತಿ ಐಡಿ ಕಂಡುಬಂದಿಲ್ಲ", + "ADM-AVD-008" : "ನಿಮ್ಮ ದೈನಂದಿನ ಹುಡುಕಾಟದ ಮಿತಿ ಮೀರಿದೆ. ದಯವಿಟ್ಟು ನಾಳೆ ಮತ್ತೆ ಹುಡುಕಲು ಪ್ರಯತ್ನಿಸಿ.", + "ADM-AVD-009" : "ಡೇಟಾ ಹಂಚಿಕೆ ಬಳಕೆ ಅವಧಿ ಮೀರಿದೆ", "ADM-AVD-509" : "RID ಕಂಡುಬಂದಿಲ್ಲ", "ADM-AVD-510" : "ಅರ್ಜಿದಾರರ ಹುಡುಕಾಟದ ಮಿತಿ ಮೀರಿದೆ", - "ADM-AVD-511" : "ವಿನಂತಿಯ ಐಡಿ ಕಂಡುಬಂದಿಲ್ಲ" + "ADM-AVD-511" : "ವಿನಂತಿಯ ಐಡಿ ಕಂಡುಬಂದಿಲ್ಲ", + "KER-USR-025" : "ಸೆಂಟರ್ ಮ್ಯಾಪಿಂಗ್ ಕಾಣೆಯಾಗಿದೆ, ಬಳಕೆದಾರರನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.", + "KER-MSD-281" : "ಅಮಾನ್ಯವಾದ ಕಿಯೋಸ್ಕ್ ಗಳ ಸಂಖ್ಯೆ" } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json index 24919039..ccfd1c86 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json @@ -32,6 +32,9 @@ "subItem3": "சான்றிதழ் பெறவும்", "subItem4": "சான்றிதழைப் பதிவேற்றவும்", "subItem5": "பிற டொமைன் சான்றிதழைப் பதிவேற்றவும்" + }, + "item8": { + "title": "இழந்த RID ஐ மீட்டெடுக்கவும்" } }, "dashboard": { @@ -469,6 +472,16 @@ "title": "பேலோட் கோரிக்கை மிகவும் அதிகமாக உள்ளது", "message": "பேலோட் அளவு அளவு வரம்பை மீறுகிறது. பேலோட் அளவை சரிபார்க்கவும்.", "btnTxt": "சரி" + }, + "servicedown": { + "title": "சேவை தற்காலிகமாக கிடைக்கவில்லை", + "message": "கோரிக்கையை கையாள சேவை தயாராக இல்லை. சிறிது நேரம் கழித்து முயற்சிக்கவும்.", + "btnTxt": "சரி" + }, + "offLine": { + "title": "Sin internet", + "message": "La página no se puede cargar", + "btnTxt": "De acuerdo" } }, "validationMessages": { @@ -878,8 +891,9 @@ "Zone": "மண்டலம்", "Logout": "வெளியேறு" }, - "paginationLabel": { - "showRows": "வரிசைகளைக் காட்டு" + "paginatorIntl": { + "itemsPerPageLabel": "ஒரு பக்கத்திற்கு உருப்படிகள்", + "of":"இன்" }, "keymanager": { "applicationIds": [{ @@ -940,7 +954,7 @@ "KER-MSD-149": "விண்ணப்பதாரர் வகை-ஆவணம் வகை-ஆவண வகை வரைபட விவரங்களைப் பெறுவதில் பிழை ஏற்பட்டது", "KER-MSD-150": "ஆவண வகை- ஆவண வகை மேப்பிங் காணப்படவில்லை", "KER-MSD-001": "விண்ணப்பங்களைப் பெறும்போது பிழை ஏற்பட்டது", - "KER-MSD-101": "விண்ணப்ப விவரங்களைச் செருகும்போது பிழை ஏற்பட்டது", + "KER-MSD-101": "நகல் மைய வகை கோரிக்கை, அதே விவரங்களுடன் மையம் உள்ளது.", "KER-MSD-002": "விண்ணப்பம் கிடைக்கவில்லை", "KER-MSD-201": "மோசமான கோரிக்கை கண்டுபிடிக்கப்பட்டது", "KER-MSD-193": "பயன்பாட்டு கட்டமைப்பைப் பெறும்போது பிழை ஏற்பட்டது", @@ -1154,6 +1168,7 @@ "KER-MSD-058": "காரண விவரங்களைச் செருகும்போது பிழை ஏற்பட்டது", "KER-MSD-263": "பதிவைத் தேடும் போது பிழை ஏற்பட்டது: தவறான rquest", "KER-MSD-364": "பாக்கெட்டை மீண்டும் தொடங்க முடியவில்லை", + "KER-MSD-365": "சாதன விவரக்குறிப்பு செயலற்றது", "ADM-DPM-032": "சாதன வழங்குநர் ஐடி/பெயர் பதிவுசெய்யப்பட்ட சாதன வழங்குநர்களின் பட்டியலில் இல்லை", "ADM-DPM-035": "பதிவுசெய்யப்பட்ட சாதன விவரங்களைச் சேமிக்கும்போது பிழை ஏற்பட்டது", "ADM-DPM-042": "%s சாதனம் வெள்ளை-பட்டியலிடப்பட்ட சாதனம் அல்ல என்பதால் பதிவு செய்ய முடியாது", @@ -1406,7 +1421,7 @@ "ADM-BLK-005": "ஆதரிக்கப்படும் வடிவம் ஜிப் கோப்பு மட்டுமே", "ADM-BLK-006": "வெற்று கோப்பு ஏற்றுக்கொள்ளப்படவில்லை தயவுசெய்து சரியான கோப்பை வழங்கவும்", "ADM-MSD-446": "இடம் கிடைக்கவில்லை", - "KER-MSD-280" : "மொழிக்கான மைய வகை இல்லை", + "KER-MSD-280" : "மொழிக்கான மைய வகை இல்லை", "KER-DYN-001" : "டைனமிக் புலம் தவறானது, குறியீடு மற்றும் மதிப்பு விசைகள் இருக்க வேண்டும்", "ADM-BLK-007" : "கோப்பு பதிவேற்றப்படவில்லை", "ADM-BLK-008" : "அதே முதன்மை முக்கிய மதிப்புகளுடன் உள்ளீடு கண்டறியப்பட்டது", @@ -1436,6 +1451,8 @@ "ADM-AVD-009" : "தரவு பகிர்வு பயன்பாடு காலாவதியானது", "ADM-AVD-509" : "RID கிடைக்கவில்லை", "ADM-AVD-510" : "விண்ணப்பதாரர் தேடல் வரம்பு மீறப்பட்டது", - "ADM-AVD-511" : "கோரிக்கை ஐடி கிடைக்கவில்லை" + "ADM-AVD-511" : "கோரிக்கை ஐடி கிடைக்கவில்லை", + "KER-USR-025" : "மைய மேப்பிங் இல்லை, பயனரை இயக்க முடியாது.", + "KER-MSD-281" : "தவறான எண்ணிக்கையிலான கியோஸ்க்கள்" } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json b/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json index ee4d80f8..5f261b5d 100644 --- a/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json +++ b/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json @@ -1,4 +1,5 @@ { + "logo_alt": "eSignet Signup", "register": "Register", "landing_page_title": "Oops! The page you are looking for does not exist.", "landing_page_description": "Please try navigating using the options below.", @@ -70,6 +71,8 @@ "full_name_validation": "Please enter a valid name", "full_name_all_spaces_validation": "Please enter a valid name.", "full_name_in_lng_validation": "Full Name has to be in Khmer only.", + "full_name_min_validation": "Full Name has to be greater than or equal to {minLength} characters.", + "full_name_max_validation": "Full Name has to be less than or equal to {maxLength} characters.", "password_validation": "Password does not meet the password policy. Click on \"i\" to know more.", "password_validation_must_match": "New Password and Confirm New Password do not match.", "register_password_validation_must_match": "Password and Confirm Password do not match.", @@ -81,9 +84,125 @@ "privacy_and_policy_title": "Privacy & Policy", "signup_discontinue_prompt": "Are you sure you want to discontinue the sign up process?", "reset_password_discontinue_prompt": "Are you sure you want to discontinue the reset password process?", + "offline_polling_prompt": "Your network connection dropped, please check your internet connection.", + "online_polling_prompt": "You are now connected with internet.", "footer": { "powered_by": "Powered by" }, + "eykc_loading": { + "header": "Alert!", + "description": "Oops! It looks like you’re using an unsupported browser. Please consider upgrading to the latest version of the browser for the best experience. Thank you for your understanding" + }, + "session": { + "alert": { + "title": "Alert!", + "description": "Your session is about to expire due to inactivity", + "countDown": "Session expiring in {remainingTimeBeforePrompt} minutes", + "continueSession": "Continue Session" + }, + "expired": { + "title": "Session Expired", + "description": "Your session has expired due to inactivity. Please click on the below button to return to the login screen.", + "returnToLogin": "Return to Login" + } + }, + "slot_checking": { + "header": "Loading!!!", + "description": "Kindly wait as we initiate your eKYC" + }, + "slot_unavailable": { + "header": "Alert!", + "description": "We are experiencing a higher than usual demand, hence we are unable to proceed with the eKYC verification process at this moment. We regret the inconvenience and request you to please try again later. Thank you for your understanding." + }, + "loadingMsgs": { + "please_wait": "Loading. Please wait....." + }, + "video_preview": { + "header": "Key Information", + "cancel_button": "Cancel", + "proceed_button": "Proceed", + "permission_denied_header": "Camera Access Disabled", + "permission_denied_description": "Your camera permission has be disabled. Please enable camera permission from your browser setting..", + "not_accessible_header": "Camera Not Accessible", + "not_accessible_description": "Your camera is not accessible. Please check your camera accessibility, some other application is accessing your camera right now.", + "key_info": { + "step_1": "Verify the functionality of your camera using the video preview on the right", + "step_2": "Ensure you are positioned in a well-lit area to facilitate clear video capture", + "step_3": "Position your face within the oval frame, ensuring your face is clearly visible", + "step_4": "Remove any accessories or items that could obstruct your face, such as hats or sunglasses.", + "step_5": "Maintain a stable posture throughout the video recording to prevent blurring", + "step_6": "Be prepared to follow instructions provided on screen during the eKYC process, such as blinking or turning your head as directed.", + "step_7": "Have your ID readily accessible for the verification purposes." + } + }, + "terms_and_conditions": { + "header": "Terms & Conditions for testing", + "sub_header": "Please read and understand the terms and conditions carefully.", + "agree_text": "I have read and understood the terms and conditionditions and agree to the terms and conditions as set out by the user agreement.", + "failed_to_load": "Failed to load terms and conditions", + "still_loading": "Terms and conditions are still loading. Please wait", + "cancel_button": "Cancel", + "proceed_button": "Proceed" + }, + "cancel_alert_popover": { + "title": "Attention!", + "description": "{relyingParty} requires access in order to proceed further, do you still wish to discontinue?", + "stay": "Stay", + "discontinue": "Discontinue" + }, + "kyc_provider": { + "header": "Please select an eKYC service provider", + "no_kyc_provider": "No eKYC provider found", + "search_placeholder": "Search", + "cancel_button": "Cancel", + "proceed_button": "Proceed" + }, + "verification_steps": { + "header": "Complete your eKYC testing with the below five steps", + "cancel": "Cancel", + "proceed": "Proceed", + "ekycSteps": { + "ekyc_provider": { + "label": "Select the eKYC for testing", + "description": "Select an testing service provider to check it aligns with your requirements" + }, + "terms_&_conditions": { + "label": "Terms & Conditions for testing", + "description": "verify the terms & conditions for testing the eKYC process" + }, + "pre_verification_guide": { + "label": "Pre-verification guide to continue", + "description": "Key instructions for a seamless eKYC experience in testing" + }, + "identity_verification": { + "label": "Identity verification for eKYC", + "description": "testing" + }, + "review_consent": { + "label": "Review Consent and continue", + "description": "Review and approve and continue" + } + } + }, + "verification_screen":{ + "welcome_message": "Welcome! Initiating Identity verification process in {count} seconds", + "focus_on_screen_message": "Please try to focus on the screen", + "successful_header": "Verification Successful!", + "successful_subheader": "Please wait while we finalize the process", + "unsuccessful_header": "Verification Unsuccessful!", + "unsuccessful_subheader": "Oops! We were unable to complete the eKYC verification." + }, + "identity_verification_status": { + "successful": { + "title": "Verification Successful!", + "description": "Please wait while we finalize the process" + }, + "failed": { + "title": "Verification Unsuccessful!", + "description": "Oops! We were unable to complete the eKYC verification." + }, + "loading_title": "Please wait while we finalize the process…" + }, "error_response": { "invalid_transaction": "The transaction has timed out. Please try again.", "invalid_otp_channel": "Invalid OTP Channel Provided", @@ -114,9 +233,9 @@ "identifier_mismatch": "Identifier Mismatch", "consent_required": "Consent Required", "too_many_attempts": "Request OTP too many attempts", - "too_early_attempt": "Request OTP too early attempts", "too_many_verify_attempts": "Too many verification attempts, Kindly generate new OTP", - "invalid_request": "Invalid OTP request", + "too_early_attempt": "Request OTP too early attempts", + "invalid_request": "Invalid Request", "already-registered": "Already Registered", "timed_out": "Timedout", "timeout_transaction": "Transaction Timeout", @@ -128,12 +247,15 @@ "identifier_not_found": "Invalid number or name. Please enter a registered mobile number and full name.", "invalid_kba_challenge": "Invalid number or name. Please enter a registered mobile number and full name.", "kba_challenge_not_found": "Invalid number or name. Please enter a registered mobile number and full name.", + "invalid_kbi_challenge": "Invalid number or name. Please enter a registered mobile number and full name.", + "kbi_challenge_not_found": "Invalid number or name. Please enter a registered mobile number and full name.", "identity_inactive": "Identifier inactive", "fetch_identity_failed": "Fetch Identifier Failed", "challenge_format_and_type_mismatch": "Challenge format and type mismatch", "knowledgebase_mismatch": "Invalid number or name. Please enter a registered mobile number and full name.", "identifier_blocked": "User is blocked. Please try again after 5 minutes.", "unsupported_purpose": "Invalid Request", + "server_unreachable": "We are unable to process your request, please try again later.", "otp_notification_failed": "Failed to send the otp", "IDR-IDC-001": "Missing Input Parameter", "IDR-IDC-002": "Invalid Input Parameter", @@ -142,8 +264,8 @@ "IDR-IDC-005": "Input Data Validation Failed", "IDR-IDC-006": "Username already exist. Please try again with a different username", "IDR-IDC-007": "No Record(s) found", - "IDR-IDC-008": "4XX - Client Error occured", - "IDR-IDC-009": "5XX - Server Error occured", + "IDR-IDC-008": "4XX - Client Error occurred", + "IDR-IDC-009": "5XX - Server Error occurred", "IDR-IDC-010": "Connection timed out", "IDR-IDC-011": "Authorization Failed", "IDR-IDC-012": "Record already exists in DB", @@ -168,6 +290,7 @@ "IDR-VID-006": "Uin hash does not match", "IDR-IDS-012": "Authentication Failed", "IDR-BIE-001": "Technical Error in Biometric Extraction", - "IDR-CFJ-001": "Credential Feeder job failed" + "IDR-CFJ-001": "Credential Feeder job failed", + "grant_exchange_failed": "Unable to Authorise - grant exchange failed. Please try again." } } diff --git a/artifacts/src/i18n/idp-i18n-bundle/ar.json b/artifacts/src/i18n/idp-i18n-bundle/ar.json deleted file mode 100644 index 799edb7e..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/ar.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "فشل التفويض", - "consent_request_rejected": "تم رفض طلب الموافقة", - "consent_request_msg": "يطلب {{clientName}} الوصول إلى ما يلي:", - "authorize_scope": "تفويض النطاقات", - "essential_claims": "الادعاءات الأساسية", - "voluntary_claims": "المطالبات الطوعية", - "cancel": "يلغي", - "allow": "السماح", - "resident-service": "خدمة المقيمين", - "name": "اسم", - "given_name": "اسم", - "middle_name": "الاسم الوسطى", - "preferred_username": "اسم المستخدم المفضل", - "picture": "صورة", - "gender": "جنس", - "birthdate": "تاريخ الميلاد", - "locale": "لغة", - "nickname": "كنية", - "family_name": "اسم العائلة", - "zoneinfo": "معلومات المنطقة", - "updated_at": "تم التحديث في", - "address": "تبوك", - "email": "عنوان البريد الالكترونى", - "email_verified": "عنوان البريد الالكترونى", - "phone": "هاتف", - "phone_number": "رقم الهاتف", - "phone_number_verified": "رقم الهاتف", - "required": "مطلوب", - "profile": "الملف الشخصي" - }, - "l1Biometrics": { - "scan_and_verify": "المسح والتحقق", - "sign_in_with_biometric": "تسجيل الدخول باستخدام البيومترية", - "retry": "أعد المحاولة", - "vid_label_text": "أدخل VID الخاص بك", - "vid_placeholder": "VID", - "Face": "وجه", - "Finger": "اصبع اليد", - "Iris": "قزحية", - "select_a_device": "اختر جهازا" - }, - "pin": { - "sign_in_with_pin": "تسجيل الدخول باستخدام PIN", - "remember_me": "تذكرنى", - "login": "تسجيل الدخول", - "uin_label_text": "UIN", - "pin_label_text": "PIN", - "uin_placeholder": "UIN أو VID", - "pin_placeholder": "أدخل رقم التعريف الشخصي" - }, - "IDPQRCode": { - "sign_in_with_inji": "تسجيل الدخول باستخدام Inji", - "scan_with_inji": "امسح باستخدام تطبيق Inji لتسجيل الدخول", - "inji_app": "تطبيق إنجي", - "dont_have_inji": "ليس لديك إنجي؟", - "download_now": "التحميل الان", - "link_code_status": "حالة رمز الارتباط", - "failed": "باءت بالفشل", - "refresh": "قم بتحديث رمز الاستجابة السريعة" - }, - "otp": { - "sign_in_with_otp": "تسجيل الدخول باستخدام OTP", - "resend_otp": "إعادة إرسال OTP", - "not_a_robot": "أنا لست روبوتًا", - "get_otp": "احصل على OTP", - "verify": "يؤكد", - "vid_label_text": "أدخل VID الخاص بك", - "otp_label_text": "OTP", - "vid_placeholder": "VID", - "otp_placeholder": "1234", - "mobile_number": "رقم الهاتف المحمول", - "email_address": "عنوان البريد الالكترونى", - "otp_sent_msg": "تم إرسال OTP إلى حسابك المسجل في {{otpChannels}}", - "resend_otp_counter": "إعادة إرسال OTP في {{min}}:{{sec}}", - "mobile_placeholder": "رقم الجوال: {{mobileNumber}}", - "email_placeholder": "عنوان البريد الإلكتروني: {{emailAddress}}", - "mobile_email_placeholder": "رقم الجوال: {{mobileNumber}} وعنوان البريد الإلكتروني: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "اختر كيف تريد تسجيل الدخول:", - "login_with": "تسجيل الدخول باستخدام {{option}}", - "PIN": "دبوس", - "Inji": "Inji", - "Biometrics": "القياسات الحيوية", - "BIO": "القياسات الحيوية", - "QRCode": "رمز الاستجابة السريعة", - "WALLET": "إنجي", - "OTP": "OTP" - }, - "idpDetails": { - "idp_details_heading": "تفاصيل IDP", - "internal_api": "واجهة برمجة التطبيقات الداخلية", - "wellknown_api": ".wellknown API" - }, - "header": { - "login_heading": "تسجيل الدخول باستخدام MOSIP", - "login_paragraph": "لم تسجل في MOSIP حتى الآن؟", - "login_linkName": "التسجيل المسبق", - "more_ways_to_sign_in": "المزيد من الطرق لتسجيل الدخول", - "invalid_auth_factor": "عوامل المصادقة غير صالحة. حاول مرة اخرى...", - "here_tab_name": "تسجيل الدخول هنا", - "inji_tab_name": "تسجيل الدخول باستخدام Inji", - "dont_have_inji": "ليس لديك إنجي؟", - "download_now": "التحميل الان" - }, - "tabs": { - "pin_tab_name": "قم بتسجيل الدخول باستخدام PIN", - "inji_tab_name": "تسجيل الدخول باستخدام Inji", - "biometric_tab_name": "تسجيل الدخول باستخدام القياسات الحيوية" - }, - "loadingMsgs": { - "redirecting_msg": "إعادة توجيه. أرجو الإنتظار...", - "link_auth_waiting": "يرجى المصادقة عبر INJI. لا تحديث هذه الصفحة", - "authenticating_msg": "المصادقة. أرجو الإنتظار...", - "scanning_devices_msg": "أجهزة المسح. أرجو الإنتظار...", - "capture_initiated_msg": "تم بدء الالتقاط {{modality}} في {{deviceModel}}", - "sending_otp_msg": "إرسال OTP. أرجو الإنتظار...", - "loading_msg": "جار التحميل. أرجو الإنتظار..." - }, - "tooltips": { - "vid_tooltip": "يرجى ملء هذا الحقل" - }, - "errors": { - "no_response_msg": "لا يوجد رد", - "no_devices_found_msg": "لم يتم العثور علي الجهاز. يرجى التحقق من الاتصال وإعادة المحاولة.", - "link_code_refresh_failed": "فشل في التحميل", - "link_code_status_failed": "فشل في التحميل", - "failed_to_link": "فشل الارتباط", - "qr_code_expired": "انتهت صلاحية رمز QRCode", - "authorization_failed": "فشل التفويض", - "device_disc_failed": "فشل اكتشاف الجهاز", - "device_not_found_msg": "لم يتم العثور علي الجهاز", - "biometric_capture_failed_msg": "فشل التقاط القياسات الحيوية:", - "authentication_failed_msg": "المصادقة فشلت", - "send_otp_failed_msg": "فشل إرسال OTP", - "parsing_error_msg": "غير قادر على تحليل", - "Network Error": "خطأ في الشبكة", - "invalid_request": "طلب غير صالح", - "invalid_client_id": "معرف العميل غير صالح", - "invalid_client_name": "اسم العميل غير صالح", - "invalid_uri": "URL غير صالح", - "invalid_rp_id": "معرّف جهة الاعتماد غير صالحة", - "invalid_response_type": "نوع الرد غير صالح / غير مدعوم", - "invalid_grant_type": "نوع المنحة غير صالح / غير مدعوم", - "invalid_scope": "نطاق غير صالح / غير مدعوم", - "invalid_redirect_uri": "عنوان URL لإعادة التوجيه غير صالح", - "invalid_display": "عرض غير صالح / غير مدعوم", - "invalid_prompt": "موجه واجهة مستخدم غير صالح / غير مدعوم", - "invalid_assertion_type": "نوع تأكيد العميل غير صالح / غير معتمد", - "invalid_client_auth": "أنواع مصادقة العميل غير صالحة / غير مدعومة", - "invalid_transaction": "معاملة أو معاملة غير صالحة منتهية الصلاحية", - "invalid_assertion": "تأكيد العميل غير صالح", - "invalid_acr": "مراجع فئة سياق المصادقة غير صالحة / غير مدعومة", - "invalid_token": "رمز الوصول غير صالح / منتهي الصلاحية", - "auth_failed": "المصادقة فشلت", - "auth_passed": "نجاح المصادقة", - "acr_amr_mapping_not_found": "لم يتم العثور على ملف تعيين ACR-AMR", - "no_acr_registered": "لم يتم تسجيل مراجع فئة سياق المصادقة (ACR)", - "invalid_algorithm": "خوارزمية تجزئة غير صالحة / غير مدعومة", - "unknown_error": "خطأ غير معروف", - "invalid_input": "مدخل غير صالح", - "duplicate_client_id": "معرّف عميل مكرر", - "invalid_claim": "مطالبات مستخدم غير صالحة / غير مدعومة", - "invalid_public_key": "مفتاح العميل العمومي غير صالح", - "send_otp_failed": "فشل send-otp. معرف فردي غير صالح / غير معروف.", - "missing_header": "العنوان غير موجود برمز الحامل المميز في الطلب: التفويض.", - "invalid_permitted_scope": "نطاق تفويض غير صالح مسموح به", - "invalid_identifier": "تم تقديم معرّف فردي غير صالح.", - "invalid_otp_channel": "تم توفير قناة OTP غير صالحة.", - "invalid_no_of_challenges": "اختبارات المصادقة الفارغة أو الفارغة غير مسموح بها.", - "invalid_transaction_id": "معاملة فارغة أو فارغة لم يُسمح بها.", - "invalid_auth_factor_type": "نوع عامل المصادقة الفارغ أو الفارغ غير مسموح به.", - "invalid_challenge": "مطلوب تحدي المصادقة.", - "invalid_status": "تم تقديم قيمة حالة غير مدعومة.", - "invalid_accepted_claim": "تم قبول مطالبات المستخدم غير الصالحة", - "invalid_auth_code": "تم تقديم رمز تفويض غير صالح.", - "auth_factor_mismatch": "لا تتطابق عوامل المصادقة المقدمة مع عوامل المصادقة التي تم حلها.", - "unsupported_id_format": "تنسيق المعرف غير مدعوم.", - "link_code_gen_failed": "فشل إنشاء رمز الارتباط. حاول مرة أخرى.", - "invalid_link_code": "كود الارتباط غير صالح.", - "transaction_not_found": "لم يتم العثور على الصفقة.", - "transaction_already_linked": "الصفقة مرتبطة بالفعل.", - "subscription_failed": "فشل الاشتراك في موضوع كفى.", - "response_timeout": "انتهت مهلة الرد المؤجل.", - "invalid_state": "وجدت المعاملة في حالة غير صالحة.", - "authorization_failed_msg": "فشل التفويض", - "consent_request_rejected": "تم رفض طلب الموافقة", - "0": "النجاح", - "100": "الجهاز غير مسجل", - "101": "غير قادر على الكشف عن كائن القياسات الحيوية", - "102": "خطأ فني أثناء الاستخراج.", - "103": "تم اكتشاف عبث بالجهاز", - "104": "تعذر الاتصال بخادم الإدارة", - "105": "خطأ اتجاه الصورة", - "106": "لم يتم العثور علي الجهاز", - "107": "انتهت صلاحية المفتاح العام للجهاز", - "108": "المفتاح العام للمجال مفقود", - "109": "العدد المطلوب من القياسات الحيوية (Finger / IRIS) غير مدعوم", - "IDA-MLC-002": "UIN غير صالح", - "IDA-MLC-003": "تم إلغاء تنشيط UIN", - "IDA-MLC-004": "VID غير صالح", - "IDA-MLC-005": "بطاقة التعريف غير صالحة", - "IDA-MLC-014": "قناة الإعلام غير مسجلة. يجب على الفرد التسجيل والمحاولة مرة أخرى", - "IDA-OTA-001": "تم تلقي العديد من طلبات مكتب المدعي العام", - "IDA-OTA-002": "تعذر إنشاء / إرسال OTP", - "IDA-OTA-003": "انتهت صلاحية كلمة المرور لمرة واحدة", - "IDA-OTA-004": "OTP غير صالح", - "IDA-OTA-005": "رقم معاملة الإدخال لا يتطابق مع معرف المعاملة لطلب OTP", - "IDA-MLC-006": "معلمة الإدخال مفقودة", - "IDA-MLC-007": "لا يمكن معالجة الطلب. حاول مرة اخرى", - "IDA-DEA-001": "البيانات الديموغرافية غير متطابقة", - "IDA-MLC-001": "يتم استلام الطلب في MOSIP في غضون ساعة / دقيقة", - "IDA-DEA-002": "رمز اللغة غير مدعوم", - "IDA-MLC-013": "سمات مفقودة", - "IDA-BIA-001": "البيانات البيومترية غير متطابقة", - "IDA-BIA-002": "تكرار الأصابع في الطلب", - "IDA-BIA-003": "يجب ألا يتجاوز عدد FMR 2.", - "IDA-BIA-004": "الجهاز غير مسجل في MOSIP", - "IDA-BIA-005": "مزود الجهاز غير مسجل في MOSIP", - "IDA-BIA-006": "البيانات البيومترية غير متوفرة.", - "IDA-BIA-007": "قزحية مكررة في الطلب", - "IDA-BIA-008": "يجب ألا يتجاوز عدد IIR 2.", - "IDA-DEA-003": "البيانات الديموغرافية غير متوفرة.", - "IDA-EKA-002": "قيمة غير صالحة في طلب تنسيق الطباعة", - "IDA-MPA-013": "الشريك غير مصرح به لـ eKYC", - "IDA-MPA-001": "فشل التحقق من التوقيع الرقمي.", - "IDA-MPA-002": "شهادة غير صالحة في التوقيع الرقمي.", - "IDA-MPA-003": "تعذر فك تشفير الطلب.", - "IDA-MLC-009": "معلمة إدخال غير صالحة", - "IDA-OTA-006": "UIN مغلق لتوليد OTP. الرجاء معاودة المحاولة في وقت لاحق", - "IDA-OTA-007": "تم قفل UIN للتحقق من صحة OTP نظرًا لتجاوز عدد محاولات OTP غير الصالحة", - "IDA-BIA-009": "يجب ألا يتجاوز عدد سجلات FID 1.", - "IDA-MLC-008": "لم يتم تحديد نوع المصادقة", - "IDA-MLC-010": "تم إلغاء تنشيط VID", - "IDA-MLC-011": "نوع المصادقة غير مدعوم", - "IDA-MPA-004": "انتهت صلاحية مفتاح MOSIP العمومي.", - "IDA-MPA-005": "استخدام طلب OTP غير مسموح به وفقًا للسياسة", - "IDA-MPA-006": "نوع المصادقة غير مسموح به حسب السياسة", - "IDA-MPA-007": "مفتاح الترخيص لا ينتمي إلى مجموعة خدمات MISP مسجلة", - "IDA-MPA-008": "انتهت صلاحية مفتاح ترخيص MISP", - "IDA-MPA-009": "الشريك غير مسجل", - "IDA-MPA-010": "لم يتم تعيين MISP والشريك", - "IDA-MPA-011": "تم تعليق مفتاح ترخيص MISP", - "IDA-MPA-012": "تم إلغاء تنشيط الشريك", - "IDA-MLC-012": "موافقة الفرد غير متوفرة", - "IDA-MPA-014": "لم يتم تعيين الشريك مع أي سياسة", - "IDA-MPA-015": "لم يتم تنفيذ المصادقة الإلزامية وفقًا للسياسة", - "IDA-MPA-016": "فشل التحقق من صحة HMAC", - "IDA-OTA-008": "لم يتم توفير قناة إعلام OTP.", - "IDA-BIA-010": "يحتوي سجل FMR الفردي على أكثر من إصبع واحد.", - "IDA-BIA-011": "بيانات القياسات الحيوية غير صالحة", - "IDA-MPA-017": "مفتاح ترخيص MISP محظور", - "IDA-MLC-015": "نوع الهوية غير مدعوم", - "IDA-OTA-009": "لم يتم تكوين قناة الإعلام", - "IDA-MLC-016": "معلمات معرف المعاملة في الطلب غير متطابقة", - "IDA-BIA-013": "يجب ألا يتجاوز عدد FMR 10.", - "IDA-EKA-001": "تعذر تشفير استجابة eKYC", - "IDA-OTA-010": "نوع معرف الإدخال لا يتطابق مع نوع الهوية لطلب OTP", - "IDA-MLC-017": "هوية مستخدم غير صالحه", - "IDA-MLC-018": "بيانات المستخدم غير متوفرة", - "IDA-MLC-019": "طريقة المصادقة مقفلة", - "IDA-MLC-020": "تعذر تشفير البيانات", - "IDA-BIA-014": "فشل التحقق من صحة التجزئة", - "IDA-DPM-001": "الجهاز غير مسجل في MOSIP", - "IDA-DPM-002": "الجهاز غير مسجل في MOSIP", - "IDA-DPM-003": "لم يتم تسجيل موفر الجهاز في MOSIP", - "IDA-MPA-018": "معرف السياسة لا ينتمي إلى الشريك المسجل", - "IDA-BIA-016": "تعذر إجراء فحص الجودة بسبب مشكلة فنية", - "IDA-BIA-017": "غير قادر على أداء المطابقة البيومترية بسبب مشكلة فنية", - "IDA-BIA-018": "غير قادر على معالجة الطلب بسبب مشكلة فنية", - "IDA-BIA-015": "فشل التحقق من صحة التوقيع", - "IDA-MLC-021": "فشل إحضار المفتاح من HSM", - "IDA-MLC-022": "تم إلغاء تنشيط / حظر UIN", - "IDA-MLC-023": "VID منتهي الصلاحية / غير مفعّل", - "IDA-DPM-004": "نوع الجهاز ونوع المقاييس الحيوية غير متطابقين", - "IDA-MLC-024": "مجال الطلب لا يتوافق مع مجال القياسات الحيوية", - "IDA-MLC-025": "شهادة الشريك غير متوفرة", - "IDA-OTA-011": "إدخال معرّف الشريك لا يتطابق مع معرّف الشريك لطلب OTP", - "IDA-MPA-019": "سياسة الشريك غير نشطة", - "IDA-IDV-001": "فشل التحقق من صحة بيانات الإدخال", - "IDA-RST-001": "يجب ألا يكون عنوان URI فارغًا", - "IDA-RST-002": "httpMethod فارغ أو غير صالح", - "IDA-RST-003": "نوع الإرجاع فارغ", - "IDA-RST-004": "اسم خدمة الراحة فارغ أو غير صالح", - "IDA-RST-005": "المهلة غير صالحة", - "IDA-RST-006": "4XX - حدث خطأ في العميل", - "IDA-RST-007": "5XX - حدث خطأ في الخادم", - "IDA-RST-008": "انتهت مدة الاتصال" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/ara.json b/artifacts/src/i18n/idp-i18n-bundle/ara.json deleted file mode 100644 index 799edb7e..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/ara.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "فشل التفويض", - "consent_request_rejected": "تم رفض طلب الموافقة", - "consent_request_msg": "يطلب {{clientName}} الوصول إلى ما يلي:", - "authorize_scope": "تفويض النطاقات", - "essential_claims": "الادعاءات الأساسية", - "voluntary_claims": "المطالبات الطوعية", - "cancel": "يلغي", - "allow": "السماح", - "resident-service": "خدمة المقيمين", - "name": "اسم", - "given_name": "اسم", - "middle_name": "الاسم الوسطى", - "preferred_username": "اسم المستخدم المفضل", - "picture": "صورة", - "gender": "جنس", - "birthdate": "تاريخ الميلاد", - "locale": "لغة", - "nickname": "كنية", - "family_name": "اسم العائلة", - "zoneinfo": "معلومات المنطقة", - "updated_at": "تم التحديث في", - "address": "تبوك", - "email": "عنوان البريد الالكترونى", - "email_verified": "عنوان البريد الالكترونى", - "phone": "هاتف", - "phone_number": "رقم الهاتف", - "phone_number_verified": "رقم الهاتف", - "required": "مطلوب", - "profile": "الملف الشخصي" - }, - "l1Biometrics": { - "scan_and_verify": "المسح والتحقق", - "sign_in_with_biometric": "تسجيل الدخول باستخدام البيومترية", - "retry": "أعد المحاولة", - "vid_label_text": "أدخل VID الخاص بك", - "vid_placeholder": "VID", - "Face": "وجه", - "Finger": "اصبع اليد", - "Iris": "قزحية", - "select_a_device": "اختر جهازا" - }, - "pin": { - "sign_in_with_pin": "تسجيل الدخول باستخدام PIN", - "remember_me": "تذكرنى", - "login": "تسجيل الدخول", - "uin_label_text": "UIN", - "pin_label_text": "PIN", - "uin_placeholder": "UIN أو VID", - "pin_placeholder": "أدخل رقم التعريف الشخصي" - }, - "IDPQRCode": { - "sign_in_with_inji": "تسجيل الدخول باستخدام Inji", - "scan_with_inji": "امسح باستخدام تطبيق Inji لتسجيل الدخول", - "inji_app": "تطبيق إنجي", - "dont_have_inji": "ليس لديك إنجي؟", - "download_now": "التحميل الان", - "link_code_status": "حالة رمز الارتباط", - "failed": "باءت بالفشل", - "refresh": "قم بتحديث رمز الاستجابة السريعة" - }, - "otp": { - "sign_in_with_otp": "تسجيل الدخول باستخدام OTP", - "resend_otp": "إعادة إرسال OTP", - "not_a_robot": "أنا لست روبوتًا", - "get_otp": "احصل على OTP", - "verify": "يؤكد", - "vid_label_text": "أدخل VID الخاص بك", - "otp_label_text": "OTP", - "vid_placeholder": "VID", - "otp_placeholder": "1234", - "mobile_number": "رقم الهاتف المحمول", - "email_address": "عنوان البريد الالكترونى", - "otp_sent_msg": "تم إرسال OTP إلى حسابك المسجل في {{otpChannels}}", - "resend_otp_counter": "إعادة إرسال OTP في {{min}}:{{sec}}", - "mobile_placeholder": "رقم الجوال: {{mobileNumber}}", - "email_placeholder": "عنوان البريد الإلكتروني: {{emailAddress}}", - "mobile_email_placeholder": "رقم الجوال: {{mobileNumber}} وعنوان البريد الإلكتروني: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "اختر كيف تريد تسجيل الدخول:", - "login_with": "تسجيل الدخول باستخدام {{option}}", - "PIN": "دبوس", - "Inji": "Inji", - "Biometrics": "القياسات الحيوية", - "BIO": "القياسات الحيوية", - "QRCode": "رمز الاستجابة السريعة", - "WALLET": "إنجي", - "OTP": "OTP" - }, - "idpDetails": { - "idp_details_heading": "تفاصيل IDP", - "internal_api": "واجهة برمجة التطبيقات الداخلية", - "wellknown_api": ".wellknown API" - }, - "header": { - "login_heading": "تسجيل الدخول باستخدام MOSIP", - "login_paragraph": "لم تسجل في MOSIP حتى الآن؟", - "login_linkName": "التسجيل المسبق", - "more_ways_to_sign_in": "المزيد من الطرق لتسجيل الدخول", - "invalid_auth_factor": "عوامل المصادقة غير صالحة. حاول مرة اخرى...", - "here_tab_name": "تسجيل الدخول هنا", - "inji_tab_name": "تسجيل الدخول باستخدام Inji", - "dont_have_inji": "ليس لديك إنجي؟", - "download_now": "التحميل الان" - }, - "tabs": { - "pin_tab_name": "قم بتسجيل الدخول باستخدام PIN", - "inji_tab_name": "تسجيل الدخول باستخدام Inji", - "biometric_tab_name": "تسجيل الدخول باستخدام القياسات الحيوية" - }, - "loadingMsgs": { - "redirecting_msg": "إعادة توجيه. أرجو الإنتظار...", - "link_auth_waiting": "يرجى المصادقة عبر INJI. لا تحديث هذه الصفحة", - "authenticating_msg": "المصادقة. أرجو الإنتظار...", - "scanning_devices_msg": "أجهزة المسح. أرجو الإنتظار...", - "capture_initiated_msg": "تم بدء الالتقاط {{modality}} في {{deviceModel}}", - "sending_otp_msg": "إرسال OTP. أرجو الإنتظار...", - "loading_msg": "جار التحميل. أرجو الإنتظار..." - }, - "tooltips": { - "vid_tooltip": "يرجى ملء هذا الحقل" - }, - "errors": { - "no_response_msg": "لا يوجد رد", - "no_devices_found_msg": "لم يتم العثور علي الجهاز. يرجى التحقق من الاتصال وإعادة المحاولة.", - "link_code_refresh_failed": "فشل في التحميل", - "link_code_status_failed": "فشل في التحميل", - "failed_to_link": "فشل الارتباط", - "qr_code_expired": "انتهت صلاحية رمز QRCode", - "authorization_failed": "فشل التفويض", - "device_disc_failed": "فشل اكتشاف الجهاز", - "device_not_found_msg": "لم يتم العثور علي الجهاز", - "biometric_capture_failed_msg": "فشل التقاط القياسات الحيوية:", - "authentication_failed_msg": "المصادقة فشلت", - "send_otp_failed_msg": "فشل إرسال OTP", - "parsing_error_msg": "غير قادر على تحليل", - "Network Error": "خطأ في الشبكة", - "invalid_request": "طلب غير صالح", - "invalid_client_id": "معرف العميل غير صالح", - "invalid_client_name": "اسم العميل غير صالح", - "invalid_uri": "URL غير صالح", - "invalid_rp_id": "معرّف جهة الاعتماد غير صالحة", - "invalid_response_type": "نوع الرد غير صالح / غير مدعوم", - "invalid_grant_type": "نوع المنحة غير صالح / غير مدعوم", - "invalid_scope": "نطاق غير صالح / غير مدعوم", - "invalid_redirect_uri": "عنوان URL لإعادة التوجيه غير صالح", - "invalid_display": "عرض غير صالح / غير مدعوم", - "invalid_prompt": "موجه واجهة مستخدم غير صالح / غير مدعوم", - "invalid_assertion_type": "نوع تأكيد العميل غير صالح / غير معتمد", - "invalid_client_auth": "أنواع مصادقة العميل غير صالحة / غير مدعومة", - "invalid_transaction": "معاملة أو معاملة غير صالحة منتهية الصلاحية", - "invalid_assertion": "تأكيد العميل غير صالح", - "invalid_acr": "مراجع فئة سياق المصادقة غير صالحة / غير مدعومة", - "invalid_token": "رمز الوصول غير صالح / منتهي الصلاحية", - "auth_failed": "المصادقة فشلت", - "auth_passed": "نجاح المصادقة", - "acr_amr_mapping_not_found": "لم يتم العثور على ملف تعيين ACR-AMR", - "no_acr_registered": "لم يتم تسجيل مراجع فئة سياق المصادقة (ACR)", - "invalid_algorithm": "خوارزمية تجزئة غير صالحة / غير مدعومة", - "unknown_error": "خطأ غير معروف", - "invalid_input": "مدخل غير صالح", - "duplicate_client_id": "معرّف عميل مكرر", - "invalid_claim": "مطالبات مستخدم غير صالحة / غير مدعومة", - "invalid_public_key": "مفتاح العميل العمومي غير صالح", - "send_otp_failed": "فشل send-otp. معرف فردي غير صالح / غير معروف.", - "missing_header": "العنوان غير موجود برمز الحامل المميز في الطلب: التفويض.", - "invalid_permitted_scope": "نطاق تفويض غير صالح مسموح به", - "invalid_identifier": "تم تقديم معرّف فردي غير صالح.", - "invalid_otp_channel": "تم توفير قناة OTP غير صالحة.", - "invalid_no_of_challenges": "اختبارات المصادقة الفارغة أو الفارغة غير مسموح بها.", - "invalid_transaction_id": "معاملة فارغة أو فارغة لم يُسمح بها.", - "invalid_auth_factor_type": "نوع عامل المصادقة الفارغ أو الفارغ غير مسموح به.", - "invalid_challenge": "مطلوب تحدي المصادقة.", - "invalid_status": "تم تقديم قيمة حالة غير مدعومة.", - "invalid_accepted_claim": "تم قبول مطالبات المستخدم غير الصالحة", - "invalid_auth_code": "تم تقديم رمز تفويض غير صالح.", - "auth_factor_mismatch": "لا تتطابق عوامل المصادقة المقدمة مع عوامل المصادقة التي تم حلها.", - "unsupported_id_format": "تنسيق المعرف غير مدعوم.", - "link_code_gen_failed": "فشل إنشاء رمز الارتباط. حاول مرة أخرى.", - "invalid_link_code": "كود الارتباط غير صالح.", - "transaction_not_found": "لم يتم العثور على الصفقة.", - "transaction_already_linked": "الصفقة مرتبطة بالفعل.", - "subscription_failed": "فشل الاشتراك في موضوع كفى.", - "response_timeout": "انتهت مهلة الرد المؤجل.", - "invalid_state": "وجدت المعاملة في حالة غير صالحة.", - "authorization_failed_msg": "فشل التفويض", - "consent_request_rejected": "تم رفض طلب الموافقة", - "0": "النجاح", - "100": "الجهاز غير مسجل", - "101": "غير قادر على الكشف عن كائن القياسات الحيوية", - "102": "خطأ فني أثناء الاستخراج.", - "103": "تم اكتشاف عبث بالجهاز", - "104": "تعذر الاتصال بخادم الإدارة", - "105": "خطأ اتجاه الصورة", - "106": "لم يتم العثور علي الجهاز", - "107": "انتهت صلاحية المفتاح العام للجهاز", - "108": "المفتاح العام للمجال مفقود", - "109": "العدد المطلوب من القياسات الحيوية (Finger / IRIS) غير مدعوم", - "IDA-MLC-002": "UIN غير صالح", - "IDA-MLC-003": "تم إلغاء تنشيط UIN", - "IDA-MLC-004": "VID غير صالح", - "IDA-MLC-005": "بطاقة التعريف غير صالحة", - "IDA-MLC-014": "قناة الإعلام غير مسجلة. يجب على الفرد التسجيل والمحاولة مرة أخرى", - "IDA-OTA-001": "تم تلقي العديد من طلبات مكتب المدعي العام", - "IDA-OTA-002": "تعذر إنشاء / إرسال OTP", - "IDA-OTA-003": "انتهت صلاحية كلمة المرور لمرة واحدة", - "IDA-OTA-004": "OTP غير صالح", - "IDA-OTA-005": "رقم معاملة الإدخال لا يتطابق مع معرف المعاملة لطلب OTP", - "IDA-MLC-006": "معلمة الإدخال مفقودة", - "IDA-MLC-007": "لا يمكن معالجة الطلب. حاول مرة اخرى", - "IDA-DEA-001": "البيانات الديموغرافية غير متطابقة", - "IDA-MLC-001": "يتم استلام الطلب في MOSIP في غضون ساعة / دقيقة", - "IDA-DEA-002": "رمز اللغة غير مدعوم", - "IDA-MLC-013": "سمات مفقودة", - "IDA-BIA-001": "البيانات البيومترية غير متطابقة", - "IDA-BIA-002": "تكرار الأصابع في الطلب", - "IDA-BIA-003": "يجب ألا يتجاوز عدد FMR 2.", - "IDA-BIA-004": "الجهاز غير مسجل في MOSIP", - "IDA-BIA-005": "مزود الجهاز غير مسجل في MOSIP", - "IDA-BIA-006": "البيانات البيومترية غير متوفرة.", - "IDA-BIA-007": "قزحية مكررة في الطلب", - "IDA-BIA-008": "يجب ألا يتجاوز عدد IIR 2.", - "IDA-DEA-003": "البيانات الديموغرافية غير متوفرة.", - "IDA-EKA-002": "قيمة غير صالحة في طلب تنسيق الطباعة", - "IDA-MPA-013": "الشريك غير مصرح به لـ eKYC", - "IDA-MPA-001": "فشل التحقق من التوقيع الرقمي.", - "IDA-MPA-002": "شهادة غير صالحة في التوقيع الرقمي.", - "IDA-MPA-003": "تعذر فك تشفير الطلب.", - "IDA-MLC-009": "معلمة إدخال غير صالحة", - "IDA-OTA-006": "UIN مغلق لتوليد OTP. الرجاء معاودة المحاولة في وقت لاحق", - "IDA-OTA-007": "تم قفل UIN للتحقق من صحة OTP نظرًا لتجاوز عدد محاولات OTP غير الصالحة", - "IDA-BIA-009": "يجب ألا يتجاوز عدد سجلات FID 1.", - "IDA-MLC-008": "لم يتم تحديد نوع المصادقة", - "IDA-MLC-010": "تم إلغاء تنشيط VID", - "IDA-MLC-011": "نوع المصادقة غير مدعوم", - "IDA-MPA-004": "انتهت صلاحية مفتاح MOSIP العمومي.", - "IDA-MPA-005": "استخدام طلب OTP غير مسموح به وفقًا للسياسة", - "IDA-MPA-006": "نوع المصادقة غير مسموح به حسب السياسة", - "IDA-MPA-007": "مفتاح الترخيص لا ينتمي إلى مجموعة خدمات MISP مسجلة", - "IDA-MPA-008": "انتهت صلاحية مفتاح ترخيص MISP", - "IDA-MPA-009": "الشريك غير مسجل", - "IDA-MPA-010": "لم يتم تعيين MISP والشريك", - "IDA-MPA-011": "تم تعليق مفتاح ترخيص MISP", - "IDA-MPA-012": "تم إلغاء تنشيط الشريك", - "IDA-MLC-012": "موافقة الفرد غير متوفرة", - "IDA-MPA-014": "لم يتم تعيين الشريك مع أي سياسة", - "IDA-MPA-015": "لم يتم تنفيذ المصادقة الإلزامية وفقًا للسياسة", - "IDA-MPA-016": "فشل التحقق من صحة HMAC", - "IDA-OTA-008": "لم يتم توفير قناة إعلام OTP.", - "IDA-BIA-010": "يحتوي سجل FMR الفردي على أكثر من إصبع واحد.", - "IDA-BIA-011": "بيانات القياسات الحيوية غير صالحة", - "IDA-MPA-017": "مفتاح ترخيص MISP محظور", - "IDA-MLC-015": "نوع الهوية غير مدعوم", - "IDA-OTA-009": "لم يتم تكوين قناة الإعلام", - "IDA-MLC-016": "معلمات معرف المعاملة في الطلب غير متطابقة", - "IDA-BIA-013": "يجب ألا يتجاوز عدد FMR 10.", - "IDA-EKA-001": "تعذر تشفير استجابة eKYC", - "IDA-OTA-010": "نوع معرف الإدخال لا يتطابق مع نوع الهوية لطلب OTP", - "IDA-MLC-017": "هوية مستخدم غير صالحه", - "IDA-MLC-018": "بيانات المستخدم غير متوفرة", - "IDA-MLC-019": "طريقة المصادقة مقفلة", - "IDA-MLC-020": "تعذر تشفير البيانات", - "IDA-BIA-014": "فشل التحقق من صحة التجزئة", - "IDA-DPM-001": "الجهاز غير مسجل في MOSIP", - "IDA-DPM-002": "الجهاز غير مسجل في MOSIP", - "IDA-DPM-003": "لم يتم تسجيل موفر الجهاز في MOSIP", - "IDA-MPA-018": "معرف السياسة لا ينتمي إلى الشريك المسجل", - "IDA-BIA-016": "تعذر إجراء فحص الجودة بسبب مشكلة فنية", - "IDA-BIA-017": "غير قادر على أداء المطابقة البيومترية بسبب مشكلة فنية", - "IDA-BIA-018": "غير قادر على معالجة الطلب بسبب مشكلة فنية", - "IDA-BIA-015": "فشل التحقق من صحة التوقيع", - "IDA-MLC-021": "فشل إحضار المفتاح من HSM", - "IDA-MLC-022": "تم إلغاء تنشيط / حظر UIN", - "IDA-MLC-023": "VID منتهي الصلاحية / غير مفعّل", - "IDA-DPM-004": "نوع الجهاز ونوع المقاييس الحيوية غير متطابقين", - "IDA-MLC-024": "مجال الطلب لا يتوافق مع مجال القياسات الحيوية", - "IDA-MLC-025": "شهادة الشريك غير متوفرة", - "IDA-OTA-011": "إدخال معرّف الشريك لا يتطابق مع معرّف الشريك لطلب OTP", - "IDA-MPA-019": "سياسة الشريك غير نشطة", - "IDA-IDV-001": "فشل التحقق من صحة بيانات الإدخال", - "IDA-RST-001": "يجب ألا يكون عنوان URI فارغًا", - "IDA-RST-002": "httpMethod فارغ أو غير صالح", - "IDA-RST-003": "نوع الإرجاع فارغ", - "IDA-RST-004": "اسم خدمة الراحة فارغ أو غير صالح", - "IDA-RST-005": "المهلة غير صالحة", - "IDA-RST-006": "4XX - حدث خطأ في العميل", - "IDA-RST-007": "5XX - حدث خطأ في الخادم", - "IDA-RST-008": "انتهت مدة الاتصال" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/default.json b/artifacts/src/i18n/idp-i18n-bundle/default.json deleted file mode 100644 index 2188a55e..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/default.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "languages": { - "eng": "English", - "hin": "हिंदी", - "ara": "عربى", - "kan": "ಕನ್ನಡ", - "tam": "தமிழ்", - "en": "English", - "hi": "हिंदी", - "ar": "عربى", - "kn": "ಕನ್ನಡ", - "ta": "தமிழ்" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/en.json b/artifacts/src/i18n/idp-i18n-bundle/en.json deleted file mode 100644 index 1d83cfb3..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/en.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "Authorization Failed", - "consent_request_rejected": "Consent Request Rejected", - "consent_request_msg": "{{clientName}} is requesting access to the following: ", - "authorize_scope": "Authorize Scopes", - "essential_claims": "Essential Claims", - "voluntary_claims": "Voluntary Claims", - "cancel": "Cancel", - "allow": "Allow", - "resident-service": "Resident Service", - "name": "Name", - "given_name": "Name", - "middle_name": "Middle Name", - "preferred_username": "Preferred User Name", - "picture": "Picture", - "gender": "Gender", - "birthdate": "Birthdate", - "locale": "Locale", - "nickname": "Nickname", - "family_name": "Family Name", - "zoneinfo": "Zone Info", - "updated_at": "Updated at", - "address": "Address", - "email": "Email Address", - "email_verified": "Email Address", - "phone": "Phone", - "phone_number": "Phone Number", - "phone_number_verified": "Phone Number", - "required": "Required", - "profile": "Profile" - }, - "l1Biometrics": { - "scan_and_verify": "Scan and Verify", - "sign_in_with_biometric": "Login with Biometric", - "retry": "Retry", - "vid_label_text": "Enter Your VID", - "vid_placeholder": "VID", - "Face": "Face", - "Finger": "Finger", - "Iris": "Iris", - "select_a_device": "Select a Device" - }, - "pin": { - "sign_in_with_pin": "Login with PIN", - "remember_me": "Remember Me", - "login": "Login", - "uin_label_text": "UIN", - "pin_label_text": "PIN", - "uin_placeholder": "UIN or VID", - "pin_placeholder": "Enter PIN" - }, - "IDPQRCode": { - "sign_in_with_inji": "Login with Inji", - "scan_with_inji": "Scan with Inji App to Log In", - "inji_app": "Inji App", - "dont_have_inji": "Don't Have Inji?", - "download_now": "Download Now", - "link_code_status": "Link Code Status", - "failed": "Failed", - "refresh": "Refresh QR Code" - }, - "otp": { - "sign_in_with_otp": "Login with OTP", - "resend_otp": "Resend OTP", - "not_a_robot": "I'm Not a Robot", - "get_otp": "Get OTP", - "verify": "Verify", - "vid_label_text": "Enter Your VID", - "otp_label_text": "OTP", - "vid_placeholder": "VID", - "otp_placeholder": "1234", - "mobile_number": "Mobile Number", - "email_address": "Email Address", - "otp_sent_msg": "OTP has been sent to your registered {{otpChannels}}", - "resend_otp_counter": "Resend OTP in {{min}}:{{sec}}", - "mobile_placeholder": "Mobile Number: {{mobileNumber}}", - "email_placeholder": "Email Address: {{emailAddress}}", - "mobile_email_placeholder": "Mobile Number: {{mobileNumber}} and Email Address: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "Choose How You Want to Login:", - "login_with": "Login with {{option}}", - "PIN": "PIN", - "Inji": "Inji", - "Biometrics": "Biometrics", - "BIO": "Biometrics", - "QRCode": "QR Code", - "WALLET": "Inji", - "OTP": "OTP" - }, - "idpDetails": { - "idp_details_heading": "IDP Details", - "internal_api": "Internal API", - "wellknown_api": ".wellknown API" - }, - "header": { - "login_heading": "Login with MOSIP", - "login_paragraph": "Have not registered for MOSIP yet?", - "login_linkName": "Preregister", - "more_ways_to_sign_in": "More Ways to Login", - "invalid_auth_factor": "Invalid Auth Factors. Please Try Again...", - "here_tab_name": "Log In Here", - "inji_tab_name": "Log In with Inji", - "dont_have_inji": "Don't Have Inji?", - "download_now": "Download Now" - }, - "tabs": { - "pin_tab_name": "Login with PIN", - "inji_tab_name": "Login with Inji", - "biometric_tab_name": "Login with Biometrics" - }, - "loadingMsgs": { - "redirecting_msg": "Redirecting. Please Wait...", - "link_auth_waiting": "Please Authenticate via Inji. Don't Refresh This Page.", - "authenticating_msg": "Authenticating. Please Wait...", - "scanning_devices_msg": "Scanning Devices. Please Wait...", - "capture_initiated_msg": "{{modality}} capture initiated on {{deviceModel}}", - "sending_otp_msg": "Sending OTP. Please Wait...", - "loading_msg": "Loading. Please Wait..." - }, - "tooltips": { - "vid_tooltip": "Please fill in this field" - }, - "errors": { - "no_response_msg": "No Response", - "no_devices_found_msg": "Device Not Found. Please Check the Connectivity and Retry.", - "link_code_refresh_failed": "Failed to Load", - "link_code_status_failed": "Failed to Load", - "failed_to_link": "Failed to Link", - "qr_code_expired": "QR Code Expired", - "authorization_failed": "Failed to authorize", - "device_disc_failed": "Device discovery failed", - "device_not_found_msg": "Device Not Found", - "biometric_capture_failed_msg": "Biometric Capture Failed", - "authentication_failed_msg": "Authentication Failed", - "send_otp_failed_msg": "Failed to Send OTP", - "parsing_error_msg": "Unable to Parse", - "Network Error": "Network Error", - "invalid_request": "Invalid Request", - "invalid_client_id": "Invalid Client Identifier", - "invalid_client_name": "Invalid Client Name", - "invalid_uri": "Invalid URL", - "invalid_rp_id": "Invalid Relying Party Identifier", - "invalid_response_type": "Invalid/Unsupported Response Type", - "invalid_grant_type": "Invalid/Unsupported Grant Type", - "invalid_scope": "Invalid/Unsupported Scope", - "invalid_redirect_uri": "Invalid Redirect URL", - "invalid_display": "Invalid/Unsupported Display", - "invalid_prompt": "Invalid/Unsupported UI Prompt", - "invalid_assertion_type": "Invalid/Unsupported Client Assertion Type", - "invalid_client_auth": "Invalid/Unsupported Client Authentication Types", - "invalid_transaction": "Invalid Transaction or Transaction Expired", - "invalid_assertion": "Invalid Client Assertion", - "invalid_acr": "Invalid/Unsupported Authentication Context Class Refs", - "invalid_token": "Invalid/Expired Access token", - "auth_failed": "Authentication Failed", - "auth_passed": "Authentication Success", - "acr_amr_mapping_not_found": "ACR-AMR Mapping File Not Found", - "no_acr_registered": "No Authentication Context Class References(ACR) Registered", - "invalid_algorithm": "Invalid/Unsupported Hashing Algorithm", - "unknown_error": "Unknown Error", - "invalid_input": "Invalid Input", - "duplicate_client_id": "Duplicate Client Identifier", - "invalid_claim": "Invalid/Unsupported User Claims", - "invalid_public_key": "Invalid Client Public Key", - "send_otp_failed": "Send OTP Failed. Invalid/Unknown IndividualId.", - "missing_header": "Missing Header with Bearer Token in the Request : Authorization.", - "invalid_permitted_scope": "Invalid Authorize Scope Permitted.", - "invalid_identifier": "Invalid Individual Identifier Provided.", - "invalid_otp_channel": "Invalid OTP Channel Provided.", - "invalid_no_of_challenges": "Null or Empty Authentication Challenges Not Allowed.", - "invalid_transaction_id": "Null or Empty TransactionId Not Allowed.", - "invalid_auth_factor_type": "Null or Empty Authentication Factor Type Not Allowed.", - "invalid_challenge": "Authentication Challenge is Required.", - "invalid_status": "Unsupported Status Value Provided.", - "invalid_accepted_claim": "Invalid User Claims Accepted.", - "invalid_auth_code": "Invalid Authorization Code Provided.", - "auth_factor_mismatch": "Provided Authentication Factors Don't Match Resolved Authentication Factors.", - "unsupported_id_format": "Unsupported ID Format.", - "link_code_gen_failed": "Generating Link Code Failed. Try Again.", - "invalid_link_code": "Invalid Link Code.", - "transaction_not_found": "Transaction Not Found.", - "transaction_already_linked": "Transaction Already Linked.", - "subscription_failed": "Subscribing to Kafka Topic Failed.", - "response_timeout": "Deferred Response Timedout.", - "invalid_state": "Transaction Found in Invalid State.", - "authorization_failed_msg": "Authorization Failed", - "consent_request_rejected": "Consent Request Rejected", - "0": "Success", - "100": "Device Not Registered", - "101": "Unable to Detect a Biometrics", - "102": "Technical Error During Extraction", - "103": "Device Tamper Detected", - "104": "Unable to Connect to the Management Server", - "105": "Image Orientation Error", - "106": "Device Not Found", - "107": "Device Public Key Expired", - "108": "Domain Public Key Missing", - "109": "Requested Number of Biometric (Finger/Iris) Not Supported", - "IDA-MLC-002": "Invalid UIN", - "IDA-MLC-003": "UIN has been deactivated", - "IDA-MLC-004": "Invalid VID", - "IDA-MLC-005": "Invalid ID", - "IDA-MLC-014": "Notification Channel not registered. Individual has to register and try again", - "IDA-OTA-001": "Innumerous OTP requests received", - "IDA-OTA-002": "Could not generate/send OTP", - "IDA-OTA-003": "OTP has expired", - "IDA-OTA-004": "OTP is invalid", - "IDA-OTA-005": "Input transactionID does not match transactionID of OTP Request", - "IDA-MLC-006": "Missing Input parameter", - "IDA-MLC-007": "Request could not be processed. Please try again", - "IDA-DEA-001": "Demographic data did not match", - "IDA-MLC-001": "Request to be received at MOSIP within hrs/min", - "IDA-DEA-002": "Unsupported Language Code", - "IDA-MLC-013": "Missing attributes", - "IDA-BIA-001": "Biometric data did not match", - "IDA-BIA-002": "Duplicate fingers in request", - "IDA-BIA-003": "Number of FMR should not exceed 2.", - "IDA-BIA-004": "Device not registered with MOSIP", - "IDA-BIA-005": "Device provider not registered with MOSIP", - "IDA-BIA-006": "Biometric data not available.", - "IDA-BIA-007": "Duplicate Irises in request", - "IDA-BIA-008": "Number of IIR should not exceed 2.", - "IDA-DEA-003": "Demographic data not available.", - "IDA-EKA-002": "Invalid value in print format request", - "IDA-MPA-013": "Partner is unauthorised for eKYC", - "IDA-MPA-001": "Digital signature verification failed.", - "IDA-MPA-002": "Invalid certificate in digital signature.", - "IDA-MPA-003": "Unable to decrypt Request.", - "IDA-MLC-009": "Invalid Input parameter", - "IDA-OTA-006": "UIN is locked for OTP generation. Please try again later", - "IDA-OTA-007": "UIN is locked for OTP validation due to exceeding no of invalid OTP trials", - "IDA-BIA-009": "Number of FID records should not exceed 1.", - "IDA-MLC-008": "No authentication type selected", - "IDA-MLC-010": "VID has been deactivated", - "IDA-MLC-011": "Unsupported Authentication Type", - "IDA-MPA-004": "MOSIP Public key expired.", - "IDA-MPA-005": "OTP Request Usage not allowed as per policy", - "IDA-MPA-006": "Authentication type not allowed as per policy", - "IDA-MPA-007": "License key does not belong to a registered MISP", - "IDA-MPA-008": "License key of MISP has expired", - "IDA-MPA-009": "Partner is not registered", - "IDA-MPA-010": "MISP and Partner not mapped", - "IDA-MPA-011": "License key of MISP is suspended", - "IDA-MPA-012": "Partner is deactivated", - "IDA-MLC-012": "Individual's Consent is not available", - "IDA-MPA-014": "Partner is not assigned with any policy", - "IDA-MPA-015": "Mandatory Authentiation as per policy not performed", - "IDA-MPA-016": "HMAC Validation failed", - "IDA-OTA-008": "OTP Notification Channel not provided.", - "IDA-BIA-010": "Single FMR record contains more than one finger.", - "IDA-BIA-011": "Invalid biometric data", - "IDA-MPA-017": "License key of MISP is blocked", - "IDA-MLC-015": "Identity Type not supported", - "IDA-OTA-009": "Notification Channel not configured", - "IDA-MLC-016": "Transaction ID parameters in the request does not match", - "IDA-BIA-013": "Number of FMR should not exceed 10.", - "IDA-EKA-001": "Unable to encrypt eKYC response", - "IDA-OTA-010": "Input Identity Type does not match Identity Type of OTP Request", - "IDA-MLC-017": "Invalid UserID", - "IDA-MLC-018": "User data not available", - "IDA-MLC-019": "Authentication modality is Locked", - "IDA-MLC-020": "Unable to encrypt data", - "IDA-BIA-014": "Hash Validation Failed", - "IDA-DPM-001": "Device is not registered with MOSIP", - "IDA-DPM-002": "MDS is not registered with MOSIP", - "IDA-DPM-003": "Device Provider is not registered with MOSIP", - "IDA-MPA-018": "Policy ID does not belong to a registered Partner", - "IDA-BIA-016": "Unable to Perform Quality Check due to a Technical Issue", - "IDA-BIA-017": "Unable to Perform Biometric Match due to a Technical Issue", - "IDA-BIA-018": "Unable to Process the Request due to a Technical Issue", - "IDA-BIA-015": "Signature Validation Failed", - "IDA-MLC-021": "Failed to fetch key from HSM", - "IDA-MLC-022": "UIN is deactivated/blocked", - "IDA-MLC-023": "VID is expired/deactivated", - "IDA-DPM-004": "Device Type and Biometric Type do not match", - "IDA-MLC-024": "Domain of request is not matching with Domain of biometrics", - "IDA-MLC-025": "Partner Certificate is not available", - "IDA-OTA-011": "Input Partner-ID does not match Partner-ID of OTP Request", - "IDA-MPA-019": "Partner policy is not active", - "IDA-IDV-001": "Input Data Validation Failed", - "IDA-RST-001": "URI should not be empty", - "IDA-RST-002": "httpMethod is empty or invalid", - "IDA-RST-003": "returnType is empty", - "IDA-RST-004": "Rest service name is empty or invalid", - "IDA-RST-005": "Timeout is invalid", - "IDA-RST-006": "4XX - Client Error occurred", - "IDA-RST-007": "5XX - Server Error occurred", - "IDA-RST-008": "Connection timed out" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/eng.json b/artifacts/src/i18n/idp-i18n-bundle/eng.json deleted file mode 100644 index 1d83cfb3..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/eng.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "Authorization Failed", - "consent_request_rejected": "Consent Request Rejected", - "consent_request_msg": "{{clientName}} is requesting access to the following: ", - "authorize_scope": "Authorize Scopes", - "essential_claims": "Essential Claims", - "voluntary_claims": "Voluntary Claims", - "cancel": "Cancel", - "allow": "Allow", - "resident-service": "Resident Service", - "name": "Name", - "given_name": "Name", - "middle_name": "Middle Name", - "preferred_username": "Preferred User Name", - "picture": "Picture", - "gender": "Gender", - "birthdate": "Birthdate", - "locale": "Locale", - "nickname": "Nickname", - "family_name": "Family Name", - "zoneinfo": "Zone Info", - "updated_at": "Updated at", - "address": "Address", - "email": "Email Address", - "email_verified": "Email Address", - "phone": "Phone", - "phone_number": "Phone Number", - "phone_number_verified": "Phone Number", - "required": "Required", - "profile": "Profile" - }, - "l1Biometrics": { - "scan_and_verify": "Scan and Verify", - "sign_in_with_biometric": "Login with Biometric", - "retry": "Retry", - "vid_label_text": "Enter Your VID", - "vid_placeholder": "VID", - "Face": "Face", - "Finger": "Finger", - "Iris": "Iris", - "select_a_device": "Select a Device" - }, - "pin": { - "sign_in_with_pin": "Login with PIN", - "remember_me": "Remember Me", - "login": "Login", - "uin_label_text": "UIN", - "pin_label_text": "PIN", - "uin_placeholder": "UIN or VID", - "pin_placeholder": "Enter PIN" - }, - "IDPQRCode": { - "sign_in_with_inji": "Login with Inji", - "scan_with_inji": "Scan with Inji App to Log In", - "inji_app": "Inji App", - "dont_have_inji": "Don't Have Inji?", - "download_now": "Download Now", - "link_code_status": "Link Code Status", - "failed": "Failed", - "refresh": "Refresh QR Code" - }, - "otp": { - "sign_in_with_otp": "Login with OTP", - "resend_otp": "Resend OTP", - "not_a_robot": "I'm Not a Robot", - "get_otp": "Get OTP", - "verify": "Verify", - "vid_label_text": "Enter Your VID", - "otp_label_text": "OTP", - "vid_placeholder": "VID", - "otp_placeholder": "1234", - "mobile_number": "Mobile Number", - "email_address": "Email Address", - "otp_sent_msg": "OTP has been sent to your registered {{otpChannels}}", - "resend_otp_counter": "Resend OTP in {{min}}:{{sec}}", - "mobile_placeholder": "Mobile Number: {{mobileNumber}}", - "email_placeholder": "Email Address: {{emailAddress}}", - "mobile_email_placeholder": "Mobile Number: {{mobileNumber}} and Email Address: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "Choose How You Want to Login:", - "login_with": "Login with {{option}}", - "PIN": "PIN", - "Inji": "Inji", - "Biometrics": "Biometrics", - "BIO": "Biometrics", - "QRCode": "QR Code", - "WALLET": "Inji", - "OTP": "OTP" - }, - "idpDetails": { - "idp_details_heading": "IDP Details", - "internal_api": "Internal API", - "wellknown_api": ".wellknown API" - }, - "header": { - "login_heading": "Login with MOSIP", - "login_paragraph": "Have not registered for MOSIP yet?", - "login_linkName": "Preregister", - "more_ways_to_sign_in": "More Ways to Login", - "invalid_auth_factor": "Invalid Auth Factors. Please Try Again...", - "here_tab_name": "Log In Here", - "inji_tab_name": "Log In with Inji", - "dont_have_inji": "Don't Have Inji?", - "download_now": "Download Now" - }, - "tabs": { - "pin_tab_name": "Login with PIN", - "inji_tab_name": "Login with Inji", - "biometric_tab_name": "Login with Biometrics" - }, - "loadingMsgs": { - "redirecting_msg": "Redirecting. Please Wait...", - "link_auth_waiting": "Please Authenticate via Inji. Don't Refresh This Page.", - "authenticating_msg": "Authenticating. Please Wait...", - "scanning_devices_msg": "Scanning Devices. Please Wait...", - "capture_initiated_msg": "{{modality}} capture initiated on {{deviceModel}}", - "sending_otp_msg": "Sending OTP. Please Wait...", - "loading_msg": "Loading. Please Wait..." - }, - "tooltips": { - "vid_tooltip": "Please fill in this field" - }, - "errors": { - "no_response_msg": "No Response", - "no_devices_found_msg": "Device Not Found. Please Check the Connectivity and Retry.", - "link_code_refresh_failed": "Failed to Load", - "link_code_status_failed": "Failed to Load", - "failed_to_link": "Failed to Link", - "qr_code_expired": "QR Code Expired", - "authorization_failed": "Failed to authorize", - "device_disc_failed": "Device discovery failed", - "device_not_found_msg": "Device Not Found", - "biometric_capture_failed_msg": "Biometric Capture Failed", - "authentication_failed_msg": "Authentication Failed", - "send_otp_failed_msg": "Failed to Send OTP", - "parsing_error_msg": "Unable to Parse", - "Network Error": "Network Error", - "invalid_request": "Invalid Request", - "invalid_client_id": "Invalid Client Identifier", - "invalid_client_name": "Invalid Client Name", - "invalid_uri": "Invalid URL", - "invalid_rp_id": "Invalid Relying Party Identifier", - "invalid_response_type": "Invalid/Unsupported Response Type", - "invalid_grant_type": "Invalid/Unsupported Grant Type", - "invalid_scope": "Invalid/Unsupported Scope", - "invalid_redirect_uri": "Invalid Redirect URL", - "invalid_display": "Invalid/Unsupported Display", - "invalid_prompt": "Invalid/Unsupported UI Prompt", - "invalid_assertion_type": "Invalid/Unsupported Client Assertion Type", - "invalid_client_auth": "Invalid/Unsupported Client Authentication Types", - "invalid_transaction": "Invalid Transaction or Transaction Expired", - "invalid_assertion": "Invalid Client Assertion", - "invalid_acr": "Invalid/Unsupported Authentication Context Class Refs", - "invalid_token": "Invalid/Expired Access token", - "auth_failed": "Authentication Failed", - "auth_passed": "Authentication Success", - "acr_amr_mapping_not_found": "ACR-AMR Mapping File Not Found", - "no_acr_registered": "No Authentication Context Class References(ACR) Registered", - "invalid_algorithm": "Invalid/Unsupported Hashing Algorithm", - "unknown_error": "Unknown Error", - "invalid_input": "Invalid Input", - "duplicate_client_id": "Duplicate Client Identifier", - "invalid_claim": "Invalid/Unsupported User Claims", - "invalid_public_key": "Invalid Client Public Key", - "send_otp_failed": "Send OTP Failed. Invalid/Unknown IndividualId.", - "missing_header": "Missing Header with Bearer Token in the Request : Authorization.", - "invalid_permitted_scope": "Invalid Authorize Scope Permitted.", - "invalid_identifier": "Invalid Individual Identifier Provided.", - "invalid_otp_channel": "Invalid OTP Channel Provided.", - "invalid_no_of_challenges": "Null or Empty Authentication Challenges Not Allowed.", - "invalid_transaction_id": "Null or Empty TransactionId Not Allowed.", - "invalid_auth_factor_type": "Null or Empty Authentication Factor Type Not Allowed.", - "invalid_challenge": "Authentication Challenge is Required.", - "invalid_status": "Unsupported Status Value Provided.", - "invalid_accepted_claim": "Invalid User Claims Accepted.", - "invalid_auth_code": "Invalid Authorization Code Provided.", - "auth_factor_mismatch": "Provided Authentication Factors Don't Match Resolved Authentication Factors.", - "unsupported_id_format": "Unsupported ID Format.", - "link_code_gen_failed": "Generating Link Code Failed. Try Again.", - "invalid_link_code": "Invalid Link Code.", - "transaction_not_found": "Transaction Not Found.", - "transaction_already_linked": "Transaction Already Linked.", - "subscription_failed": "Subscribing to Kafka Topic Failed.", - "response_timeout": "Deferred Response Timedout.", - "invalid_state": "Transaction Found in Invalid State.", - "authorization_failed_msg": "Authorization Failed", - "consent_request_rejected": "Consent Request Rejected", - "0": "Success", - "100": "Device Not Registered", - "101": "Unable to Detect a Biometrics", - "102": "Technical Error During Extraction", - "103": "Device Tamper Detected", - "104": "Unable to Connect to the Management Server", - "105": "Image Orientation Error", - "106": "Device Not Found", - "107": "Device Public Key Expired", - "108": "Domain Public Key Missing", - "109": "Requested Number of Biometric (Finger/Iris) Not Supported", - "IDA-MLC-002": "Invalid UIN", - "IDA-MLC-003": "UIN has been deactivated", - "IDA-MLC-004": "Invalid VID", - "IDA-MLC-005": "Invalid ID", - "IDA-MLC-014": "Notification Channel not registered. Individual has to register and try again", - "IDA-OTA-001": "Innumerous OTP requests received", - "IDA-OTA-002": "Could not generate/send OTP", - "IDA-OTA-003": "OTP has expired", - "IDA-OTA-004": "OTP is invalid", - "IDA-OTA-005": "Input transactionID does not match transactionID of OTP Request", - "IDA-MLC-006": "Missing Input parameter", - "IDA-MLC-007": "Request could not be processed. Please try again", - "IDA-DEA-001": "Demographic data did not match", - "IDA-MLC-001": "Request to be received at MOSIP within hrs/min", - "IDA-DEA-002": "Unsupported Language Code", - "IDA-MLC-013": "Missing attributes", - "IDA-BIA-001": "Biometric data did not match", - "IDA-BIA-002": "Duplicate fingers in request", - "IDA-BIA-003": "Number of FMR should not exceed 2.", - "IDA-BIA-004": "Device not registered with MOSIP", - "IDA-BIA-005": "Device provider not registered with MOSIP", - "IDA-BIA-006": "Biometric data not available.", - "IDA-BIA-007": "Duplicate Irises in request", - "IDA-BIA-008": "Number of IIR should not exceed 2.", - "IDA-DEA-003": "Demographic data not available.", - "IDA-EKA-002": "Invalid value in print format request", - "IDA-MPA-013": "Partner is unauthorised for eKYC", - "IDA-MPA-001": "Digital signature verification failed.", - "IDA-MPA-002": "Invalid certificate in digital signature.", - "IDA-MPA-003": "Unable to decrypt Request.", - "IDA-MLC-009": "Invalid Input parameter", - "IDA-OTA-006": "UIN is locked for OTP generation. Please try again later", - "IDA-OTA-007": "UIN is locked for OTP validation due to exceeding no of invalid OTP trials", - "IDA-BIA-009": "Number of FID records should not exceed 1.", - "IDA-MLC-008": "No authentication type selected", - "IDA-MLC-010": "VID has been deactivated", - "IDA-MLC-011": "Unsupported Authentication Type", - "IDA-MPA-004": "MOSIP Public key expired.", - "IDA-MPA-005": "OTP Request Usage not allowed as per policy", - "IDA-MPA-006": "Authentication type not allowed as per policy", - "IDA-MPA-007": "License key does not belong to a registered MISP", - "IDA-MPA-008": "License key of MISP has expired", - "IDA-MPA-009": "Partner is not registered", - "IDA-MPA-010": "MISP and Partner not mapped", - "IDA-MPA-011": "License key of MISP is suspended", - "IDA-MPA-012": "Partner is deactivated", - "IDA-MLC-012": "Individual's Consent is not available", - "IDA-MPA-014": "Partner is not assigned with any policy", - "IDA-MPA-015": "Mandatory Authentiation as per policy not performed", - "IDA-MPA-016": "HMAC Validation failed", - "IDA-OTA-008": "OTP Notification Channel not provided.", - "IDA-BIA-010": "Single FMR record contains more than one finger.", - "IDA-BIA-011": "Invalid biometric data", - "IDA-MPA-017": "License key of MISP is blocked", - "IDA-MLC-015": "Identity Type not supported", - "IDA-OTA-009": "Notification Channel not configured", - "IDA-MLC-016": "Transaction ID parameters in the request does not match", - "IDA-BIA-013": "Number of FMR should not exceed 10.", - "IDA-EKA-001": "Unable to encrypt eKYC response", - "IDA-OTA-010": "Input Identity Type does not match Identity Type of OTP Request", - "IDA-MLC-017": "Invalid UserID", - "IDA-MLC-018": "User data not available", - "IDA-MLC-019": "Authentication modality is Locked", - "IDA-MLC-020": "Unable to encrypt data", - "IDA-BIA-014": "Hash Validation Failed", - "IDA-DPM-001": "Device is not registered with MOSIP", - "IDA-DPM-002": "MDS is not registered with MOSIP", - "IDA-DPM-003": "Device Provider is not registered with MOSIP", - "IDA-MPA-018": "Policy ID does not belong to a registered Partner", - "IDA-BIA-016": "Unable to Perform Quality Check due to a Technical Issue", - "IDA-BIA-017": "Unable to Perform Biometric Match due to a Technical Issue", - "IDA-BIA-018": "Unable to Process the Request due to a Technical Issue", - "IDA-BIA-015": "Signature Validation Failed", - "IDA-MLC-021": "Failed to fetch key from HSM", - "IDA-MLC-022": "UIN is deactivated/blocked", - "IDA-MLC-023": "VID is expired/deactivated", - "IDA-DPM-004": "Device Type and Biometric Type do not match", - "IDA-MLC-024": "Domain of request is not matching with Domain of biometrics", - "IDA-MLC-025": "Partner Certificate is not available", - "IDA-OTA-011": "Input Partner-ID does not match Partner-ID of OTP Request", - "IDA-MPA-019": "Partner policy is not active", - "IDA-IDV-001": "Input Data Validation Failed", - "IDA-RST-001": "URI should not be empty", - "IDA-RST-002": "httpMethod is empty or invalid", - "IDA-RST-003": "returnType is empty", - "IDA-RST-004": "Rest service name is empty or invalid", - "IDA-RST-005": "Timeout is invalid", - "IDA-RST-006": "4XX - Client Error occurred", - "IDA-RST-007": "5XX - Server Error occurred", - "IDA-RST-008": "Connection timed out" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/hi.json b/artifacts/src/i18n/idp-i18n-bundle/hi.json deleted file mode 100644 index 1e9f5b27..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/hi.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "प्रमाणीकरण विफल", - "consent_request_rejected": "सहमति अनुरोध अस्वीकृत", - "consent_request_msg": "{{clientName}} निम्नलिखित तक पहुंच का अनुरोध कर रहा है:", - "authorize_scope": "दायरे को अधिकृत करें", - "essential_claims": "आवश्यक दावे", - "voluntary_claims": "स्वैच्छिक दावे", - "cancel": "रद्द करना", - "allow": "अनुमति देना", - "resident-service": "निवासी सेवा", - "name": "नाम", - "given_name": "नाम", - "middle_name": "मध्य नाम", - "preferred_username": "उपयोगकर्ता नाम", - "picture": "तस्वीर", - "gender": "लिंग", - "birthdate": "जन्म तिथि", - "locale": "स्थान", - "nickname": "उपनाम", - "family_name": "परिवार का नाम", - "zoneinfo": "क्षेत्र की जानकारी", - "updated_at": "अद्यतन किया गया", - "address": "पता", - "email": "ईमेल पता", - "email_verified": "ईमेल पता", - "phone": "फ़ोन", - "phone_number": "फ़ोन नंबर", - "phone_number_verified": "फ़ोन नंबर", - "required": "आवश्यक", - "profile": "प्रोफ़ाइल" - }, - "l1Biometrics": { - "scan_and_verify": "स्कैन करें और सत्यापित करें", - "sign_in_with_biometric": "बायोमेट्रिक के साथ लॉगिन करें", - "retry": "पुन: प्रयास करें", - "vid_label_text": "अपना वीआईडी ​​दर्ज करें", - "vid_placeholder": "वीआईडी", - "Face": "चेहरा", - "Finger": "उँगलिया", - "Iris": "आँख", - "select_a_device": "कोई डिवाइस चुनें" - }, - "pin": { - "sign_in_with_pin": "पिन से लॉगिन करें", - "remember_me": "याद रखे", - "login": "लॉगिन करें", - "uin_label_text": "यूआईएन", - "pin_label_text": "पिन", - "uin_placeholder": "यूआईएन या वीआईडी", - "pin_placeholder": "पिन दर्ज करें" - }, - "IDPQRCode": { - "sign_in_with_inji": "इंजी के साथ लॉगिन करें", - "scan_with_inji": "लॉग इन करने के लिए इंजी ऐप से स्कैन करें", - "inji_app": "इंजी ऐप", - "dont_have_inji": "इंजन नहीं है?", - "download_now": "अब डाउनलोड करो", - "link_code_status": "लिंक कोड स्थिति", - "failed": "असफल", - "refresh": "क्यूआर कोड को रिफ्रेश करें" - }, - "otp": { - "sign_in_with_otp": "ओटीपी के साथ लॉगिन करें", - "resend_otp": "ओटीपी पुनः भेजें", - "not_a_robot": "मैं रोबोट नहीं हु", - "get_otp": "ओटीपी प्राप्त करें", - "verify": "सत्यापित करना", - "vid_label_text": "अपना वीआईडी ​​दर्ज करें", - "otp_label_text": "ओटीपी", - "vid_placeholder": "वीआईडी", - "otp_placeholder": "1234", - "mobile_number": "मोबाइल नंबर", - "email_address": "ईमेल पता", - "otp_sent_msg": "आपके पंजीकृत {{otpChannels}} पर ओटीपी भेज दिया गया है", - "resend_otp_counter": "{{min}}:{{sec}} में ओटीपी दोबारा भेजें", - "mobile_placeholder": "मोबाइल नंबर: {{mobileNumber}}", - "email_placeholder": "ईमेल पता: {{emailAddress}}", - "mobile_email_placeholder": "मोबाइल नंबर: {{mobileNumber}} और ईमेल पता: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "चुनें कि आप कैसे लॉगिन करना चाहते हैं:", - "login_with": "{{option}} से लोगिन करें", - "PIN": "पिन", - "Inji": "इंजि", - "Biometrics": "बायोमेट्रिक्स", - "BIO": "बायोमेट्रिक्स", - "QRCode": "क्यू आर कोड", - "WALLET": "इंजि", - "OTP": "ओटीपी" - }, - "idpDetails": { - "idp_details_heading": "आईडीपी विवरण", - "internal_api": "आंतरिक एपीआई", - "wellknown_api": ".प्रसिद्ध एपीआई" - }, - "header": { - "login_heading": "मोसिप के साथ लॉगिन करें", - "login_paragraph": "अभी तक एमओएसआईपी के लिए पंजीकरण नहीं किया है?", - "login_linkName": "पूर्व-पंजीकरण", - "more_ways_to_sign_in": "साइन इन करने के और तरीके", - "invalid_auth_factor": "अमान्य प्रमाणीकरण कारक. कृपया पुन: प्रयास करें...", - "here_tab_name": "यहां लॉगिन करें", - "inji_tab_name": "इंजी के साथ लॉग इन करें", - "dont_have_inji": "इंजी नहीं है?", - "download_now": "अभी डाउनलोड करो" - }, - "tabs": { - "pin_tab_name": "पिन से साइन इन करें", - "inji_tab_name": "इंजि के साथ साइन इन करें", - "biometric_tab_name": "बायोमेट्रिक्स के साथ साइन इन करें" - }, - "loadingMsgs": { - "redirecting_msg": "पुनर्निर्देशन। कृपया प्रतीक्षा करें...", - "link_auth_waiting": "कृपया इंजी के माध्यम से प्रमाणित करें। इस पेज को रीफ्रेश न करें।", - "authenticating_msg": "प्रमाणीकरण। कृपया प्रतीक्षा करें...", - "scanning_devices_msg": "स्कैनिंग डिवाइस। कृपया प्रतीक्षा करें...", - "capture_initiated_msg": "{{modality}} कैप्चर {{deviceModel}} पर शुरू किया गया", - "sending_otp_msg": "ओटीपी भेजा जा रहा है। कृपया प्रतीक्षा करें...", - "loading_msg": "लोड हो रहा है। कृपया प्रतीक्षा करें..." - }, - "tooltips": { - "vid_tooltip": "कृपया इस क्षेत्र को भरें" - }, - "errors": { - "no_response_msg": "कोई जवाब नहीं", - "no_devices_found_msg": "डिवाइस नहीं मिला। कृपया कनेक्टिविटी जांचें और पुनः प्रयास करें।", - "link_code_refresh_failed": "लोड करने में विफल", - "link_code_status_failed": "लोड करने में विफल", - "failed_to_link": "लिंक करने में विफल", - "qr_code_expired": "क्यूआर कोड समाप्त हो गया", - "authorization_failed": "अधिकृत करने में विफल", - "device_disc_failed": "डिवाइस की खोज विफल रही", - "device_not_found_msg": "डिवाइस नहीं मिला", - "biometric_capture_failed_msg": "बायोमेट्रिक कैप्चर विफल", - "authentication_failed_msg": "प्रमाणीकरण विफल हो गया", - "send_otp_failed_msg": "ओटीपी भेजने में विफल", - "parsing_error_msg": "पदव्याख्या करने में असमर्थ", - "Network Error": "नेटवर्क त्रुटि", - "invalid_request": "अमान्य अनुरोध", - "invalid_client_id": "अमान्य_क्लाइंट_आईडी", - "invalid_client_name": "अमान्य ग्राहक नाम", - "invalid_uri": "अवैध यूआरएल", - "invalid_rp_id": "अमान्य भरोसेमंद पार्टी पहचानकर्ता", - "invalid_response_type": "अमान्य/असमर्थित प्रतिक्रिया प्रकार", - "invalid_grant_type": "अमान्य/असमर्थित प्रतिक्रिया प्रकार", - "invalid_scope": "अमान्य/असमर्थित कार्यक्षेत्र", - "invalid_redirect_uri": "अमान्य रीडायरेक्ट यूआरएल", - "invalid_display": "अमान्य/असमर्थित प्रदर्शन", - "invalid_prompt": "अमान्य/असमर्थित यूआई संकेत", - "invalid_assertion_type": "अमान्य/असमर्थित क्लाइंट दावा प्रकार", - "invalid_client_auth": "अमान्य/असमर्थित क्लाइंट प्रमाणीकरण प्रकार", - "invalid_transaction": "अमान्य लेन-देन या लेन-देन समाप्त हो गया", - "invalid_assertion": "अमान्य ग्राहक अभिकथन", - "invalid_acr": "अमान्य/असमर्थित प्रमाणीकरण संदर्भ वर्ग refs", - "invalid_token": "अमान्य/समाप्त पहुंच टोकन", - "auth_failed": "प्रमाणीकरण विफल होना", - "auth_passed": "प्रमाणीकरण सफलता", - "acr_amr_mapping_not_found": "एसीआर-एएमआर मैपिंग फ़ाइल नहीं मिली", - "no_acr_registered": "कोई प्रमाणीकरण संदर्भ वर्ग संदर्भ (एसीआर) पंजीकृत नहीं है", - "invalid_algorithm": "अमान्य/असमर्थित हैशिंग एल्गोरिथम", - "unknown_error": "अज्ञात त्रुटि", - "invalid_input": "अमान्य निवेश", - "duplicate_client_id": "डुप्लिकेट क्लाइंट पहचानकर्ता", - "invalid_claim": "अमान्य/असमर्थित उपयोगकर्ता दावे", - "invalid_public_key": "अमान्य क्लाइंट सार्वजनिक कुंजी", - "send_otp_failed": "भेजें-ओटीपी विफल। अमान्य/अज्ञात व्यक्तिगत आईडी।", - "missing_header": "अनुरोध में बियरर टोकन के साथ हेडर मौजूद नहीं है: प्राधिकरण।", - "invalid_permitted_scope": "अमान्य प्राधिकृत कार्यक्षेत्र की अनुमति", - "invalid_identifier": "अमान्य व्यक्तिगत पहचानकर्ता प्रदान किया गया।", - "invalid_otp_channel": "अमान्य OTP चैनल प्रदान किया गया।", - "invalid_no_of_challenges": "अशक्त या खाली प्रमाणीकरण चुनौतियों की अनुमति नहीं है।", - "invalid_transaction_id": "शून्य या खाली लेन-देन की अनुमति नहीं है।", - "invalid_auth_factor_type": "शून्य या खाली प्रमाणीकरण कारक प्रकार की अनुमति नहीं है।", - "invalid_challenge": "प्रमाणीकरण चुनौती की आवश्यकता है।", - "invalid_status": "असमर्थित स्थिति मान प्रदान किया गया।", - "invalid_accepted_claim": "अमान्य उपयोगकर्ता दावे स्वीकार किए गए", - "invalid_auth_code": "अमान्य प्राधिकरण कोड प्रदान किया गया।", - "auth_factor_mismatch": "बशर्ते प्रमाणीकरण कारक हल किए गए प्रमाणीकरण कारकों से मेल नहीं खाते।", - "unsupported_id_format": "असमर्थित आईडी प्रारूप।", - "link_code_gen_failed": "लिंक-कोड जनरेट करना विफल रहा. पुनः प्रयास करें।", - "invalid_link_code": "अमान्य लिंक कोड।", - "transaction_not_found": "लेन-देन नहीं मिला.", - "transaction_already_linked": "लेन-देन पहले से जुड़ा हुआ है।", - "subscription_failed": "काफ्का विषय की सदस्यता लेना विफल रहा।", - "response_timeout": "विलंबित प्रतिक्रिया का समय समाप्त हो गया।", - "invalid_state": "लेन-देन अमान्य स्थिति में पाया गया।", - "authorization_failed_msg": "प्रमाणीकरण विफल", - "consent_request_rejected": "सहमति अनुरोध अस्वीकृत", - "0": "सफलता", - "100": "डिवाइस पंजीकृत नहीं है", - "101": "बायोमेट्रिक वस्तु का पता लगाने में असमर्थ", - "102": "निष्कर्षण के दौरान तकनीकी त्रुटि।", - "103": "डिवाइस से छेड़छाड़ का पता चला", - "104": "प्रबंधन सर्वर से कनेक्ट करने में असमर्थ", - "105": "छवि अभिविन्यास त्रुटि", - "106": "डिवाइस नहीं मिला", - "107": "डिवाइस सार्वजनिक कुंजी समाप्त हो गई", - "108": "डोमेन सार्वजनिक कुंजी अनुपलब्ध", - "109": "बायोमेट्रिक की अनुरोधित संख्या (उंगली/आईआरआईएस) समर्थित नहीं है", - "IDA-MLC-002": "अमान्य यूआईएन", - "IDA-MLC-003": "यूआईएन निष्क्रिय कर दिया गया है", - "IDA-MLC-004": "अमान्य वीआईडी", - "IDA-MLC-005": "अमान्य पहचान पत्र", - "IDA-MLC-014": "अधिसूचना चैनल पंजीकृत नहीं है। व्यक्ति को पंजीकरण करना होगा और पुनः प्रयास करना होगा", - "IDA-OTA-001": "असंख्य ओटीपी अनुरोध प्राप्त हुए", - "IDA-OTA-002": "ओटीपी जनरेट/भेज नहीं सका", - "IDA-OTA-003": "ओटीपी समाप्त हो गया है", - "IDA-OTA-004": "ओटीपी अमान्य है", - "IDA-OTA-005": "इनपुट लेनदेन आईडी ओटीपी अनुरोध के लेनदेन आईडी से मेल नहीं खाता है", - "IDA-MLC-006": "गुम इनपुट पैरामीटर", - "IDA-MLC-007": "अनुरोध संसाधित नहीं किया जा सका। कृपया पुन: प्रयास करें", - "IDA-DEA-001": "जनसांख्यिकीय डेटा मेल नहीं खाता", - "IDA-MLC-001": "अनुरोध को घंटे/मिनट के भीतर MOSIP पर प्राप्त किया जाना चाहिए", - "IDA-DEA-002": "असमर्थित भाषा कोड", - "IDA-MLC-013": "लापता गुण", - "IDA-BIA-001": "बायोमेट्रिक डाटा मैच नहीं हुआ", - "IDA-BIA-002": "अनुरोध में डुप्लिकेट उंगलियां", - "IDA-BIA-003": "FMR की संख्या 2 से अधिक नहीं होनी चाहिए।", - "IDA-BIA-004": "डिवाइस MOSIP के साथ पंजीकृत नहीं है", - "IDA-BIA-005": "डिवाइस प्रदाता MOSIP के साथ पंजीकृत नहीं है", - "IDA-BIA-006": "बायोमेट्रिक डेटा उपलब्ध नहीं है।", - "IDA-BIA-007": "बायोमेट्रिक डेटा उपलब्ध नहीं है।", - "IDA-BIA-008": "IIR की संख्या 2 से अधिक नहीं होनी चाहिए।", - "IDA-DEA-003": "जनसांख्यिकी डेटा उपलब्ध नहीं है।", - "IDA-EKA-002": "प्रिंट प्रारूप अनुरोध में अमान्य मान", - "IDA-MPA-013": "भागीदार eKYC के लिए अनधिकृत है", - "IDA-MPA-001": "डिजिटल हस्ताक्षर सत्यापन विफल।", - "IDA-MPA-002": "डिजिटल हस्ताक्षर में अमान्य प्रमाणपत्र।", - "IDA-MPA-003": "अनुरोध डिक्रिप्ट करने में असमर्थ.", - "IDA-MLC-009": "अमान्य इनपुट पैरामीटर", - "IDA-OTA-006": "यूआईएन ओटीपी जनरेट करने के लिए लॉक है। बाद में पुन: प्रयास करें", - "IDA-OTA-007": "UIN अमान्य OTP परीक्षणों की संख्या से अधिक होने के कारण OTP सत्यापन के लिए अवरोधित है", - "IDA-BIA-009": "FID रिकॉर्ड की संख्या 1 से अधिक नहीं होनी चाहिए।", - "IDA-MLC-008": "कोई प्रमाणीकरण प्रकार नहीं चुना गया", - "IDA-MLC-010": "वीआईडी ​​को निष्क्रिय कर दिया गया है", - "IDA-MLC-011": "असमर्थित प्रमाणीकरण प्रकार", - "IDA-MPA-004": "MOSIP सार्वजनिक कुंजी समाप्त हो गई।", - "IDA-MPA-005": "नीति के अनुसार ओटीपी अनुरोध उपयोग की अनुमति नहीं है", - "IDA-MPA-006": "नीति के अनुसार प्रमाणीकरण प्रकार की अनुमति नहीं है", - "IDA-MPA-007": "लाइसेंस कुंजी पंजीकृत MISP से संबंधित नहीं है", - "IDA-MPA-008": "MISP की लाइसेंस कुंजी समाप्त हो गई है", - "IDA-MPA-009": "भागीदार पंजीकृत नहीं है", - "IDA-MPA-010": "MISP और पार्टनर मैप नहीं किए गए", - "IDA-MPA-011": "MISP की लाइसेंस कुंजी निलंबित कर दी गई है", - "IDA-MPA-012": "भागीदार निष्क्रिय है", - "IDA-MLC-012": "व्यक्ति की सहमति उपलब्ध नहीं है", - "IDA-MPA-014": "भागीदार को कोई नीति नहीं सौंपी गई है", - "IDA-MPA-015": "नीति के अनुसार अनिवार्य प्रमाणीकरण नहीं किया गया", - "IDA-MPA-016": "एचएमएसी सत्यापन विफल रहा", - "IDA-OTA-008": "ओटीपी अधिसूचना चैनल प्रदान नहीं किया गया।", - "IDA-BIA-010": "एकल FMR रिकॉर्ड में एक से अधिक अंगुलियां होती हैं।", - "IDA-BIA-011": "अमान्य बायोमेट्रिक डेटा", - "IDA-MPA-017": "MISP की लाइसेंस कुंजी अवरोधित है", - "IDA-MLC-015": "पहचान प्रकार समर्थित नहीं है", - "IDA-OTA-009": "अधिसूचना चैनल कॉन्फ़िगर नहीं किया गया", - "IDA-MLC-016": "अनुरोध में लेन-देन आईडी पैरामीटर मेल नहीं खाते", - "IDA-BIA-013": "FMR की संख्या 10 से अधिक नहीं होनी चाहिए।", - "IDA-EKA-001": "ईकेवाईसी प्रतिक्रिया को एन्क्रिप्ट करने में असमर्थ", - "IDA-OTA-010": "इनपुट पहचान प्रकार OTP अनुरोध के पहचान प्रकार से मेल नहीं खाता", - "IDA-MLC-017": "अमान्य उपयोगकर्ता आइ डी", - "IDA-MLC-018": "उपयोगकर्ता डेटा उपलब्ध नहीं है", - "IDA-MLC-019": "प्रमाणीकरण मोडैलिटी लॉक है", - "IDA-MLC-020": "डेटा एन्क्रिप्ट करने में असमर्थ", - "IDA-BIA-014": "हैश सत्यापन विफल", - "IDA-DPM-001": "डिवाइस MOSIP के साथ पंजीकृत नहीं है", - "IDA-DPM-002": "एमडीएस एमओएसआईपी के साथ पंजीकृत नहीं है", - "IDA-DPM-003": "डिवाइस प्रदाता MOSIP के साथ पंजीकृत नहीं है", - "IDA-MPA-018": "पॉलिसी आईडी किसी पंजीकृत भागीदार की नहीं है", - "IDA-BIA-016": "तकनीकी खराबी के कारण गुणवत्ता की जांच नहीं हो पा रही है", - "IDA-BIA-017": "तकनीकी समस्या के कारण बायोमैट्रिक मिलान नहीं हो सका", - "IDA-BIA-018": "तकनीकी समस्या के कारण अनुरोध संसाधित करने में असमर्थ", - "IDA-BIA-015": "हस्ताक्षर सत्यापन विफल", - "IDA-MLC-021": "एचएसएम से कुंजी प्राप्त करने में विफल", - "IDA-MLC-022": "यूआईएन निष्क्रिय/अवरुद्ध है", - "IDA-MLC-023": "वीआईडी समाप्त/निष्क्रिय है", - "IDA-DPM-004": "डिवाइस प्रकार और बायोमेट्रिक प्रकार मेल नहीं खाते", - "IDA-MLC-024": "अनुरोध का डोमेन बायोमेट्रिक्स के डोमेन से मेल नहीं खा रहा है", - "IDA-MLC-025": "पार्टनर सर्टिफिकेट उपलब्ध नहीं है", - "IDA-OTA-011": "इनपुट पार्टनर-आईडी OTP अनुरोध के पार्टनर-आईडी से मेल नहीं खाता", - "IDA-MPA-019": "भागीदार नीति सक्रिय नहीं है", - "IDA-IDV-001": "इनपुट डेटा सत्यापन विफल", - "IDA-RST-001": "यूआरआई खाली नहीं होना चाहिए", - "IDA-RST-002": "httpMethod खाली या अमान्य है", - "IDA-RST-003": "रिटर्न टाइप खाली है", - "IDA-RST-004": "बाकी सेवा का नाम खाली या अमान्य है", - "IDA-RST-005": "समय समाप्त अमान्य है", - "IDA-RST-006": "4XX - क्लाइंट त्रुटि हुई", - "IDA-RST-007": "5XX - सर्वर त्रुटि हुई", - "IDA-RST-008": "कनेक्शन का समय समाप्त" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/hin.json b/artifacts/src/i18n/idp-i18n-bundle/hin.json deleted file mode 100644 index 1e9f5b27..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/hin.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "प्रमाणीकरण विफल", - "consent_request_rejected": "सहमति अनुरोध अस्वीकृत", - "consent_request_msg": "{{clientName}} निम्नलिखित तक पहुंच का अनुरोध कर रहा है:", - "authorize_scope": "दायरे को अधिकृत करें", - "essential_claims": "आवश्यक दावे", - "voluntary_claims": "स्वैच्छिक दावे", - "cancel": "रद्द करना", - "allow": "अनुमति देना", - "resident-service": "निवासी सेवा", - "name": "नाम", - "given_name": "नाम", - "middle_name": "मध्य नाम", - "preferred_username": "उपयोगकर्ता नाम", - "picture": "तस्वीर", - "gender": "लिंग", - "birthdate": "जन्म तिथि", - "locale": "स्थान", - "nickname": "उपनाम", - "family_name": "परिवार का नाम", - "zoneinfo": "क्षेत्र की जानकारी", - "updated_at": "अद्यतन किया गया", - "address": "पता", - "email": "ईमेल पता", - "email_verified": "ईमेल पता", - "phone": "फ़ोन", - "phone_number": "फ़ोन नंबर", - "phone_number_verified": "फ़ोन नंबर", - "required": "आवश्यक", - "profile": "प्रोफ़ाइल" - }, - "l1Biometrics": { - "scan_and_verify": "स्कैन करें और सत्यापित करें", - "sign_in_with_biometric": "बायोमेट्रिक के साथ लॉगिन करें", - "retry": "पुन: प्रयास करें", - "vid_label_text": "अपना वीआईडी ​​दर्ज करें", - "vid_placeholder": "वीआईडी", - "Face": "चेहरा", - "Finger": "उँगलिया", - "Iris": "आँख", - "select_a_device": "कोई डिवाइस चुनें" - }, - "pin": { - "sign_in_with_pin": "पिन से लॉगिन करें", - "remember_me": "याद रखे", - "login": "लॉगिन करें", - "uin_label_text": "यूआईएन", - "pin_label_text": "पिन", - "uin_placeholder": "यूआईएन या वीआईडी", - "pin_placeholder": "पिन दर्ज करें" - }, - "IDPQRCode": { - "sign_in_with_inji": "इंजी के साथ लॉगिन करें", - "scan_with_inji": "लॉग इन करने के लिए इंजी ऐप से स्कैन करें", - "inji_app": "इंजी ऐप", - "dont_have_inji": "इंजन नहीं है?", - "download_now": "अब डाउनलोड करो", - "link_code_status": "लिंक कोड स्थिति", - "failed": "असफल", - "refresh": "क्यूआर कोड को रिफ्रेश करें" - }, - "otp": { - "sign_in_with_otp": "ओटीपी के साथ लॉगिन करें", - "resend_otp": "ओटीपी पुनः भेजें", - "not_a_robot": "मैं रोबोट नहीं हु", - "get_otp": "ओटीपी प्राप्त करें", - "verify": "सत्यापित करना", - "vid_label_text": "अपना वीआईडी ​​दर्ज करें", - "otp_label_text": "ओटीपी", - "vid_placeholder": "वीआईडी", - "otp_placeholder": "1234", - "mobile_number": "मोबाइल नंबर", - "email_address": "ईमेल पता", - "otp_sent_msg": "आपके पंजीकृत {{otpChannels}} पर ओटीपी भेज दिया गया है", - "resend_otp_counter": "{{min}}:{{sec}} में ओटीपी दोबारा भेजें", - "mobile_placeholder": "मोबाइल नंबर: {{mobileNumber}}", - "email_placeholder": "ईमेल पता: {{emailAddress}}", - "mobile_email_placeholder": "मोबाइल नंबर: {{mobileNumber}} और ईमेल पता: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "चुनें कि आप कैसे लॉगिन करना चाहते हैं:", - "login_with": "{{option}} से लोगिन करें", - "PIN": "पिन", - "Inji": "इंजि", - "Biometrics": "बायोमेट्रिक्स", - "BIO": "बायोमेट्रिक्स", - "QRCode": "क्यू आर कोड", - "WALLET": "इंजि", - "OTP": "ओटीपी" - }, - "idpDetails": { - "idp_details_heading": "आईडीपी विवरण", - "internal_api": "आंतरिक एपीआई", - "wellknown_api": ".प्रसिद्ध एपीआई" - }, - "header": { - "login_heading": "मोसिप के साथ लॉगिन करें", - "login_paragraph": "अभी तक एमओएसआईपी के लिए पंजीकरण नहीं किया है?", - "login_linkName": "पूर्व-पंजीकरण", - "more_ways_to_sign_in": "साइन इन करने के और तरीके", - "invalid_auth_factor": "अमान्य प्रमाणीकरण कारक. कृपया पुन: प्रयास करें...", - "here_tab_name": "यहां लॉगिन करें", - "inji_tab_name": "इंजी के साथ लॉग इन करें", - "dont_have_inji": "इंजी नहीं है?", - "download_now": "अभी डाउनलोड करो" - }, - "tabs": { - "pin_tab_name": "पिन से साइन इन करें", - "inji_tab_name": "इंजि के साथ साइन इन करें", - "biometric_tab_name": "बायोमेट्रिक्स के साथ साइन इन करें" - }, - "loadingMsgs": { - "redirecting_msg": "पुनर्निर्देशन। कृपया प्रतीक्षा करें...", - "link_auth_waiting": "कृपया इंजी के माध्यम से प्रमाणित करें। इस पेज को रीफ्रेश न करें।", - "authenticating_msg": "प्रमाणीकरण। कृपया प्रतीक्षा करें...", - "scanning_devices_msg": "स्कैनिंग डिवाइस। कृपया प्रतीक्षा करें...", - "capture_initiated_msg": "{{modality}} कैप्चर {{deviceModel}} पर शुरू किया गया", - "sending_otp_msg": "ओटीपी भेजा जा रहा है। कृपया प्रतीक्षा करें...", - "loading_msg": "लोड हो रहा है। कृपया प्रतीक्षा करें..." - }, - "tooltips": { - "vid_tooltip": "कृपया इस क्षेत्र को भरें" - }, - "errors": { - "no_response_msg": "कोई जवाब नहीं", - "no_devices_found_msg": "डिवाइस नहीं मिला। कृपया कनेक्टिविटी जांचें और पुनः प्रयास करें।", - "link_code_refresh_failed": "लोड करने में विफल", - "link_code_status_failed": "लोड करने में विफल", - "failed_to_link": "लिंक करने में विफल", - "qr_code_expired": "क्यूआर कोड समाप्त हो गया", - "authorization_failed": "अधिकृत करने में विफल", - "device_disc_failed": "डिवाइस की खोज विफल रही", - "device_not_found_msg": "डिवाइस नहीं मिला", - "biometric_capture_failed_msg": "बायोमेट्रिक कैप्चर विफल", - "authentication_failed_msg": "प्रमाणीकरण विफल हो गया", - "send_otp_failed_msg": "ओटीपी भेजने में विफल", - "parsing_error_msg": "पदव्याख्या करने में असमर्थ", - "Network Error": "नेटवर्क त्रुटि", - "invalid_request": "अमान्य अनुरोध", - "invalid_client_id": "अमान्य_क्लाइंट_आईडी", - "invalid_client_name": "अमान्य ग्राहक नाम", - "invalid_uri": "अवैध यूआरएल", - "invalid_rp_id": "अमान्य भरोसेमंद पार्टी पहचानकर्ता", - "invalid_response_type": "अमान्य/असमर्थित प्रतिक्रिया प्रकार", - "invalid_grant_type": "अमान्य/असमर्थित प्रतिक्रिया प्रकार", - "invalid_scope": "अमान्य/असमर्थित कार्यक्षेत्र", - "invalid_redirect_uri": "अमान्य रीडायरेक्ट यूआरएल", - "invalid_display": "अमान्य/असमर्थित प्रदर्शन", - "invalid_prompt": "अमान्य/असमर्थित यूआई संकेत", - "invalid_assertion_type": "अमान्य/असमर्थित क्लाइंट दावा प्रकार", - "invalid_client_auth": "अमान्य/असमर्थित क्लाइंट प्रमाणीकरण प्रकार", - "invalid_transaction": "अमान्य लेन-देन या लेन-देन समाप्त हो गया", - "invalid_assertion": "अमान्य ग्राहक अभिकथन", - "invalid_acr": "अमान्य/असमर्थित प्रमाणीकरण संदर्भ वर्ग refs", - "invalid_token": "अमान्य/समाप्त पहुंच टोकन", - "auth_failed": "प्रमाणीकरण विफल होना", - "auth_passed": "प्रमाणीकरण सफलता", - "acr_amr_mapping_not_found": "एसीआर-एएमआर मैपिंग फ़ाइल नहीं मिली", - "no_acr_registered": "कोई प्रमाणीकरण संदर्भ वर्ग संदर्भ (एसीआर) पंजीकृत नहीं है", - "invalid_algorithm": "अमान्य/असमर्थित हैशिंग एल्गोरिथम", - "unknown_error": "अज्ञात त्रुटि", - "invalid_input": "अमान्य निवेश", - "duplicate_client_id": "डुप्लिकेट क्लाइंट पहचानकर्ता", - "invalid_claim": "अमान्य/असमर्थित उपयोगकर्ता दावे", - "invalid_public_key": "अमान्य क्लाइंट सार्वजनिक कुंजी", - "send_otp_failed": "भेजें-ओटीपी विफल। अमान्य/अज्ञात व्यक्तिगत आईडी।", - "missing_header": "अनुरोध में बियरर टोकन के साथ हेडर मौजूद नहीं है: प्राधिकरण।", - "invalid_permitted_scope": "अमान्य प्राधिकृत कार्यक्षेत्र की अनुमति", - "invalid_identifier": "अमान्य व्यक्तिगत पहचानकर्ता प्रदान किया गया।", - "invalid_otp_channel": "अमान्य OTP चैनल प्रदान किया गया।", - "invalid_no_of_challenges": "अशक्त या खाली प्रमाणीकरण चुनौतियों की अनुमति नहीं है।", - "invalid_transaction_id": "शून्य या खाली लेन-देन की अनुमति नहीं है।", - "invalid_auth_factor_type": "शून्य या खाली प्रमाणीकरण कारक प्रकार की अनुमति नहीं है।", - "invalid_challenge": "प्रमाणीकरण चुनौती की आवश्यकता है।", - "invalid_status": "असमर्थित स्थिति मान प्रदान किया गया।", - "invalid_accepted_claim": "अमान्य उपयोगकर्ता दावे स्वीकार किए गए", - "invalid_auth_code": "अमान्य प्राधिकरण कोड प्रदान किया गया।", - "auth_factor_mismatch": "बशर्ते प्रमाणीकरण कारक हल किए गए प्रमाणीकरण कारकों से मेल नहीं खाते।", - "unsupported_id_format": "असमर्थित आईडी प्रारूप।", - "link_code_gen_failed": "लिंक-कोड जनरेट करना विफल रहा. पुनः प्रयास करें।", - "invalid_link_code": "अमान्य लिंक कोड।", - "transaction_not_found": "लेन-देन नहीं मिला.", - "transaction_already_linked": "लेन-देन पहले से जुड़ा हुआ है।", - "subscription_failed": "काफ्का विषय की सदस्यता लेना विफल रहा।", - "response_timeout": "विलंबित प्रतिक्रिया का समय समाप्त हो गया।", - "invalid_state": "लेन-देन अमान्य स्थिति में पाया गया।", - "authorization_failed_msg": "प्रमाणीकरण विफल", - "consent_request_rejected": "सहमति अनुरोध अस्वीकृत", - "0": "सफलता", - "100": "डिवाइस पंजीकृत नहीं है", - "101": "बायोमेट्रिक वस्तु का पता लगाने में असमर्थ", - "102": "निष्कर्षण के दौरान तकनीकी त्रुटि।", - "103": "डिवाइस से छेड़छाड़ का पता चला", - "104": "प्रबंधन सर्वर से कनेक्ट करने में असमर्थ", - "105": "छवि अभिविन्यास त्रुटि", - "106": "डिवाइस नहीं मिला", - "107": "डिवाइस सार्वजनिक कुंजी समाप्त हो गई", - "108": "डोमेन सार्वजनिक कुंजी अनुपलब्ध", - "109": "बायोमेट्रिक की अनुरोधित संख्या (उंगली/आईआरआईएस) समर्थित नहीं है", - "IDA-MLC-002": "अमान्य यूआईएन", - "IDA-MLC-003": "यूआईएन निष्क्रिय कर दिया गया है", - "IDA-MLC-004": "अमान्य वीआईडी", - "IDA-MLC-005": "अमान्य पहचान पत्र", - "IDA-MLC-014": "अधिसूचना चैनल पंजीकृत नहीं है। व्यक्ति को पंजीकरण करना होगा और पुनः प्रयास करना होगा", - "IDA-OTA-001": "असंख्य ओटीपी अनुरोध प्राप्त हुए", - "IDA-OTA-002": "ओटीपी जनरेट/भेज नहीं सका", - "IDA-OTA-003": "ओटीपी समाप्त हो गया है", - "IDA-OTA-004": "ओटीपी अमान्य है", - "IDA-OTA-005": "इनपुट लेनदेन आईडी ओटीपी अनुरोध के लेनदेन आईडी से मेल नहीं खाता है", - "IDA-MLC-006": "गुम इनपुट पैरामीटर", - "IDA-MLC-007": "अनुरोध संसाधित नहीं किया जा सका। कृपया पुन: प्रयास करें", - "IDA-DEA-001": "जनसांख्यिकीय डेटा मेल नहीं खाता", - "IDA-MLC-001": "अनुरोध को घंटे/मिनट के भीतर MOSIP पर प्राप्त किया जाना चाहिए", - "IDA-DEA-002": "असमर्थित भाषा कोड", - "IDA-MLC-013": "लापता गुण", - "IDA-BIA-001": "बायोमेट्रिक डाटा मैच नहीं हुआ", - "IDA-BIA-002": "अनुरोध में डुप्लिकेट उंगलियां", - "IDA-BIA-003": "FMR की संख्या 2 से अधिक नहीं होनी चाहिए।", - "IDA-BIA-004": "डिवाइस MOSIP के साथ पंजीकृत नहीं है", - "IDA-BIA-005": "डिवाइस प्रदाता MOSIP के साथ पंजीकृत नहीं है", - "IDA-BIA-006": "बायोमेट्रिक डेटा उपलब्ध नहीं है।", - "IDA-BIA-007": "बायोमेट्रिक डेटा उपलब्ध नहीं है।", - "IDA-BIA-008": "IIR की संख्या 2 से अधिक नहीं होनी चाहिए।", - "IDA-DEA-003": "जनसांख्यिकी डेटा उपलब्ध नहीं है।", - "IDA-EKA-002": "प्रिंट प्रारूप अनुरोध में अमान्य मान", - "IDA-MPA-013": "भागीदार eKYC के लिए अनधिकृत है", - "IDA-MPA-001": "डिजिटल हस्ताक्षर सत्यापन विफल।", - "IDA-MPA-002": "डिजिटल हस्ताक्षर में अमान्य प्रमाणपत्र।", - "IDA-MPA-003": "अनुरोध डिक्रिप्ट करने में असमर्थ.", - "IDA-MLC-009": "अमान्य इनपुट पैरामीटर", - "IDA-OTA-006": "यूआईएन ओटीपी जनरेट करने के लिए लॉक है। बाद में पुन: प्रयास करें", - "IDA-OTA-007": "UIN अमान्य OTP परीक्षणों की संख्या से अधिक होने के कारण OTP सत्यापन के लिए अवरोधित है", - "IDA-BIA-009": "FID रिकॉर्ड की संख्या 1 से अधिक नहीं होनी चाहिए।", - "IDA-MLC-008": "कोई प्रमाणीकरण प्रकार नहीं चुना गया", - "IDA-MLC-010": "वीआईडी ​​को निष्क्रिय कर दिया गया है", - "IDA-MLC-011": "असमर्थित प्रमाणीकरण प्रकार", - "IDA-MPA-004": "MOSIP सार्वजनिक कुंजी समाप्त हो गई।", - "IDA-MPA-005": "नीति के अनुसार ओटीपी अनुरोध उपयोग की अनुमति नहीं है", - "IDA-MPA-006": "नीति के अनुसार प्रमाणीकरण प्रकार की अनुमति नहीं है", - "IDA-MPA-007": "लाइसेंस कुंजी पंजीकृत MISP से संबंधित नहीं है", - "IDA-MPA-008": "MISP की लाइसेंस कुंजी समाप्त हो गई है", - "IDA-MPA-009": "भागीदार पंजीकृत नहीं है", - "IDA-MPA-010": "MISP और पार्टनर मैप नहीं किए गए", - "IDA-MPA-011": "MISP की लाइसेंस कुंजी निलंबित कर दी गई है", - "IDA-MPA-012": "भागीदार निष्क्रिय है", - "IDA-MLC-012": "व्यक्ति की सहमति उपलब्ध नहीं है", - "IDA-MPA-014": "भागीदार को कोई नीति नहीं सौंपी गई है", - "IDA-MPA-015": "नीति के अनुसार अनिवार्य प्रमाणीकरण नहीं किया गया", - "IDA-MPA-016": "एचएमएसी सत्यापन विफल रहा", - "IDA-OTA-008": "ओटीपी अधिसूचना चैनल प्रदान नहीं किया गया।", - "IDA-BIA-010": "एकल FMR रिकॉर्ड में एक से अधिक अंगुलियां होती हैं।", - "IDA-BIA-011": "अमान्य बायोमेट्रिक डेटा", - "IDA-MPA-017": "MISP की लाइसेंस कुंजी अवरोधित है", - "IDA-MLC-015": "पहचान प्रकार समर्थित नहीं है", - "IDA-OTA-009": "अधिसूचना चैनल कॉन्फ़िगर नहीं किया गया", - "IDA-MLC-016": "अनुरोध में लेन-देन आईडी पैरामीटर मेल नहीं खाते", - "IDA-BIA-013": "FMR की संख्या 10 से अधिक नहीं होनी चाहिए।", - "IDA-EKA-001": "ईकेवाईसी प्रतिक्रिया को एन्क्रिप्ट करने में असमर्थ", - "IDA-OTA-010": "इनपुट पहचान प्रकार OTP अनुरोध के पहचान प्रकार से मेल नहीं खाता", - "IDA-MLC-017": "अमान्य उपयोगकर्ता आइ डी", - "IDA-MLC-018": "उपयोगकर्ता डेटा उपलब्ध नहीं है", - "IDA-MLC-019": "प्रमाणीकरण मोडैलिटी लॉक है", - "IDA-MLC-020": "डेटा एन्क्रिप्ट करने में असमर्थ", - "IDA-BIA-014": "हैश सत्यापन विफल", - "IDA-DPM-001": "डिवाइस MOSIP के साथ पंजीकृत नहीं है", - "IDA-DPM-002": "एमडीएस एमओएसआईपी के साथ पंजीकृत नहीं है", - "IDA-DPM-003": "डिवाइस प्रदाता MOSIP के साथ पंजीकृत नहीं है", - "IDA-MPA-018": "पॉलिसी आईडी किसी पंजीकृत भागीदार की नहीं है", - "IDA-BIA-016": "तकनीकी खराबी के कारण गुणवत्ता की जांच नहीं हो पा रही है", - "IDA-BIA-017": "तकनीकी समस्या के कारण बायोमैट्रिक मिलान नहीं हो सका", - "IDA-BIA-018": "तकनीकी समस्या के कारण अनुरोध संसाधित करने में असमर्थ", - "IDA-BIA-015": "हस्ताक्षर सत्यापन विफल", - "IDA-MLC-021": "एचएसएम से कुंजी प्राप्त करने में विफल", - "IDA-MLC-022": "यूआईएन निष्क्रिय/अवरुद्ध है", - "IDA-MLC-023": "वीआईडी समाप्त/निष्क्रिय है", - "IDA-DPM-004": "डिवाइस प्रकार और बायोमेट्रिक प्रकार मेल नहीं खाते", - "IDA-MLC-024": "अनुरोध का डोमेन बायोमेट्रिक्स के डोमेन से मेल नहीं खा रहा है", - "IDA-MLC-025": "पार्टनर सर्टिफिकेट उपलब्ध नहीं है", - "IDA-OTA-011": "इनपुट पार्टनर-आईडी OTP अनुरोध के पार्टनर-आईडी से मेल नहीं खाता", - "IDA-MPA-019": "भागीदार नीति सक्रिय नहीं है", - "IDA-IDV-001": "इनपुट डेटा सत्यापन विफल", - "IDA-RST-001": "यूआरआई खाली नहीं होना चाहिए", - "IDA-RST-002": "httpMethod खाली या अमान्य है", - "IDA-RST-003": "रिटर्न टाइप खाली है", - "IDA-RST-004": "बाकी सेवा का नाम खाली या अमान्य है", - "IDA-RST-005": "समय समाप्त अमान्य है", - "IDA-RST-006": "4XX - क्लाइंट त्रुटि हुई", - "IDA-RST-007": "5XX - सर्वर त्रुटि हुई", - "IDA-RST-008": "कनेक्शन का समय समाप्त" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/kan.json b/artifacts/src/i18n/idp-i18n-bundle/kan.json deleted file mode 100644 index bceac6fc..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/kan.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "ದೃಢೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "consent_request_rejected": "ಸಮ್ಮತಿ ವಿನಂತಿಯನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ", - "consent_request_msg": "{{clientName}} ಅವರು ಈ ಕೆಳಗಿನವುಗಳಿಗೆ ಪ್ರವೇಶವನ್ನು ವಿನಂತಿಸುತ್ತಿದ್ದಾರೆ:", - "authorize_scope": "ವ್ಯಾಪ್ತಿಗಳನ್ನು ಅಧಿಕೃತಗೊಳಿಸಿ", - "essential_claims": "ಅಗತ್ಯ ಹಕ್ಕುಗಳು", - "voluntary_claims": "ಸ್ವಯಂಪ್ರೇರಿತ ಹಕ್ಕುಗಳು", - "cancel": "ರದ್ದುಮಾಡಿ", - "allow": "ಅನುಮತಿಸಿ", - "resident-service": "ನಿವಾಸ ಸೇವೆ", - "name": "ಹೆಸರು", - "given_name": "ಹೆಸರು", - "middle_name": "ಮಧ್ಯದ ಹೆಸರು", - "preferred_username": "ಆದ್ಯತೆಯ ಬಳಕೆದಾರ ಹೆಸರು", - "picture": "ಚಿತ್ರ", - "gender": "ಲಿಂಗ", - "birthdate": "ಹುಟ್ಟಿದ ದಿನಾಂಕ", - "locale": "ಸ್ಥಳೀಯ", - "nickname": "ಅಡ್ಡಹೆಸರು", - "family_name": "ಕೌಟುಂಬಿಕ ಹೆಸರು", - "zoneinfo": "ವಲಯ ಮಾಹಿತಿ", - "updated_at": "ನಲ್ಲಿ ನವೀಕರಿಸಲಾಗಿದೆ", - "address": "ವಿಳಾಸ", - "email": "ಇಮೇಲ್ ವಿಳಾಸ", - "email_verified": "ಇಮೇಲ್ ವಿಳಾಸ", - "phone": "ದೂರವಾಣಿ", - "phone_number": "ದೂರವಾಣಿ ಸಂಖ್ಯೆ", - "phone_number_verified": "ದೂರವಾಣಿ ಸಂಖ್ಯೆ", - "required": "ಅಗತ್ಯವಿದೆ", - "profile": "ಪ್ರೊಫೈಲ್" - }, - "l1Biometrics": { - "scan_and_verify": "ಸ್ಕ್ಯಾನ್ ಮಾಡಿ ಮತ್ತು ಪರಿಶೀಲಿಸಿ", - "sign_in_with_biometric": "ಬಯೋಮೆಟ್ರಿಕ್ ಮೂಲಕ ಲಾಗಿನ್ ಮಾಡಿ", - "retry": "ಮರುಪ್ರಯತ್ನಿಸಿ", - "vid_label_text": "ನಿಮ್ಮ VID ನಮೂದಿಸಿ", - "vid_placeholder": "ವಿಐಡಿ", - "Face": "ಮುಖ", - "Finger": "ಬೆರಳು", - "Iris": "ಐರಿಸ್", - "select_a_device": "ಸಾಧನವನ್ನು ಆಯ್ಕೆಮಾಡಿ" - }, - "pin": { - "sign_in_with_pin": "PIN ನೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "remember_me": "ನನ್ನನ್ನು ನೆನಪಿನಲ್ಲಿ ಇಡು", - "login": "ಲಾಗಿನ್ ಮಾಡಿ", - "uin_label_text": "ಯುಐಎನ್", - "pin_label_text": "ಪಿನ್", - "uin_placeholder": "ಯುಐಎನ್ ಅಥವಾ ಪಿನ್", - "pin_placeholder": "ಪಿನ್ ನಮೂದಿಸಿ" - }, - "IDPQRCode": { - "sign_in_with_inji": "ಇಂಜಿಯೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "scan_with_inji": "ಲಾಗ್ ಇನ್ ಮಾಡಲು ಇಂಜಿ ಅಪ್ಲಿಕೇಶನ್‌ನೊಂದಿಗೆ ಸ್ಕ್ಯಾನ್ ಮಾಡಿ", - "inji_app": "ಇಂಜಿ ಅಪ್ಲಿಕೇಶನ್", - "dont_have_inji": "ಇಂಜಿ ಇಲ್ಲವೇ?", - "download_now": "ಈಗ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ", - "link_code_status": "ಲಿಂಕ್ ಕೋಡ್ ಸ್ಥಿತಿ", - "failed": "ವಿಫಲವಾಗಿದೆ", - "refresh": "QR ಕೋಡ್ ಅನ್ನು ರಿಫ್ರೆಶ್ ಮಾಡಿ" - }, - "otp": { - "sign_in_with_otp": "ಒಟಿಪಿ ಯೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "resend_otp": "OTP ಅನ್ನು ಮರುಕಳುಹಿಸಿ", - "not_a_robot": "ನಾನು ರೋಬೋಟ್ ಅಲ್ಲ", - "get_otp": "ಒಟಿಪಿ ಪಡೆಯಿರಿ", - "verify": "ಪರಿಶೀಲಿಸಿ", - "vid_label_text": "ನಿಮ್ಮ ಪಿನ್ ನಮೂದಿಸಿ", - "otp_label_text": "ಒಟಿಪಿ", - "vid_placeholder": "ಪಿನ್", - "otp_placeholder": "1234", - "mobile_number": "ಮೊಬೈಲ್ ಸಂಖ್ಯೆ", - "email_address": "ಇಮೇಲ್ ವಿಳಾಸ", - "otp_sent_msg": "ನಿಮ್ಮ ನೋಂದಾಯಿತ {{otpChannels}} ಗೆ ಒಟಿಪಿ ಅನ್ನು ಕಳುಹಿಸಲಾಗಿದೆ", - "resend_otp_counter": "{{min}}:{{sec}} ನಲ್ಲಿ OTP ಅನ್ನು ಮರುಕಳುಹಿಸಿ", - "mobile_placeholder": "ಮೊಬೈಲ್ ಸಂಖ್ಯೆ: {{mobileNumber}}", - "email_placeholder": "ಇಮೇಲ್ ವಿಳಾಸ: {{emailAddress}}", - "mobile_email_placeholder": "ಮೊಬೈಲ್ ಸಂಖ್ಯೆ: {{mobileNumber}} ಮತ್ತು ಇಮೇಲ್ ವಿಳಾಸ: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "ನೀವು ಹೇಗೆ ಲಾಗಿನ್ ಆಗಬೇಕೆಂದು ಆರಿಸಿಕೊಳ್ಳಿ:", - "login_with": "{{option}} ನೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "PIN": "ಪಿನ್", - "Inji": "ಇಂಜಿ", - "Biometrics": "ಬಯೋಮೆಟ್ರಿಕ್ಸ್", - "BIO": "ಬಯೋಮೆಟ್ರಿಕ್ಸ್", - "QRCode": "ಕ್ಯೂಆರ್ ಕೋಡ್", - "WALLET": "ಇಂಜಿ", - "OTP": "ಒಟಿಪಿ" - }, - "idpDetails": { - "idp_details_heading": "IDP ವಿವರಗಳು", - "internal_api": "ಆಂತರಿಕ API", - "wellknown_api": "ಪ್ರಸಿದ್ಧ API" - }, - "header": { - "login_heading": "MOSIP ನೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "login_paragraph": "MOSIP ಗೆ ಇನ್ನೂ ನೋಂದಾಯಿಸಿಲ್ಲವೇ?", - "login_linkName": "ಮುಂಚಿತವಾಗಿ ನೋಂದಾಯಿಸಿ", - "more_ways_to_sign_in": "ಸೈನ್ ಇನ್ ಮಾಡಲು ಇನ್ನಷ್ಟು ಮಾರ್ಗಗಳು", - "invalid_auth_factor": "ಅಮಾನ್ಯವಾದ ದೃಢೀಕರಣ ಅಂಶಗಳು ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ...", - "here_tab_name": "ಇಲ್ಲಿ ಲಾಗ್ ಇನ್ ಮಾಡಿ", - "inji_tab_name": "ಇಂಜಿಯೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "dont_have_inji": "ಇಂಜಿ ಇಲ್ಲವೇ?", - "download_now": "ಈಗ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" - }, - "tabs": { - "pin_tab_name": "ಪಿನ್ ನೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ", - "inji_tab_name": "ಇಂಜಿಯೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ", - "biometric_tab_name": "ಬಯೋಮೆಟ್ರಿಕ್ಸ್‌ನೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ" - }, - "loadingMsgs": { - "redirecting_msg": "ಮರುನಿರ್ದೇಶಿಸಲಾಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "link_auth_waiting": "ದಯವಿಟ್ಟು ಇಂಜಿ ಮೂಲಕ ದೃಢೀಕರಿಸಿ. ಈ ಪುಟವನ್ನು ರಿಫ್ರೆಶ್ ಮಾಡಬೇಡಿ.", - "authenticating_msg": "ಪ್ರಮಾಣೀಕರಿಸಲಾಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "scanning_devices_msg": "ಸ್ಕ್ಯಾನಿಂಗ್ ಸಾಧನಗಳು. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "capture_initiated_msg": "{{modality}} ಕ್ಯಾಪ್ಚರ್ ಅನ್ನು {{deviceModel}} ನಲ್ಲಿ ಪ್ರಾರಂಭಿಸಲಾಗಿದೆ", - "sending_otp_msg": "OTP ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "loading_msg": "ಲೋಡ್ ಆಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ..." - }, - "tooltips": { - "vid_tooltip": "ದಯವಿಟ್ಟು ಈ ಕ್ಷೇತ್ರವನ್ನು ಭರ್ತಿ ಮಾಡಿ" - }, - "errors": { - "no_response_msg": "ಪ್ರತಿಕ್ರಿಯೆ ಇಲ್ಲ", - "no_devices_found_msg": "ಸಾಧನ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸಂಪರ್ಕವನ್ನು ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಮರುಪ್ರಯತ್ನಿಸಿ.", - "link_code_refresh_failed": "ಲೋಡ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", - "link_code_status_failed": "ಲೋಡ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", - "failed_to_link": "ಲಿಂಕ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", - "qr_code_expired": "QR ಕೋಡ್ ಅವಧಿ ಮೀರಿದೆ", - "authorization_failed": "ದೃಢೀಕರಿಸಲು ವಿಫಲವಾಗಿದೆ", - "device_disc_failed": "ಸಾಧನ ಅನ್ವೇಷಣೆ ವಿಫಲವಾಗಿದೆ", - "device_not_found_msg": "ಸಾಧನ ಕಂಡುಬಂದಿಲ್ಲ", - "biometric_capture_failed_msg": "ಬಯೋಮೆಟ್ರಿಕ್ ಕ್ಯಾಪ್ಚರ್ ವಿಫಲವಾಗಿದೆ", - "authentication_failed_msg": "ಪ್ರಮಾಣೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "send_otp_failed_msg": "OTP ಕಳುಹಿಸಲು ವಿಫಲವಾಗಿದೆ", - "parsing_error_msg": "ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "Network Error": "ನೆಟ್‌ವರ್ಕ್ ದೋಷ", - "invalid_request": "ಅಮಾನ್ಯ ವಿನಂತಿ", - "invalid_client_id": "ಅಮಾನ್ಯ ಕ್ಲೈಂಟ್ ಗುರುತಿಸುವಿಕೆ", - "invalid_client_name": "ಅಮಾನ್ಯ ಗ್ರಾಹಕ ಹೆಸರು", - "invalid_uri": "ಅಮಾನ್ಯ URL", - "invalid_rp_id": "ಅಮಾನ್ಯವಾದ ಅವಲಂಬಿತ ಪಕ್ಷದ ಗುರುತಿಸುವಿಕೆ", - "invalid_response_type": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಪ್ರತಿಕ್ರಿಯೆ ಪ್ರಕಾರ", - "invalid_grant_type": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಅನುದಾನದ ಪ್ರಕಾರ", - "invalid_scope": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ವ್ಯಾಪ್ತಿ", - "invalid_redirect_uri": "ಅಮಾನ್ಯ ಮರುನಿರ್ದೇಶನ URL", - "invalid_display": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಪ್ರದರ್ಶನ", - "invalid_prompt": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ UI ಪ್ರಾಂಪ್ಟ್", - "invalid_assertion_type": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಕ್ಲೈಂಟ್ ಸಮರ್ಥನೆ ಪ್ರಕಾರ", - "invalid_client_auth": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಕ್ಲೈಂಟ್ ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳು", - "invalid_transaction": "ಅಮಾನ್ಯ ವಹಿವಾಟು ಅಥವಾ ವಹಿವಾಟಿನ ಅವಧಿ ಮುಗಿದಿದೆ", - "invalid_assertion": "ಅಮಾನ್ಯ ಕ್ಲೈಂಟ್ ಸಮರ್ಥನೆ", - "invalid_acr": "ಅಮಾನ್ಯ/ಬೆಂಬಲಿತವಲ್ಲದ ದೃಢೀಕರಣ ಸಂದರ್ಭದ ವರ್ಗ ಉಲ್ಲೇಖಗಳು", - "invalid_token": "ಅಮಾನ್ಯ/ಅವಧಿ ಮುಗಿದ ಪ್ರವೇಶ ಟೋಕನ್", - "auth_failed": "ಪ್ರಮಾಣೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "auth_passed": "ದೃಢೀಕರಣ ಯಶಸ್ಸು", - "acr_amr_mapping_not_found": "ACR-AMR ಮ್ಯಾಪಿಂಗ್ ಫೈಲ್ ಕಂಡುಬಂದಿಲ್ಲ", - "no_acr_registered": "ಯಾವುದೇ ದೃಢೀಕರಣ ಸಂದರ್ಭ ವರ್ಗ ಉಲ್ಲೇಖಗಳು (ACR) ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "invalid_algorithm": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಹ್ಯಾಶಿಂಗ್ ಅಲ್ಗಾರಿದಮ್", - "unknown_error": "ಅಜ್ಞಾತ ದೋಷ", - "invalid_input": "ಅಮಾನ್ಯ ಇನ್‌ಪುಟ್", - "duplicate_client_id": "ನಕಲು ಗ್ರಾಹಕ ಗುರುತಿಸುವಿಕೆ", - "invalid_claim": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಬಳಕೆದಾರ ಹಕ್ಕುಗಳು", - "invalid_public_key": "ಅಮಾನ್ಯ ಕ್ಲೈಂಟ್ ಸಾರ್ವಜನಿಕ ಕೀ", - "send_otp_failed": "ಕಳುಹಿಸಲು-otp ವಿಫಲವಾಗಿದೆ. ಅಮಾನ್ಯ/ಅಜ್ಞಾತ ವೈಯಕ್ತಿಕ ಐಡಿ.", - "missing_header": "ವಿನಂತಿಯಲ್ಲಿ ಬೇರರ್ ಟೋಕನ್‌ನೊಂದಿಗೆ ಹೆಡರ್ ಕಾಣೆಯಾಗಿದೆ : ದೃಢೀಕರಣ.", - "invalid_permitted_scope": "ಅಮಾನ್ಯವಾದ ಅಧಿಕಾರ ವ್ಯಾಪ್ತಿಯನ್ನು ಅನುಮತಿಸಲಾಗಿದೆ", - "invalid_identifier": "ಅಮಾನ್ಯವಾದ ವೈಯಕ್ತಿಕ ಗುರುತಿಸುವಿಕೆಯನ್ನು ಒದಗಿಸಲಾಗಿದೆ.", - "invalid_otp_channel": "ಅಮಾನ್ಯ OTP ಚಾನಲ್ ಒದಗಿಸಲಾಗಿದೆ.", - "invalid_no_of_challenges": "ಶೂನ್ಯ ಅಥವಾ ಖಾಲಿ ದೃಢೀಕರಣ ಸವಾಲುಗಳನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ.", - "invalid_transaction_id": "ಶೂನ್ಯ ಅಥವಾ ಖಾಲಿ ವಹಿವಾಟುಐಡಿ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ.", - "invalid_auth_factor_type": "ಶೂನ್ಯ ಅಥವಾ ಖಾಲಿ ದೃಢೀಕರಣ ಅಂಶ ಪ್ರಕಾರವನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ.", - "invalid_challenge": "ದೃಢೀಕರಣ ಸವಾಲು ಅಗತ್ಯವಿದೆ.", - "invalid_status": "ಬೆಂಬಲವಿಲ್ಲದ ಸ್ಥಿತಿ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ.", - "invalid_accepted_claim": "ಅಮಾನ್ಯ ಬಳಕೆದಾರ ಹಕ್ಕುಗಳನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ", - "invalid_auth_code": "ಅಮಾನ್ಯವಾದ ದೃಢೀಕರಣ ಕೋಡ್ ಒದಗಿಸಲಾಗಿದೆ.", - "auth_factor_mismatch": "ಒದಗಿಸಿದ ದೃಢೀಕರಣ ಅಂಶಗಳು ಪರಿಹರಿಸಿದ ದೃಢೀಕರಣ ಅಂಶಗಳಿಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ.", - "unsupported_id_format": "ಬೆಂಬಲಿತವಲ್ಲದ ID ಫಾರ್ಮ್ಯಾಟ್.", - "link_code_gen_failed": "ಲಿಂಕ್-ಕೋಡ್ ರಚಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸು.", - "invalid_link_code": "ಅಮಾನ್ಯ ಲಿಂಕ್ ಕೋಡ್.", - "transaction_not_found": "ವಹಿವಾಟು ಕಂಡುಬಂದಿಲ್ಲ.", - "transaction_already_linked": "ವಹಿವಾಟು ಈಗಾಗಲೇ ಲಿಂಕ್ ಆಗಿದೆ.", - "subscription_failed": "ಕಾಫ್ಕಾ ವಿಷಯಕ್ಕೆ ಚಂದಾದಾರಿಕೆ ವಿಫಲವಾಗಿದೆ.", - "response_timeout": "ಮುಂದೂಡಲ್ಪಟ್ಟ ಪ್ರತಿಕ್ರಿಯೆ ಸಮಯ ಮೀರಿದೆ.", - "invalid_state": "ಅಮಾನ್ಯ ಸ್ಥಿತಿಯಲ್ಲಿ ವಹಿವಾಟು ಕಂಡುಬಂದಿದೆ.", - "authorization_failed_msg": "ದೃಢೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "consent_request_rejected": "ಸಮ್ಮತಿ ವಿನಂತಿಯನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ", - "0": "ಯಶಸ್ಸು", - "100": "ಸಾಧನವನ್ನು ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "101": "ಬಯೋಮೆಟ್ರಿಕ್ ವಸ್ತುವನ್ನು ಪತ್ತೆಹಚ್ಚಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "102": "ಹೊರತೆಗೆಯುವ ಸಮಯದಲ್ಲಿ ತಾಂತ್ರಿಕ ದೋಷ.", - "103": "ಸಾಧನ ಟ್ಯಾಂಪರ್ ಪತ್ತೆಯಾಗಿದೆ", - "104": "ನಿರ್ವಹಣಾ ಸರ್ವರ್‌ಗೆ ಸಂಪರ್ಕಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "105": "ಚಿತ್ರದ ದೃಷ್ಟಿಕೋನ ದೋಷ", - "106": "ಸಾಧನ ಕಂಡುಬಂದಿಲ್ಲ", - "107": "ಸಾಧನದ ಸಾರ್ವಜನಿಕ ಕೀ ಅವಧಿ ಮೀರಿದೆ", - "108": "ಡೊಮೇನ್ ಸಾರ್ವಜನಿಕ ಕೀ ಕಾಣೆಯಾಗಿದೆ", - "109": "ವಿನಂತಿಸಿದ ಬಯೋಮೆಟ್ರಿಕ್ ಸಂಖ್ಯೆ (ಫಿಂಗರ್/ಐಆರ್ಐಎಸ್) ಬೆಂಬಲಿತವಾಗಿಲ್ಲ", - "IDA-MLC-002": "ಅಮಾನ್ಯ UIN", - "IDA-MLC-003": "UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MLC-004": "ಅಮಾನ್ಯ VID", - "IDA-MLC-005": "ಅಮಾನ್ಯ ಐಡಿ", - "IDA-MLC-014": "ಅಧಿಸೂಚನೆ ಚಾನಲ್ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ. ವ್ಯಕ್ತಿಯು ನೋಂದಾಯಿಸಿಕೊಳ್ಳಬೇಕು ಮತ್ತು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಬೇಕು", - "IDA-OTA-001": "ಅಸಂಖ್ಯಾತ OTP ವಿನಂತಿಗಳನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ", - "IDA-OTA-002": "OTP ಅನ್ನು ರಚಿಸಲು/ಕಳುಹಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ", - "IDA-OTA-003": "OTP ಅವಧಿ ಮುಗಿದಿದೆ", - "IDA-OTA-004": "OTP ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-OTA-005": "ಇನ್‌ಪುಟ್ ವಹಿವಾಟು ಐಡಿ OTP ವಿನಂತಿಯ ವಹಿವಾಟು ಐಡಿಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MLC-006": "ಇನ್‌ಪುಟ್ ಪ್ಯಾರಾಮೀಟರ್ ಕಾಣೆಯಾಗಿದೆ", - "IDA-MLC-007": "ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ", - "IDA-DEA-001": "ಜನಸಂಖ್ಯಾ ಡೇಟಾ ಹೊಂದಾಣಿಕೆಯಾಗಲಿಲ್ಲ", - "IDA-MLC-001": "अनुरोध को घंटे/मिनट के भीतर MOSIP पर प्राप्त किया जाना चाहिए", - "IDA-DEA-002": "ಬೆಂಬಲಿತವಲ್ಲದ ಭಾಷಾ ಕೋಡ್", - "IDA-MLC-013": "ಕಾಣೆಯಾದ ಗುಣಲಕ್ಷಣಗಳು", - "IDA-BIA-001": "ಬಯೋಮೆಟ್ರಿಕ್ ಡೇಟಾ ಹೊಂದಾಣಿಕೆಯಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-002": "ವಿನಂತಿಯಲ್ಲಿ ನಕಲು ಬೆರಳುಗಳು.", - "IDA-BIA-003": "ಎಫ್‌ಎಂಆರ್‌ನ ಸಂಖ್ಯೆ 2ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬಾರದು.", - "IDA-BIA-004": "MOSIP ನೊಂದಿಗೆ ಸಾಧನವನ್ನು ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-BIA-005": "ಸಾಧನ ಒದಗಿಸುವವರು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-BIA-006": "ಬಯೋಮೆಟ್ರಿಕ್ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ.", - "IDA-BIA-007": "ವಿನಂತಿಯಲ್ಲಿ ನಕಲು ಐರಿಸ್.", - "IDA-BIA-008": "IIR ನ ಸಂಖ್ಯೆ 2 ಮೀರಬಾರದು.", - "IDA-DEA-003": "ಜನಸಂಖ್ಯಾ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ.", - "IDA-EKA-002": "ಮುದ್ರಣ ಸ್ವರೂಪದ ವಿನಂತಿಯಲ್ಲಿ ಅಮಾನ್ಯ ಮೌಲ್ಯ", - "IDA-MPA-013": "ಪಾಲುದಾರರು eKYC ಗಾಗಿ ಅನಧಿಕೃತರಾಗಿದ್ದಾರೆ", - "IDA-MPA-001": "ಡಿಜಿಟಲ್ ಸಹಿ ಪರಿಶೀಲನೆ ವಿಫಲವಾಗಿದೆ.", - "IDA-MPA-002": "ಡಿಜಿಟಲ್ ಸಹಿಯಲ್ಲಿ ಅಮಾನ್ಯ ಪ್ರಮಾಣಪತ್ರ.", - "IDA-MPA-003": "ವಿನಂತಿಯನ್ನು ಡೀಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ.", - "IDA-MLC-009": "ಅಮಾನ್ಯ ಇನ್‌ಪುಟ್ ಪ್ಯಾರಾಮೀಟರ್", - "IDA-OTA-006": "OTP ಉತ್ಪಾದನೆಗಾಗಿ UIN ಅನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ", - "IDA-OTA-007": "ಅಮಾನ್ಯ OTP ಪ್ರಯೋಗಗಳ ಸಂಖ್ಯೆಯನ್ನು ಮೀರಿರುವುದರಿಂದ OTP ಮೌಲ್ಯೀಕರಣಕ್ಕಾಗಿ UIN ಅನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿದೆ", - "IDA-BIA-009": "FID ದಾಖಲೆಗಳ ಸಂಖ್ಯೆ 1 ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬಾರದು.", - "IDA-MLC-008": "ಯಾವುದೇ ದೃಢೀಕರಣ ಪ್ರಕಾರವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿಲ್ಲ", - "IDA-MLC-010": "VID ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MLC-011": "ಬೆಂಬಲಿತವಲ್ಲದ ದೃಢೀಕರಣ ಪ್ರಕಾರ", - "IDA-MPA-004": "MOSIP ಸಾರ್ವಜನಿಕ ಕೀ ಅವಧಿ ಮುಗಿದಿದೆ.", - "IDA-MPA-005": "ನೀತಿಯ ಪ್ರಕಾರ OTP ವಿನಂತಿಯ ಬಳಕೆಯನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ", - "IDA-MPA-006": "ನೀತಿಯ ಪ್ರಕಾರ ದೃಢೀಕರಣದ ಪ್ರಕಾರವನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ", - "IDA-MPA-007": "ಪರವಾನಗಿ ಕೀ ನೋಂದಾಯಿತ MISP ಗೆ ಸೇರಿಲ್ಲ", - "IDA-MPA-008": "MISP ಯ ಪರವಾನಗಿ ಕೀ ಅವಧಿ ಮುಗಿದಿದೆ", - "IDA-MPA-009": "ಪಾಲುದಾರನನ್ನು ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-010": "MISP ಮತ್ತು ಪಾಲುದಾರರನ್ನು ಮ್ಯಾಪ್ ಮಾಡಲಾಗಿಲ್ಲ", - "IDA-MPA-011": "MISP ಯ ಪರವಾನಗಿ ಕೀಲಿಯನ್ನು ಅಮಾನತುಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MPA-012": "ಪಾಲುದಾರರನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MLC-012": "ವ್ಯಕ್ತಿಯ ಒಪ್ಪಿಗೆ ಲಭ್ಯವಿಲ್ಲ", - "IDA-MPA-014": "ಪಾಲುದಾರರನ್ನು ಯಾವುದೇ ನೀತಿಯೊಂದಿಗೆ ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-015": "ಪಾಲಿಸಿಯ ಪ್ರಕಾರ ಕಡ್ಡಾಯ ದೃಢೀಕರಣವನ್ನು ನಿರ್ವಹಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-016": "HMAC ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-OTA-008": "OTP ಅಧಿಸೂಚನೆ ಚಾನಲ್ ಒದಗಿಸಲಾಗಿಲ್ಲ.", - "IDA-BIA-010": "ಒಂದೇ FMR ದಾಖಲೆಯು ಒಂದಕ್ಕಿಂತ ಹೆಚ್ಚು ಬೆರಳುಗಳನ್ನು ಒಳಗೊಂಡಿದೆ.", - "IDA-BIA-011": "ಅಮಾನ್ಯ ಬಯೋಮೆಟ್ರಿಕ್ ಡೇಟಾ", - "IDA-MPA-017": "MISP ಯ ಪರವಾನಗಿ ಕೀಲಿಯನ್ನು ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", - "IDA-MLC-015": "ಗುರುತಿನ ಪ್ರಕಾರವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ", - "IDA-OTA-009": "ಅಧಿಸೂಚನೆ ಚಾನಲ್ ಅನ್ನು ಕಾನ್ಫಿಗರ್ ಮಾಡಲಾಗಿಲ್ಲ", - "IDA-MLC-016": "ವಿನಂತಿಯಲ್ಲಿನ ವಹಿವಾಟು ID ನಿಯತಾಂಕಗಳು ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-BIA-013": "FMR ಸಂಖ್ಯೆ 10 ಮೀರಬಾರದು.", - "IDA-EKA-001": "eKYC ಪ್ರತಿಕ್ರಿಯೆಯನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-OTA-010": "ಇನ್‌ಪುಟ್ ಗುರುತಿನ ಪ್ರಕಾರವು OTP ವಿನಂತಿಯ ಗುರುತಿನ ಪ್ರಕಾರಕ್ಕೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MLC-017": "ಅಮಾನ್ಯ UserID", - "IDA-MLC-018": "ಬಳಕೆದಾರರ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ", - "IDA-MLC-019": "ದೃಢೀಕರಣ ವಿಧಾನವನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿದೆ", - "IDA-MLC-020": "ಡೇಟಾವನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-014": "ಹ್ಯಾಶ್ ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-DPM-001": "ಸಾಧನವನ್ನು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-DPM-002": "MDS ಅನ್ನು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-DPM-003": "ಸಾಧನ ಪೂರೈಕೆದಾರರನ್ನು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-018": "ಪಾಲಿಸಿ ಐಡಿ ನೋಂದಾಯಿತ ಪಾಲುದಾರರಿಗೆ ಸೇರಿಲ್ಲ", - "IDA-BIA-016": "ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ಗುಣಮಟ್ಟ ಪರಿಶೀಲನೆಯನ್ನು ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-017": "ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ಬಯೋಮೆಟ್ರಿಕ್ ಹೊಂದಾಣಿಕೆಯನ್ನು ನಿರ್ವಹಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-018": "ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-015": "ಸಹಿ ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-MLC-021": "HSM ನಿಂದ ಕೀ ತರಲು ವಿಫಲವಾಗಿದೆ", - "IDA-MLC-022": "UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ/ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", - "IDA-MLC-023": "VID ಅವಧಿ ಮೀರಿದೆ/ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-DPM-004": "ಸಾಧನದ ಪ್ರಕಾರ ಮತ್ತು ಬಯೋಮೆಟ್ರಿಕ್ ಪ್ರಕಾರ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MLC-024": "ವಿನಂತಿಯ ಡೊಮೇನ್ ಬಯೋಮೆಟ್ರಿಕ್ಸ್ ಡೊಮೇನ್‌ಗೆ ಹೊಂದಿಕೆಯಾಗುತ್ತಿಲ್ಲ", - "IDA-MLC-025": "ಪಾಲುದಾರ ಪ್ರಮಾಣಪತ್ರ ಲಭ್ಯವಿಲ್ಲ", - "IDA-OTA-011": "OTP ವಿನಂತಿಯ ಪಾಲುದಾರ-ID ಇನ್‌ಪುಟ್ ಪಾಲುದಾರ-ID ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MPA-019": "ಪಾಲುದಾರ ನೀತಿಯು ಸಕ್ರಿಯವಾಗಿಲ್ಲ", - "IDA-IDV-001": "ಇನ್‌ಪುಟ್ ಡೇಟಾ ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-RST-001": "URI ಖಾಲಿ ಇರಬಾರದು", - "IDA-RST-002": "httpMethod ಖಾಲಿಯಾಗಿದೆ ಅಥವಾ ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-RST-003": "ರಿಟರ್ನ್ ಟೈಪ್ ಖಾಲಿಯಾಗಿದೆ", - "IDA-RST-004": "ಉಳಿದ ಸೇವೆಯ ಹೆಸರು ಖಾಲಿಯಾಗಿದೆ ಅಥವಾ ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-RST-005": "ಅವಧಿ ಮೀರಿದ್ದು ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-RST-006": "4XX - ಕ್ಲೈಂಟ್ ದೋಷ ಸಂಭವಿಸಿದೆ", - "IDA-RST-007": "5XX - ಸರ್ವರ್ ದೋಷ ಸಂಭವಿಸಿದೆ", - "IDA-RST-008": "ಸಂಪರ್ಕ ಸಮಯ ಮೀರಿದೆ" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/kn.json b/artifacts/src/i18n/idp-i18n-bundle/kn.json deleted file mode 100644 index bceac6fc..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/kn.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "ದೃಢೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "consent_request_rejected": "ಸಮ್ಮತಿ ವಿನಂತಿಯನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ", - "consent_request_msg": "{{clientName}} ಅವರು ಈ ಕೆಳಗಿನವುಗಳಿಗೆ ಪ್ರವೇಶವನ್ನು ವಿನಂತಿಸುತ್ತಿದ್ದಾರೆ:", - "authorize_scope": "ವ್ಯಾಪ್ತಿಗಳನ್ನು ಅಧಿಕೃತಗೊಳಿಸಿ", - "essential_claims": "ಅಗತ್ಯ ಹಕ್ಕುಗಳು", - "voluntary_claims": "ಸ್ವಯಂಪ್ರೇರಿತ ಹಕ್ಕುಗಳು", - "cancel": "ರದ್ದುಮಾಡಿ", - "allow": "ಅನುಮತಿಸಿ", - "resident-service": "ನಿವಾಸ ಸೇವೆ", - "name": "ಹೆಸರು", - "given_name": "ಹೆಸರು", - "middle_name": "ಮಧ್ಯದ ಹೆಸರು", - "preferred_username": "ಆದ್ಯತೆಯ ಬಳಕೆದಾರ ಹೆಸರು", - "picture": "ಚಿತ್ರ", - "gender": "ಲಿಂಗ", - "birthdate": "ಹುಟ್ಟಿದ ದಿನಾಂಕ", - "locale": "ಸ್ಥಳೀಯ", - "nickname": "ಅಡ್ಡಹೆಸರು", - "family_name": "ಕೌಟುಂಬಿಕ ಹೆಸರು", - "zoneinfo": "ವಲಯ ಮಾಹಿತಿ", - "updated_at": "ನಲ್ಲಿ ನವೀಕರಿಸಲಾಗಿದೆ", - "address": "ವಿಳಾಸ", - "email": "ಇಮೇಲ್ ವಿಳಾಸ", - "email_verified": "ಇಮೇಲ್ ವಿಳಾಸ", - "phone": "ದೂರವಾಣಿ", - "phone_number": "ದೂರವಾಣಿ ಸಂಖ್ಯೆ", - "phone_number_verified": "ದೂರವಾಣಿ ಸಂಖ್ಯೆ", - "required": "ಅಗತ್ಯವಿದೆ", - "profile": "ಪ್ರೊಫೈಲ್" - }, - "l1Biometrics": { - "scan_and_verify": "ಸ್ಕ್ಯಾನ್ ಮಾಡಿ ಮತ್ತು ಪರಿಶೀಲಿಸಿ", - "sign_in_with_biometric": "ಬಯೋಮೆಟ್ರಿಕ್ ಮೂಲಕ ಲಾಗಿನ್ ಮಾಡಿ", - "retry": "ಮರುಪ್ರಯತ್ನಿಸಿ", - "vid_label_text": "ನಿಮ್ಮ VID ನಮೂದಿಸಿ", - "vid_placeholder": "ವಿಐಡಿ", - "Face": "ಮುಖ", - "Finger": "ಬೆರಳು", - "Iris": "ಐರಿಸ್", - "select_a_device": "ಸಾಧನವನ್ನು ಆಯ್ಕೆಮಾಡಿ" - }, - "pin": { - "sign_in_with_pin": "PIN ನೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "remember_me": "ನನ್ನನ್ನು ನೆನಪಿನಲ್ಲಿ ಇಡು", - "login": "ಲಾಗಿನ್ ಮಾಡಿ", - "uin_label_text": "ಯುಐಎನ್", - "pin_label_text": "ಪಿನ್", - "uin_placeholder": "ಯುಐಎನ್ ಅಥವಾ ಪಿನ್", - "pin_placeholder": "ಪಿನ್ ನಮೂದಿಸಿ" - }, - "IDPQRCode": { - "sign_in_with_inji": "ಇಂಜಿಯೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "scan_with_inji": "ಲಾಗ್ ಇನ್ ಮಾಡಲು ಇಂಜಿ ಅಪ್ಲಿಕೇಶನ್‌ನೊಂದಿಗೆ ಸ್ಕ್ಯಾನ್ ಮಾಡಿ", - "inji_app": "ಇಂಜಿ ಅಪ್ಲಿಕೇಶನ್", - "dont_have_inji": "ಇಂಜಿ ಇಲ್ಲವೇ?", - "download_now": "ಈಗ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ", - "link_code_status": "ಲಿಂಕ್ ಕೋಡ್ ಸ್ಥಿತಿ", - "failed": "ವಿಫಲವಾಗಿದೆ", - "refresh": "QR ಕೋಡ್ ಅನ್ನು ರಿಫ್ರೆಶ್ ಮಾಡಿ" - }, - "otp": { - "sign_in_with_otp": "ಒಟಿಪಿ ಯೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "resend_otp": "OTP ಅನ್ನು ಮರುಕಳುಹಿಸಿ", - "not_a_robot": "ನಾನು ರೋಬೋಟ್ ಅಲ್ಲ", - "get_otp": "ಒಟಿಪಿ ಪಡೆಯಿರಿ", - "verify": "ಪರಿಶೀಲಿಸಿ", - "vid_label_text": "ನಿಮ್ಮ ಪಿನ್ ನಮೂದಿಸಿ", - "otp_label_text": "ಒಟಿಪಿ", - "vid_placeholder": "ಪಿನ್", - "otp_placeholder": "1234", - "mobile_number": "ಮೊಬೈಲ್ ಸಂಖ್ಯೆ", - "email_address": "ಇಮೇಲ್ ವಿಳಾಸ", - "otp_sent_msg": "ನಿಮ್ಮ ನೋಂದಾಯಿತ {{otpChannels}} ಗೆ ಒಟಿಪಿ ಅನ್ನು ಕಳುಹಿಸಲಾಗಿದೆ", - "resend_otp_counter": "{{min}}:{{sec}} ನಲ್ಲಿ OTP ಅನ್ನು ಮರುಕಳುಹಿಸಿ", - "mobile_placeholder": "ಮೊಬೈಲ್ ಸಂಖ್ಯೆ: {{mobileNumber}}", - "email_placeholder": "ಇಮೇಲ್ ವಿಳಾಸ: {{emailAddress}}", - "mobile_email_placeholder": "ಮೊಬೈಲ್ ಸಂಖ್ಯೆ: {{mobileNumber}} ಮತ್ತು ಇಮೇಲ್ ವಿಳಾಸ: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "ನೀವು ಹೇಗೆ ಲಾಗಿನ್ ಆಗಬೇಕೆಂದು ಆರಿಸಿಕೊಳ್ಳಿ:", - "login_with": "{{option}} ನೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "PIN": "ಪಿನ್", - "Inji": "ಇಂಜಿ", - "Biometrics": "ಬಯೋಮೆಟ್ರಿಕ್ಸ್", - "BIO": "ಬಯೋಮೆಟ್ರಿಕ್ಸ್", - "QRCode": "ಕ್ಯೂಆರ್ ಕೋಡ್", - "WALLET": "ಇಂಜಿ", - "OTP": "ಒಟಿಪಿ" - }, - "idpDetails": { - "idp_details_heading": "IDP ವಿವರಗಳು", - "internal_api": "ಆಂತರಿಕ API", - "wellknown_api": "ಪ್ರಸಿದ್ಧ API" - }, - "header": { - "login_heading": "MOSIP ನೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "login_paragraph": "MOSIP ಗೆ ಇನ್ನೂ ನೋಂದಾಯಿಸಿಲ್ಲವೇ?", - "login_linkName": "ಮುಂಚಿತವಾಗಿ ನೋಂದಾಯಿಸಿ", - "more_ways_to_sign_in": "ಸೈನ್ ಇನ್ ಮಾಡಲು ಇನ್ನಷ್ಟು ಮಾರ್ಗಗಳು", - "invalid_auth_factor": "ಅಮಾನ್ಯವಾದ ದೃಢೀಕರಣ ಅಂಶಗಳು ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ...", - "here_tab_name": "ಇಲ್ಲಿ ಲಾಗ್ ಇನ್ ಮಾಡಿ", - "inji_tab_name": "ಇಂಜಿಯೊಂದಿಗೆ ಲಾಗಿನ್ ಮಾಡಿ", - "dont_have_inji": "ಇಂಜಿ ಇಲ್ಲವೇ?", - "download_now": "ಈಗ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" - }, - "tabs": { - "pin_tab_name": "ಪಿನ್ ನೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ", - "inji_tab_name": "ಇಂಜಿಯೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ", - "biometric_tab_name": "ಬಯೋಮೆಟ್ರಿಕ್ಸ್‌ನೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ" - }, - "loadingMsgs": { - "redirecting_msg": "ಮರುನಿರ್ದೇಶಿಸಲಾಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "link_auth_waiting": "ದಯವಿಟ್ಟು ಇಂಜಿ ಮೂಲಕ ದೃಢೀಕರಿಸಿ. ಈ ಪುಟವನ್ನು ರಿಫ್ರೆಶ್ ಮಾಡಬೇಡಿ.", - "authenticating_msg": "ಪ್ರಮಾಣೀಕರಿಸಲಾಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "scanning_devices_msg": "ಸ್ಕ್ಯಾನಿಂಗ್ ಸಾಧನಗಳು. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "capture_initiated_msg": "{{modality}} ಕ್ಯಾಪ್ಚರ್ ಅನ್ನು {{deviceModel}} ನಲ್ಲಿ ಪ್ರಾರಂಭಿಸಲಾಗಿದೆ", - "sending_otp_msg": "OTP ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", - "loading_msg": "ಲೋಡ್ ಆಗುತ್ತಿದೆ. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ..." - }, - "tooltips": { - "vid_tooltip": "ದಯವಿಟ್ಟು ಈ ಕ್ಷೇತ್ರವನ್ನು ಭರ್ತಿ ಮಾಡಿ" - }, - "errors": { - "no_response_msg": "ಪ್ರತಿಕ್ರಿಯೆ ಇಲ್ಲ", - "no_devices_found_msg": "ಸಾಧನ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸಂಪರ್ಕವನ್ನು ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಮರುಪ್ರಯತ್ನಿಸಿ.", - "link_code_refresh_failed": "ಲೋಡ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", - "link_code_status_failed": "ಲೋಡ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", - "failed_to_link": "ಲಿಂಕ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", - "qr_code_expired": "QR ಕೋಡ್ ಅವಧಿ ಮೀರಿದೆ", - "authorization_failed": "ದೃಢೀಕರಿಸಲು ವಿಫಲವಾಗಿದೆ", - "device_disc_failed": "ಸಾಧನ ಅನ್ವೇಷಣೆ ವಿಫಲವಾಗಿದೆ", - "device_not_found_msg": "ಸಾಧನ ಕಂಡುಬಂದಿಲ್ಲ", - "biometric_capture_failed_msg": "ಬಯೋಮೆಟ್ರಿಕ್ ಕ್ಯಾಪ್ಚರ್ ವಿಫಲವಾಗಿದೆ", - "authentication_failed_msg": "ಪ್ರಮಾಣೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "send_otp_failed_msg": "OTP ಕಳುಹಿಸಲು ವಿಫಲವಾಗಿದೆ", - "parsing_error_msg": "ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "Network Error": "ನೆಟ್‌ವರ್ಕ್ ದೋಷ", - "invalid_request": "ಅಮಾನ್ಯ ವಿನಂತಿ", - "invalid_client_id": "ಅಮಾನ್ಯ ಕ್ಲೈಂಟ್ ಗುರುತಿಸುವಿಕೆ", - "invalid_client_name": "ಅಮಾನ್ಯ ಗ್ರಾಹಕ ಹೆಸರು", - "invalid_uri": "ಅಮಾನ್ಯ URL", - "invalid_rp_id": "ಅಮಾನ್ಯವಾದ ಅವಲಂಬಿತ ಪಕ್ಷದ ಗುರುತಿಸುವಿಕೆ", - "invalid_response_type": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಪ್ರತಿಕ್ರಿಯೆ ಪ್ರಕಾರ", - "invalid_grant_type": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಅನುದಾನದ ಪ್ರಕಾರ", - "invalid_scope": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ವ್ಯಾಪ್ತಿ", - "invalid_redirect_uri": "ಅಮಾನ್ಯ ಮರುನಿರ್ದೇಶನ URL", - "invalid_display": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಪ್ರದರ್ಶನ", - "invalid_prompt": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ UI ಪ್ರಾಂಪ್ಟ್", - "invalid_assertion_type": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಕ್ಲೈಂಟ್ ಸಮರ್ಥನೆ ಪ್ರಕಾರ", - "invalid_client_auth": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಕ್ಲೈಂಟ್ ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳು", - "invalid_transaction": "ಅಮಾನ್ಯ ವಹಿವಾಟು ಅಥವಾ ವಹಿವಾಟಿನ ಅವಧಿ ಮುಗಿದಿದೆ", - "invalid_assertion": "ಅಮಾನ್ಯ ಕ್ಲೈಂಟ್ ಸಮರ್ಥನೆ", - "invalid_acr": "ಅಮಾನ್ಯ/ಬೆಂಬಲಿತವಲ್ಲದ ದೃಢೀಕರಣ ಸಂದರ್ಭದ ವರ್ಗ ಉಲ್ಲೇಖಗಳು", - "invalid_token": "ಅಮಾನ್ಯ/ಅವಧಿ ಮುಗಿದ ಪ್ರವೇಶ ಟೋಕನ್", - "auth_failed": "ಪ್ರಮಾಣೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "auth_passed": "ದೃಢೀಕರಣ ಯಶಸ್ಸು", - "acr_amr_mapping_not_found": "ACR-AMR ಮ್ಯಾಪಿಂಗ್ ಫೈಲ್ ಕಂಡುಬಂದಿಲ್ಲ", - "no_acr_registered": "ಯಾವುದೇ ದೃಢೀಕರಣ ಸಂದರ್ಭ ವರ್ಗ ಉಲ್ಲೇಖಗಳು (ACR) ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "invalid_algorithm": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಹ್ಯಾಶಿಂಗ್ ಅಲ್ಗಾರಿದಮ್", - "unknown_error": "ಅಜ್ಞಾತ ದೋಷ", - "invalid_input": "ಅಮಾನ್ಯ ಇನ್‌ಪುಟ್", - "duplicate_client_id": "ನಕಲು ಗ್ರಾಹಕ ಗುರುತಿಸುವಿಕೆ", - "invalid_claim": "ಅಮಾನ್ಯ/ಬೆಂಬಲವಿಲ್ಲದ ಬಳಕೆದಾರ ಹಕ್ಕುಗಳು", - "invalid_public_key": "ಅಮಾನ್ಯ ಕ್ಲೈಂಟ್ ಸಾರ್ವಜನಿಕ ಕೀ", - "send_otp_failed": "ಕಳುಹಿಸಲು-otp ವಿಫಲವಾಗಿದೆ. ಅಮಾನ್ಯ/ಅಜ್ಞಾತ ವೈಯಕ್ತಿಕ ಐಡಿ.", - "missing_header": "ವಿನಂತಿಯಲ್ಲಿ ಬೇರರ್ ಟೋಕನ್‌ನೊಂದಿಗೆ ಹೆಡರ್ ಕಾಣೆಯಾಗಿದೆ : ದೃಢೀಕರಣ.", - "invalid_permitted_scope": "ಅಮಾನ್ಯವಾದ ಅಧಿಕಾರ ವ್ಯಾಪ್ತಿಯನ್ನು ಅನುಮತಿಸಲಾಗಿದೆ", - "invalid_identifier": "ಅಮಾನ್ಯವಾದ ವೈಯಕ್ತಿಕ ಗುರುತಿಸುವಿಕೆಯನ್ನು ಒದಗಿಸಲಾಗಿದೆ.", - "invalid_otp_channel": "ಅಮಾನ್ಯ OTP ಚಾನಲ್ ಒದಗಿಸಲಾಗಿದೆ.", - "invalid_no_of_challenges": "ಶೂನ್ಯ ಅಥವಾ ಖಾಲಿ ದೃಢೀಕರಣ ಸವಾಲುಗಳನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ.", - "invalid_transaction_id": "ಶೂನ್ಯ ಅಥವಾ ಖಾಲಿ ವಹಿವಾಟುಐಡಿ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ.", - "invalid_auth_factor_type": "ಶೂನ್ಯ ಅಥವಾ ಖಾಲಿ ದೃಢೀಕರಣ ಅಂಶ ಪ್ರಕಾರವನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ.", - "invalid_challenge": "ದೃಢೀಕರಣ ಸವಾಲು ಅಗತ್ಯವಿದೆ.", - "invalid_status": "ಬೆಂಬಲವಿಲ್ಲದ ಸ್ಥಿತಿ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ.", - "invalid_accepted_claim": "ಅಮಾನ್ಯ ಬಳಕೆದಾರ ಹಕ್ಕುಗಳನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ", - "invalid_auth_code": "ಅಮಾನ್ಯವಾದ ದೃಢೀಕರಣ ಕೋಡ್ ಒದಗಿಸಲಾಗಿದೆ.", - "auth_factor_mismatch": "ಒದಗಿಸಿದ ದೃಢೀಕರಣ ಅಂಶಗಳು ಪರಿಹರಿಸಿದ ದೃಢೀಕರಣ ಅಂಶಗಳಿಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ.", - "unsupported_id_format": "ಬೆಂಬಲಿತವಲ್ಲದ ID ಫಾರ್ಮ್ಯಾಟ್.", - "link_code_gen_failed": "ಲಿಂಕ್-ಕೋಡ್ ರಚಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸು.", - "invalid_link_code": "ಅಮಾನ್ಯ ಲಿಂಕ್ ಕೋಡ್.", - "transaction_not_found": "ವಹಿವಾಟು ಕಂಡುಬಂದಿಲ್ಲ.", - "transaction_already_linked": "ವಹಿವಾಟು ಈಗಾಗಲೇ ಲಿಂಕ್ ಆಗಿದೆ.", - "subscription_failed": "ಕಾಫ್ಕಾ ವಿಷಯಕ್ಕೆ ಚಂದಾದಾರಿಕೆ ವಿಫಲವಾಗಿದೆ.", - "response_timeout": "ಮುಂದೂಡಲ್ಪಟ್ಟ ಪ್ರತಿಕ್ರಿಯೆ ಸಮಯ ಮೀರಿದೆ.", - "invalid_state": "ಅಮಾನ್ಯ ಸ್ಥಿತಿಯಲ್ಲಿ ವಹಿವಾಟು ಕಂಡುಬಂದಿದೆ.", - "authorization_failed_msg": "ದೃಢೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "consent_request_rejected": "ಸಮ್ಮತಿ ವಿನಂತಿಯನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ", - "0": "ಯಶಸ್ಸು", - "100": "ಸಾಧನವನ್ನು ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "101": "ಬಯೋಮೆಟ್ರಿಕ್ ವಸ್ತುವನ್ನು ಪತ್ತೆಹಚ್ಚಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "102": "ಹೊರತೆಗೆಯುವ ಸಮಯದಲ್ಲಿ ತಾಂತ್ರಿಕ ದೋಷ.", - "103": "ಸಾಧನ ಟ್ಯಾಂಪರ್ ಪತ್ತೆಯಾಗಿದೆ", - "104": "ನಿರ್ವಹಣಾ ಸರ್ವರ್‌ಗೆ ಸಂಪರ್ಕಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "105": "ಚಿತ್ರದ ದೃಷ್ಟಿಕೋನ ದೋಷ", - "106": "ಸಾಧನ ಕಂಡುಬಂದಿಲ್ಲ", - "107": "ಸಾಧನದ ಸಾರ್ವಜನಿಕ ಕೀ ಅವಧಿ ಮೀರಿದೆ", - "108": "ಡೊಮೇನ್ ಸಾರ್ವಜನಿಕ ಕೀ ಕಾಣೆಯಾಗಿದೆ", - "109": "ವಿನಂತಿಸಿದ ಬಯೋಮೆಟ್ರಿಕ್ ಸಂಖ್ಯೆ (ಫಿಂಗರ್/ಐಆರ್ಐಎಸ್) ಬೆಂಬಲಿತವಾಗಿಲ್ಲ", - "IDA-MLC-002": "ಅಮಾನ್ಯ UIN", - "IDA-MLC-003": "UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MLC-004": "ಅಮಾನ್ಯ VID", - "IDA-MLC-005": "ಅಮಾನ್ಯ ಐಡಿ", - "IDA-MLC-014": "ಅಧಿಸೂಚನೆ ಚಾನಲ್ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ. ವ್ಯಕ್ತಿಯು ನೋಂದಾಯಿಸಿಕೊಳ್ಳಬೇಕು ಮತ್ತು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಬೇಕು", - "IDA-OTA-001": "ಅಸಂಖ್ಯಾತ OTP ವಿನಂತಿಗಳನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ", - "IDA-OTA-002": "OTP ಅನ್ನು ರಚಿಸಲು/ಕಳುಹಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ", - "IDA-OTA-003": "OTP ಅವಧಿ ಮುಗಿದಿದೆ", - "IDA-OTA-004": "OTP ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-OTA-005": "ಇನ್‌ಪುಟ್ ವಹಿವಾಟು ಐಡಿ OTP ವಿನಂತಿಯ ವಹಿವಾಟು ಐಡಿಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MLC-006": "ಇನ್‌ಪುಟ್ ಪ್ಯಾರಾಮೀಟರ್ ಕಾಣೆಯಾಗಿದೆ", - "IDA-MLC-007": "ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ", - "IDA-DEA-001": "ಜನಸಂಖ್ಯಾ ಡೇಟಾ ಹೊಂದಾಣಿಕೆಯಾಗಲಿಲ್ಲ", - "IDA-MLC-001": "अनुरोध को घंटे/मिनट के भीतर MOSIP पर प्राप्त किया जाना चाहिए", - "IDA-DEA-002": "ಬೆಂಬಲಿತವಲ್ಲದ ಭಾಷಾ ಕೋಡ್", - "IDA-MLC-013": "ಕಾಣೆಯಾದ ಗುಣಲಕ್ಷಣಗಳು", - "IDA-BIA-001": "ಬಯೋಮೆಟ್ರಿಕ್ ಡೇಟಾ ಹೊಂದಾಣಿಕೆಯಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-002": "ವಿನಂತಿಯಲ್ಲಿ ನಕಲು ಬೆರಳುಗಳು.", - "IDA-BIA-003": "ಎಫ್‌ಎಂಆರ್‌ನ ಸಂಖ್ಯೆ 2ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬಾರದು.", - "IDA-BIA-004": "MOSIP ನೊಂದಿಗೆ ಸಾಧನವನ್ನು ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-BIA-005": "ಸಾಧನ ಒದಗಿಸುವವರು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-BIA-006": "ಬಯೋಮೆಟ್ರಿಕ್ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ.", - "IDA-BIA-007": "ವಿನಂತಿಯಲ್ಲಿ ನಕಲು ಐರಿಸ್.", - "IDA-BIA-008": "IIR ನ ಸಂಖ್ಯೆ 2 ಮೀರಬಾರದು.", - "IDA-DEA-003": "ಜನಸಂಖ್ಯಾ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ.", - "IDA-EKA-002": "ಮುದ್ರಣ ಸ್ವರೂಪದ ವಿನಂತಿಯಲ್ಲಿ ಅಮಾನ್ಯ ಮೌಲ್ಯ", - "IDA-MPA-013": "ಪಾಲುದಾರರು eKYC ಗಾಗಿ ಅನಧಿಕೃತರಾಗಿದ್ದಾರೆ", - "IDA-MPA-001": "ಡಿಜಿಟಲ್ ಸಹಿ ಪರಿಶೀಲನೆ ವಿಫಲವಾಗಿದೆ.", - "IDA-MPA-002": "ಡಿಜಿಟಲ್ ಸಹಿಯಲ್ಲಿ ಅಮಾನ್ಯ ಪ್ರಮಾಣಪತ್ರ.", - "IDA-MPA-003": "ವಿನಂತಿಯನ್ನು ಡೀಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ.", - "IDA-MLC-009": "ಅಮಾನ್ಯ ಇನ್‌ಪುಟ್ ಪ್ಯಾರಾಮೀಟರ್", - "IDA-OTA-006": "OTP ಉತ್ಪಾದನೆಗಾಗಿ UIN ಅನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ", - "IDA-OTA-007": "ಅಮಾನ್ಯ OTP ಪ್ರಯೋಗಗಳ ಸಂಖ್ಯೆಯನ್ನು ಮೀರಿರುವುದರಿಂದ OTP ಮೌಲ್ಯೀಕರಣಕ್ಕಾಗಿ UIN ಅನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿದೆ", - "IDA-BIA-009": "FID ದಾಖಲೆಗಳ ಸಂಖ್ಯೆ 1 ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬಾರದು.", - "IDA-MLC-008": "ಯಾವುದೇ ದೃಢೀಕರಣ ಪ್ರಕಾರವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿಲ್ಲ", - "IDA-MLC-010": "VID ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MLC-011": "ಬೆಂಬಲಿತವಲ್ಲದ ದೃಢೀಕರಣ ಪ್ರಕಾರ", - "IDA-MPA-004": "MOSIP ಸಾರ್ವಜನಿಕ ಕೀ ಅವಧಿ ಮುಗಿದಿದೆ.", - "IDA-MPA-005": "ನೀತಿಯ ಪ್ರಕಾರ OTP ವಿನಂತಿಯ ಬಳಕೆಯನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ", - "IDA-MPA-006": "ನೀತಿಯ ಪ್ರಕಾರ ದೃಢೀಕರಣದ ಪ್ರಕಾರವನ್ನು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ", - "IDA-MPA-007": "ಪರವಾನಗಿ ಕೀ ನೋಂದಾಯಿತ MISP ಗೆ ಸೇರಿಲ್ಲ", - "IDA-MPA-008": "MISP ಯ ಪರವಾನಗಿ ಕೀ ಅವಧಿ ಮುಗಿದಿದೆ", - "IDA-MPA-009": "ಪಾಲುದಾರನನ್ನು ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-010": "MISP ಮತ್ತು ಪಾಲುದಾರರನ್ನು ಮ್ಯಾಪ್ ಮಾಡಲಾಗಿಲ್ಲ", - "IDA-MPA-011": "MISP ಯ ಪರವಾನಗಿ ಕೀಲಿಯನ್ನು ಅಮಾನತುಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MPA-012": "ಪಾಲುದಾರರನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-MLC-012": "ವ್ಯಕ್ತಿಯ ಒಪ್ಪಿಗೆ ಲಭ್ಯವಿಲ್ಲ", - "IDA-MPA-014": "ಪಾಲುದಾರರನ್ನು ಯಾವುದೇ ನೀತಿಯೊಂದಿಗೆ ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-015": "ಪಾಲಿಸಿಯ ಪ್ರಕಾರ ಕಡ್ಡಾಯ ದೃಢೀಕರಣವನ್ನು ನಿರ್ವಹಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-016": "HMAC ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-OTA-008": "OTP ಅಧಿಸೂಚನೆ ಚಾನಲ್ ಒದಗಿಸಲಾಗಿಲ್ಲ.", - "IDA-BIA-010": "ಒಂದೇ FMR ದಾಖಲೆಯು ಒಂದಕ್ಕಿಂತ ಹೆಚ್ಚು ಬೆರಳುಗಳನ್ನು ಒಳಗೊಂಡಿದೆ.", - "IDA-BIA-011": "ಅಮಾನ್ಯ ಬಯೋಮೆಟ್ರಿಕ್ ಡೇಟಾ", - "IDA-MPA-017": "MISP ಯ ಪರವಾನಗಿ ಕೀಲಿಯನ್ನು ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", - "IDA-MLC-015": "ಗುರುತಿನ ಪ್ರಕಾರವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ", - "IDA-OTA-009": "ಅಧಿಸೂಚನೆ ಚಾನಲ್ ಅನ್ನು ಕಾನ್ಫಿಗರ್ ಮಾಡಲಾಗಿಲ್ಲ", - "IDA-MLC-016": "ವಿನಂತಿಯಲ್ಲಿನ ವಹಿವಾಟು ID ನಿಯತಾಂಕಗಳು ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-BIA-013": "FMR ಸಂಖ್ಯೆ 10 ಮೀರಬಾರದು.", - "IDA-EKA-001": "eKYC ಪ್ರತಿಕ್ರಿಯೆಯನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-OTA-010": "ಇನ್‌ಪುಟ್ ಗುರುತಿನ ಪ್ರಕಾರವು OTP ವಿನಂತಿಯ ಗುರುತಿನ ಪ್ರಕಾರಕ್ಕೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MLC-017": "ಅಮಾನ್ಯ UserID", - "IDA-MLC-018": "ಬಳಕೆದಾರರ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ", - "IDA-MLC-019": "ದೃಢೀಕರಣ ವಿಧಾನವನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿದೆ", - "IDA-MLC-020": "ಡೇಟಾವನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-014": "ಹ್ಯಾಶ್ ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-DPM-001": "ಸಾಧನವನ್ನು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-DPM-002": "MDS ಅನ್ನು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-DPM-003": "ಸಾಧನ ಪೂರೈಕೆದಾರರನ್ನು MOSIP ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ", - "IDA-MPA-018": "ಪಾಲಿಸಿ ಐಡಿ ನೋಂದಾಯಿತ ಪಾಲುದಾರರಿಗೆ ಸೇರಿಲ್ಲ", - "IDA-BIA-016": "ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ಗುಣಮಟ್ಟ ಪರಿಶೀಲನೆಯನ್ನು ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-017": "ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ಬಯೋಮೆಟ್ರಿಕ್ ಹೊಂದಾಣಿಕೆಯನ್ನು ನಿರ್ವಹಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-018": "ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "IDA-BIA-015": "ಸಹಿ ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-MLC-021": "HSM ನಿಂದ ಕೀ ತರಲು ವಿಫಲವಾಗಿದೆ", - "IDA-MLC-022": "UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ/ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", - "IDA-MLC-023": "VID ಅವಧಿ ಮೀರಿದೆ/ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ", - "IDA-DPM-004": "ಸಾಧನದ ಪ್ರಕಾರ ಮತ್ತು ಬಯೋಮೆಟ್ರಿಕ್ ಪ್ರಕಾರ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MLC-024": "ವಿನಂತಿಯ ಡೊಮೇನ್ ಬಯೋಮೆಟ್ರಿಕ್ಸ್ ಡೊಮೇನ್‌ಗೆ ಹೊಂದಿಕೆಯಾಗುತ್ತಿಲ್ಲ", - "IDA-MLC-025": "ಪಾಲುದಾರ ಪ್ರಮಾಣಪತ್ರ ಲಭ್ಯವಿಲ್ಲ", - "IDA-OTA-011": "OTP ವಿನಂತಿಯ ಪಾಲುದಾರ-ID ಇನ್‌ಪುಟ್ ಪಾಲುದಾರ-ID ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ", - "IDA-MPA-019": "ಪಾಲುದಾರ ನೀತಿಯು ಸಕ್ರಿಯವಾಗಿಲ್ಲ", - "IDA-IDV-001": "ಇನ್‌ಪುಟ್ ಡೇಟಾ ಮೌಲ್ಯೀಕರಣ ವಿಫಲವಾಗಿದೆ", - "IDA-RST-001": "URI ಖಾಲಿ ಇರಬಾರದು", - "IDA-RST-002": "httpMethod ಖಾಲಿಯಾಗಿದೆ ಅಥವಾ ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-RST-003": "ರಿಟರ್ನ್ ಟೈಪ್ ಖಾಲಿಯಾಗಿದೆ", - "IDA-RST-004": "ಉಳಿದ ಸೇವೆಯ ಹೆಸರು ಖಾಲಿಯಾಗಿದೆ ಅಥವಾ ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-RST-005": "ಅವಧಿ ಮೀರಿದ್ದು ಅಮಾನ್ಯವಾಗಿದೆ", - "IDA-RST-006": "4XX - ಕ್ಲೈಂಟ್ ದೋಷ ಸಂಭವಿಸಿದೆ", - "IDA-RST-007": "5XX - ಸರ್ವರ್ ದೋಷ ಸಂಭವಿಸಿದೆ", - "IDA-RST-008": "ಸಂಪರ್ಕ ಸಮಯ ಮೀರಿದೆ" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/ta.json b/artifacts/src/i18n/idp-i18n-bundle/ta.json deleted file mode 100644 index be03dee6..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/ta.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "அங்கீகாரம் தோல்வி", - "consent_request_rejected": "ஒப்புதல் கோரிக்கை நிராகரிக்கப்பட்டது", - "consent_request_msg": "{{clientName}} பின்வரும் அணுகலைக் கோருகிறார்:", - "authorize_scope": "நோக்கங்களை அங்கீகரிக்கவும்", - "essential_claims": "அத்தியாவசிய உரிமைகோரல்கள்", - "voluntary_claims": "தன்னார்வ உரிமைகோரல்கள்", - "cancel": "ரத்து செய்", - "allow": "அனுமதி", - "resident-service": "குடியுரிமை சேவை", - "name": "பெயர்", - "given_name": "பெயர்", - "middle_name": "நடுத்தர பெயர்", - "preferred_username": "விருப்பமான பயனர் பெயர்", - "picture": "படம்", - "gender": "பாலினம்", - "birthdate": "பிறந்த தேதி", - "locale": "உள்ளூர்", - "nickname": "புனைப்பெயர்", - "family_name": "குடும்பப் பெயர்", - "zoneinfo": "மண்டல தகவல்", - "updated_at": "இல் புதுப்பிக்கப்பட்டது", - "address": "முகவரி", - "email": "மின்னஞ்சல் முகவரி", - "email_verified": "மின்னஞ்சல் முகவரி", - "phone": "தொலைபேசி", - "phone_number": "தொலைபேசி எண்", - "phone_number_verified": "தொலைபேசி எண்", - "required": "தேவை", - "profile": "சுயவிவரம்" - }, - "l1Biometrics": { - "scan_and_verify": "ஸ்கேன் செய்து சரிபார்க்கவும்", - "sign_in_with_biometric": "பயோமெட்ரிக் மூலம் உள்நுழைக", - "retry": "மீண்டும் முயற்சிக்கவும்", - "vid_label_text": "உங்கள் VID ஐ உள்ளிடவும்", - "vid_placeholder": "விஐடி", - "Face": "முகம்", - "Finger": "விரல்", - "Iris": "கருவிழி", - "select_a_device": "ஒரு சாதனத்தைத் தேர்ந்தெடுக்கவும்" - }, - "pin": { - "sign_in_with_pin": "பின் மூலம் உள்நுழையவும்", - "remember_me": "என்னை நினைவில் வையுங்கள்", - "login": "உள்நுழைய", - "uin_label_text": "யுஐஎன்", - "pin_label_text": "பின்", - "uin_placeholder": "யுஐஎன் அல்லது பின்", - "pin_placeholder": "பின்னை உள்ளிடவும்" - }, - "IDPQRCode": { - "sign_in_with_inji": "இன்ஜியுடன் உள்நுழைக", - "scan_with_inji": "உள்நுழைய இன்ஜி ஆப் மூலம் ஸ்கேன் செய்யவும்", - "inji_app": "இன்ஜி ஆப்", - "dont_have_inji": "இஞ்சி இல்லையா?", - "download_now": "இப்போது பதிவிறக்கவும்", - "link_code_status": "இணைப்பு குறியீடு நிலை", - "failed": "தோல்வி", - "refresh": "QR குறியீட்டைப் புதுப்பிக்கவும்" - }, - "otp": { - "sign_in_with_otp": "OTP மூலம் உள்நுழையவும்", - "resend_otp": "OTP ஐ மீண்டும் அனுப்பவும்", - "not_a_robot": "நான் ரோபோ இல்லை", - "get_otp": "OTP பெறவும்", - "verify": "சரிபார்க்கவும்", - "vid_label_text": "உங்கள் VID ஐ உள்ளிடவும்", - "otp_label_text": "OTP", - "vid_placeholder": "விஐடி", - "otp_placeholder": "1234", - "mobile_number": "மொபைல் எண்", - "email_address": "மின்னஞ்சல் முகவரி", - "otp_sent_msg": "நீங்கள் பதிவு செய்த {{otpChannels}}க்கு OTP அனுப்பப்பட்டது", - "resend_otp_counter": "OTPயை {{min}}:{{sec}} இல் மீண்டும் அனுப்பவும்", - "mobile_placeholder": "மொபைல் எண்: {{mobileNumber}}", - "email_placeholder": "மின்னஞ்சல் முகவரி: {{emailAddress}}", - "mobile_email_placeholder": "மொபைல் எண்: {{mobileNumber}} மற்றும் மின்னஞ்சல் முகவரி: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "நீங்கள் எப்படி உள்நுழைய வேண்டும் என்பதைத் தேர்வுசெய்யவும்:", - "login_with": "{{option}} மூலம் உள்நுழைக", - "PIN": "பின்", - "Inji": "இன்ஜி", - "Biometrics": "பயோமெட்ரிக்ஸ்", - "BIO": "பயோமெட்ரிக்ஸ்", - "QRCode": "க்யு ஆர் குறியீடு", - "WALLET": "இன்ஜி", - "OTP": "OTP" - }, - "idpDetails": { - "idp_details_heading": "IDP விவரங்கள்", - "internal_api": "உள் API", - "wellknown_api": ".wellknown API" - }, - "header": { - "login_heading": "MOSIP மூலம் உள்நுழைக", - "login_paragraph": "MOSIP க்கு இன்னும் பதிவு செய்யவில்லையா?", - "login_linkName": "முன்பதிவு", - "more_ways_to_sign_in": "உள்நுழைவதற்கான கூடுதல் வழிகள்", - "invalid_auth_factor": "தவறான அங்கீகார காரணிகள் தயவுசெய்து மீண்டும் முயற்சி செய்க...", - "here_tab_name": "இங்கே உள்நுழைக", - "inji_tab_name": "Inji உடன் உள்நுழைக", - "dont_have_inji": "இன்ஜி இல்லையா?", - "download_now": "இப்போது பதிவிறக்கவும்" - }, - "tabs": { - "pin_tab_name": "பின் மூலம் உள்நுழையவும்", - "inji_tab_name": "இன்ஜி மூலம் உள்நுழையவும்", - "biometric_tab_name": "பயோமெட்ரிக்ஸ் மூலம் உள்நுழையவும்" - }, - "loadingMsgs": { - "redirecting_msg": "திசைதிருப்புதல். தயவுசெய்து காத்திருங்கள்...", - "link_auth_waiting": "Inji மூலம் அங்கீகரிக்கவும். இந்தப் பக்கத்தைப் புதுப்பிக்க வேண்டாம்.", - "authenticating_msg": "அங்கீகரிக்கிறது. தயவுசெய்து காத்திருங்கள்...", - "scanning_devices_msg": "ஸ்கேனிங் சாதனங்கள். தயவுசெய்து காத்திருங்கள்...", - "capture_initiated_msg": "{{modality}} பிடிப்பு {{deviceModel}} இல் தொடங்கப்பட்டது", - "sending_otp_msg": "OTP அனுப்புகிறது. தயவுசெய்து காத்திருங்கள்...", - "loading_msg": "ஏற்றுகிறது. தயவுசெய்து காத்திருங்கள்..." - }, - "tooltips": { - "vid_tooltip": "இந்த புலத்தை நிரப்பவும்" - }, - "errors": { - "no_response_msg": "இல்லை பதில்", - "no_devices_found_msg": "சாதனம் கிடைக்கவில்லை. இணைப்பைச் சரிபார்த்து மீண்டும் முயற்சிக்கவும்.", - "link_code_refresh_failed": "ஏற்றுவதில் தோல்வி", - "link_code_status_failed": "ஏற்றுவதில் தோல்வி", - "failed_to_link": "இணைப்பதில் தோல்வி", - "qr_code_expired": "QR குறியீடு காலாவதியானது", - "authorization_failed": "அங்கீகரிக்க முடியவில்லை", - "device_disc_failed": "சாதனத்தைக் கண்டுபிடிப்பதில் தோல்வி", - "device_not_found_msg": "சாதனம் கிடைக்கவில்லை", - "biometric_capture_failed_msg": "பயோமெட்ரிக் பிடிப்பு தோல்வியடைந்தது", - "authentication_failed_msg": "அங்கீகரிப்பு தோல்வியுற்றது", - "send_otp_failed_msg": "OTP ஐ அனுப்ப முடியவில்லை", - "parsing_error_msg": "அலச முடியவில்லை", - "Network Error": "நெட்வொர்க் பிழை", - "invalid_request": "தவறான கோரிக்கை", - "invalid_client_id": "தவறான கிளையன்ட் அடையாளங்காட்டி", - "invalid_client_name": "தவறான வாடிக்கையாளர் பெயர்", - "invalid_uri": "தவறான வலைதள முகவரி", - "invalid_rp_id": "தவறான சார்பு கட்சி அடையாளங்காட்டி", - "invalid_response_type": "தவறான/ஆதரவற்ற பதில் வகை", - "invalid_grant_type": "தவறான/ஆதரவற்ற மானிய வகை", - "invalid_scope": "தவறான/ஆதரவற்ற நோக்கம்", - "invalid_redirect_uri": "தவறான வழிமாற்று URL", - "invalid_display": "தவறான/ஆதரவற்ற காட்சி", - "invalid_prompt": "தவறான/ஆதரவற்ற UI ப்ராம்ட்", - "invalid_assertion_type": "தவறான/ஆதரவற்ற கிளையன்ட் வலியுறுத்தல் வகை", - "invalid_client_auth": "தவறான/ஆதரவற்ற கிளையன்ட் அங்கீகார வகைகள்", - "invalid_transaction": "தவறான பரிவர்த்தனை அல்லது பரிவர்த்தனை காலாவதியானது", - "invalid_assertion": "தவறான கிளையண்ட் வலியுறுத்தல்", - "invalid_acr": "தவறான/ஆதரவற்ற அங்கீகார சூழல் வகுப்பு குறிப்புகள்", - "invalid_token": "தவறான/காலாவதியான அணுகல் டோக்கன்", - "auth_failed": "அங்கீகரிப்பு தோல்வியுற்றது", - "auth_passed": "அங்கீகாரம் வெற்றி", - "acr_amr_mapping_not_found": "ACR-AMR மேப்பிங் கோப்பு கிடைக்கவில்லை", - "no_acr_registered": "அங்கீகார சூழல் வகுப்பு குறிப்புகள் (ACR) பதிவு செய்யப்படவில்லை", - "invalid_algorithm": "தவறான/ஆதரவற்ற ஹாஷிங் அல்காரிதம்", - "unknown_error": "அறியப்படாத பிழை", - "invalid_input": "தவறான உள்ளீடு", - "duplicate_client_id": "நகல் கிளையண்ட் அடையாளங்காட்டி", - "invalid_claim": "தவறான/ஆதரவற்ற பயனர் உரிமைகோரல்கள்", - "invalid_public_key": "தவறான கிளையன்ட் பொது விசை", - "send_otp_failed": "send-otp தோல்வியடைந்தது. தவறான/தெரியாத தனிநபர் ஐடி.", - "missing_header": "கோரிக்கையில் தாங்கி டோக்கனுடன் தலைப்பு விடுபட்டது : அங்கீகாரம்.", - "invalid_permitted_scope": "செல்லாத அங்கீகார நோக்கம் அனுமதிக்கப்பட்டது", - "invalid_identifier": "தவறான தனிப்பட்ட அடையாளங்காட்டி வழங்கப்பட்டது.", - "invalid_otp_channel": "தவறான OTP சேனல் வழங்கப்பட்டது.", - "invalid_no_of_challenges": "பூஜ்ய அல்லது வெற்று அங்கீகார சவால்கள் அனுமதிக்கப்படாது.", - "invalid_transaction_id": "பூஜ்ய அல்லது வெற்று பரிவர்த்தனைஐடி அனுமதிக்கப்படவில்லை.", - "invalid_auth_factor_type": "பூஜ்ய அல்லது வெற்று அங்கீகார காரணி வகை அனுமதிக்கப்படவில்லை.", - "invalid_challenge": "அங்கீகார சவால் தேவை.", - "invalid_status": "ஆதரிக்கப்படாத நிலை மதிப்பு வழங்கப்பட்டது.", - "invalid_accepted_claim": "தவறான பயனர் உரிமைகோரல்கள் ஏற்கப்பட்டன", - "invalid_auth_code": "தவறான அங்கீகாரக் குறியீடு வழங்கப்பட்டுள்ளது.", - "auth_factor_mismatch": "வழங்கப்பட்ட அங்கீகார காரணிகள் தீர்க்கப்பட்ட அங்கீகார காரணிகளுடன் பொருந்தவில்லை.", - "unsupported_id_format": "ஆதரிக்கப்படாத ஐடி வடிவம்.", - "link_code_gen_failed": "இணைப்புக் குறியீட்டை உருவாக்குவதில் தோல்வி. மீண்டும் முயற்சி செய்.", - "invalid_link_code": "தவறான இணைப்புக் குறியீடு.", - "transaction_not_found": "பரிவர்த்தனை கிடைக்கவில்லை.", - "transaction_already_linked": "பரிவர்த்தனை ஏற்கனவே இணைக்கப்பட்டுள்ளது.", - "subscription_failed": "காஃப்கா தலைப்புக்கு குழுசேர முடியவில்லை.", - "response_timeout": "ஒத்திவைக்கப்பட்ட பதில் காலக்கெடு.", - "invalid_state": "செல்லாத நிலையில் பரிவர்த்தனை கண்டறியப்பட்டது.", - "authorization_failed_msg": "அங்கீகாரம் தோல்வி", - "consent_request_rejected": "ஒப்புதல் கோரிக்கை நிராகரிக்கப்பட்டது", - "0": "வெற்றி", - "100": "சாதனம் பதிவு செய்யப்படவில்லை", - "101": "பயோமெட்ரிக் பொருளைக் கண்டறிய முடியவில்லை", - "102": "பிரித்தெடுக்கும் போது தொழில்நுட்ப பிழை.", - "103": "சாதன சேதம் கண்டறியப்பட்டது", - "104": "நிர்வாக சேவையகத்துடன் இணைக்க முடியவில்லை", - "105": "படத்தின் நோக்குநிலை பிழை", - "106": "சாதனம் கிடைக்கவில்லை", - "107": "சாதன பொது விசை காலாவதியானது", - "108": "டொமைன் பொது விசை இல்லை", - "109": "கோரப்பட்ட பயோமெட்ரிக் எண்ணிக்கை (விரல்/IRIS) ஆதரிக்கப்படவில்லை", - "IDA-MLC-002": "தவறான UIN", - "IDA-MLC-003": "UIN செயலிழக்கப்பட்டது", - "IDA-MLC-004": "தவறான VID", - "IDA-MLC-005": "தவறான ஐடி", - "IDA-MLC-014": "அறிவிப்பு சேனல் பதிவு செய்யப்படவில்லை. தனிநபர் பதிவு செய்து மீண்டும் முயற்சிக்க வேண்டும்", - "IDA-OTA-001": "எண்ணற்ற OTP கோரிக்கைகள் பெறப்பட்டன", - "IDA-OTA-002": "OTP ஐ உருவாக்க/அனுப்ப முடியவில்லை", - "IDA-OTA-003": "OTP காலாவதியானது", - "IDA-OTA-004": "OTP தவறானது", - "IDA-OTA-005": "உள்ளீடு பரிமாற்ற ஐடி OTP கோரிக்கையின் பரிவர்த்தனை ஐடியுடன் பொருந்தவில்லை", - "IDA-MLC-006": "உள்ளீட்டு அளவுரு இல்லை", - "IDA-MLC-007": "கோரிக்கையைச் செயல்படுத்த முடியவில்லை. தயவுசெய்து மீண்டும் முயற்சி செய்க", - "IDA-DEA-001": "மக்கள்தொகை தரவு பொருந்தவில்லை", - "IDA-MLC-001": "Request to be received at MOSIP within hrs/min", - "IDA-DEA-002": "ஆதரிக்கப்படாத மொழிக் குறியீடு", - "IDA-MLC-013": "பண்புக்கூறுகள் இல்லை", - "IDA-BIA-001": "பயோமெட்ரிக் தரவு பொருந்தவில்லை", - "IDA-BIA-002": "கோரிக்கையில் நகல் விரல்கள்.", - "IDA-BIA-003": "FMR இன் எண்ணிக்கை 2 ஐ விட அதிகமாக இருக்கக்கூடாது.", - "IDA-BIA-004": "சாதனம் MOSIP இல் பதிவு செய்யப்படவில்லை", - "IDA-BIA-005": "சாதன வழங்குநர் MOSIP உடன் பதிவு செய்யப்படவில்லை", - "IDA-BIA-006": "பயோமெட்ரிக் தரவு கிடைக்கவில்லை.", - "IDA-BIA-007": "கோரிக்கையில் டூப்ளிகேட் ஐரிஸ்.", - "IDA-BIA-008": "IIR இன் எண்ணிக்கை 2 ஐ விட அதிகமாக இருக்கக்கூடாது.", - "IDA-DEA-003": "மக்கள்தொகை தரவு கிடைக்கவில்லை.", - "IDA-EKA-002": "அச்சு வடிவ கோரிக்கையில் தவறான மதிப்பு", - "IDA-MPA-013": "eKYC க்கு கூட்டாளர் அங்கீகரிக்கப்படாதவர்", - "IDA-MPA-001": "டிஜிட்டல் கையொப்ப சரிபார்ப்பு தோல்வியடைந்தது.", - "IDA-MPA-002": "டிஜிட்டல் கையொப்பத்தில் தவறான சான்றிதழ்.", - "IDA-MPA-003": "கோரிக்கையை மறைகுறியாக்க முடியவில்லை.", - "IDA-MLC-009": "தவறான உள்ளீட்டு அளவுரு", - "IDA-OTA-006": "OTP உருவாக்க UIN பூட்டப்பட்டுள்ளது. பிறகு முயற்சிக்கவும்", - "IDA-OTA-007": "தவறான OTP சோதனைகளின் எண்ணிக்கையை மீறுவதால் OTP சரிபார்ப்பிற்காக UIN பூட்டப்பட்டுள்ளது", - "IDA-BIA-009": "FID பதிவுகளின் எண்ணிக்கை 1 ஐ விட அதிகமாக இருக்கக்கூடாது.", - "IDA-MLC-008": "அங்கீகார வகை எதுவும் தேர்ந்தெடுக்கப்படவில்லை", - "IDA-MLC-010": "விஐடி செயலிழக்கப்பட்டது", - "IDA-MLC-011": "ஆதரிக்கப்படாத அங்கீகார வகை", - "IDA-MPA-004": "MOSIP பொது விசை காலாவதியானது.", - "IDA-MPA-005": "கொள்கையின்படி OTP கோரிக்கை பயன்பாடு அனுமதிக்கப்படவில்லை", - "IDA-MPA-006": "கொள்கையின்படி அங்கீகார வகை அனுமதிக்கப்படவில்லை", - "IDA-MPA-007": "உரிம விசை பதிவுசெய்யப்பட்ட MISP க்கு சொந்தமானது அல்ல", - "IDA-MPA-008": "MISP இன் உரிம விசை காலாவதியானது", - "IDA-MPA-009": "கூட்டாளர் பதிவு செய்யப்படவில்லை", - "IDA-MPA-010": "MISP மற்றும் பார்ட்னர் வரைபடமாக்கப்படவில்லை", - "IDA-MPA-011": "MISP இன் உரிம விசை இடைநிறுத்தப்பட்டுள்ளது", - "IDA-MPA-012": "கூட்டாளர் செயலிழக்கச் செய்யப்பட்டுள்ளார்", - "IDA-MLC-012": "தனிநபரின் ஒப்புதல் கிடைக்கவில்லை", - "IDA-MPA-014": "எந்தவொரு கொள்கையுடனும் கூட்டாளர் நியமிக்கப்படவில்லை", - "IDA-MPA-015": "கொள்கையின்படி கட்டாய அங்கீகாரம் செய்யப்படவில்லை", - "IDA-MPA-016": "HMAC சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-OTA-008": "OTP அறிவிப்பு சேனல் வழங்கப்படவில்லை.", - "IDA-BIA-010": "ஒற்றை FMR பதிவில் ஒன்றுக்கும் மேற்பட்ட விரல்கள் உள்ளன.", - "IDA-BIA-011": "தவறான பயோமெட்ரிக் தரவு", - "IDA-MPA-017": "MISP இன் உரிம விசை தடுக்கப்பட்டது", - "IDA-MLC-015": "அடையாள வகை ஆதரிக்கப்படவில்லை", - "IDA-OTA-009": "அறிவிப்பு சேனல் உள்ளமைக்கப்படவில்லை", - "IDA-MLC-016": "கோரிக்கையில் உள்ள பரிவர்த்தனை ஐடி அளவுருக்கள் பொருந்தவில்லை", - "IDA-BIA-013": "FMR இன் எண்ணிக்கை 10க்கு மிகாமல் இருக்க வேண்டும்.", - "IDA-EKA-001": "eKYC பதிலை குறியாக்கம் செய்ய முடியவில்லை", - "IDA-OTA-010": "உள்ளீட்டு அடையாள வகை, OTP கோரிக்கையின் அடையாள வகையுடன் பொருந்தவில்லை", - "IDA-MLC-017": "தவறான பயனர் ஐடி", - "IDA-MLC-018": "பயனர் தரவு கிடைக்கவில்லை", - "IDA-MLC-019": "அங்கீகரிப்பு முறை பூட்டப்பட்டுள்ளது", - "IDA-MLC-020": "தரவை குறியாக்கம் செய்ய முடியவில்லை", - "IDA-BIA-014": "ஹாஷ் சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-DPM-001": "சாதனம் MOSIP இல் பதிவு செய்யப்படவில்லை", - "IDA-DPM-002": "MDS ஆனது MOSIP உடன் பதிவு செய்யப்படவில்லை", - "IDA-DPM-003": "சாதன வழங்குநர் MOSIP இல் பதிவு செய்யப்படவில்லை", - "IDA-MPA-018": "பாலிசி ஐடி பதிவுசெய்யப்பட்ட கூட்டாளருக்கு சொந்தமானது அல்ல", - "IDA-BIA-016": "தொழில்நுட்பச் சிக்கல் காரணமாக தரச் சரிபார்ப்பைச் செய்ய முடியவில்லை", - "IDA-BIA-017": "தொழில்நுட்பச் சிக்கலால் பயோமெட்ரிக் மேட்சைச் செய்ய முடியவில்லை", - "IDA-BIA-018": "தொழில்நுட்பச் சிக்கல் காரணமாக கோரிக்கையைச் செயல்படுத்த முடியவில்லை", - "IDA-BIA-015": "கையொப்ப சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-MLC-021": "HSM இலிருந்து விசையைப் பெறுவதில் தோல்வி", - "IDA-MLC-022": "UIN செயலிழக்கப்பட்டது/தடுக்கப்பட்டது", - "IDA-MLC-023": "VID காலாவதியானது/முடக்கப்பட்டது", - "IDA-DPM-004": "சாதன வகை மற்றும் பயோமெட்ரிக் வகை பொருந்தவில்லை", - "IDA-MLC-024": "கோரிக்கையின் டொமைன் பயோமெட்ரிக்ஸ் டொமைனுடன் பொருந்தவில்லை", - "IDA-MLC-025": "கூட்டாளர் சான்றிதழ் கிடைக்கவில்லை", - "IDA-OTA-011": "உள்ளீட்டு பார்ட்னர் ஐடி, OTP கோரிக்கையின் பார்ட்னர் ஐடியுடன் பொருந்தவில்லை", - "IDA-MPA-019": "கூட்டாளர் கொள்கை செயலில் இல்லை", - "IDA-IDV-001": "உள்ளீட்டு தரவு சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-RST-001": "URI காலியாக இருக்கக்கூடாது", - "IDA-RST-002": "httpமுறை காலியாக உள்ளது அல்லது தவறானது", - "IDA-RST-003": "ரிட்டர்ன் டைப் காலியாக உள்ளது", - "IDA-RST-004": "ஓய்வு சேவையின் பெயர் காலியாக உள்ளது அல்லது தவறானது", - "IDA-RST-005": "நேரம் முடிந்தது தவறானது", - "IDA-RST-006": "4XX - கிளையண்ட் பிழை ஏற்பட்டது", - "IDA-RST-007": "5XX - சர்வர் பிழை ஏற்பட்டது", - "IDA-RST-008": "இணைப்பின் நேரம் முடிந்தது" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/idp-i18n-bundle/tam.json b/artifacts/src/i18n/idp-i18n-bundle/tam.json deleted file mode 100644 index be03dee6..00000000 --- a/artifacts/src/i18n/idp-i18n-bundle/tam.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "consent": { - "authorization_failed_msg": "அங்கீகாரம் தோல்வி", - "consent_request_rejected": "ஒப்புதல் கோரிக்கை நிராகரிக்கப்பட்டது", - "consent_request_msg": "{{clientName}} பின்வரும் அணுகலைக் கோருகிறார்:", - "authorize_scope": "நோக்கங்களை அங்கீகரிக்கவும்", - "essential_claims": "அத்தியாவசிய உரிமைகோரல்கள்", - "voluntary_claims": "தன்னார்வ உரிமைகோரல்கள்", - "cancel": "ரத்து செய்", - "allow": "அனுமதி", - "resident-service": "குடியுரிமை சேவை", - "name": "பெயர்", - "given_name": "பெயர்", - "middle_name": "நடுத்தர பெயர்", - "preferred_username": "விருப்பமான பயனர் பெயர்", - "picture": "படம்", - "gender": "பாலினம்", - "birthdate": "பிறந்த தேதி", - "locale": "உள்ளூர்", - "nickname": "புனைப்பெயர்", - "family_name": "குடும்பப் பெயர்", - "zoneinfo": "மண்டல தகவல்", - "updated_at": "இல் புதுப்பிக்கப்பட்டது", - "address": "முகவரி", - "email": "மின்னஞ்சல் முகவரி", - "email_verified": "மின்னஞ்சல் முகவரி", - "phone": "தொலைபேசி", - "phone_number": "தொலைபேசி எண்", - "phone_number_verified": "தொலைபேசி எண்", - "required": "தேவை", - "profile": "சுயவிவரம்" - }, - "l1Biometrics": { - "scan_and_verify": "ஸ்கேன் செய்து சரிபார்க்கவும்", - "sign_in_with_biometric": "பயோமெட்ரிக் மூலம் உள்நுழைக", - "retry": "மீண்டும் முயற்சிக்கவும்", - "vid_label_text": "உங்கள் VID ஐ உள்ளிடவும்", - "vid_placeholder": "விஐடி", - "Face": "முகம்", - "Finger": "விரல்", - "Iris": "கருவிழி", - "select_a_device": "ஒரு சாதனத்தைத் தேர்ந்தெடுக்கவும்" - }, - "pin": { - "sign_in_with_pin": "பின் மூலம் உள்நுழையவும்", - "remember_me": "என்னை நினைவில் வையுங்கள்", - "login": "உள்நுழைய", - "uin_label_text": "யுஐஎன்", - "pin_label_text": "பின்", - "uin_placeholder": "யுஐஎன் அல்லது பின்", - "pin_placeholder": "பின்னை உள்ளிடவும்" - }, - "IDPQRCode": { - "sign_in_with_inji": "இன்ஜியுடன் உள்நுழைக", - "scan_with_inji": "உள்நுழைய இன்ஜி ஆப் மூலம் ஸ்கேன் செய்யவும்", - "inji_app": "இன்ஜி ஆப்", - "dont_have_inji": "இஞ்சி இல்லையா?", - "download_now": "இப்போது பதிவிறக்கவும்", - "link_code_status": "இணைப்பு குறியீடு நிலை", - "failed": "தோல்வி", - "refresh": "QR குறியீட்டைப் புதுப்பிக்கவும்" - }, - "otp": { - "sign_in_with_otp": "OTP மூலம் உள்நுழையவும்", - "resend_otp": "OTP ஐ மீண்டும் அனுப்பவும்", - "not_a_robot": "நான் ரோபோ இல்லை", - "get_otp": "OTP பெறவும்", - "verify": "சரிபார்க்கவும்", - "vid_label_text": "உங்கள் VID ஐ உள்ளிடவும்", - "otp_label_text": "OTP", - "vid_placeholder": "விஐடி", - "otp_placeholder": "1234", - "mobile_number": "மொபைல் எண்", - "email_address": "மின்னஞ்சல் முகவரி", - "otp_sent_msg": "நீங்கள் பதிவு செய்த {{otpChannels}}க்கு OTP அனுப்பப்பட்டது", - "resend_otp_counter": "OTPயை {{min}}:{{sec}} இல் மீண்டும் அனுப்பவும்", - "mobile_placeholder": "மொபைல் எண்: {{mobileNumber}}", - "email_placeholder": "மின்னஞ்சல் முகவரி: {{emailAddress}}", - "mobile_email_placeholder": "மொபைல் எண்: {{mobileNumber}} மற்றும் மின்னஞ்சல் முகவரி: {{emailAddress}}" - }, - "signInOption": { - "login_option_heading": "நீங்கள் எப்படி உள்நுழைய வேண்டும் என்பதைத் தேர்வுசெய்யவும்:", - "login_with": "{{option}} மூலம் உள்நுழைக", - "PIN": "பின்", - "Inji": "இன்ஜி", - "Biometrics": "பயோமெட்ரிக்ஸ்", - "BIO": "பயோமெட்ரிக்ஸ்", - "QRCode": "க்யு ஆர் குறியீடு", - "WALLET": "இன்ஜி", - "OTP": "OTP" - }, - "idpDetails": { - "idp_details_heading": "IDP விவரங்கள்", - "internal_api": "உள் API", - "wellknown_api": ".wellknown API" - }, - "header": { - "login_heading": "MOSIP மூலம் உள்நுழைக", - "login_paragraph": "MOSIP க்கு இன்னும் பதிவு செய்யவில்லையா?", - "login_linkName": "முன்பதிவு", - "more_ways_to_sign_in": "உள்நுழைவதற்கான கூடுதல் வழிகள்", - "invalid_auth_factor": "தவறான அங்கீகார காரணிகள் தயவுசெய்து மீண்டும் முயற்சி செய்க...", - "here_tab_name": "இங்கே உள்நுழைக", - "inji_tab_name": "Inji உடன் உள்நுழைக", - "dont_have_inji": "இன்ஜி இல்லையா?", - "download_now": "இப்போது பதிவிறக்கவும்" - }, - "tabs": { - "pin_tab_name": "பின் மூலம் உள்நுழையவும்", - "inji_tab_name": "இன்ஜி மூலம் உள்நுழையவும்", - "biometric_tab_name": "பயோமெட்ரிக்ஸ் மூலம் உள்நுழையவும்" - }, - "loadingMsgs": { - "redirecting_msg": "திசைதிருப்புதல். தயவுசெய்து காத்திருங்கள்...", - "link_auth_waiting": "Inji மூலம் அங்கீகரிக்கவும். இந்தப் பக்கத்தைப் புதுப்பிக்க வேண்டாம்.", - "authenticating_msg": "அங்கீகரிக்கிறது. தயவுசெய்து காத்திருங்கள்...", - "scanning_devices_msg": "ஸ்கேனிங் சாதனங்கள். தயவுசெய்து காத்திருங்கள்...", - "capture_initiated_msg": "{{modality}} பிடிப்பு {{deviceModel}} இல் தொடங்கப்பட்டது", - "sending_otp_msg": "OTP அனுப்புகிறது. தயவுசெய்து காத்திருங்கள்...", - "loading_msg": "ஏற்றுகிறது. தயவுசெய்து காத்திருங்கள்..." - }, - "tooltips": { - "vid_tooltip": "இந்த புலத்தை நிரப்பவும்" - }, - "errors": { - "no_response_msg": "இல்லை பதில்", - "no_devices_found_msg": "சாதனம் கிடைக்கவில்லை. இணைப்பைச் சரிபார்த்து மீண்டும் முயற்சிக்கவும்.", - "link_code_refresh_failed": "ஏற்றுவதில் தோல்வி", - "link_code_status_failed": "ஏற்றுவதில் தோல்வி", - "failed_to_link": "இணைப்பதில் தோல்வி", - "qr_code_expired": "QR குறியீடு காலாவதியானது", - "authorization_failed": "அங்கீகரிக்க முடியவில்லை", - "device_disc_failed": "சாதனத்தைக் கண்டுபிடிப்பதில் தோல்வி", - "device_not_found_msg": "சாதனம் கிடைக்கவில்லை", - "biometric_capture_failed_msg": "பயோமெட்ரிக் பிடிப்பு தோல்வியடைந்தது", - "authentication_failed_msg": "அங்கீகரிப்பு தோல்வியுற்றது", - "send_otp_failed_msg": "OTP ஐ அனுப்ப முடியவில்லை", - "parsing_error_msg": "அலச முடியவில்லை", - "Network Error": "நெட்வொர்க் பிழை", - "invalid_request": "தவறான கோரிக்கை", - "invalid_client_id": "தவறான கிளையன்ட் அடையாளங்காட்டி", - "invalid_client_name": "தவறான வாடிக்கையாளர் பெயர்", - "invalid_uri": "தவறான வலைதள முகவரி", - "invalid_rp_id": "தவறான சார்பு கட்சி அடையாளங்காட்டி", - "invalid_response_type": "தவறான/ஆதரவற்ற பதில் வகை", - "invalid_grant_type": "தவறான/ஆதரவற்ற மானிய வகை", - "invalid_scope": "தவறான/ஆதரவற்ற நோக்கம்", - "invalid_redirect_uri": "தவறான வழிமாற்று URL", - "invalid_display": "தவறான/ஆதரவற்ற காட்சி", - "invalid_prompt": "தவறான/ஆதரவற்ற UI ப்ராம்ட்", - "invalid_assertion_type": "தவறான/ஆதரவற்ற கிளையன்ட் வலியுறுத்தல் வகை", - "invalid_client_auth": "தவறான/ஆதரவற்ற கிளையன்ட் அங்கீகார வகைகள்", - "invalid_transaction": "தவறான பரிவர்த்தனை அல்லது பரிவர்த்தனை காலாவதியானது", - "invalid_assertion": "தவறான கிளையண்ட் வலியுறுத்தல்", - "invalid_acr": "தவறான/ஆதரவற்ற அங்கீகார சூழல் வகுப்பு குறிப்புகள்", - "invalid_token": "தவறான/காலாவதியான அணுகல் டோக்கன்", - "auth_failed": "அங்கீகரிப்பு தோல்வியுற்றது", - "auth_passed": "அங்கீகாரம் வெற்றி", - "acr_amr_mapping_not_found": "ACR-AMR மேப்பிங் கோப்பு கிடைக்கவில்லை", - "no_acr_registered": "அங்கீகார சூழல் வகுப்பு குறிப்புகள் (ACR) பதிவு செய்யப்படவில்லை", - "invalid_algorithm": "தவறான/ஆதரவற்ற ஹாஷிங் அல்காரிதம்", - "unknown_error": "அறியப்படாத பிழை", - "invalid_input": "தவறான உள்ளீடு", - "duplicate_client_id": "நகல் கிளையண்ட் அடையாளங்காட்டி", - "invalid_claim": "தவறான/ஆதரவற்ற பயனர் உரிமைகோரல்கள்", - "invalid_public_key": "தவறான கிளையன்ட் பொது விசை", - "send_otp_failed": "send-otp தோல்வியடைந்தது. தவறான/தெரியாத தனிநபர் ஐடி.", - "missing_header": "கோரிக்கையில் தாங்கி டோக்கனுடன் தலைப்பு விடுபட்டது : அங்கீகாரம்.", - "invalid_permitted_scope": "செல்லாத அங்கீகார நோக்கம் அனுமதிக்கப்பட்டது", - "invalid_identifier": "தவறான தனிப்பட்ட அடையாளங்காட்டி வழங்கப்பட்டது.", - "invalid_otp_channel": "தவறான OTP சேனல் வழங்கப்பட்டது.", - "invalid_no_of_challenges": "பூஜ்ய அல்லது வெற்று அங்கீகார சவால்கள் அனுமதிக்கப்படாது.", - "invalid_transaction_id": "பூஜ்ய அல்லது வெற்று பரிவர்த்தனைஐடி அனுமதிக்கப்படவில்லை.", - "invalid_auth_factor_type": "பூஜ்ய அல்லது வெற்று அங்கீகார காரணி வகை அனுமதிக்கப்படவில்லை.", - "invalid_challenge": "அங்கீகார சவால் தேவை.", - "invalid_status": "ஆதரிக்கப்படாத நிலை மதிப்பு வழங்கப்பட்டது.", - "invalid_accepted_claim": "தவறான பயனர் உரிமைகோரல்கள் ஏற்கப்பட்டன", - "invalid_auth_code": "தவறான அங்கீகாரக் குறியீடு வழங்கப்பட்டுள்ளது.", - "auth_factor_mismatch": "வழங்கப்பட்ட அங்கீகார காரணிகள் தீர்க்கப்பட்ட அங்கீகார காரணிகளுடன் பொருந்தவில்லை.", - "unsupported_id_format": "ஆதரிக்கப்படாத ஐடி வடிவம்.", - "link_code_gen_failed": "இணைப்புக் குறியீட்டை உருவாக்குவதில் தோல்வி. மீண்டும் முயற்சி செய்.", - "invalid_link_code": "தவறான இணைப்புக் குறியீடு.", - "transaction_not_found": "பரிவர்த்தனை கிடைக்கவில்லை.", - "transaction_already_linked": "பரிவர்த்தனை ஏற்கனவே இணைக்கப்பட்டுள்ளது.", - "subscription_failed": "காஃப்கா தலைப்புக்கு குழுசேர முடியவில்லை.", - "response_timeout": "ஒத்திவைக்கப்பட்ட பதில் காலக்கெடு.", - "invalid_state": "செல்லாத நிலையில் பரிவர்த்தனை கண்டறியப்பட்டது.", - "authorization_failed_msg": "அங்கீகாரம் தோல்வி", - "consent_request_rejected": "ஒப்புதல் கோரிக்கை நிராகரிக்கப்பட்டது", - "0": "வெற்றி", - "100": "சாதனம் பதிவு செய்யப்படவில்லை", - "101": "பயோமெட்ரிக் பொருளைக் கண்டறிய முடியவில்லை", - "102": "பிரித்தெடுக்கும் போது தொழில்நுட்ப பிழை.", - "103": "சாதன சேதம் கண்டறியப்பட்டது", - "104": "நிர்வாக சேவையகத்துடன் இணைக்க முடியவில்லை", - "105": "படத்தின் நோக்குநிலை பிழை", - "106": "சாதனம் கிடைக்கவில்லை", - "107": "சாதன பொது விசை காலாவதியானது", - "108": "டொமைன் பொது விசை இல்லை", - "109": "கோரப்பட்ட பயோமெட்ரிக் எண்ணிக்கை (விரல்/IRIS) ஆதரிக்கப்படவில்லை", - "IDA-MLC-002": "தவறான UIN", - "IDA-MLC-003": "UIN செயலிழக்கப்பட்டது", - "IDA-MLC-004": "தவறான VID", - "IDA-MLC-005": "தவறான ஐடி", - "IDA-MLC-014": "அறிவிப்பு சேனல் பதிவு செய்யப்படவில்லை. தனிநபர் பதிவு செய்து மீண்டும் முயற்சிக்க வேண்டும்", - "IDA-OTA-001": "எண்ணற்ற OTP கோரிக்கைகள் பெறப்பட்டன", - "IDA-OTA-002": "OTP ஐ உருவாக்க/அனுப்ப முடியவில்லை", - "IDA-OTA-003": "OTP காலாவதியானது", - "IDA-OTA-004": "OTP தவறானது", - "IDA-OTA-005": "உள்ளீடு பரிமாற்ற ஐடி OTP கோரிக்கையின் பரிவர்த்தனை ஐடியுடன் பொருந்தவில்லை", - "IDA-MLC-006": "உள்ளீட்டு அளவுரு இல்லை", - "IDA-MLC-007": "கோரிக்கையைச் செயல்படுத்த முடியவில்லை. தயவுசெய்து மீண்டும் முயற்சி செய்க", - "IDA-DEA-001": "மக்கள்தொகை தரவு பொருந்தவில்லை", - "IDA-MLC-001": "Request to be received at MOSIP within hrs/min", - "IDA-DEA-002": "ஆதரிக்கப்படாத மொழிக் குறியீடு", - "IDA-MLC-013": "பண்புக்கூறுகள் இல்லை", - "IDA-BIA-001": "பயோமெட்ரிக் தரவு பொருந்தவில்லை", - "IDA-BIA-002": "கோரிக்கையில் நகல் விரல்கள்.", - "IDA-BIA-003": "FMR இன் எண்ணிக்கை 2 ஐ விட அதிகமாக இருக்கக்கூடாது.", - "IDA-BIA-004": "சாதனம் MOSIP இல் பதிவு செய்யப்படவில்லை", - "IDA-BIA-005": "சாதன வழங்குநர் MOSIP உடன் பதிவு செய்யப்படவில்லை", - "IDA-BIA-006": "பயோமெட்ரிக் தரவு கிடைக்கவில்லை.", - "IDA-BIA-007": "கோரிக்கையில் டூப்ளிகேட் ஐரிஸ்.", - "IDA-BIA-008": "IIR இன் எண்ணிக்கை 2 ஐ விட அதிகமாக இருக்கக்கூடாது.", - "IDA-DEA-003": "மக்கள்தொகை தரவு கிடைக்கவில்லை.", - "IDA-EKA-002": "அச்சு வடிவ கோரிக்கையில் தவறான மதிப்பு", - "IDA-MPA-013": "eKYC க்கு கூட்டாளர் அங்கீகரிக்கப்படாதவர்", - "IDA-MPA-001": "டிஜிட்டல் கையொப்ப சரிபார்ப்பு தோல்வியடைந்தது.", - "IDA-MPA-002": "டிஜிட்டல் கையொப்பத்தில் தவறான சான்றிதழ்.", - "IDA-MPA-003": "கோரிக்கையை மறைகுறியாக்க முடியவில்லை.", - "IDA-MLC-009": "தவறான உள்ளீட்டு அளவுரு", - "IDA-OTA-006": "OTP உருவாக்க UIN பூட்டப்பட்டுள்ளது. பிறகு முயற்சிக்கவும்", - "IDA-OTA-007": "தவறான OTP சோதனைகளின் எண்ணிக்கையை மீறுவதால் OTP சரிபார்ப்பிற்காக UIN பூட்டப்பட்டுள்ளது", - "IDA-BIA-009": "FID பதிவுகளின் எண்ணிக்கை 1 ஐ விட அதிகமாக இருக்கக்கூடாது.", - "IDA-MLC-008": "அங்கீகார வகை எதுவும் தேர்ந்தெடுக்கப்படவில்லை", - "IDA-MLC-010": "விஐடி செயலிழக்கப்பட்டது", - "IDA-MLC-011": "ஆதரிக்கப்படாத அங்கீகார வகை", - "IDA-MPA-004": "MOSIP பொது விசை காலாவதியானது.", - "IDA-MPA-005": "கொள்கையின்படி OTP கோரிக்கை பயன்பாடு அனுமதிக்கப்படவில்லை", - "IDA-MPA-006": "கொள்கையின்படி அங்கீகார வகை அனுமதிக்கப்படவில்லை", - "IDA-MPA-007": "உரிம விசை பதிவுசெய்யப்பட்ட MISP க்கு சொந்தமானது அல்ல", - "IDA-MPA-008": "MISP இன் உரிம விசை காலாவதியானது", - "IDA-MPA-009": "கூட்டாளர் பதிவு செய்யப்படவில்லை", - "IDA-MPA-010": "MISP மற்றும் பார்ட்னர் வரைபடமாக்கப்படவில்லை", - "IDA-MPA-011": "MISP இன் உரிம விசை இடைநிறுத்தப்பட்டுள்ளது", - "IDA-MPA-012": "கூட்டாளர் செயலிழக்கச் செய்யப்பட்டுள்ளார்", - "IDA-MLC-012": "தனிநபரின் ஒப்புதல் கிடைக்கவில்லை", - "IDA-MPA-014": "எந்தவொரு கொள்கையுடனும் கூட்டாளர் நியமிக்கப்படவில்லை", - "IDA-MPA-015": "கொள்கையின்படி கட்டாய அங்கீகாரம் செய்யப்படவில்லை", - "IDA-MPA-016": "HMAC சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-OTA-008": "OTP அறிவிப்பு சேனல் வழங்கப்படவில்லை.", - "IDA-BIA-010": "ஒற்றை FMR பதிவில் ஒன்றுக்கும் மேற்பட்ட விரல்கள் உள்ளன.", - "IDA-BIA-011": "தவறான பயோமெட்ரிக் தரவு", - "IDA-MPA-017": "MISP இன் உரிம விசை தடுக்கப்பட்டது", - "IDA-MLC-015": "அடையாள வகை ஆதரிக்கப்படவில்லை", - "IDA-OTA-009": "அறிவிப்பு சேனல் உள்ளமைக்கப்படவில்லை", - "IDA-MLC-016": "கோரிக்கையில் உள்ள பரிவர்த்தனை ஐடி அளவுருக்கள் பொருந்தவில்லை", - "IDA-BIA-013": "FMR இன் எண்ணிக்கை 10க்கு மிகாமல் இருக்க வேண்டும்.", - "IDA-EKA-001": "eKYC பதிலை குறியாக்கம் செய்ய முடியவில்லை", - "IDA-OTA-010": "உள்ளீட்டு அடையாள வகை, OTP கோரிக்கையின் அடையாள வகையுடன் பொருந்தவில்லை", - "IDA-MLC-017": "தவறான பயனர் ஐடி", - "IDA-MLC-018": "பயனர் தரவு கிடைக்கவில்லை", - "IDA-MLC-019": "அங்கீகரிப்பு முறை பூட்டப்பட்டுள்ளது", - "IDA-MLC-020": "தரவை குறியாக்கம் செய்ய முடியவில்லை", - "IDA-BIA-014": "ஹாஷ் சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-DPM-001": "சாதனம் MOSIP இல் பதிவு செய்யப்படவில்லை", - "IDA-DPM-002": "MDS ஆனது MOSIP உடன் பதிவு செய்யப்படவில்லை", - "IDA-DPM-003": "சாதன வழங்குநர் MOSIP இல் பதிவு செய்யப்படவில்லை", - "IDA-MPA-018": "பாலிசி ஐடி பதிவுசெய்யப்பட்ட கூட்டாளருக்கு சொந்தமானது அல்ல", - "IDA-BIA-016": "தொழில்நுட்பச் சிக்கல் காரணமாக தரச் சரிபார்ப்பைச் செய்ய முடியவில்லை", - "IDA-BIA-017": "தொழில்நுட்பச் சிக்கலால் பயோமெட்ரிக் மேட்சைச் செய்ய முடியவில்லை", - "IDA-BIA-018": "தொழில்நுட்பச் சிக்கல் காரணமாக கோரிக்கையைச் செயல்படுத்த முடியவில்லை", - "IDA-BIA-015": "கையொப்ப சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-MLC-021": "HSM இலிருந்து விசையைப் பெறுவதில் தோல்வி", - "IDA-MLC-022": "UIN செயலிழக்கப்பட்டது/தடுக்கப்பட்டது", - "IDA-MLC-023": "VID காலாவதியானது/முடக்கப்பட்டது", - "IDA-DPM-004": "சாதன வகை மற்றும் பயோமெட்ரிக் வகை பொருந்தவில்லை", - "IDA-MLC-024": "கோரிக்கையின் டொமைன் பயோமெட்ரிக்ஸ் டொமைனுடன் பொருந்தவில்லை", - "IDA-MLC-025": "கூட்டாளர் சான்றிதழ் கிடைக்கவில்லை", - "IDA-OTA-011": "உள்ளீட்டு பார்ட்னர் ஐடி, OTP கோரிக்கையின் பார்ட்னர் ஐடியுடன் பொருந்தவில்லை", - "IDA-MPA-019": "கூட்டாளர் கொள்கை செயலில் இல்லை", - "IDA-IDV-001": "உள்ளீட்டு தரவு சரிபார்ப்பு தோல்வியடைந்தது", - "IDA-RST-001": "URI காலியாக இருக்கக்கூடாது", - "IDA-RST-002": "httpமுறை காலியாக உள்ளது அல்லது தவறானது", - "IDA-RST-003": "ரிட்டர்ன் டைப் காலியாக உள்ளது", - "IDA-RST-004": "ஓய்வு சேவையின் பெயர் காலியாக உள்ளது அல்லது தவறானது", - "IDA-RST-005": "நேரம் முடிந்தது தவறானது", - "IDA-RST-006": "4XX - கிளையண்ட் பிழை ஏற்பட்டது", - "IDA-RST-007": "5XX - சர்வர் பிழை ஏற்பட்டது", - "IDA-RST-008": "இணைப்பின் நேரம் முடிந்தது" - } -} \ No newline at end of file diff --git a/artifacts/src/i18n/pmp-entity-spec-bundle/entity-spec/policy-mapping.json b/artifacts/src/i18n/pmp-entity-spec-bundle/entity-spec/policy-mapping.json index 371cbe83..caa903b7 100644 --- a/artifacts/src/i18n/pmp-entity-spec-bundle/entity-spec/policy-mapping.json +++ b/artifacts/src/i18n/pmp-entity-spec-bundle/entity-spec/policy-mapping.json @@ -1,20 +1,20 @@ { "auditEventIds": ["ADM-027", "ADM-049"], "actionButtons": [{ - "buttonName": { - "eng": "Manage Policy", - "ara": "إدارة النهج", - "fra": "Gérer la politique", - "hin": "नीति प्रबंधित करें", - "kan": "ನೀತಿಯನ್ನು ನಿರ್ವಹಿಸಿ", - "tam": "கொள்கையை நிர்வகிக்கவும்" - }, - "actionURL": "", - "redirectURL": "", - "showIn": "Ellipsis", - "validations": "", - "callBackFunction": "ApproveorRejectPolicy" + "buttonName": { + "eng": "Manage Policy", + "ara": "إدارة النهج", + "fra": "Gérer la politique", + "hin": "नीति प्रबंधित करें", + "kan": "ನೀತಿಯನ್ನು ನಿರ್ವಹಿಸಿ", + "tam": "கொள்கையை நிர்வகிக்கவும்" }, + "actionURL": "", + "redirectURL": "", + "showIn": "Ellipsis", + "validations": "", + "callBackFunction": "ApproveorRejectPolicy" + }, { "buttonName": { "eng": "Map Policy", @@ -95,7 +95,7 @@ "showAsLink": "", "linkType": "", "LinkURL": "", - "inputType": "dropdown", + "inputType": "dropdownpartner", "ismandatory": "true", "showInListView": "false", "showInSingleView": "true" @@ -207,11 +207,11 @@ "filtername": "partnerName", "filterlabel": { "eng": "Partner Name", - "ara": "اسم شريك", - "fra": "Nom du partenaire", - "hin": "साथी का नाम", - "kan": "ಪಾಲುದಾರ ಹೆಸರು", - "tam": "கூட்டாளர் பெயர்" + "ara": "اسم شريك", + "fra": "Nom du partenaire", + "hin": "साथी का नाम", + "kan": "ಪಾಲುದಾರ ಹೆಸರು", + "tam": "கூட்டாளர் பெயர்" }, "filterType": "equals", "fieldType": "input", @@ -226,11 +226,11 @@ "filtername": "policyName", "filterlabel": { "eng": "Partner Name", - "ara": "اسم السياسة", - "fra": "Nom de la politique", - "hin": "पालिसी का नाम", - "kan": "ನೀತಿಯ ಹೆಸರು", - "tam": "கொள்கை பெயர்" + "ara": "اسم السياسة", + "fra": "Nom de la politique", + "hin": "पालिसी का नाम", + "kan": "ನೀತಿಯ ಹೆಸರು", + "tam": "கொள்கை பெயர்" }, "filterType": "equals", "fieldType": "input", @@ -245,11 +245,11 @@ "filtername": "requestDetail", "filterlabel": { "eng": "Request Detail", - "ara": "طلب التفاصيل", - "fra": "Détail de la demande", - "hin": "अनुरोध विवरण", - "kan": "ವಿನಂತಿಯ ವಿವರ", - "tam": "கோரிக்கை விவரம்" + "ara": "طلب التفاصيل", + "fra": "Détail de la demande", + "hin": "अनुरोध विवरण", + "kan": "ವಿನಂತಿಯ ವಿವರ", + "tam": "கோரிக்கை விவரம்" }, "filterType": "equals", "fieldType": "input", diff --git a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/ara.json b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/ara.json index 332315bc..31fa1861 100644 --- a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/ara.json +++ b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/ara.json @@ -436,6 +436,7 @@ "msg11": "يرجى تأكيد رغبتك في حذف الملف ", "msg12": "الرجاء إدخال نص أو أرقام فقط", "msg13": "الرجاء إدخال 50 حرفًا فقط أو أقل", + "msg14": "غير مسموح بتحميل الملف المحمي بكلمة مرور", "title_confirm": "حذف", "button_cancel": "يلغي", "none": "لا شيء" @@ -458,7 +459,7 @@ "name" : "طلب", "action_modify_information": "تعديل المعلومات", "action_modify_appointment": "كتاب / تعديل موعد", - "action_cre_application": "التسجيل المسبق ", + "action_cre_application": "إنشاء تطبيق جديد", "action_lost_uin": "UIN ضائع", "action_update_registration": "تحديث التسجيل", "card": { @@ -573,7 +574,7 @@ "action_add": "إضافة", "action_close": "قريب", "action_add_to_slot": "أضف إلى الفتحة", - "navigation_alert": "هل أنت متأكد من رغبتك في التنقل بعيدًا حيث لن يتم حفظ البيانات التي تم إدخالها. يرجى تأكيد" + "navigation_alert": "هناك تغييرات غير محفوظة في هذا النموذج والتي ستفقد إذا قررت الابتعاد. هل ترغب في الإبحار بعيدا؟" }, "centerSelection": { "title": " موعد الكتاب ", @@ -729,6 +730,7 @@ "PRG_PAM_DOC_021": "المستند موجود بالفعل", "PRG_PAM_DOC_022": "DocumentId لا ينتمي إلى معرف التسجيل المسبق" , "PRG_PAM_DOC_024": "جدول المستندات غير قادر على التحديث بهذه الحالة", + "PRG_PAM_DOC_025": "غير مسموح بتحميل الملف المحمي بكلمة مرور", "PRG_PAM_ACK_001": "رقم الجوال أو معرف البريد الإلكتروني مفقود", "PRG_PAM_ACK_002": "الحقول الإلزامية مفقودة", "PRG_PAM_ACK_003": "طلب Json http استثناء" , @@ -775,7 +777,7 @@ "PRG_PAM_CORE_003": "وقت الطلب غير صالح", "PRG_PAM_CORE_004": "نص الطلب غير صالح", "PRG_PAM_CORE_010": "فشل التجزئة" , -"PRG_CORE_REQ_013": "يجب أن يكون تاريخ الطلب هو التاريخ الحالي" , + "PRG_CORE_REQ_013": "يجب أن يكون تاريخ الطلب هو التاريخ الحالي" , "PRG_CORE_REQ_014": "رمز اللغة غير صالح" , "PRG_CORE_REQ_015": "إدخال طلب غير صالح" , "PRG_CORE_REQ_016": "خطأ داخلي في الخادم", @@ -810,4 +812,4 @@ "UI_1000": "يسمح فقط الحروف الهجائية", "UI_1001": "الرجاء إدخال ما بين 3 إلى 50 حرفًا" } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/eng.json b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/eng.json index 5c73e6b2..85812da8 100644 --- a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/eng.json +++ b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/eng.json @@ -435,6 +435,7 @@ "msg11": "Please confirm that you want to delete file ", "msg12": "Please enter only text or numbers", "msg13": "Please enter only 50 characters or less", + "msg14": "Password-protected file is not allowed for upload", "title_confirm": "Delete", "button_cancel": "Cancel", "none": "None" @@ -457,7 +458,7 @@ "name" : "Application", "action_modify_information": "Modify Information", "action_modify_appointment": "Book/Modify Appointment", - "action_cre_application": "Pre Registration ", + "action_cre_application": "Create Application ", "action_lost_uin": "Lost UIN ", "action_update_registration": "Update Registration ", "card": { @@ -582,7 +583,7 @@ "action_add": "Add", "action_close": "Close", "action_add_to_slot": "Add to Slot", - "navigation_alert": "Are you sure you would like to navigate away as data entered will not be saved. Please confirm" + "navigation_alert": "There are unsaved changes on this form that will be lost if you decide to navigate away. Would you like to navigate away?" }, "centerSelection": { "title": " Book Appointment ", @@ -747,6 +748,7 @@ "PRG_PAM_DOC_021": "Document is alredy present", "PRG_PAM_DOC_022": "DocumentId is not belongs to the pre-registration Id", "PRG_PAM_DOC_024": "Document table not able to update by this status", + "PRG_PAM_DOC_025": "Password-protected file is not allowed for upload", "PRG_PAM_ACK_001": "Mobile number or Email Id is missing", "PRG_PAM_ACK_002": "Mandatory fields are missing", "PRG_PAM_ACK_003": "Json http request exception", @@ -829,5 +831,5 @@ "UI_1001": "Please enter between 3 to 50 characters", "UI_1003": "Please enter values starting with a character followed by 6 digits and ending with a character", "UI_1004": "Enter only 10 digit numbers" - } -} + } +} \ No newline at end of file diff --git a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/fra.json b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/fra.json index 81892cf1..7b4a785f 100644 --- a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/fra.json +++ b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/fra.json @@ -438,6 +438,7 @@ "msg11": "Veuillez confirmer que vous souhaitez supprimer le fichier ", "msg12": "Veuillez saisir uniquement du texte ou des chiffres", "msg13": "Veuillez entrer seulement 50 caractères ou moins", + "msg14": "Le fichier protégé par mot de passe n'est pas autorisé au téléchargement", "title_confirm": "Supprimer", "button_cancel": "Annuler", "none": "aucun" @@ -460,7 +461,7 @@ "name" : "Application", "action_modify_information": "Modifier les informations", "action_modify_appointment": "Réserver / modifier un rendez-vous", - "action_cre_application": "Pré-inscription ", + "action_cre_application": "Créer une nouvelle application ", "action_lost_uin": "Perdue UIN ", "action_update_registration": "Mettre à jour l'enregistrement ", "card": { @@ -578,7 +579,7 @@ "action_add": "Ajouter", "action_close": "Fermer", "action_add_to_slot": "Ajouter à la fente", - "navigation_alert": "Êtes-vous sûr de vouloir quitter le site car les données saisies ne seront pas enregistrées. Veuillez confirmer" + "navigation_alert": "Certaines modifications non enregistrées sur ce formulaire seront perdues si vous décidez de quitter le formulaire. Souhaitez-vous vous éloigner?" }, "centerSelection": { "title": " Rendez-vous du livre ", @@ -735,6 +736,7 @@ "PRG_PAM_DOC_021": "Le document est déjà présent", "PRG_PAM_DOC_022": "DocumentId n'appartient pas à l'Id de pré-inscription", "PRG_PAM_DOC_024": "Le tableau des documents ne peut pas être mis à jour par ce statut", + "PRG_PAM_DOC_025": "Le fichier protégé par mot de passe n'est pas autorisé au téléchargement", "PRG_PAM_ACK_001": "Le numéro de mobile ou l'identifiant de messagerie est manquant", "PRG_PAM_ACK_002": "Les champs obligatoires sont manquants", "PRG_PAM_ACK_003": "Exception de requête http Json", @@ -816,4 +818,4 @@ "UI_1000": "Seuls les alphabets sont autorisés", "UI_1001": "Veuillez saisir entre 3 et 50 caractères" } -} +} \ No newline at end of file diff --git a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/hin.json b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/hin.json index b2239569..cdf39b40 100644 --- a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/hin.json +++ b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/hin.json @@ -30,12 +30,12 @@ "select_data_capture_language": { "name": "डेटा कैप्चर भाषा चुनें", "list": { - "line1": "एक उपयोगकर्ता पहली बार लॉग इन कर रहा है और कोई एप्लिकेशन नहीं होने पर डेटा कैप्चर भाषा पॉप-अप के साथ संकेत दिया जाएगा। उसी सत्र में बनाए गए अनुप्रयोगों के अगले सेट के लिए भाषाओं के समान सेट का उपयोग किया जाएगा।", - "line2": "लॉगिन स्क्रीन में चयनित भाषा उपयोगकर्ता को डेटा कैप्चर भाषा पॉप-अप में पूर्व-चयनित किया जाएगा", - "line3": "उपयोगकर्ता डेटा कैप्चर भाषा बदलें बटन पर क्लिक करके इसे बदल सकता है" + "line1": "एक उपयोगकर्ता पहली बार लॉग इन कर रहा है और कोई एप्लिकेशन नहीं होने पर डेटा कैप्चर भाषा पॉप-अप के साथ संकेत दिया जाएगा। उसी सत्र में बनाए गए अनुप्रयोगों के अगले सेट के लिए भाषाओं के समान सेट का उपयोग किया जाएगा।", + "line2": "लॉगिन स्क्रीन में चयनित भाषा उपयोगकर्ता को डेटा कैप्चर भाषा पॉप-अप में पूर्व-चयनित किया जाएगा", + "line3": "उपयोगकर्ता डेटा कैप्चर भाषा बदलें बटन पर क्लिक करके इसे बदल सकता है" }, "note": "नोट: यह विकल्प केवल तभी उपलब्ध होगा जब आईडी जारीकर्ता ने वैकल्पिक भाषाओं के उपयोग को कॉन्फ़िगर किया हो।" - }, + }, "t&c": { "name": "नियम और शर्तें स्वीकार करे", "list": { @@ -146,7 +146,7 @@ }, "cancelled": { "line1": "अपॉइंटमेंट रद्द कर दिया गया है" - }, + }, "expired": { "line1": "नियुक्ति की तारीख बीत चुकी है" } @@ -432,8 +432,9 @@ "msg9": "दस्तावेज़ अनुपलब्ध हैं", "msg10": "फ़ाइल को हटाया नहीं जा सका। पुन: प्रयास करें।", "msg11": "कृपया पुष्टि करें कि आप फ़ाइल को हटाना चाहते हैं ", - "msg12": "कृपया केवल टेक्स्ट या नंबर दर्ज करें", + "msg12": "कृपया केवल टेक्स्ट या नंबर दर्ज करें", "msg13": "कृपया केवल 50 या उससे कम वर्ण दर्ज करें", + "msg14": "पासवर्ड से सुरक्षित फ़ाइल को अपलोड करने की अनुमति नहीं है", "title_confirm": "हटाएं", "button_cancel": "रद्द करना", "none": "कोई नहीं" @@ -456,9 +457,9 @@ "name" : "आवेदन", "action_modify_information": "सूचना संशोधित करें", "action_modify_appointment": "बुक/संशोधित अपॉइंटमेंट", - "action_cre_application": "पूर्व पंजीकरण ", - "action_lost_uin": "खो गया UIN ", - "action_update_registration": "पंजीकरण अपडेट करें ", + "action_cre_application": "नया एप्लिकेशन बनाएं ", + "action_lost_uin": "खो गया UIN ", + "action_update_registration": "पंजीकरण अपडेट करें ", "card": { "text_app_id": "एप्लिकेशन आईडी", "text_name": "नाम", @@ -577,7 +578,7 @@ "action_add": "जोड़ें", "action_close": "क्लोज़", "action_add_to_slot": "सलॉट में जोड़े", - "navigation_alert": "क्या आप सुनिश्चित हैं कि आप दूर नेविगेट करना चाहेंगे क्योंकि दर्ज किया गया डेटा सहेजा नहीं जाएगा। कृपया पुष्टि करें" + "navigation_alert": "इस फ़ॉर्म में सहेजे न गए परिवर्तन हैं जो यदि आप कहीं और जाने का निर्णय लेते हैं तो खो जाएंगे। क्या आप दूर जाना चाहेंगे?" }, "centerSelection": { "title": " बुक अपॉइंटमेंट ", @@ -733,6 +734,7 @@ "PRG_PAM_DOC_021": "दस्तावेज़ पहले से मौजूद है", "PRG_PAM_DOC_022": "DocumentId पूर्व-पंजीकरण आईडी से संबंधित नहीं है", "PRG_PAM_DOC_024": "दस्तावेज़ तालिका इस स्थिति से अपडेट करने में सक्षम नहीं है", + "PRG_PAM_DOC_025": "पासवर्ड से सुरक्षित फ़ाइल को अपलोड करने की अनुमति नहीं है", "PRG_PAM_ACK_001": "मोबाइल नंबर या ईमेल आईडी गुम है", "PRG_PAM_ACK_002": "अनिवार्य फ़ील्ड अनुपलब्ध हैं", "PRG_PAM_ACK_003": "Json http अनुरोध अपवाद", @@ -811,7 +813,7 @@ "PRG_BOOK_RCI_036": "कृपया अपॉइंटमेंटनेट बुकिंग से पहले अपना आवेदन पूरा करें" }, "UI_VALIDATION_ERROR_CODES": { - "UI_1000": "केवल अक्षरों की अनुमति है", - "UI_1001": "कृपया ३ से ५० वर्णों के बीच दर्ज करें" - } + "UI_1000": "केवल अक्षरों की अनुमति है", + "UI_1001": "कृपया ३ से ५० वर्णों के बीच दर्ज करें" + } } \ No newline at end of file diff --git a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/kan.json b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/kan.json index b7823e67..01ee4537 100644 --- a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/kan.json +++ b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/kan.json @@ -30,12 +30,12 @@ "select_data_capture_language": { "name": "ಡೇಟಾ ಕ್ಯಾಪ್ಚರ್ ಭಾಷೆಯನ್ನು ಆಯ್ಕೆಮಾಡಿ", "list": { - "line1": "ಬಳಕೆದಾರರು ಮೊದಲ ಬಾರಿಗೆ ಲಾಗ್ ಇನ್ ಆಗುತ್ತಿರುವಾಗ ಮತ್ತು ಯಾವುದೇ ಅಪ್ಲಿಕೇಶನ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲದಿದ್ದರೆ ಡೇಟಾ ಕ್ಯಾಪ್ಚರ್ ಭಾಷೆ ಪಾಪ್-ಅಪ್‌ನೊಂದಿಗೆ ಪ್ರಾಂಪ್ಟ್ ಮಾಡಲಾಗುತ್ತದೆ. ಅದೇ ಸೆಶನ್‌ನಲ್ಲಿ ರಚಿಸಲಾದ ಮುಂದಿನ ಸೆಟ್ ಅಪ್ಲಿಕೇಶನ್‌ಗಳಿಗೆ ಒಂದೇ ರೀತಿಯ ಭಾಷೆಗಳನ್ನು ಬಳಸಲಾಗುತ್ತದೆ.", - "line2": "ಲಾಗಿನ್ ಪರದೆಯಲ್ಲಿ ಆಯ್ಕೆಮಾಡಿದ ಭಾಷಾ ಬಳಕೆದಾರರನ್ನು ಡೇಟಾ ಕ್ಯಾಪ್ಚರ್ ಭಾಷೆ ಪಾಪ್-ಅಪ್‌ನಲ್ಲಿ ಮೊದಲೇ ಆಯ್ಕೆ ಮಾಡಲಾಗುತ್ತದೆ", - "line3": "ಚೇಂಜ್ ಡೇಟಾ ಕ್ಯಾಪ್ಚರ್ ಲಾಂಗ್ವೇಜಸ್ ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಬಳಕೆದಾರರು ಇದನ್ನು ಬದಲಾಯಿಸಬಹುದು" + "line1": "ಬಳಕೆದಾರರು ಮೊದಲ ಬಾರಿಗೆ ಲಾಗ್ ಇನ್ ಆಗುತ್ತಿರುವಾಗ ಮತ್ತು ಯಾವುದೇ ಅಪ್ಲಿಕೇಶನ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲದಿದ್ದರೆ ಡೇಟಾ ಕ್ಯಾಪ್ಚರ್ ಭಾಷೆ ಪಾಪ್-ಅಪ್‌ನೊಂದಿಗೆ ಪ್ರಾಂಪ್ಟ್ ಮಾಡಲಾಗುತ್ತದೆ. ಅದೇ ಸೆಶನ್‌ನಲ್ಲಿ ರಚಿಸಲಾದ ಮುಂದಿನ ಸೆಟ್ ಅಪ್ಲಿಕೇಶನ್‌ಗಳಿಗೆ ಒಂದೇ ರೀತಿಯ ಭಾಷೆಗಳನ್ನು ಬಳಸಲಾಗುತ್ತದೆ.", + "line2": "ಲಾಗಿನ್ ಪರದೆಯಲ್ಲಿ ಆಯ್ಕೆಮಾಡಿದ ಭಾಷಾ ಬಳಕೆದಾರರನ್ನು ಡೇಟಾ ಕ್ಯಾಪ್ಚರ್ ಭಾಷೆ ಪಾಪ್-ಅಪ್‌ನಲ್ಲಿ ಮೊದಲೇ ಆಯ್ಕೆ ಮಾಡಲಾಗುತ್ತದೆ", + "line3": "ಚೇಂಜ್ ಡೇಟಾ ಕ್ಯಾಪ್ಚರ್ ಲಾಂಗ್ವೇಜಸ್ ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಬಳಕೆದಾರರು ಇದನ್ನು ಬದಲಾಯಿಸಬಹುದು" }, "note": "ಗಮನಿಸಿ: ಐಡಿ ನೀಡುವವರು ಐಚ್ಛಿಕ ಭಾಷೆಗಳ ಬಳಕೆಯನ್ನು ಕಾನ್ಫಿಗರ್ ಮಾಡಿದ್ದರೆ ಮಾತ್ರ ಈ ಆಯ್ಕೆಯು ಲಭ್ಯವಿರುತ್ತದೆ." - }, + }, "t&c": { "name": "ನಿಯಮಗಳು ಮತ್ತು ಷರತ್ತುಗಳನ್ನು ಸ್ವೀಕರಿಸಿ", "list": { @@ -146,7 +146,7 @@ }, "cancelled": { "line1": "ನೇಮಕಾತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ" - }, + }, "expired": { "line1": "ನೇಮಕಾತಿ ದಿನಾಂಕ ಕಳೆದಿದೆ" } @@ -432,8 +432,9 @@ "msg9": "ದಾಖಲೆಗಳು ಕಾಣೆಯಾಗಿವೆ", "msg10": "ಫೈಲ್ ಅನ್ನು ಅಳಿಸಲಾಗಲಿಲ್ಲ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ.", "msg11": "ನೀವು ಫೈಲ್ ಅನ್ನು ಅಳಿಸಲು ಬಯಸುತ್ತೀರಿ ಎಂಬುದನ್ನು ದಯವಿಟ್ಟು ದೃೀಕರಿಸಿ ", - "msg12": "ದಯವಿಟ್ಟು ಪಠ್ಯ ಅಥವಾ ಸಂಖ್ಯೆಗಳನ್ನು ಮಾತ್ರ ನಮೂದಿಸಿ", + "msg12": "ದಯವಿಟ್ಟು ಪಠ್ಯ ಅಥವಾ ಸಂಖ್ಯೆಗಳನ್ನು ಮಾತ್ರ ನಮೂದಿಸಿ", "msg13": "ದಯವಿಟ್ಟು 50 ಅಥವಾ ಅದಕ್ಕಿಂತ ಕಡಿಮೆ ಅಕ್ಷರಗಳನ್ನು ಮಾತ್ರ ನಮೂದಿಸಿ", + "msg14": "ಪಾಸ್‌ವರ್ಡ್-ರಕ್ಷಿತ ಫೈಲ್ ಅನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಲು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ", "title_confirm": "ಅಳಿಸಿ", "button_cancel": "ರದ್ದುಮಾಡಿ", "none": "ಯಾವುದೂ ಇಲ್ಲ" @@ -456,9 +457,9 @@ "name" : "ಅಪ್ಲಿಕೇಶನ್", "action_modify_information": "ಮಾಹಿತಿಯನ್ನು ಮಾರ್ಪಡಿಸಿ", "action_modify_appointment": "ನೇಮಕಾತಿಯನ್ನು ಪುಸ್ತಕ / ಮಾರ್ಪಡಿಸಿ", - "action_cre_application": "ಪೂರ್ವ ನೋಂದಣಿ ", - "action_lost_uin": "ಕಳೆದುಹೋಗಿದೆ UIN ", - "action_update_registration": "ನೋಂದಣಿ ನವೀಕರಿಸಿ ", + "action_cre_application": "ಹೊಸ ಅಪ್ಲಿಕೇಶನ್ ರಚಿಸಿ ", + "action_lost_uin": "ಕಳೆದುಹೋಗಿದೆ UIN ", + "action_update_registration": "ನೋಂದಣಿ ನವೀಕರಿಸಿ ", "card": { "text_app_id": "ಅಪ್ಲಿಕೇಶನ್ ID", "text_name": "ಹೆಸರು", @@ -574,7 +575,7 @@ "action_add": "ಸೇರಿಸಿ", "action_close": "ಮುಚ್ಚು", "action_add_to_slot": "ಸ್ಲಾಟ್‌ಗೆ ಸೇರಿಸಿ", - "navigation_alert": "ನಮೂದಿಸಿದ ಡೇಟಾವನ್ನು ಉಳಿಸಲಾಗದ ಕಾರಣ ನೀವು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಲು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ. ದಯವಿಟ್ಟು ದ್ರುಡೀಕರಿಸಿ" + "navigation_alert": "ಈ ಫಾರ್ಮ್‌ನಲ್ಲಿ ಉಳಿಸದ ಬದಲಾವಣೆಗಳಿವೆ, ನೀವು ದೂರಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಲು ನಿರ್ಧರಿಸಿದರೆ ಅದು ಕಳೆದುಹೋಗುತ್ತದೆ. ನೀವು ದೂರ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಲು ಬಯಸುವಿರಾ?" }, "centerSelection": { "title": " ಪುಸ್ತಕ ನೇಮಕಾತಿ ", @@ -730,6 +731,7 @@ "PRG_PAM_DOC_021": "ಡಾಕ್ಯುಮೆಂಟ್ ಆಲ್ರೆಡಿ ಪ್ರಸ್ತುತ", "PRG_PAM_DOC_022": "ಡಾಕ್ಯುಮೆಂಟ್ಐಡಿ ಪೂರ್ವ-ನೋಂದಣಿ ಐಡಿಗೆ ಸೇರಿಲ್ಲ", "PRG_PAM_DOC_024": "ಡಾಕ್ಯುಮೆಂಟ್ ಟೇಬಲ್ ಈ ಸ್ಥಿತಿಯಿಂದ ನವೀಕರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ", + "PRG_PAM_DOC_025": "ಪಾಸ್‌ವರ್ಡ್-ರಕ್ಷಿತ ಫೈಲ್ ಅನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಲು ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ", "PRG_PAM_ACK_001": "ಮೊಬೈಲ್ ಸಂಖ್ಯೆ ಅಥವಾ ಇಮೇಲ್ ಐಡಿ ಕಾಣೆಯಾಗಿದೆ", "PRG_PAM_ACK_002": "ಕಡ್ಡಾಯ ಕ್ಷೇತ್ರಗಳು ಕಾಣೆಯಾಗಿವೆ", "PRG_PAM_ACK_003": "Json http ವಿನಂತಿ ವಿನಾಯಿತಿ", @@ -808,7 +810,7 @@ "PRG_BOOK_RCI_036": "ನೇಮಕಾತಿ ಬುಕಿಂಗ್ ಮೊದಲು ದಯವಿಟ್ಟು ನಿಮ್ಮ ಅರ್ಜಿಯನ್ನು ಪೂರ್ಣಗೊಳಿಸಿ" }, "UI_VALIDATION_ERROR_CODES": { - "UI_1000": "ವರ್ಣಮಾಲೆಗಳನ್ನು ಮಾತ್ರ ಅನುಮತಿಸಲಾಗಿದೆ", - "UI_1001": "ದಯವಿಟ್ಟು 3 ರಿಂದ 50 ಅಕ್ಷರಗಳ ನಡುವೆ ನಮೂದಿಸಿ" - } + "UI_1000": "ವರ್ಣಮಾಲೆಗಳನ್ನು ಮಾತ್ರ ಅನುಮತಿಸಲಾಗಿದೆ", + "UI_1001": "ದಯವಿಟ್ಟು 3 ರಿಂದ 50 ಅಕ್ಷರಗಳ ನಡುವೆ ನಮೂದಿಸಿ" + } } \ No newline at end of file diff --git a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/tam.json b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/tam.json index 30f84be3..71e8d39e 100644 --- a/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/tam.json +++ b/artifacts/src/i18n/pre-registration-i18n-bundle/i18n/tam.json @@ -30,12 +30,12 @@ "select_data_capture_language": { "name": "தரவுப் பிடிப்பு மொழியைத் தேர்ந்தெடுக்கவும்", "list": { - "line1": "ஒரு பயனர் முதல் முறையாக உள்நுழைந்து பயன்பாடுகள் இல்லாதிருந்தால், தரவுப் பிடிப்பு மொழி பாப்-அப் மூலம் கேட்கப்படும். அதே அமர்வில் உருவாக்கப்பட்ட அடுத்த தொகுப்பு பயன்பாடுகளுக்கும் அதே மொழிகளின் தொகுப்பு பயன்படுத்தப்படும்.", - "line2": "உள்நுழைவுத் திரையில் தேர்ந்தெடுக்கப்பட்ட மொழிப் பயனர் தரவுப் பிடிப்பு மொழி பாப்-அப்பில் முன்பே தேர்ந்தெடுக்கப்படுவார்", - "line3": "தரவுப் பிடிப்பு மொழிகளை மாற்று பொத்தானைக் கிளிக் செய்வதன் மூலம் பயனர் இதை மாற்றலாம்" + "line1": "ஒரு பயனர் முதல் முறையாக உள்நுழைந்து பயன்பாடுகள் இல்லாதிருந்தால், தரவுப் பிடிப்பு மொழி பாப்-அப் மூலம் கேட்கப்படும். அதே அமர்வில் உருவாக்கப்பட்ட அடுத்த தொகுப்பு பயன்பாடுகளுக்கும் அதே மொழிகளின் தொகுப்பு பயன்படுத்தப்படும்.", + "line2": "உள்நுழைவுத் திரையில் தேர்ந்தெடுக்கப்பட்ட மொழிப் பயனர் தரவுப் பிடிப்பு மொழி பாப்-அப்பில் முன்பே தேர்ந்தெடுக்கப்படுவார்", + "line3": "தரவுப் பிடிப்பு மொழிகளை மாற்று பொத்தானைக் கிளிக் செய்வதன் மூலம் பயனர் இதை மாற்றலாம்" }, "note": "குறிப்பு: ஐடி வழங்குபவர் விருப்ப மொழிகளின் பயன்பாட்டை உள்ளமைத்திருந்தால் மட்டுமே இந்தத் தேர்வு கிடைக்கும்." - }, + }, "t&c": { "name": "விதிமுறைகளையும் நிபந்தனைகளையும் ஏற்றுக்கொள்ளுங்கள்", "list": { @@ -146,7 +146,7 @@ }, "cancelled": { "line1": "நியமனம் ரத்து செய்யப்பட்டது" - }, + }, "expired": { "line1": "நியமனம் தேதி கடந்துவிட்டது" } @@ -432,8 +432,9 @@ "msg9": "ஆவணங்கள் இல்லை", "msg10": "கோப்பை நீக்க முடியவில்லை. மீண்டும் முயற்சிக்கவும்.", "msg11": "நீங்கள் கோப்பை நீக்க விரும்புகிறீர்கள் என்பதை உறுதிப்படுத்தவும் ", - "msg12": "உரை அல்லது எண்களை மட்டும் உள்ளிடவும்", + "msg12": "உரை அல்லது எண்களை மட்டும் உள்ளிடவும்", "msg13": "50 அல்லது அதற்கும் குறைவான எழுத்துக்களை மட்டும் உள்ளிடவும்", + "msg14": "கடவுச்சொல் பாதுகாக்கப்பட்ட கோப்பு பதிவேற்ற அனுமதிக்கப்படவில்லை", "title_confirm": "அழி", "button_cancel": "ரத்துசெய்", "none": "எதுவுமில்லை" @@ -456,9 +457,9 @@ "name" : "விண்ணப்பம்", "action_modify_information": "தகவலை மாற்றவும்", "action_modify_appointment": "நியமனம் புத்தகம் / மாற்றியமைத்தல்", - "action_cre_application": "முன் பதிவு ", - "action_lost_uin": "இழந்தது UIN ", - "action_update_registration": "பதிவை புதுப்பிக்கவும் ", + "action_cre_application": "புதிய பயன்பாட்டை உருவாக்கவும் ", + "action_lost_uin": "இழந்தது UIN ", + "action_update_registration": "பதிவை புதுப்பிக்கவும் ", "card": { "text_app_id": "விண்ணப்ப ஐடி", "text_name": "பெயர்", @@ -468,7 +469,7 @@ "action_modify_information": "தகவலை மாற்றவும்", "action_view_acknowledgement": "ஒப்புதலைக் காண்க", "action_view_information": "தகவலைக் காண்க", - "data_capture_langs": "தரவு பிடிப்பு மொழிகள்" + "data_capture_langs": "தரவு பிடிப்பு மொழிகள்" }, "discard": { "title_confirm": "உறுதிப்படுத்தவும்", @@ -493,7 +494,7 @@ "expired": "காலாவதியான", "cancelled": "ரத்து செய்யப்பட்டது", "Application_Incomplete": "பயன்பாடு முழுமையடையாது", - "prefetched": "முன்னரே எடுக்கப்பட்டது" + "prefetched": "முன்னரே எடுக்கப்பட்டது" }, "error": { "error": "உள் சேவையக பிழை. சிறிது நேரம் கழித்து மீண்டும் முயற்சிக்கவும்.", @@ -574,7 +575,7 @@ "action_add": "கூட்டு", "action_close": "நெருக்கமான", "action_add_to_slot": "ஸ்லாட்டில் சேர்க்கவும்", - "navigation_alert": "உள்ளிட்ட தரவு சேமிக்கப்படாததால் நீங்கள் செல்ல விரும்புகிறீர்கள். தயவுசெய்து உறுதிப்படுத்தவும்" + "navigation_alert": "இந்தப் படிவத்தில் சேமிக்கப்படாத மாற்றங்கள் உள்ளன, நீங்கள் வெளியேற முடிவு செய்தால் அவை இழக்கப்படும். நீங்கள் விலகிச் செல்ல விரும்புகிறீர்களா?" }, "centerSelection": { "title": " புத்தக நியமனம் ", @@ -730,6 +731,7 @@ "PRG_PAM_DOC_021": "ஆவணம் உள்ளது", "PRG_PAM_DOC_022": "DocumentId பதிவுக்கு முந்தைய ஐடிக்கு சொந்தமானது அல்ல", "PRG_PAM_DOC_024": "இந்த அட்டவணையால் ஆவண அட்டவணையை புதுப்பிக்க முடியவில்லை", + "PRG_PAM_DOC_025": "கடவுச்சொல் பாதுகாக்கப்பட்ட கோப்பு பதிவேற்ற அனுமதிக்கப்படவில்லை", "PRG_PAM_ACK_001": "மொபைல் எண் அல்லது மின்னஞ்சல் ஐடி இல்லை", "PRG_PAM_ACK_002": "கட்டாய புலங்கள் இல்லை", "PRG_PAM_ACK_003": "Json http கோரிக்கை விதிவிலக்கு", @@ -808,7 +810,7 @@ "PRG_BOOK_RCI_036": "நியமனம் முன்பதிவு செய்வதற்கு முன் உங்கள் விண்ணப்பத்தை பூர்த்தி செய்யுங்கள்" }, "UI_VALIDATION_ERROR_CODES": { - "UI_1000": "எழுத்துக்கள் மட்டுமே அனுமதிக்கப்படுகின்றன", - "UI_1001": "3 முதல் 50 எழுத்துகளுக்குள் உள்ளிடவும்" - } + "UI_1000": "எழுத்துக்கள் மட்டுமே அனுமதிக்கப்படுகின்றன", + "UI_1001": "3 முதல் 50 எழுத்துகளுக்குள் உள்ளிடவும்" + } } \ No newline at end of file diff --git a/artifacts/src/icu4j/kernel-transliteration-icu4j.jar b/artifacts/src/icu4j/kernel-transliteration-icu4j.jar deleted file mode 100644 index 57d3525c..00000000 Binary files a/artifacts/src/icu4j/kernel-transliteration-icu4j.jar and /dev/null differ diff --git a/artifacts/src/jre/zulu11.41.23-ca-fx-jre11.0.8-win_x64.zip b/artifacts/src/jre/zulu21.34.19-ca-fx-jre21.0.3-win_x64.zip similarity index 72% rename from artifacts/src/jre/zulu11.41.23-ca-fx-jre11.0.8-win_x64.zip rename to artifacts/src/jre/zulu21.34.19-ca-fx-jre21.0.3-win_x64.zip index ba5db7d3..90935f93 100644 Binary files a/artifacts/src/jre/zulu11.41.23-ca-fx-jre11.0.8-win_x64.zip and b/artifacts/src/jre/zulu21.34.19-ca-fx-jre21.0.3-win_x64.zip differ diff --git a/artifacts/src/pdf-generator/NotoSans.ttf b/artifacts/src/pdf-generator/NotoSans.ttf new file mode 100644 index 00000000..9530d84d Binary files /dev/null and b/artifacts/src/pdf-generator/NotoSans.ttf differ diff --git a/artifacts/src/pdf-generator/NotoSansArabic.ttf b/artifacts/src/pdf-generator/NotoSansArabic.ttf new file mode 100644 index 00000000..aa319030 Binary files /dev/null and b/artifacts/src/pdf-generator/NotoSansArabic.ttf differ diff --git a/artifacts/src/pdf-generator/NotoSansDevanagari.ttf b/artifacts/src/pdf-generator/NotoSansDevanagari.ttf new file mode 100644 index 00000000..1a127146 Binary files /dev/null and b/artifacts/src/pdf-generator/NotoSansDevanagari.ttf differ diff --git a/artifacts/src/pdf-generator/NotoSansKannada.ttf b/artifacts/src/pdf-generator/NotoSansKannada.ttf new file mode 100644 index 00000000..166479b4 Binary files /dev/null and b/artifacts/src/pdf-generator/NotoSansKannada.ttf differ diff --git a/artifacts/src/pdf-generator/NotoSansTamil.ttf b/artifacts/src/pdf-generator/NotoSansTamil.ttf new file mode 100644 index 00000000..57bc8a2a Binary files /dev/null and b/artifacts/src/pdf-generator/NotoSansTamil.ttf differ diff --git a/deploy/install.sh b/deploy/install.sh index f20a6445..802722a3 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,10 +7,10 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=0.9.1-INJI +CHART_VERSION=1.3.0-develop echo Create $NS namespace -kubectl create ns $NS +kubectl create ns $NS function installing_artifactory() { echo Istio label diff --git a/helm/artifactory/.gitignore b/helm/artifactory/.gitignore index ee3892e8..f791801b 100644 --- a/helm/artifactory/.gitignore +++ b/helm/artifactory/.gitignore @@ -1 +1,2 @@ charts/ +Chart.lock diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml index 67b44eba..a6eb1564 100644 --- a/helm/artifactory/Chart.yaml +++ b/helm/artifactory/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: artifactory description: A Helm chart for MOSIP Artifactory type: application -version: 0.9.1-INJI +version: 1.3.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/artifactory/templates/deployment.yaml b/helm/artifactory/templates/deployment.yaml index 231540fc..c952ee3c 100644 --- a/helm/artifactory/templates/deployment.yaml +++ b/helm/artifactory/templates/deployment.yaml @@ -34,6 +34,7 @@ spec: {{- if .Values.hostAliases }} hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.hostAliases "context" $) | nindent 8 }} {{- end }} + terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds | default 60 }} {{- if .Values.affinity }} affinity: {{- include "common.tplvalues.render" ( dict "value" .Values.affinity "context" $) | nindent 8 }} {{- else }} diff --git a/helm/artifactory/values.yaml b/helm/artifactory/values.yaml index 93ff2081..6956b00d 100644 --- a/helm/artifactory/values.yaml +++ b/helm/artifactory/values.yaml @@ -11,23 +11,18 @@ ## Add labels to all the deployed resources ## commonLabels: {} - ## Add annotations to all the deployed resources ## commonAnnotations: {} - ## Kubernetes Cluster Domain ## clusterDomain: cluster.local - ## Extra objects to deploy (value evaluated as a template) ## extraDeploy: [] - ## Number of nodes ## replicaCount: 1 - service: type: ClusterIP port: 80 @@ -47,13 +42,12 @@ service: ## ref http://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip ## externalTrafficPolicy: Cluster - ## Here the version used is slightly modified version of 1.1.5 - this has been done to make it compatiable ## with biosdk 'develop' version. TODO: Change this later image: registry: docker.io - repository: mosipid/artifactory-server - tag: 0.9.1-INJI + repository: mosipqa/artifactory-server + tag: 1.3.x ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -65,9 +59,7 @@ image: ## # pullSecrets: # - myRegistryKeySecretName - springServicePort: 8080 - ## Configure extra options for liveness and readiness probes ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes ## @@ -81,7 +73,6 @@ startupProbe: timeoutSeconds: 5 failureThreshold: 30 successThreshold: 1 - livenessProbe: enabled: true httpGet: @@ -92,7 +83,6 @@ livenessProbe: timeoutSeconds: 1 failureThreshold: 3 successThreshold: 1 - readinessProbe: enabled: true httpGet: @@ -103,7 +93,6 @@ readinessProbe: timeoutSeconds: 1 failureThreshold: 3 successThreshold: 1 - ## # existingConfigmap: @@ -111,12 +100,10 @@ readinessProbe: ## command: [] args: [] - ## Deployment pod host aliases ## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ ## hostAliases: [] - ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: @@ -130,37 +117,31 @@ resources: requests: cpu: 50m memory: 200Mi - additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: "-Xms750M -Xmx750M" - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Artifactory containerr already runs as 'artifactory' user, so we may not need to enable this containerSecurityContext: enabled: false runAsUser: 1001 runAsNonRoot: true - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod ## podSecurityContext: enabled: false fsGroup: 1001 - ## Pod affinity preset ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity ## Allowed values: soft, hard ## podAffinityPreset: "" - ## Pod anti-affinity preset ## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity ## Allowed values: soft, hard ## podAntiAffinityPreset: soft - ## Node affinity preset ## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity ## Allowed values: soft, hard @@ -182,32 +163,26 @@ nodeAffinityPreset: ## - e2e-az2 ## values: [] - ## Affinity for pod assignment. Evaluated as a template. ## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity ## affinity: {} - ## Node labels for pod assignment. Evaluated as a template. ## ref: https://kubernetes.io/docs/user-guide/node-selection/ ## nodeSelector: {} - ## Tolerations for pod assignment. Evaluated as a template. ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ ## tolerations: [] - ## Pod extra labels ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ ## podLabels: {} - ## Annotations for server pods. ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ ## podAnnotations: {} - ## pods' priority. ## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ ## @@ -215,16 +190,23 @@ podAnnotations: {} ## lifecycleHooks for the container to automate configuration before or after startup. ## -lifecycleHooks: {} +lifecycleHooks: + preStop: + exec: + command: + - sh + - -c + - sleep 30 + +## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down +terminationGracePeriodSeconds: 60 ## Custom Liveness probes for ## customLivenessProbe: {} - ## Custom Rediness probes ## customReadinessProbe: {} - ## Update strategy - only really applicable for deployments with RWO PVs attached ## If replicas = 1, an update can get "stuck", as the previous pod remains attached to the ## PV, and the "incoming" pod can never start. Changing the strategy to "Recreate" will @@ -232,7 +214,6 @@ customReadinessProbe: {} ## updateStrategy: type: RollingUpdate - ## Additional environment variables to set ## Example: ## extraEnvVars: @@ -240,23 +221,18 @@ updateStrategy: ## value: "bar" ## extraEnvVars: [] - ## ConfigMap with extra environment variables ## extraEnvVarsCM: - ## Secret with extra environment variables ## extraEnvVarsSecret: - ## Extra volumes to add to the deployment ## extraVolumes: [] - ## Extra volume mounts to add to the container ## extraVolumeMounts: [] - ## Add init containers to the pods. ## Example: ## initContainers: @@ -268,7 +244,6 @@ extraVolumeMounts: [] ## containerPort: 1234 ## initContainers: {} - ## Add sidecars to the pods. ## Example: ## sidecars: @@ -280,7 +255,6 @@ initContainers: {} ## containerPort: 1234 ## sidecars: {} - persistence: enabled: false ## If defined, storageClassName: @@ -302,7 +276,6 @@ persistence: existingClaim: # Dir where config and keys are written inside container mountDir: - ## Init containers parameters: ## volumePermissions: Change the owner and group of the persistent volume mountpoint to runAsUser:fsGroup values from the securityContext section. ## @@ -310,8 +283,8 @@ volumePermissions: enabled: false image: registry: docker.io - repository: bitnami/bitnami-shell - tag: "10" + repository: mosipid/os-shell + tag: "12-debian-12-r46" pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -336,12 +309,10 @@ volumePermissions: ## cpu: 100m ## memory: 128Mi ## - ## Specifies whether RBAC resources should be created ## rbac: create: true - ## Specifies whether a ServiceAccount should be created ## serviceAccount: @@ -350,7 +321,6 @@ serviceAccount: ## If not set and create is true, a name is generated using the fullname template ## name: - ## There are various jars and libs in artifactory. Listing their locations here. The locations are vis-a-vis ## /usr/share/nginx/html/artifactory path in artifactory docker artifacts: @@ -367,6 +337,6 @@ artifacts: virusscannerUrl: /artifactory/libs-release-local/clamav/kernel-virusscanner-clamav.jar authwrapperUrl: /artifactory/libs-release-local/idp/idp-auth-wrapper/authentication-wrapper.jar esignetauthwrapperUrl: /artifactory/libs-release-local/esignet/esignet-wrapper.zip - kernelRefIdObjectValidator: /artifactory/libs-release-local/io/mosip/kernel/kernel-ref-idobjectvalidator/java21/kernel-ref-idobjectvalidator.jar + kernelRefIdObjectValidator: /artifactory/libs-release-local/io/mosip/kernel/kernel-ref-idobjectvalidator/kernel-ref-idobjectvalidator.jar icu4j: /artifactory/libs-release-local/icu4j/icu4j.jar kernelTransliterationIcu4j: /artifactory/libs-release-local/icu4j/kernel-transliteration-icu4j.jar