[WEB-5600] chore: project identifier char limit updated and table layout enhancements (#8263)

This commit is contained in:
Anmol Singh Bhatia 2025-12-08 20:00:54 +05:30 committed by GitHub
parent 7659997b53
commit f0bc2bd3bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 116 additions and 109 deletions

View file

@ -332,13 +332,13 @@ export default {
project_id_must_be_at_least_1_character: "프로젝트 ID는 최소 1자 이상이어야 합니다",
project_id_must_be_at_most_5_characters: "프로젝트 ID는 최대 5자 이하여야 합니다",
project_id: "프로젝트 ID",
project_id_tooltip_content: "작업 항목을 고유하게 식별하는 데 도움이 됩니다. 최대 5자.",
project_id_tooltip_content: "작업 항목을 고유하게 식별하는 데 도움이 됩니다. 최대 10자.",
description_placeholder: "설명",
only_alphanumeric_non_latin_characters_allowed: "영숫자 및 비라틴 문자만 허용됩니다.",
project_id_is_required: "프로젝트 ID가 필요합니다",
project_id_allowed_char: "영숫자 및 비라틴 문자만 허용됩니다.",
project_id_min_char: "프로젝트 ID는 최소 1자 이상이어야 합니다",
project_id_max_char: "프로젝트 ID는 최대 5자 이하여야 합니다",
project_id_max_char: "프로젝트 ID는 최대 10자 이하여야 합니다",
project_description_placeholder: "프로젝트 설명 입력",
select_network: "네트워크 선택",
lead: "리드",