Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Nov 5, 2024
1 parent 99285c9 commit 1f1da06
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion shell/assets/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ generic:
id: ID
ignored: Ignored
invalidCron: Invalid cron schedule
inProgress: In Progress
imagePullPolicy:
always: Always
ifNotPresent: IfNotPresent
Expand Down Expand Up @@ -111,6 +112,7 @@ generic:
=1 {Matches 1 of {total, number}: "{sample}"}
other {Matches {matched, number} of {total, number}, including "{sample}"}
}
basic: Basic

locale:
en-us: English
Expand Down Expand Up @@ -2126,6 +2128,7 @@ cluster:
tabs:
ace: Authorized Endpoint
addOnAdditionalManifest: Additional Manifest
addons: Add-on Configuration
advanced: Advanced
agentEnv: Agent Environment Vars
basic: Basics
Expand Down Expand Up @@ -2159,6 +2162,7 @@ clusterIndexPage:
ram: Memory
used: Used
reserved: Reserved
allocated: Allocated
units:
cores: |-
{count, plural,
Expand Down Expand Up @@ -2982,6 +2986,10 @@ labelSelect:
pagination:
counts: '{count} / {totalCount} items'
more: Load More...
labeledSelect:
startTyping: Start typing to define an item
pressEnter: Press enter to add "{input}"

landing:
clusters:
title: Clusters
Expand Down Expand Up @@ -3714,6 +3722,9 @@ namespace:
selectNamespace: Select Namespace
createNamespace: Create a new Namespace
selectOrCreate: Select or Create a Namespace
snapshots:
label: Snapshots
totalSnapshotSize: Total Snapshot Size
resourceStates:
success: 'Active'
info: 'Transitioning'
Expand Down Expand Up @@ -4995,6 +5006,7 @@ resourceTable:
node: Group by Node
role: Group by Role
cluster: Group by Cluster
device: Group by Device
groupLabel:
cluster: "<span>Cluster:</span> {name}"
notInACluster: Not in a Cluster
Expand Down Expand Up @@ -5790,6 +5802,7 @@ tableHeaders:
resourcesReady: Resources Ready
restarts: Restarts
restart: Restart Required
restore: Restore
role: Role
roles: Roles
routes: Routes
Expand Down Expand Up @@ -5825,6 +5838,7 @@ tableHeaders:
targetKind: Target Type
targetPort: Target
template: Template
totalSnapshotQuota: Total Snapshot Quota
type: Type
updated: Updated
up-to-date: Up To Date
Expand Down Expand Up @@ -7301,6 +7315,7 @@ action:
viewYaml: View YAML
activate: Activate
deactivate: Deactivate
editQuota: Edit Quota
show: Show
hide: Hide
copy: Copy
Expand Down Expand Up @@ -7779,7 +7794,9 @@ auth:
label: Auth Provider
vncConsole:
error:
message: Web VNC console connection is disconnected
message: Web VNC console is disconnected
reconnecting:
message: Web VNC console reconnection attempt

gitPicker:
github:
Expand Down

0 comments on commit 1f1da06

Please sign in to comment.