localization for webhooks (#15191)

This commit is contained in:
Erik-Jan Westendorp
2023-11-30 16:05:38 +01:00
committed by GitHub
parent e7f7492ce9
commit feaac58027
4 changed files with 23 additions and 9 deletions

View File

@@ -1942,6 +1942,13 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="logs">Logs</key>
<key alias="noHeaders">No webhook headers have been added</key>
<key alias="noEventsFound">No events were found.</key>
<key alias="enabled">Enabled</key>
<key alias="events">Events</key>
<key alias="event">Event</key>
<key alias="url">Url</key>
<key alias="types">Types</key>
<key alias="webhookKey">Webhook key</key>
<key alias="retryCount">Retry count</key>
</area>
<area alias="languages">
<key alias="addLanguage">Add language</key>

View File

@@ -2024,6 +2024,13 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="logs">Logs</key>
<key alias="noHeaders">No webhook headers have been added</key>
<key alias="noEventsFound">No events were found.</key>
<key alias="enabled">Enabled</key>
<key alias="events">Events</key>
<key alias="event">Event</key>
<key alias="url">Url</key>
<key alias="types">Types</key>
<key alias="webhookKey">Webhook key</key>
<key alias="retryCount">Retry count</key>
</area>
<area alias="languages">
<key alias="addLanguage">Add language</key>

View File

@@ -3,11 +3,11 @@
<thead>
<tr>
<th></th>
<th>Webhook key</th>
<th>Date</th>
<th>Url</th>
<th>Event</th>
<th>Retry count</th>
<th><localize key="webhooks_webhookKey">Webhook key</localize></th>
<th><localize key="general_date">Date</localize></th>
<th><localize key="webhooks_url">Url</localize></th>
<th><localize key="webhooks_event">Event</localize></th>
<th><localize key="webhooks_retryCount">Retry count</localize></th>
</tr>
</thead>
<tbody>

View File

@@ -17,10 +17,10 @@
<table class="table table-hover" ng-if="!vm.loading">
<thead>
<tr>
<th>Enabled</th>
<th>Events</th>
<th>Url</th>
<th>Types</th>
<th><localize key="webhooks_enabled">Enabled</localize></th>
<th><localize key="webhooks_events">Events</localize></th>
<th><localize key="webhooks_url">Url</localize></th>
<th><localize key="webhooks_types">Types</localize></th>
</tr>
</thead>
<tbody>