Skip to content

Commit

Permalink
WIP translations
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgirault committed Feb 12, 2025
1 parent 557f7ff commit bb7e894
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/translations/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Speichern",
saveTitle: "Meine Einstellungen speichern"
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "immer notwendig",
mandatoryTitle: "Diese Einstellungen werden immer benötigt",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Guardar",
saveTitle: "Guardar mi configuración en la información recopilada"
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "siempre obligatorio",
mandatoryTitle: "Esta aplicación es siempre obligatoria",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/et.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Salvesta",
saveTitle: "Salvesta kogutud teabe seadistused"
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "alati vajalik",
mandatoryTitle: "See rakendus on alati vajalik",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Tallenna",
saveTitle: null
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "vaaditaan",
mandatoryTitle: "Sivusto vaatii tämän aina",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/fr.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Translations} from '../ui';

// Franch.
// French.
export default {
banner: {
title: null,
Expand Down
5 changes: 5 additions & 0 deletions src/translations/hu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Mentés",
saveTitle: null
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "mindig kötelező",
mandatoryTitle: "Ez az applikáció mindig kötelező",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Salva",
saveTitle: null
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "sempre richiesto",
mandatoryTitle: "Quest'applicazione è sempre richiesta",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/nb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Opslaan",
saveTitle: null
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "alltid påkrevd",
mandatoryTitle: "Denne applikasjonen er alltid påkrevd",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Opslaan",
saveTitle: "Mijn configuratie voor de informatievergaring opslaan"
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "altijd verplicht",
mandatoryTitle: "Deze applicatie is altijd vereist",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/oc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Salvagardar",
saveTitle: "Salvagardar ma configuracion per las informacions collectadas"
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "tojors requerit",
mandatoryTitle: "Aquesta aplicacion es totjorn requerida",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/ro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Salvează",
saveTitle: null
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "întotdeauna necesar",
mandatoryTitle: "Această aplicație este întotdeauna necesară",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default {
save: "Spara",
saveTitle: null
},
contextual: {
title: '{purpose} és inactiu',
description: '',
accept: ''
},
purpose: {
mandatory: "Krävs alltid",
mandatoryTitle: "Den här applikationen krävs alltid",
Expand Down

0 comments on commit bb7e894

Please sign in to comment.