Skip to content

Commit aa963f4

Browse files
committed
Added translations for dynamic fields
1 parent fc1167b commit aa963f4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/translations/da/common.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,22 @@
253253
"save-media-error": "Der skete en fejl da mediet skulle gemmes:",
254254
"save-feed-source-error": "Der skete en fejl da feed source skulle gemmes:",
255255
"load-feed-source-error": "Der skete en fejl da feed source med følgende id: {{id}} skulle hentes:"
256+
},
257+
"dynamic-fields": {
258+
"eventDatabaseApi": {
259+
"host": "Eventdatabase API host"
260+
},
261+
"AppFeedNotifiedFeedType": {
262+
"token": "Notified API token"
263+
},
264+
"SparkleIOFeedType":{
265+
"baseUrl": "Instagram url",
266+
"clientId": "Client id",
267+
"clientSecret": "Client secret"
268+
},
269+
"CalendarFeedType": {
270+
"resources": "Ressourcer"
271+
}
256272
}
257273
},
258274
"feed-source-form": {
@@ -261,7 +277,6 @@
261277
"feed-source-description-label": "Feed source beskrivelse",
262278
"feed-source-feed-type-label": "Feed source type",
263279
"feed-source-supported-feed-output-type-label": "Feed output type",
264-
"css-header": "Feed source CSS",
265280
"feed-source-css-label": "Feed source CSS",
266281
"save-button": "Gem feed source",
267282
"cancel-button": "Annuller"

0 commit comments

Comments
 (0)