Skip to content

Commit

Permalink
Merge pull request #590 from balaji-alluru/patch-2
Browse files Browse the repository at this point in the history
[MOSIP-30020]Added spa language to i18n files
  • Loading branch information
syedsalman3753 authored Jan 10, 2024
2 parents 971087d + 56211bf commit 607f460
Show file tree
Hide file tree
Showing 2 changed files with 1,466 additions and 1 deletion.
20 changes: 19 additions & 1 deletion artifacts/src/i18n/admin-i18n-bundle/i18n/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"name": "Kannada",
"nativeName": "ಕನ್ನಡ",
"locale": "kn_IN"
},
"spa": {
"name": "Spanish",
"nativeName": "Española",
"locale": "es_ES"
}
},
"keyboardMapping" :{
Expand All @@ -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": "தடுப்புப்பட்டியலில் உள்ள வார்த்தைகள்",
Expand All @@ -53,6 +60,7 @@
"holiday": {
"name": {
"eng": "Holiday",
"spa": "Día festivo",
"ara": "قائمة عطلة",
"fra": "Liste de vacances",
"tam": "விடுமுறை",
Expand All @@ -63,6 +71,7 @@
"document-type": {
"name": {
"eng": "Document Type",
"spa": "Tipo de Documento",
"ara": "أنواع المستندات",
"fra": "Types de documents",
"tam": "ஆவண வகை",
Expand All @@ -73,6 +82,7 @@
"templates": {
"name": {
"eng": "Templates",
"spa": "Plantillas",
"ara": "قوالب",
"fra": "Modèles",
"tam": "வார்ப்புருக்கள்",
Expand All @@ -83,6 +93,7 @@
"machine-type": {
"name": {
"eng": "Machine Types",
"spa": "Tipos de máquinas",
"ara": "أنواع الآلات",
"fra": "Types de machines",
"tam": "இயந்திர வகைகள்",
Expand All @@ -93,6 +104,7 @@
"device-types": {
"name": {
"eng": "Device Types",
"spa": "Tipos de dispositivos",
"ara": "أنواع الأجهزة",
"fra": "Types de périphériques",
"tam": "சாதன வகைகள்",
Expand All @@ -103,6 +115,7 @@
"document-categories": {
"name": {
"eng": "Document Categories",
"spa": "Categorías de documentos",
"ara": "فئات المستندات",
"fra": "Catégories de document",
"tam": "ஆவண வகைகள்",
Expand All @@ -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": "இயந்திர விவரக்குறிப்பு",
Expand All @@ -123,6 +137,7 @@
"device-specs": {
"name": {
"eng": "Device Specification",
"spa": "Especificación del dispositivo",
"ara": "مواصفات الجهاز",
"fra": "Spécifications de l\"appareil",
"tam": "சாதன விவரக்குறிப்பு",
Expand All @@ -133,6 +148,7 @@
"center-type": {
"name": {
"eng": "Center Type",
"spa": "Tipo de centro",
"ara": "نوع المركز",
"fra": "Type de centre",
"tam": "மைய வகை",
Expand All @@ -143,6 +159,7 @@
"dynamicfields": {
"name": {
"eng": "Dynamic Field",
"spa": "Campo Dinámico",
"ara": "مجال ديناميكي",
"fra": "Champ dynamique",
"tam": "டைனமிக் புலம்",
Expand All @@ -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": "ஆவண வகை - வகை மேப்பிங்",
Expand Down
Loading

0 comments on commit 607f460

Please sign in to comment.