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

Reword quota definitions based on user input #18512

Merged
merged 1 commit into from
Apr 12, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/portal/src/i18n/lang/en-us-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@
"INLINE_HELP_PUBLIC": "When a project is set to public, anyone has read permission to the repositories under this project, and the user does not need to run \"docker login\" before pulling images under this project.",
"OF": "of",
"COUNT_QUOTA": "Count quota",
"STORAGE_QUOTA": "Storage Quota",
"STORAGE_QUOTA": "Project quota limits",
"COUNT_QUOTA_TIP": "Please enter an integer between '1' & '100,000,000', '-1' for unlimited.",
"STORAGE_QUOTA_TIP": "The upper limit of Storage Quota only takes integer values, capped at '1024TB'. Enter '-1' for unlimited quota",
"QUOTA_UNLIMIT_TIP": "For unlimited quota enter '-1'.",
"QUOTA_UNLIMIT_TIP": "The maximum logical space that can be used by the project. For unlimited quota enter '-1'.",
"TYPE": "Type",
"PROXY_CACHE": "Proxy Cache",
"PROXY_CACHE_TOOLTIP": "Enable this to allow this project to act as a pull-through cache for a particular target registry instance. Harbor can only act a proxy for DockerHub, Docker Registry, Harbor, Aws ECR, Azure ACR, Quay, Google GCR, Github GHCR, and JFrog Artifactory registries.",
Expand Down Expand Up @@ -1115,14 +1115,14 @@
"DELETE": "Delete",
"OF": "of",
"PROJECT_QUOTA_DEFAULT_ARTIFACT": "Default artifact count per project",
"PROJECT_QUOTA_DEFAULT_DISK": "Default disk space per project",
"PROJECT_QUOTA_DEFAULT_DISK": "Default quota space per project",
"EDIT_PROJECT_QUOTAS": "Edit Project Quotas",
"EDIT_DEFAULT_PROJECT_QUOTAS": "Edit Default Project Quotas",
"SET_QUOTAS": "Set the project quotas for project '{{params}}'",
"SET_DEFAULT_QUOTAS": "Set the default project quotas when creating new projects",
"COUNT_QUOTA": "Artifact count",
"COUNT_DEFAULT_QUOTA": "Default artifact count",
"STORAGE_QUOTA": "Storage consumption",
"STORAGE_QUOTA": "Project quota limits",
"STORAGE_DEFAULT_QUOTA": "Default storage consumption",
"SAVE_SUCCESS": "Quota edit success",
"UNLIMITED": "unlimited",
Expand Down
8 changes: 4 additions & 4 deletions src/portal/src/i18n/lang/es-es-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@
"INLINE_HELP_PUBLIC": "Cuando un proyecto se marca como público, todo el mundo tiene permisos de lectura sobre los repositorio de dicho proyecto, y no hace falta hacer \"docker login\" antes de subir imágenes a ellos.",
"OF": "of",
"COUNT_QUOTA": "Count quota",
"STORAGE_QUOTA": "Storage quota",
"STORAGE_QUOTA": "Project quota limits",
"COUNT_QUOTA_TIP": "Please enter an integer between '1' & '100,000,000', '-1' for unlimited",
"STORAGE_QUOTA_TIP": "The upper limit of Storage Quota only takes integer values, capped at '1024TB'. Enter '-1' for unlimited quota",
"QUOTA_UNLIMIT_TIP": "For unlimited quota enter '-1'.",
"QUOTA_UNLIMIT_TIP": "The maximum logical space that can be used by the project. For unlimited quota enter '-1'.",
"TYPE": "Type",
"PROXY_CACHE": "Proxy Cache",
"PROXY_CACHE_TOOLTIP": "Enable this to allow this project to act as a pull-through cache for a particular target registry instance. Harbor can only act a proxy for DockerHub, Docker Registry, Harbor, Aws ECR, Azure ACR, Quay, Google GCR, JFrog Artifactory, and Github GHCR registries.",
Expand Down Expand Up @@ -1115,14 +1115,14 @@
"DELETE": "Delete",
"OF": "of",
"PROJECT_QUOTA_DEFAULT_ARTIFACT": "Default artifact count per project",
"PROJECT_QUOTA_DEFAULT_DISK": "Default disk space per project",
"PROJECT_QUOTA_DEFAULT_DISK": "Default quota space per project",
"EDIT_PROJECT_QUOTAS": "Edit Project Quotas",
"EDIT_DEFAULT_PROJECT_QUOTAS": "Edit Default Project Quotas",
"SET_QUOTAS": "Set the project quotas for project '{{params}}'",
"SET_DEFAULT_QUOTAS": "Set the default project quotas when creating new projects",
"COUNT_QUOTA": "Count quota",
"COUNT_DEFAULT_QUOTA": "Default count quota",
"STORAGE_QUOTA": "Storage quota",
"STORAGE_QUOTA": "Project quota limits",
"STORAGE_DEFAULT_QUOTA": "Default storage quota",
"SAVE_SUCCESS": "Quota edit success",
"UNLIMITED": "unlimited",
Expand Down