Skip to content

Commit

Permalink
chore: (i18n) update translations using Languine.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
languinebot committed Feb 21, 2025
1 parent e148f64 commit 9dbf40b
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 33 deletions.
33 changes: 20 additions & 13 deletions apps/app/languine.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,19 +384,26 @@ files:
tests.empty.no_results.description_with_filters: 2b70f835ed5a08e817ec9388ce25b41a
tests.filters.search: ca55cc711b6e95604114b7ffdceb1e0e
tests.filters.role: fe488cfbecfce1ba6ef7dda55e893b97
tests.register.title: 7059e77e8dffda9239c9dbf646341419
tests.register.description: e2065d4750ff6fb314374ec2b2656edf
tests.register.email.label: b357b524e740bc85b9790a0712d84a30
tests.register.email.placeholder: 0a7e62bed14b39cf005db653e04fb3b3
tests.register.role.label: bbbabdbe1b262f75d99d62880b953be1
tests.register.role.placeholder: 426f18770bd593d4e85931b6fef5cf56
tests.register.name.label: 49ee3087348e8d44e1feda1917443987
tests.register.name.placeholder: eae6805dee70fead7144e4fdaf9b9471
tests.register.department.label: 1d17cb9923b99f823da9f5a16dc460e5
tests.register.department.placeholder: aa4fd23252b4fcf84f40febb6271bf2b
tests.register.submit: 7059e77e8dffda9239c9dbf646341419
tests.register.success: 129a443ea148ca8331b9b74a76a09159
tests.register.error: 71bfccb69d71f88af353b28c0d782df5
tests.register.title: 348a2d59fd6abf9c9ba4e1ce664f6fc5
tests.register.description: 243d854430dae18b18e891b722bd0baf
tests.register.submit: c2c007afa9a53bf9d8074954247a01e3
tests.register.success: 10f2c6e0b8f85fe932302e8df155abba
tests.register.invalid_json: 7d7d080d041e180f8742b65d0df57224
tests.register.title_field.label: cc12f4fcabfb7564ef721f04a37bae6f
tests.register.title_field.placeholder: 8978c8715f7381e3007038001f13f3cd
tests.register.description_field.label: b5a7adde1af5c87d7fd797b6245c2a39
tests.register.description_field.placeholder: 8c04a8ab1664bdfb55cfc54d6f6c8a96
tests.register.provider.label: d8613296184195d6eec8552a09204d36
tests.register.provider.placeholder: 1ae27ac8ad91f0165c176c34dd34e81c
tests.register.config.label: 540caa299a719ee320cf416ffae7adca
tests.register.config.placeholder: cf8ec1376b10fe5a13fa36ebdcd497a7
tests.register.auth_config.label: 91f9d6a6e1f585d434d13e9f581d347b
tests.register.auth_config.placeholder: 6909c5abd5f0a9e9a96b4a0233722cd4
tests.table.title: b78a3223503896721cca1303f776159b
tests.table.provider: 27703c8f150ac4bb0a3a83a7857353af
tests.table.status: ec53a8c4f07baed5d8825072c89799be
tests.table.lastRun: 05a3a24340b7b9cc8d4e08f0ef4f4dd9
tests.table.no_results: e576c23d915755d83e2d1f47bd9f6c22
user_menu.theme: d721757161f7f70c5b0949fdb6ec2c30
user_menu.language: 4994a8ffeba4ac3140beb89e8d41f174
user_menu.sign_out: c87aacf5673fada1108c9f809d354311
Expand Down
38 changes: 33 additions & 5 deletions apps/app/src/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ export default {
role: "Filtrar por proveedor"
},
register: {
title: "Agregar Prueba",
description: "Agrega una prueba en la nube a tu organización.",
title: "Agregar prueba en la nube",
description: "Configurar una nueva prueba de cumplimiento en la nube.",
email: {
label: "Dirección de correo electrónico",
placeholder: "Ingresa la dirección de correo electrónico"
Expand All @@ -756,9 +756,37 @@ export default {
label: "Departamento",
placeholder: "Selecciona un departamento"
},
submit: "Agregar Prueba",
success: "Prueba agregada con éxito",
error: "Error al agregar la prueba"
submit: "Crear prueba",
success: "Prueba creada con éxito",
error: "Error al agregar la prueba",
invalid_json: "Se proporcionó una configuración JSON no válida",
title_field: {
label: "Título de la prueba",
placeholder: "Ingrese el título de la prueba"
},
description_field: {
label: "Descripción",
placeholder: "Ingrese la descripción de la prueba"
},
provider: {
label: "Proveedor de nube",
placeholder: "Seleccione el proveedor de nube"
},
config: {
label: "Configuración de la prueba",
placeholder: "Ingrese la configuración JSON para la prueba"
},
auth_config: {
label: "Configuración de autenticación",
placeholder: "Ingrese la configuración JSON de autenticación"
}
},
table: {
title: "Título",
provider: "Proveedor",
status: "Estado",
lastRun: "Última ejecución",
no_results: "No se encontraron resultados"
}
}
} as const;
38 changes: 33 additions & 5 deletions apps/app/src/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ export default {
role: "Filtrer par fournisseur"
},
register: {
title: "Ajouter un test",
description: "Ajoutez un test en nuage à votre organisation.",
title: "Ajouter un test Cloud",
description: "Configurer un nouveau test de conformité cloud.",
email: {
label: "Adresse e-mail",
placeholder: "Entrez l'adresse e-mail"
Expand All @@ -756,9 +756,37 @@ export default {
label: "Département",
placeholder: "Sélectionnez un département"
},
submit: "Ajouter un test",
success: "Test ajouté avec succès",
error: "Échec de l'ajout du test"
submit: "Créer un test",
success: "Test créé avec succès",
error: "Échec de l'ajout du test",
invalid_json: "Configuration JSON invalide fournie",
title_field: {
label: "Titre du test",
placeholder: "Entrez le titre du test"
},
description_field: {
label: "Description",
placeholder: "Entrez la description du test"
},
provider: {
label: "Fournisseur Cloud",
placeholder: "Sélectionnez le fournisseur cloud"
},
config: {
label: "Configuration du test",
placeholder: "Entrez la configuration JSON pour le test"
},
auth_config: {
label: "Configuration d'authentification",
placeholder: "Entrez la configuration d'authentification JSON"
}
},
table: {
title: "Titre",
provider: "Fournisseur",
status: "Statut",
lastRun: "Dernière exécution",
no_results: "Aucun résultat trouvé"
}
}
} as const;
38 changes: 33 additions & 5 deletions apps/app/src/locales/no.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ export default {
role: "Filtrer etter leverandør"
},
register: {
title: "Legg til test",
description: "Legg til en skytest til organisasjonen din.",
title: "Legg til skytest",
description: "Konfigurer en ny skyoverholdelsestest.",
email: {
label: "E-postadresse",
placeholder: "Skriv inn e-postadresse"
Expand All @@ -756,9 +756,37 @@ export default {
label: "Avdeling",
placeholder: "Velg en avdeling"
},
submit: "Legg til test",
success: "Testen ble lagt til med suksess",
error: "Kunne ikke legge til testen"
submit: "Opprett test",
success: "Test opprettet vellykket",
error: "Kunne ikke legge til testen",
invalid_json: "Ugyldig JSON-konfigurasjon gitt",
title_field: {
label: "Testtittel",
placeholder: "Skriv inn testtittel"
},
description_field: {
label: "Beskrivelse",
placeholder: "Skriv inn testbeskrivelse"
},
provider: {
label: "Skyleverandør",
placeholder: "Velg skyleverandør"
},
config: {
label: "Testkonfigurasjon",
placeholder: "Skriv inn JSON-konfigurasjon for testen"
},
auth_config: {
label: "Autentiseringskonfigurasjon",
placeholder: "Skriv inn JSON-autentiseringskonfigurasjon"
}
},
table: {
title: "Tittel",
provider: "Leverandør",
status: "Status",
lastRun: "Siste kjøring",
no_results: "Ingen resultater funnet"
}
}
} as const;
38 changes: 33 additions & 5 deletions apps/app/src/locales/pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ export default {
role: "Filtrar por fornecedor"
},
register: {
title: "Adicionar Teste",
description: "Adicione um teste na nuvem à sua organização.",
title: "Adicionar Teste na Nuvem",
description: "Configure um novo teste de conformidade na nuvem.",
email: {
label: "Endereço de e-mail",
placeholder: "Digite o endereço de e-mail"
Expand All @@ -756,9 +756,37 @@ export default {
label: "Departamento",
placeholder: "Selecione um departamento"
},
submit: "Adicionar Teste",
success: "Teste adicionado com sucesso",
error: "Falha ao adicionar teste"
submit: "Criar Teste",
success: "Teste criado com sucesso",
error: "Falha ao adicionar teste",
invalid_json: "Configuração JSON inválida fornecida",
title_field: {
label: "Título do Teste",
placeholder: "Digite o título do teste"
},
description_field: {
label: "Descrição",
placeholder: "Digite a descrição do teste"
},
provider: {
label: "Provedor de Nuvem",
placeholder: "Selecione o provedor de nuvem"
},
config: {
label: "Configuração do Teste",
placeholder: "Digite a configuração JSON para o teste"
},
auth_config: {
label: "Configuração de Autenticação",
placeholder: "Digite a configuração JSON de autenticação"
}
},
table: {
title: "Título",
provider: "Provedor",
status: "Status",
lastRun: "Última Execução",
no_results: "Nenhum resultado encontrado"
}
}
} as const;

0 comments on commit 9dbf40b

Please sign in to comment.