Skip to content

Commit

Permalink
Fix typos in Danish translations for Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjorgensen committed Nov 21, 2023
1 parent 4e8629a commit da1e2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locale/ids/da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const da: Locale = {
'actions.workAction.create.title': `Opret aktion`,
'actions.workAction.edit.title': `Revider aktion "{0}"`,
'actions.workAction.duplicate.title': `Kopier aktion "{0}"`,
'actions.workAction.name': `Action navn`,
'actions.workAction.name': `Aktionsnavn`,
'actions.workAction.command': `Kommandoer`,
'actions.workAction.command.description': `Nedenfor er de tilgængelige variable, baseret på objekt typen. Du kan angive forskellige kommandoer på hver linie. Hver kommando er "stateless" og afvikles i eget job.`,
'actions.workAction.extensions': `Typer`,
Expand Down Expand Up @@ -264,7 +264,7 @@ export const da: Locale = {
'actions.workAction.refresh.description':'Liste niveauet for opfriskning efter aktion er udført.',
'actions.workAction.refresh.no':'Ingen',
'actions.workAction.refresh.no.description':'Ingen opfriskning',
'actions.workAction.refresh.parent':'Comtainer',
'actions.workAction.refresh.parent':'Container',
'actions.workAction.refresh.parent.description':'Den aktuelle container bliver opfrisket',
'actions.workAction.refresh.filter':'Filter',
'actions.workAction.refresh.filter.description':'Det aktuelle filter bliver opfrisket',
Expand Down

0 comments on commit da1e2a4

Please sign in to comment.