/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/ar/frameworks/strings/languageLoader.ts
60 строк
2 KB
Shivanand Sonnad
feat: [AH-2971]: support firwall exemption details page and actions (#5143)
02 апр 2026, 15:16
02 апр 2026, 15:16
20da7b5
Код
Авторство
О чём код?
/* * Copyright 2024 Harness, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* eslint-disable */ /** * This file is auto-generated. Please do not modify this file manually. * Use the command `yarn strings` to regenerate this file. */ import artifactDetails from '@ar/pages/artifact-details/strings/strings.en.yaml' import artifactList from '@ar/pages/artifact-list/strings/strings.en.yaml' import digestList from '@ar/pages/digest-list/strings/strings.en.yaml' import repositoryDetails from '@ar/pages/repository-details/strings/strings.en.yaml' import repositoryList from '@ar/pages/repository-list/strings/strings.en.yaml' import upstreamProxyDetails from '@ar/pages/upstream-proxy-details/strings/strings.en.yaml' import versionDetails from '@ar/pages/version-details/strings/strings.en.yaml' import versionList from '@ar/pages/version-list/strings/strings.en.yaml' import webhookList from '@ar/pages/webhook-list/strings/strings.en.yaml' import webhookDetails from '@ar/pages/webhook-details/strings/strings.en.yaml' import webhookExecutionList from '@ar/pages/webhook-execution-list/strings/strings.en.yaml' import manageRegistries from '@ar/pages/manage-registries/strings/strings.en.yaml' import labelsList from '@ar/pages/labels-list/strings/strings.en.yaml' import dependencyFirewall from '@ar/pages/dependency-firewall/strings/strings.en.yaml' import violationsList from '@ar/pages/violations-list/strings/strings.en.yaml' import exemptionList from '@ar/pages/exemption-list/strings/strings.en.yaml' import exemptionDetails from '@ar/pages/exemption-details/strings/strings.en.yaml' export default function languageLoader() { return { artifactDetails, artifactList, manageRegistries, labelsList, digestList, repositoryDetails, repositoryList, upstreamProxyDetails, versionDetails, versionList, webhookList, webhookDetails, webhookExecutionList, dependencyFirewall, violationsList, exemptionList, exemptionDetails } }