refactor: improve ui consistency
This commit is contained in:
@@ -162,12 +162,12 @@
|
||||
"create_new": "새로운 환경 만들기",
|
||||
"edit": "환경 편집",
|
||||
"invalid_name": "환경에 대한 올바른 이름을 입력하세요.",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "새로운 환경",
|
||||
"no_environment": "환경 없음",
|
||||
"select": "환경 선택",
|
||||
"title": "환경",
|
||||
"variable_list": "변수 목록",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "변수 목록"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "이 브라우저는 서버 전송 이벤트를 지원하지 않는 것 같습니다.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "빈 요청 이름",
|
||||
"f12_details": "(자세한 내용은 F12)",
|
||||
"gql_prettify_invalid_query": "잘못된 쿼리를 예쁘게 만들 수 없습니다. 쿼리 구문 오류를 해결하고 다시 시도하세요.",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "JSON으로 내보내기",
|
||||
"create_secret_gist": "Secret gist 만들기",
|
||||
"gist_created": "생성된 요지",
|
||||
"require_github": "GitHub에 로그인하여 secret gist 만들기"
|
||||
"require_github": "GitHub에 로그인하여 secret gist 만들기",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "폴더 생성됨",
|
||||
|
||||
Reference in New Issue
Block a user