Skip to content

Commit

Permalink
core: Added missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rbatistadev committed Jul 8, 2023
1 parent 9897405 commit e9a911f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const DeleteRowButton = (props: DeleteRowButtonProps): JSX.Element => {
<ConfirmDialog
text={
<span>
You are about to remove <strong>{iden}</strong>
{_('You are about to remove')} <strong>{iden}</strong>
</span>
}
open={showDelete}
Expand Down
2 changes: 1 addition & 1 deletion library/src/components/layout/Header/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Settings(props: SettingsProps): JSX.Element | null {

return (
<>
<Tooltip title='settings'>
<Tooltip title={_('settings')}>
<div onClick={handleOpenUserMenu}>
<LightButton>
<SettingsOutlinedIcon />
Expand Down
2 changes: 2 additions & 0 deletions library/src/translations/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"View": "Ver",
"Welcome back!": "Bienvenido de nuevo!",
"Yes, delete it": "Si, eliminar",
"You are about to remove": "Esteu a punt d'eliminar-lo",
"You haven’t created any {{entity}} yet.": "Aún no has creado ningún {{entity}}",
"invalid pattern": "Patrón invalido",
"required value": "valor requerido",
"settings": "Configuracions",
"{{username}} account settings": "Configuración de cuenta de {{username}}"
}
2 changes: 2 additions & 0 deletions library/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"View": "View",
"Welcome back!": "Welcome back!",
"Yes, delete it": "Yes, delete it",
"You are about to remove": "You are about to remove",
"You haven’t created any {{entity}} yet.": "You haven’t created any {{entity}} yet.",
"invalid pattern": "invalid pattern",
"required value": "required value",
"settings": "Settings",
"{{username}} account settings": "{{username}} account settings"
}
2 changes: 2 additions & 0 deletions library/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"View": "Ver",
"Welcome back!": "Bienvenido de nuevo!",
"Yes, delete it": "Si, eliminar",
"You are about to remove": "Estás a punto de eliminar",
"You haven’t created any {{entity}} yet.": "Aún no has creado ningún {{entity}}",
"invalid pattern": "Patrón invalido",
"required value": "valor requerido",
"settings": "Configuración",
"{{username}} account settings": "Configuración de cuenta de {{username}}"
}
2 changes: 2 additions & 0 deletions library/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"View": "View",
"Welcome back!": "Welcome back!",
"Yes, delete it": "Yes, delete it",
"You are about to remove": "Stai per rimuovere",
"You haven’t created any {{entity}} yet.": "You haven’t created any {{entity}} yet.",
"invalid pattern": "invalid pattern",
"required value": "required value",
"settings": "Impostazioni",
"{{username}} account settings": "{{username}} account settings"
}

0 comments on commit e9a911f

Please sign in to comment.