Files
gochat/frontend/app/javascript/survey/i18n/locale/ko.json
T
rogee 321c61aaae Vendor Chatwoot Vue 3 frontend into frontend/
Copy the Chatwoot (v4.14.0) frontend runnable subset into frontend/ for
customization:
- app/javascript/ (Vue SPA: dashboard, widget, sdk, portal, superadmin)
- app/views/ (ERB templates for vite-plugin-ruby entrypoint resolution)
- app/helpers/, app/assets/ (Rails view helpers, static assets)
- enterprise/ (Enterprise edition frontend overlay)
- config/vite.json, vite.config.ts, bin/vite (Vite-Rails toolchain)
- package.json, pnpm-lock.yaml, tailwind/postcss/eslint configs
- Gemfile, Gemfile.lock (vite_rails gem for bin/vite binstub)

Excluded Rails backend: controllers, models, services, jobs, mailers,
policies, db, lib, spec, public, node_modules.

Update references to the new frontend location:
- .gitignore: exclude frontend build artifacts (node_modules, tmp, packs),
  keep frontend/bin/ and frontend/vendor/ via negation
- backend/scripts/parity_frontend_smoke.sh: CHATWOOT_DIR default
  reference/chatwoot -> ../frontend
- backend/scripts/parity_frontend_browser_smoke.mjs: same default update
- AGENTS.md: add frontend section with Rails/Vite coupling notes
- README: architecture tree includes frontend/
2026-07-07 14:56:01 +08:00

20 lines
680 B
JSON

{
"SURVEY": {
"DESCRIPTION": "고객님 👋, 잠시 시간을 내어 {inboxName}에서 나눈 대화에 대한 경험을 알려주세요.",
"RATING": {
"LABEL": "대화를 평가해주세요.",
"SUCCESS_MESSAGE": "평가해주셔서 감사합니다!"
},
"FEEDBACK": {
"LABEL": "공유하고 싶은 생각이 있나요?",
"PLACEHOLDER": "내 평가 (선택)",
"BUTTON_TEXT": "평가 제출하기"
},
"API": {
"SUCCESS_MESSAGE": "평가가 업데이트되었습니다",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오."
}
},
"POWERED_BY": "Chatwoot 작동중"
}