Skip to main content

Glossary (ko↔en)

This site runs Korean as the default locale and English as a secondary mirror. When the same concept gets translated differently between two pages, the docs drift quickly. Use the terms in this table verbatim when writing new pages or translating existing ones.

Scope

This table covers terms in the mini-app / Toss host environment / permissions and storage SDK domain only. Standard Web APIs, general front-end terminology, and OS-level wording are not policed — prefer the natural English phrasing as long as the meaning is unambiguous.

SDK / host environment

KoreanEnglishNotes
미니앱mini-appHyphenated. Do not use miniapp or mini app.
호스트 앱host appRefers to the Toss app itself.
호스트 환경host environmentThe in-app webview context the mini-app runs in.
인앱 webviewin-app webviewThe webview embedded inside the Toss app.
SDKSDKInitialism kept as-is. Refers to @apps-in-toss/web-framework.
네임스페이스namespaceAPI groups like clipboard, location, storage.
시그니처signatureTypeScript function-type declaration. Lives under the ## 시그니처 / ## Signature H2 heading.
콜백callbackFunction arguments like onEvent, onError.
구독 해제 함수unsubscribe functionThe () => void returned by startUpdateLocation.

Permissions

KoreanEnglishNotes
권한permissionIdentifiers inside API names — getPermission, openPermissionDialog, PermissionName — stay as-is.
권한 요청permission requestThe act of asking the user.
권한 다이얼로그permission dialogThe OS-rendered system dialog.
권한 거절deniedA PermissionStatus literal — keep the English token inside code.
권한 미결정notDeterminedSame.
권한 승인allowedSame.
권한 등급access tierSteps like accessLocation: 'FINE' | 'COARSE'.

Storage / clipboard

KoreanEnglishNotes
저장소storageThe SDK Storage namespace, Web localStorage, and similar general usage.
키-값 저장소key-value storeOne hyphen. Do not write key value store.
클립보드clipboardThe system clipboard.
직렬화 / 역직렬화serialize / deserializeThe JSON.stringify / JSON.parse round-trip.

Location

KoreanEnglishNotes
위치locationThe SDK namespace name and the everyday noun both.
정확도accuracyEither the Accuracy enum or the coordinate error radius. Code identifiers stay as-is.
좌표coordinatesThe plain-language form of the coords object.
백그라운드 추적background trackingLocation updates that continue after the app leaves the foreground.

Site identity / policy

KoreanEnglishNotes
커뮤니티 프로젝트community projectHow the apps-in-toss-community organization refers to itself. None of "공식 / official / powered by Toss / 비공식 / unofficial" are used.
공식 문서official docsOnly when citing the Apps-in-Toss project's own docs. Never apply it to this site.

Standard H2 headings used by the page template

KoreanEnglish
시그니처Signature
파라미터Parameters
반환값Returns
권한Permission
예제Examples
직접 실행해 보기Try it live
관련 APIRelated APIs
관련 가이드Related guides
외부 참조External references

The canonical English heading is External references. The word Upstream is not used in user-visible copy — for references to @apps-in-toss/web-framework, write "SDK package" or "published release" instead.

Out of scope

  • Standard Web API terms (e.g., Permissions API, localStorage) follow MDN spelling verbatim.
  • General IT vocabulary (e.g., webview, cache, quota) is not translated.
  • Toss-branded product names (Toss, Toss Securities, etc.) keep their original spelling in user-facing copy.

When a new term comes up, add it here before writing the page that needs it. Prefer collapsing duplicates over letting the same concept appear in two rows.