Skip to content

Commit

Permalink
Merge pull request #11608 from creative-commoners/pulls/5/tx-1739327009
Browse files Browse the repository at this point in the history
TLN Update translations
  • Loading branch information
GuySartorelli authored Feb 12, 2025
2 parents 41c6d6c + 5f6de63 commit 9622ff0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ en:
SilverStripe\Control\RequestProcessor:
INVALID_REQUEST: 'Invalid request'
REQUEST_ABORTED: 'Request aborted'
SilverStripe\Dev\BulkLoader:
CANNOT_CREATE: "Not allowed to create '{type}' records"
CANNOT_DELETE: "Not allowed to delete '{type}' records"
CANNOT_EDIT: "Not allowed to edit '{type}' records"
SilverStripe\Dev\DevBuildController:
CAN_DEV_BUILD_DESCRIPTION: 'Can execute /dev/build'
CAN_DEV_BUILD_HELP: 'Can execute the build command (/dev/build).'
Expand Down Expand Up @@ -167,6 +171,9 @@ en:
INVALID: 'Please enter a valid URL'
SilverStripe\ORM\DataObject:
GENERALSEARCH: 'General Search'
NO_DUPLICATE: 'Cannot create duplicate {type}'
NO_DUPLICATE_MULTI_FIELD: 'Cannot create duplicate {type} - at least one of the following fields need to be changed: {fields}'
NO_DUPLICATE_SINGLE_FIELD: 'Cannot create duplicate {type} with "{field}" set to "{value}"'
PLURALNAME: 'Data Objects'
PLURALS:
one: 'A Data Object'
Expand Down

0 comments on commit 9622ff0

Please sign in to comment.