Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Update translations #407

Merged
Merged
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
19 changes: 18 additions & 1 deletion lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,36 @@ en:
STATE_OPEN: Active
STATE_PUBLISHED: Published
STATE_REVERTED: Reverted
db_Description: Description
db_IsInferred: 'Is inferred'
db_LastSynced: 'Last synced'
db_Name: Name
db_PublishDate: 'Publish date'
db_State: State
has_many_Changes: Changes
has_one_Owner: Owner
has_one_Publisher: Publisher
SilverStripe\Versioned\ChangeSetItem:
PLURALNAME: 'Change Set Items'
PLURALS:
one: 'A Change Set Item'
other: '{count} Change Set Items'
SINGULARNAME: 'Change Set Item'
belongs_many_many_References: References
db_Added: Added
db_VersionAfter: 'Version after'
db_VersionBefore: 'Version before'
has_one_ChangeSet: 'Change set'
has_one_Object: Object
many_many_ReferencedBy: 'Referenced by'
SilverStripe\Versioned\GridFieldArchiveAction:
Archive: Archive
ArchivePermissionsFailure: 'No archive permissions'
Delete: Delete
SilverStripe\Versioned\GridFieldRestoreAction:
RESTORE: 'Restore to draft'
SilverStripe\Versioned\RecursivePublishable:
INFERRED_TITLE: 'Generated by publish of ''{title}'' at {created}'
INFERRED_TITLE: "Generated by publish of '{title}' at {created}"
SilverStripe\Versioned\RestoreAction:
RESTORE: 'Restore to draft'
RESTORE_CHANGEDLOCATION: 'Restored the {model} "{id}" to the top level as original location cannot be found.'
Expand All @@ -47,6 +63,7 @@ en:
RESTORE_TO_ROOT: 'Restore to draft at top level'
RESTORE_TO_ROOT_DESC: 'Restore the archived version to draft as a top level item'
SilverStripe\Versioned\Versioned:
db_Version: Version
has_many_Versions: Versions
SilverStripe\Versioned\VersionedGridFieldItemRequest:
Archived: 'Archived {name} {title}'
Expand Down