Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Jun 10, 2019
1 parent cae8af6 commit d088979
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lang/de.yml
Expand Up @@ -92,4 +92,4 @@ de:
InsertMedia: 'Medium einfügen'
UrlDescription: 'Betten Sie YouTube und Vimeo Videos, Bilder und andere Medien direkt aus dem Internet ein.'
SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator:
FileNotFound: 'Datei oder Verzeichnis konnte nicht gefunden werden'
FileNotFound: 'Datei oder Verzeichnis konnte nicht gefunden werden'
20 changes: 16 additions & 4 deletions lang/en.yml
Expand Up @@ -73,14 +73,16 @@ en:
SAVE: Save
VIEWERGROUPS: 'Viewer Groups'
SilverStripe\AssetAdmin\Forms\FileFormFactory:
INSERT_FILE: 'Insert file'
INSERT_FILE: Insert
INSERT_LINK: 'Link to file'
LINKDESCR: 'Link description'
LINKOPENNEWWIN: 'Open in new window/tab'
LINKOPTIONS: 'Link options'
LINKTEXT: 'Link text'
OTHER_ACTIONS: 'Other actions'
REPLACE_FILE: 'Replace file'
UNEMEDABLE_MESSAGE: '<p class="alert alert-info alert--no-border editor__top-message">This file type can only be inserted as a link. You can edit the link once it is inserted.</p>'
USAGE: 'Used on'
SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory:
PUBLISHED: Published
SAVED: Saved
Expand All @@ -92,9 +94,19 @@ en:
AddMedia: 'Add media'
Cancel: Cancel
ERROR_ABSOLUTE: 'Only absolute urls can be embedded'
ERROR_HOSTNAME: 'This file hostname is not included in the whitelist'
ERROR_SCHEME: 'This file scheme is not included in the whitelist'
ERROR_EMBED: 'There is currently no embeddable media available from this URL'
ERROR_HOSTNAME: 'This file hostname is not allowed'
ERROR_PORT: 'This file port is not allowed'
ERROR_SCHEME: 'This file scheme is not allowed'
InsertMedia: 'Insert media'
UrlDescription: 'Embed Youtube and Vimeo videos, images and other media directly from the web.'
SilverStripe\AssetAdmin\Forms\UploadField:
ErrorMaxFilesReached:
one: 'You can only upload {count} file.'
other: 'You can only upload {count} files.'
SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator:
FileNotFound: 'File or Folder could not be found'
FileNotFound: 'File or Folder could not be found'
SilverStripe\AssetAdmin\GraphQL\UnpublishFileMutationCreator:
OWNER_WARNING:
one: 'File "{file}" is used in {count} place.'
other: 'File "{file}" is used in {count} places.'

0 comments on commit d088979

Please sign in to comment.