forked from project-openubl/xhandler-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a5ecbc
commit 5723bed
Showing
116 changed files
with
3,621 additions
and
1,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* eslint-env node */ | ||
|
||
module.exports = { | ||
createOldCatalogs: true, // Save the \_old files | ||
|
||
indentation: 4, // Indentation of the catalog files | ||
|
||
keepRemoved: true, // Keep keys from the catalog that are no longer in code | ||
|
||
lexers: { | ||
js: ["JsxLexer"], | ||
ts: ["JsxLexer"], | ||
jsx: ["JsxLexer"], | ||
tsx: ["JsxLexer"], | ||
|
||
default: ["JsxLexer"], | ||
}, | ||
|
||
locales: ["en", "es"], | ||
|
||
output: "public/locales/$LOCALE/$NAMESPACE.json", | ||
|
||
input: ["src/**/*.{js,jsx,ts,tsx}"], | ||
|
||
sort: true, | ||
verbose: true, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
{ | ||
"about": { | ||
"about": "About", | ||
"bottom1": "{{brandType}} is a project within the", | ||
"bottom2": "For more information, refer to", | ||
"description": "{{brandType}} allows users to maintain their portfolio of applications with a full set of metadata and to assess their suitability for modernization leveraging a questionnaire based approach.", | ||
"iconLibrary": "The Icon Library used in this project is a derivative of the <2>Standard Icons library</2> by <5>Red Hat</5>, used under <8>CC BY 4.0</8>", | ||
"introduction": "{{brandType}} is a collection of tools that supports large-scale application modernization and migration projects to Kubernetes." | ||
}, | ||
"actions": { | ||
"analysisDetails": "Analysis details", | ||
"analyze": "Analyze", | ||
"assess": "Assess", | ||
"accept": "Accept", | ||
"back": "Back", | ||
"cancel": "Cancel", | ||
"checkDocumentation": "Check documentation", | ||
"clearAllFilters": "Clear all filters", | ||
"clearRepositoryNotSupported": "This action is disabled when RWX volumes are not available", | ||
"close": "Close", | ||
"continue": "Continue", | ||
"copy": "Copy", | ||
"copyAssessment": "Copy assessment", | ||
"copyAssessmentAndReview": "Copy assessment and review", | ||
"create": "Create", | ||
"createNew": "Create new", | ||
"createTag": "Create tag", | ||
"createTagCategory": "Create tag category", | ||
"createTags": "Create tags", | ||
"cancelAnalysis": "Cancel analysis", | ||
"delete": "Delete", | ||
"discardAssessment": "Discard assessment(s)", | ||
"discardReview": "Discard review", | ||
|
||
"downloadCsvTemplate": "Download CSV template", | ||
"download": "Download {{what}}", | ||
"duplicate": "Duplicate", | ||
"edit": "Edit", | ||
"export": "Export", | ||
"filterBy": "Filter by {{what}}", | ||
"import": "Import", | ||
"logout": "Logout", | ||
"manageAccount": "User management", | ||
"manageCredentials": "Manage credentials", | ||
"manageDependencies": "Manage dependencies", | ||
"manageImports": "Manage imports", | ||
"next": "Next", | ||
"override": "Override", | ||
"review": "Review", | ||
"save": "Save", | ||
"saveAndReview": "Save and review", | ||
"saveAsDraft": "Save as draft", | ||
"selectAll": "Select all", | ||
"selectNone": "Select none", | ||
"selectPage": "Select page", | ||
"submitReview": "Submit review", | ||
"unlink": "Unlink", | ||
"view": "View", | ||
"viewErrorReport": "View error report", | ||
"viewArchetypes": "View archetypes" | ||
}, | ||
"colors": { | ||
"black": "Black", | ||
"blue": "Blue", | ||
"brown": "Brown", | ||
"cyan": "Cyan", | ||
"gold": "Gold", | ||
"gray": "Gray", | ||
"green": "Green", | ||
"lime": "Lime", | ||
"magenta": "Magenta", | ||
"maroon": "Maroon", | ||
"navy": "Navy", | ||
"olive": "Olive", | ||
"orange": "Orange", | ||
"purple": "Purple", | ||
"red": "Red", | ||
"teal": "Teal", | ||
"yellow": "Yellow" | ||
}, | ||
"composed": { | ||
"add": "Add {{what}}", | ||
"new": "New {{what}}", | ||
"applicationAssessment": "Application assessment", | ||
"applicationInventory": "Application inventory", | ||
"businessCriticality": "Business criticality (1=low, 10=high)", | ||
"editQuestion": "Edit {{what}}?", | ||
"error": "{{what}} error", | ||
"manage": "Manage {{what}}", | ||
"manageDependenciesFor": "Manage dependencies for {{what}}", | ||
"noDataStateBody": "Create a new {{what}} to start seeing data here.", | ||
"noDataStateTitle": "No {{what}} available", | ||
"Nquestions": "{{n}} questions", | ||
"ofTotalApplications": "Of {{count}} application", | ||
"ofTotalApplications_plural": "Of {{count}} applications", | ||
"ofTotalAssessments": "Of {{count}} assessment", | ||
"ofTotalAssessments_plural": "Of {{count}} assessments", | ||
"selectMany": "Select {{what}}", | ||
"selectOne": "Select a {{what}}", | ||
"selectAn": "Select an {{what}}", | ||
"totalApplications": "{{count}} application", | ||
"totalApplications_plural": "{{count}} applications", | ||
"workPriority": "Work priority (1=low, 10=high)" | ||
}, | ||
"dialog": { | ||
"message": { | ||
"applicationsBulkDelete": "The selected application(s) will be deleted.", | ||
|
||
"delete": "This action cannot be undone.", | ||
"discardAssessment": "The assessment(s) for <1>{{applicationName}}</1> will be discarded. Do you wish to continue?", | ||
"discardReview": "The review for <1>{{applicationName}}</1> will be discarded. Do you wish to continue?", | ||
"leavePage": "Are you sure you want to leave this page? Be sure to save your changes, or they will be lost.", | ||
"pageError": "Oops! Something went wrong.", | ||
"refreshPage": "Try to refresh your page or contact your admin.", | ||
"maxfileSize": "Max file size of 1MB exceeded. Upload a smaller file.", | ||
"dragAndDropFile": "Drag and drop your file here or upload one.", | ||
"uploadYamlFile": "Upload your YAML file", | ||
"deleteQuestionnaire": "Deleting a questionnaire will cascade into the deletion of all answered questionnaires associated to applications and/or archetypes.", | ||
"confirmDeletion": "Confirm deletion by typing <1>{{nameToDelete}}</1> below:" | ||
}, | ||
"title": { | ||
"applicationAnalysis": "Application analysis", | ||
"copyApplicationAssessmentAndReviewFrom": "Copy {{what}} assessment and review", | ||
"copyApplicationAssessmentFrom": "Copy {{what}} assessment", | ||
"delete": "Delete {{what}}?", | ||
"deleteWithName": "Delete {{what}} \"{{name}}\"?", | ||
"discard": "Discard {{what}}?", | ||
"download": "Download {{what}}", | ||
"edit": "Edit {{what}}", | ||
"export": "Export {{what}}", | ||
"importApplicationFile": "Import application file", | ||
"import": "Import {{what}}", | ||
"leavePage": "Leave page", | ||
"leaveAssessment": "Leave assessment", | ||
"new": "New {{what}}", | ||
"newArchetype": "Create new archetype", | ||
"newAssessment": "New assessment", | ||
"newApplication": "New application", | ||
"newBusinessService": "New business service", | ||
"newJobFunction": "New job function", | ||
"newStakeholder": "New stakeholder", | ||
"newStakeholderGroup": "New stakeholder group", | ||
"newTag": "New Tag", | ||
"newTagCategory": "New tag category", | ||
"update": "Update {{what}}", | ||
"updateArchetype": "Update archetype", | ||
"updateApplication": "Update application", | ||
"updateBusinessService": "Update business service", | ||
"updateJobFunction": "Update job function", | ||
"updateStakeholder": "Update stakeholder", | ||
"updateStakeholderGroup": "Update stakeholder group", | ||
"updateTag": "Update tag", | ||
"updateTagCategory": "Update tag category" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"about": { | ||
"about": "Acerca de", | ||
"bottom1": "{{brandType}} es un proyecto dentro de ", | ||
"bottom2": "Para mayor información por favor diríjase a ", | ||
"description": "{{brandType}} permite a los usuarios mantener su cartera de aplicaciones con un conjunto completo de metadatos y evaluar su idoneidad para la modernización aprovechando un enfoque basado en cuestionarios.", | ||
"iconLibrary": "La biblioteca de iconos utilizada en este proyecto es un derivado de <2>la Biblioteca de iconos estándar</2> de <5>Red Hat</5>, utilizada bajo <8>CC BY 4.0</8>", | ||
"introduction": "{{brandType}} es una colección de herramientas que ayudan en la migración y modernización de aplicaciones a gran escala a Kubernetes." | ||
}, | ||
"actions": { | ||
"analysisDetails": "Detalles del análisis", | ||
"analyze": "Analizar", | ||
"assess": "Evaluar", | ||
"back": "Atrás", | ||
"cancel": "Cancelar", | ||
"checkDocumentation": "Verificar documentación", | ||
"clearAllFilters": "Limpiar todos los filtros", | ||
"clearRepositoryNotSupported": "Esta acción está deshabilitada cuando los volúmenes RWX no están disponibles", | ||
"close": "Cerrar", | ||
"continue": "Continuar", | ||
"copy": "Copiar", | ||
"copyAssessment": "Copiar evaluación", | ||
"copyAssessmentAndReview": "Copiar evaluación y revisión", | ||
"create": "Crear", | ||
"createNew": "Crear nuevo", | ||
"createTag": "Crear etiqueta", | ||
"createTagCategory": "Crear categoría de etiqueta", | ||
"createTags": "Create tags", | ||
"delete": "Eliminar", | ||
"discardAssessment": "Descartar evaluación/revisar", | ||
"downloadCsvTemplate": "Descargar plantilla CSV", | ||
"edit": "Editar", | ||
"export": "Exportar", | ||
"filterBy": "Filtrar por {{what}}", | ||
"import": "Importar", | ||
"logout": "Cerrar sesión", | ||
"manageAccount": "Administrar cuenta", | ||
"manageCredentials": "Administrar credenciales", | ||
"manageDependencies": "Administrar dependencias", | ||
"manageImports": "Administrar importaciones", | ||
"next": "Siguiente", | ||
"review": "Revisar", | ||
"save": "Guardar", | ||
"saveAndReview": "Guardar y revisar", | ||
"saveAsDraft": "Guardar como borrador", | ||
"selectAll": "Seleccionar todos", | ||
"selectNone": "Seleccionar ninguno", | ||
"selectPage": "Seleccionar página", | ||
"submitReview": "Enviar revisión", | ||
"viewErrorReport": "Ver reporte" | ||
}, | ||
"colors": { | ||
"blue": "Azul", | ||
"cyan": "Cian", | ||
"green": "Verde", | ||
"orange": "Naranja", | ||
"purple": "Morado", | ||
"red": "Rojo", | ||
"yellow": "Amarillo" | ||
}, | ||
"composed": { | ||
"add": "Agregar {{what}}", | ||
"applicationAssessment": "Evaluación de la aplicación", | ||
"applicationInventory": "Inventario de aplicaciones", | ||
"businessCriticality": "Criticidad de negocio (1=bajo, 10=alto)", | ||
"editQuestion": "Editar {{what}}?", | ||
"manageDependenciesFor": "Administrar dependencias para {{what}}", | ||
"noDataStateBody": "Cree un(a) nuevo(a) {{what}} para empezar a ver datos acá.", | ||
"noDataStateTitle": "No existen {{what}} disponibles", | ||
"Nquestions": "{{n}} preguntas", | ||
"selectMany": "Seleccione {{what}}", | ||
"selectOne": "Seleccione un {{what}}", | ||
"selectAn": "Seleccione una {{what}}", | ||
"workPriority": "Prioridad de trabajo (1=bajo, 10=alto)" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.