mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-10 16:35:43 +08:00
feat: add branding, community links, GitHub star badge, and About settings tab
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "おかえりなさい",
|
||||
"description": "Claude Code UIアカウントにサインイン",
|
||||
"description": "CloudCLIアカウントにサインイン",
|
||||
"username": "ユーザー名",
|
||||
"password": "パスワード",
|
||||
"submit": "サインイン",
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
"openInEditor": "エディタで開く"
|
||||
},
|
||||
"mainContent": {
|
||||
"loading": "Claude Code UI を読み込んでいます",
|
||||
"loading": "CloudCLI を読み込んでいます",
|
||||
"settingUpWorkspace": "ワークスペースを準備しています...",
|
||||
"chooseProject": "プロジェクトを選択",
|
||||
"selectProjectDescription": "サイドバーからプロジェクトを選択して、Claudeとコーディングを始めましょう。各プロジェクトにはチャットセッションとファイル履歴が含まれています。",
|
||||
|
||||
@@ -106,8 +106,8 @@
|
||||
"apiTokens": "API & トークン",
|
||||
"tasks": "タスク",
|
||||
"notifications": "通知",
|
||||
"plugins": "プラグイン"
|
||||
|
||||
"plugins": "プラグイン",
|
||||
"about": "概要"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "通知",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"runClaudeCli": "プロジェクトディレクトリでClaude CLIを実行して始めましょう"
|
||||
},
|
||||
"app": {
|
||||
"title": "Claude Code UI",
|
||||
"title": "CloudCLI",
|
||||
"subtitle": "AIコーディングアシスタント"
|
||||
},
|
||||
"sessions": {
|
||||
@@ -64,7 +64,12 @@
|
||||
"save": "保存",
|
||||
"delete": "削除",
|
||||
"rename": "名前の変更",
|
||||
"joinCommunity": "コミュニティに参加"
|
||||
"joinCommunity": "コミュニティに参加",
|
||||
"reportIssue": "問題を報告",
|
||||
"starOnGithub": "GitHubでスター"
|
||||
},
|
||||
"branding": {
|
||||
"openSource": "オープンソース"
|
||||
},
|
||||
"status": {
|
||||
"active": "アクティブ",
|
||||
|
||||
Reference in New Issue
Block a user