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

i18n - pulling from tx #10874

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
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
161 changes: 76 additions & 85 deletions app/assets/javascripts/katello/locale/bn/katello.js
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,12 @@
"ID of the host": [
""
],
"Also include the latest upgradable package version for each host package": [
""
],
"Return only packages of a particular status (upgradable or up-to-date)": [
""
],
"Errata to exclusively include in the action": [
""
],
Expand Down Expand Up @@ -1439,12 +1445,6 @@
"List packages installed on the host": [
""
],
"Also include the latest upgradable package version for each host package": [
""
],
"Return only packages of a particular status (upgradable or up-to-date)": [
""
],
"Couldn't find host with host id '%s'": [
""
],
Expand Down Expand Up @@ -2747,9 +2747,6 @@
"Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys.": [
""
],
"Lifecycle environment for the host.": [
""
],
"Clear any previous registration and run subscription-manager with --force.": [
""
],
Expand Down Expand Up @@ -4181,6 +4178,9 @@
"package_names_for_job_template: Action must be one of %s": [
""
],
"deb_names_for_job_template: Action must be one of %s": [
""
],
"Cannot delete the last Location.": [
""
],
Expand Down Expand Up @@ -5361,7 +5361,7 @@
"Activation keys and subscriptions can be managed": [
""
],
"here": [
"here.": [
""
],
"Reload data": [
Expand Down Expand Up @@ -5752,12 +5752,6 @@
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
""
],
"Pulp export destination filepath": [
""
],
"On-disk location for exported repositories": [
""
],
"Pulp 3 export destination filepath": [
""
],
Expand Down Expand Up @@ -5974,6 +5968,12 @@
"Resolve traces via Katello interface": [
""
],
"Katello: Configure host for new content source": [
""
],
"Replace content source on the target machine": [
""
],
"Katello: Module Stream Actions": [
""
],
Expand Down Expand Up @@ -6400,6 +6400,60 @@
"Repository sets": [
""
],
"Install via remote execution": [
""
],
"Install via customized remote execution": [
""
],
"No packages available to install": [
""
],
"No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
""
],
"No matching packages found": [
""
],
"Version": [
""
],
"Install packages": [
""
],
"Select packages to install to the host {hostName}.": [
""
],
"Search available Debian packages": [
""
],
"This host does not have any packages.": [
""
],
"Packages will appear here when available.": [
""
],
"Problem searching packages": [
""
],
"Installed version": [
""
],
"Upgradable to": [
""
],
"A remote execution job is in progress.": [
""
],
"Upgrade via remote execution": [
""
],
"Upgrade via customized remote execution": [
""
],
"Upgrade": [
""
],
"No matching errata found": [
""
],
Expand Down Expand Up @@ -6535,63 +6589,12 @@
"Uninstall and reset": [
""
],
"Install via remote execution": [
""
],
"Install via customized remote execution": [
""
],
"No packages available to install": [
""
],
"No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
""
],
"No matching packages found": [
""
],
"Version": [
""
],
"Install packages": [
""
],
"Select packages to install to the host {hostName}.": [
""
],
"Search available packages": [
""
],
"This host does not have any packages.": [
""
],
"Packages will appear here when available.": [
""
],
"Problem searching packages": [
""
],
"Installed version": [
""
],
"Upgradable to": [
""
],
"A remote execution job is in progress.": [
""
],
"Upgrade via remote execution": [
""
],
"Upgrade via customized remote execution": [
""
],
"Refresh package applicability": [
""
],
"Upgrade": [
""
],
"Repository set enabled": [
""
],
Expand Down Expand Up @@ -6772,12 +6775,18 @@
"Restart via customized remote execution": [
""
],
"Reboot host": [
""
],
"Restart app": [
""
],
"Tracer helps administrators identify applications that need to be restarted after a system is patched.": [
""
],
"At least one of the selected items requires the host to reboot": [
""
],
"Traces that require logout cannot be restarted remotely": [
""
],
Expand Down Expand Up @@ -8920,21 +8929,12 @@
"Abstract": [
""
],
"Action with sub plans": [
""
],
"Auto attach subscriptions": [
""
],
"Check for long running tasks": [
""
],
"Copy version units to library": [
""
],
"Deliver notifications about long running tasks": [
""
],
"Discover": [
""
],
Expand All @@ -8953,12 +8953,6 @@
"Hypervisors": [
""
],
"Import Puppet classes": [
""
],
"Import facts": [
""
],
"Incremental Update of Content View Version(s) ": [
""
],
Expand All @@ -8980,9 +8974,6 @@
"Reindex subscriptions": [
""
],
"Remote action:": [
""
],
"Sync capsule": [
""
],
Expand Down
Loading
Loading