Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ export default {
noVariantsToProcess: 'There are no available variants',
releaseDate: 'Publish at',
unpublishDate: 'Unpublish at',
removeDate: 'Clear Date',
removeDate: 'Clear date',
setDate: 'Set date',
sortDone: 'Sortorder is updated',
sortDone: 'Sort order is updated',
sortHelp:
'To sort the nodes, simply drag the nodes or click one of the column headers. You can select\n multiple nodes by holding the "shift" or "control" key while selecting\n ',
statistics: 'Statistics',
Expand Down Expand Up @@ -520,8 +520,8 @@ export default {
confirmlogout: 'Are you sure?',
confirmSure: 'Are you sure?',
cut: 'Cut',
editDictionary: 'Edit Dictionary Item',
editLanguage: 'Edit Language',
editDictionary: 'Edit dictionary item',
editLanguage: 'Edit language',
editSelectedMedia: 'Edit selected media',
insertAnchor: 'Insert local link',
insertCharacter: 'Insert character',
Expand All @@ -533,7 +533,7 @@ export default {
languagedeletewarning: 'This will delete the language',
languageChangeWarning:
'Changing the culture for a language may be an expensive operation and will result\n in the content cache and indexes being rebuilt\n ',
lastEdited: 'Last Edited',
lastEdited: 'Last edited',
link: 'Link',
linkinternal: 'Internal link',
linklocaltip: 'When using local links, insert "#" in front of link',
Expand Down Expand Up @@ -956,7 +956,7 @@ export default {
avatar: 'Avatar for',
header: 'Header',
systemField: 'system field',
lastUpdated: 'Last Updated',
lastUpdated: 'Last updated',
selectAll: 'Select all',
skipToMenu: 'Skip to menu',
skipToContent: 'Skip to content',
Expand Down
14 changes: 7 additions & 7 deletions src/Umbraco.Web.UI.Client/src/assets/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default {
createDateDesc: 'Date/time this document was created',
documentType: 'Document Type',
editing: 'Editing',
expireDate: 'Remove At',
expireDate: 'Remove at',
itemChanged: 'This item has been changed after publication',
itemNotPublished: 'This item is not published',
lastPublished: 'Last published',
Expand Down Expand Up @@ -270,11 +270,11 @@ export default {
publishDescendantsWithVariantsHelp:
'Publish variants and variants of same type underneath and thereby making their content publicly available.',
noVariantsToProcess: 'There are no available variants',
releaseDate: 'Publish At',
unpublishDate: 'Unpublish At',
removeDate: 'Clear Date',
releaseDate: 'Publish at',
unpublishDate: 'Unpublish at',
removeDate: 'Clear date',
setDate: 'Set date',
sortDone: 'Sortorder is updated',
sortDone: 'Sort order is updated',
sortHelp:
'To sort the nodes, simply drag the nodes or click one of the column headers. You can select\n multiple nodes by holding the "shift" or "control" key while selecting\n ',
statistics: 'Statistics',
Expand Down Expand Up @@ -533,7 +533,7 @@ export default {
languagedeletewarning: 'This will delete the language and all content related to the language',
languageChangeWarning:
'Changing the culture for a language may be an expensive operation and will result\n in the content cache and indexes being rebuilt\n ',
lastEdited: 'Last Edited',
lastEdited: 'Last edited',
link: 'Link',
linkinternal: 'Internal link',
linklocaltip: 'When using local links, insert "#" in front of link',
Expand Down Expand Up @@ -960,7 +960,7 @@ export default {
avatar: 'Avatar for',
header: 'Header',
systemField: 'system field',
lastUpdated: 'Last Updated',
lastUpdated: 'Last updated',
selectAll: 'Select all',
skipToMenu: 'Skip to menu',
skipToContent: 'Skip to content',
Expand Down
Loading