diff --git a/src/assets/translations/en-us.yaml b/src/assets/translations/en-us.yaml index 914454eeab0..4aedd99827b 100644 --- a/src/assets/translations/en-us.yaml +++ b/src/assets/translations/en-us.yaml @@ -163,6 +163,35 @@ suffix: ############################## # Components & Pages ############################## +images: + state: + k8sUnready: Waiting for Kubernetes to be ready + kimUnready: Waiting for image manager to be ready + unknown: 'Error: Unknown state; please reload.' + close: Close Output to Continue + manager: + close: Close Output to Continue + title: Image Acquisition + input: + pull: + label: 'Name of image to pull:' + placeholder: 'registry.example.com/repo/image' + button: Pull Image + build: + label: 'Name of image to build:' + placeholder: 'registry.example.com/repo/image:tag' + button: Build Image... + table: + label: Show all images + header: + imageName: Image + tag: Tag + imageId: Image ID + size: Size + action: + push: Push + delete: Delete + scan: Scan... about: title: About versions: diff --git a/src/components/Images.vue b/src/components/Images.vue index 467e2e1db49..14160cc924a 100644 --- a/src/components/Images.vue +++ b/src/components/Images.vue @@ -16,7 +16,7 @@ @@ -25,18 +25,18 @@