Skip to content

Commit

Permalink
feat: add to i18n
Browse files Browse the repository at this point in the history
Signed-off-by: FernandaCasali <[email protected]>
  • Loading branch information
FernandaCasali committed Apr 23, 2024
1 parent 7902465 commit 2ca0695
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"youMustHave": "You must have typen something wrong...",
"noHeuristicsDeleteAll": "Sorry, but you can't delete all heuristics questions",
"noCsvFileSelected": "No CSV file selected. Please select one before proceeding.",
"changeWeights": "Be aware that by changing the order of the heuristics, the weights do not change automatically, you must change them manually."
"changeWeights": "Be aware that by changing the order of the heuristics, the weights DO NOT change automatically, you must change them manually."
},
"validation": {
"nameRequired": "Name is mandatory",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"youMustHave": "Debes haber escrito algo mal...",
"noHeuristicsDeleteAll": "Lo siento, pero no puedes eliminar todas las preguntas de heurísticas",
"noCsvFileSelected": "No se ha seleccionado ningún archivo CSV. Por favor, selecciona uno antes de continuar.",
"changeWeights": "Tenga en cuenta que al cambiar el orden de las heurísticas, los pesos no cambian automáticamente, debe cambiarlos manualmente."
"changeWeights": "Tenga en cuenta que al cambiar el orden de las heurísticas, los pesos NO cambian automáticamente, debe cambiarlos manualmente."
},
"validation": {
"nameRequired": "El nombre es obligatorio",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"youMustHave": "आपने कुछ गलत टाइप किया होगा...",
"noHeuristicsDeleteAll": "क्षमा करें, लेकिन आप सभी ह्यूरिस्टिक प्रश्नों को हटा नहीं सकते",
"noCsvFileSelected": "कोई CSV फ़ाइल चयनित नहीं है। कृपया आगे बढ़ने से पहले एक का चयन करें।",
"changeWeights": "ध्यान रखें कि अनुमानों के क्रम को बदलने से वजन स्वचालित रूप से नहीं बदलता है, आपको उन्हें मैन्युअल रूप से बदलना होगा।"
"changeWeights": "ध्यान रखें कि अनुमानों के क्रम को बदलने से, वज़न स्वचालित रूप से नहीं बदलता है, आपको उन्हें मैन्युअल रूप से बदलना होगा।"
},
"validation": {
"nameRequired": "नाम अनिवार्य है",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pt_br.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"youMustHave": "Você deve ter digitado algo errado...",
"noHeuristicsDeleteAll": "Desculpe, mas você não pode excluir todas as perguntas de heurísticas",
"noCsvFileSelected": "Nenhum arquivo CSV selecionado. Por favor, selecione um antes de continuar.",
"changeWeights": "Esteja ciente que alterando a ordem das heuristicas, os pesos não mudam automaticamente, você deve alterá-los manualmente."
"changeWeights": "Esteja ciente que alterando a ordem das heuristicas, os pesos NÃO MUDAM automaticamente, você deve alterá-los manualmente."
},
"validation": {
"nameRequired": "Nome é requerido",
Expand Down

0 comments on commit 2ca0695

Please sign in to comment.