Skip to content

Commit

Permalink
Added translations for dynamic fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Nov 4, 2024
1 parent fc1167b commit aa963f4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/translations/da/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,22 @@
"save-media-error": "Der skete en fejl da mediet skulle gemmes:",
"save-feed-source-error": "Der skete en fejl da feed source skulle gemmes:",
"load-feed-source-error": "Der skete en fejl da feed source med følgende id: {{id}} skulle hentes:"
},
"dynamic-fields": {
"eventDatabaseApi": {
"host": "Eventdatabase API host"
},
"AppFeedNotifiedFeedType": {
"token": "Notified API token"
},
"SparkleIOFeedType":{
"baseUrl": "Instagram url",
"clientId": "Client id",
"clientSecret": "Client secret"
},
"CalendarFeedType": {
"resources": "Ressourcer"
}
}
},
"feed-source-form": {
Expand All @@ -261,7 +277,6 @@
"feed-source-description-label": "Feed source beskrivelse",
"feed-source-feed-type-label": "Feed source type",
"feed-source-supported-feed-output-type-label": "Feed output type",
"css-header": "Feed source CSS",
"feed-source-css-label": "Feed source CSS",
"save-button": "Gem feed source",
"cancel-button": "Annuller"
Expand Down

0 comments on commit aa963f4

Please sign in to comment.