Skip to content

Commit 09bf50b

Browse files
committed
WIP translations
1 parent f41c443 commit 09bf50b

11 files changed

Lines changed: 55 additions & 0 deletions

File tree

src/translations/de.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Speichern",
2626
saveTitle: "Meine Einstellungen speichern"
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "immer notwendig",
3035
mandatoryTitle: "Diese Einstellungen werden immer benötigt",

src/translations/es.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Guardar",
2626
saveTitle: "Guardar mi configuración en la información recopilada"
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "siempre obligatorio",
3035
mandatoryTitle: "Esta aplicación es siempre obligatoria",

src/translations/et.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Salvesta",
2626
saveTitle: "Salvesta kogutud teabe seadistused"
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "alati vajalik",
3035
mandatoryTitle: "See rakendus on alati vajalik",

src/translations/fi.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Tallenna",
2626
saveTitle: null
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "vaaditaan",
3035
mandatoryTitle: "Sivusto vaatii tämän aina",

src/translations/hu.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Mentés",
2626
saveTitle: null
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "mindig kötelező",
3035
mandatoryTitle: "Ez az applikáció mindig kötelező",

src/translations/it.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Salva",
2626
saveTitle: null
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "sempre richiesto",
3035
mandatoryTitle: "Quest'applicazione è sempre richiesta",

src/translations/nb.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Opslaan",
2626
saveTitle: null
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "alltid påkrevd",
3035
mandatoryTitle: "Denne applikasjonen er alltid påkrevd",

src/translations/nl.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Opslaan",
2626
saveTitle: "Mijn configuratie voor de informatievergaring opslaan"
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "altijd verplicht",
3035
mandatoryTitle: "Deze applicatie is altijd vereist",

src/translations/oc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Salvagardar",
2626
saveTitle: "Salvagardar ma configuracion per las informacions collectadas"
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "tojors requerit",
3035
mandatoryTitle: "Aquesta aplicacion es totjorn requerida",

src/translations/ro.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
save: "Salvează",
2626
saveTitle: null
2727
},
28+
contextual: {
29+
title: '{purpose} és inactiu',
30+
description: '',
31+
accept: ''
32+
},
2833
purpose: {
2934
mandatory: "întotdeauna necesar",
3035
mandatoryTitle: "Această aplicație este întotdeauna necesară",

0 commit comments

Comments
 (0)