nginx-ui/app/src/constants/errors/config.ts
2025-04-17 18:43:34 +08:00

4 lines
159 B
TypeScript

export default {
50006: () => $gettext('Path: {0} is not under the nginx conf dir: {1}'),
50007: () => $gettext('Destination file: {0} already exists'),
}