Skip to content

Commit

Permalink
i18n - pulling from tx
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Jan 16, 2025
1 parent 538456c commit 476f9e0
Show file tree
Hide file tree
Showing 145 changed files with 21,091 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
locales['foreman_resource_quota'] = locales['foreman_resource_quota'] || {}; locales['foreman_resource_quota']['bn'] = {
"domain": "foreman_resource_quota",
"locale_data": {
"foreman_resource_quota": {
"": {
"Project-Id-Version": "foreman_resource_quota 0.3.1",
"Report-Msgid-Bugs-To": "",
"PO-Revision-Date": "2025-01-07 14:34+0000",
"Language-Team": "Bengali (https://app.transifex.com/foreman/teams/114/bn/)",
"MIME-Version": "1.0",
"Content-Type": "text/plain; charset=UTF-8",
"Content-Transfer-Encoding": "8bit",
"Language": "bn",
"Plural-Forms": "nplurals=2; plural=(n != 1);",
"lang": "bn",
"domain": "foreman_resource_quota",
"plural_forms": "nplurals=2; plural=(n != 1);"
},
" ${response.response.data.error.full_messages}": [
""
],
"${label}": [
""
],
"${label} *": [
""
],
"${selectedUnit.symbol}": [
""
],
"Actions": [
""
],
"Apply": [
""
],
"CPU cores": [
""
],
"Click on \\\\\\\"Fetch quota utilization\\\\\\\": ": [
""
],
"Consumed resources": [
""
],
"Create a resource quota": [
""
],
"Create resource quota": [
""
],
"Define the Resource Quota this host counts to.": [
""
],
"Delete %s?": [
""
],
"Delete a resource quota": [
""
],
"Description": [
""
],
"Description of the resource quota": [
""
],
"Disk space (GB)": [
""
],
"Edit": [
""
],
"Edit Resource Quota %s": [
""
],
"Edit: ${quotaProperties[RESOURCE_IDENTIFIER_NAME]}": [
""
],
"Fetch quota utilization": [
""
],
"Foreman Plug-in to manage resource usage among users.": [
""
],
"Global Resource Quota no action": [
""
],
"It is optional for a user to assign a quota when creating new hosts": [
""
],
"List all resource quotas": [
""
],
"Make the assignment of a Resource quota, during the host creation process, optional for\\n everyone. If this is true, user-specific \\\"optional assignment\\\" configurations are neglected.": [
""
],
"Maximum disk space in GiB": [
""
],
"Maximum memory in MiB": [
""
],
"Maximum number of CPU cores": [
""
],
"Memory (MB)": [
""
],
"Name": [
""
],
"Name of the resource quota": [
""
],
"New Resource Quota": [
""
],
"New quota - no consumption to display.": [
""
],
"No consumption to display.": [
""
],
"No floating point for smallest unit (${units[0].symbol}).": [
""
],
"None provided": [
""
],
"Optional Assignment": [
""
],
"Properties": [
""
],
"Quota Limit": [
""
],
"Quotas from user groups": [
""
],
"Refresh resource quota utilization": [
""
],
"Resource Quota": [
""
],
"Resource Quota optional assignment": [
""
],
"Resource Quotas": [
""
],
"Resource Quotas help admins to manage hardware resources including CPUs, memory, and disk space among users or usergroups. \\\\n\\\\rDefine a Resource Quota here and apply it to users in order to guarantee a free share of your resources.": [
""
],
"Resource Quota|Name": [
""
],
"Resource quota ID.\\n This field is required if the setting `resource_quota_optional_assignment` is set to false.": [
""
],
"Resource quota IDs to be associated with this user group. ": [
""
],
"Resource quota IDs to be associated with this user. ": [
""
],
"Resource quotas": [
""
],
"Show hosts of a resource quota": [
""
],
"Show resource quota": [
""
],
"Show resources could not be determined when calculating utilization": [
""
],
"Show used resources of assigned hosts": [
""
],
"Show usergroups of a resource quota": [
""
],
"Show users of a resource quota": [
""
],
"Take no action when a resource quota is exceeded.": [
""
],
"The total amount of ${resourceTitle} for this quota.": [
""
],
"This can take some time since the resources of every host, assigned to this quota, must be requested.": [
""
],
"This group has no quotas": [
""
],
"Total ${resourceTitle} currently in use by all hosts assigned to this quota.": [
""
],
"Update a resource quota": [
""
],
"Value must be a natural number.": [
""
],
"When set to \\\"true\\\", it is optional for a user to assign a quota when creating new hosts.\\n The default value is \\\"false\\\".": [
""
]
}
}
};
Loading

0 comments on commit 476f9e0

Please sign in to comment.