From 13e417c62fd5eacfc08e742413df9e62e28e5079 Mon Sep 17 00:00:00 2001 From: aryaantony92 <97134765+aryaantony92@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:14:51 +0200 Subject: [PATCH] Add Missing Translations (#317) --- translations/admin.en.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/translations/admin.en.yaml b/translations/admin.en.yaml index f7e10b6db3..fd63b958c7 100644 --- a/translations/admin.en.yaml +++ b/translations/admin.en.yaml @@ -684,8 +684,30 @@ save_grid_options: 'Save Grid Options' download_selected_as_zip: 'Download selected items as ZIP' please_select_items_to_download: 'Please select items to download in the list' key_bindings: 'Key Bindings' +keybinding_save: 'Save' +keybinding_publish: 'Publish' +keybinding_unpublish: 'Unpublish' +keybinding_rename: 'Rename' +keybinding_refresh: 'Reload' +keybinding_openDocument: 'Open Document' +keybinding_openAsset: 'Open Asset' +keybinding_openObject: 'Open Object' keybinding_openClassEditor: 'Open Class Editor' +keybinding_openInTree: 'Show in Tree' keybinding_showMetaInfo: 'Show Meta Info' +keybinding_searchDocument: 'Search Documents' +keybinding_searchAsset: 'Search Assets' +keybinding_searchObject: 'Search Objects' +keybinding_showElementHistory: 'Recently Opened Elements' +keybinding_closeAllTabs: 'Close all tabs' +keybinding_searchAndReplaceAssignments: 'Search & Replace Assignments' +keybinding_redirects: 'Redirects' +keybinding_sharedTranslations: 'Shared Translations' +keybinding_recycleBin: 'Recycle Bin' +keybinding_notesEvents: 'Notes & Events' +keybinding_tagConfiguration: 'Tag Configuration' +keybinding_users: 'Users' +keybinding_roles: 'Roles' keybinding_clearAllCaches: 'Clear all Caches' keybinding_clearDataCache: 'Clear Data Cache' scheduled_block_delete_all_in_past: 'Delete all past entries'