mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
TLN Update translations (#11125)
This commit is contained in:
parent
e696e70dc4
commit
26273bf371
23
lang/en.yml
23
lang/en.yml
@ -25,9 +25,22 @@ en:
|
|||||||
SilverStripe\Control\RequestProcessor:
|
SilverStripe\Control\RequestProcessor:
|
||||||
INVALID_REQUEST: 'Invalid request'
|
INVALID_REQUEST: 'Invalid request'
|
||||||
REQUEST_ABORTED: 'Request aborted'
|
REQUEST_ABORTED: 'Request aborted'
|
||||||
|
SilverStripe\Dev\DevBuildController:
|
||||||
|
CAN_DEV_BUILD_DESCRIPTION: 'Can execute /dev/build'
|
||||||
|
CAN_DEV_BUILD_HELP: 'Can execute the build command (/dev/build).'
|
||||||
|
SilverStripe\Dev\DevConfigController:
|
||||||
|
CAN_DEV_CONFIG_DESCRIPTION: 'Can view /dev/config'
|
||||||
|
CAN_DEV_CONFIG_HELP: 'Can view all application configuration (/dev/config).'
|
||||||
SilverStripe\Dev\DevConfirmationController:
|
SilverStripe\Dev\DevConfirmationController:
|
||||||
INFO_DESCRIPTION: 'Confirm potentially dangerous operation'
|
INFO_DESCRIPTION: 'Confirm potentially dangerous operation'
|
||||||
INFO_TITLE: 'Security Confirmation'
|
INFO_TITLE: 'Security Confirmation'
|
||||||
|
SilverStripe\Dev\DevelopmentAdmin:
|
||||||
|
ALL_DEV_ADMIN_DESCRIPTION: 'Can view and execute all /dev endpoints'
|
||||||
|
ALL_DEV_ADMIN_HELP: 'Can view and execute all /dev endpoints'
|
||||||
|
PERMISSIONS_CATEGORY: 'Dev permissions'
|
||||||
|
SilverStripe\Dev\TaskRunner:
|
||||||
|
BUILDTASK_CAN_RUN_DESCRIPTION: 'Can view and execute all /dev/tasks'
|
||||||
|
BUILDTASK_CAN_RUN_HELP: 'Can view and execute all Build Tasks (/dev/tasks). This may still be overriden by individual task view permissions'
|
||||||
SilverStripe\Forms\CheckboxField:
|
SilverStripe\Forms\CheckboxField:
|
||||||
NOANSWER: 'No'
|
NOANSWER: 'No'
|
||||||
YESANSWER: 'Yes'
|
YESANSWER: 'Yes'
|
||||||
@ -111,9 +124,9 @@ en:
|
|||||||
NEW: 'Add new record'
|
NEW: 'Add new record'
|
||||||
NEXT: 'Go to next record'
|
NEXT: 'Go to next record'
|
||||||
PREVIOUS: 'Go to previous record'
|
PREVIOUS: 'Go to previous record'
|
||||||
ViewPermissionsFailure: 'It seems you don''t have the necessary permissions to view "{ObjectTitle}"'
|
|
||||||
SAVETOASTMESSAGE: 'Saved {type} "{title}" successfully.'
|
|
||||||
SAVEDUP: 'Saved successfully.'
|
SAVEDUP: 'Saved successfully.'
|
||||||
|
SAVETOASTMESSAGE: 'Saved {type} "{title}" successfully.'
|
||||||
|
ViewPermissionsFailure: 'It seems you don''t have the necessary permissions to view "{ObjectTitle}"'
|
||||||
SilverStripe\Forms\GridField\GridFieldEditButton:
|
SilverStripe\Forms\GridField\GridFieldEditButton:
|
||||||
EDIT: Edit
|
EDIT: Edit
|
||||||
SilverStripe\Forms\GridField\GridFieldFilterHeader:
|
SilverStripe\Forms\GridField\GridFieldFilterHeader:
|
||||||
@ -142,13 +155,15 @@ en:
|
|||||||
SilverStripe\Forms\NumericField:
|
SilverStripe\Forms\NumericField:
|
||||||
VALIDATION: "'{value}' is not a number, only numbers can be accepted for this field"
|
VALIDATION: "'{value}' is not a number, only numbers can be accepted for this field"
|
||||||
SilverStripe\Forms\SearchableDropdownTrait:
|
SilverStripe\Forms\SearchableDropdownTrait:
|
||||||
SELECT: 'Select...'
|
SELECT: Select...
|
||||||
TYPE_TO_SEARCH: 'Type to search...'
|
|
||||||
SELECT_OR_TYPE_TO_SEARCH: 'Select or type to search...'
|
SELECT_OR_TYPE_TO_SEARCH: 'Select or type to search...'
|
||||||
|
TYPE_TO_SEARCH: 'Type to search...'
|
||||||
SilverStripe\Forms\TextField:
|
SilverStripe\Forms\TextField:
|
||||||
VALIDATEMAXLENGTH: 'The value for {name} must not exceed {maxLength} characters in length'
|
VALIDATEMAXLENGTH: 'The value for {name} must not exceed {maxLength} characters in length'
|
||||||
SilverStripe\Forms\TimeField:
|
SilverStripe\Forms\TimeField:
|
||||||
VALIDATEFORMAT: 'Please enter a valid time format ({format})'
|
VALIDATEFORMAT: 'Please enter a valid time format ({format})'
|
||||||
|
SilverStripe\Forms\UrlField:
|
||||||
|
INVALID: 'Please enter a valid URL'
|
||||||
SilverStripe\ORM\DataObject:
|
SilverStripe\ORM\DataObject:
|
||||||
GENERALSEARCH: 'General Search'
|
GENERALSEARCH: 'General Search'
|
||||||
PLURALNAME: 'Data Objects'
|
PLURALNAME: 'Data Objects'
|
||||||
|
@ -282,7 +282,7 @@ TXT;
|
|||||||
|
|
||||||
public static function permissionsCategory(): string
|
public static function permissionsCategory(): string
|
||||||
{
|
{
|
||||||
return _t(__CLASS__ . 'PERMISSIONS_CATEGORY', 'Dev permissions');
|
return _t(__CLASS__ . '.PERMISSIONS_CATEGORY', 'Dev permissions');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function canViewAll(): bool
|
protected function canViewAll(): bool
|
||||||
|
Loading…
Reference in New Issue
Block a user