Files
slash-e/frontend/locales/ja.json
T
Johnny ec5db24b2a chore: remove custom style
- Deleted the custom_style field from WorkspaceProfile and WorkspaceSetting messages in workspace_service.proto.
- Updated the corresponding Go files and gRPC service implementations to reflect the removal of custom_style.
- Removed references to custom_style in the API documentation and Swagger definitions.
- Adjusted the workspace setting migration logic to exclude custom_style.
- Updated README files to remove mentions of custom_style.
- Bumped protoc-gen-go and protoc-gen-go-grpc versions in generated files.
2025-12-21 21:32:01 +08:00

81 lines
2.1 KiB
JSON

{
"common": {
"about": "About",
"loading": "読込中",
"cancel": "取消",
"save": "保存",
"create": "作成",
"download": "ダウンロード",
"edit": "編集",
"delete": "削除",
"language": "言語",
"search": "検索",
"email": "Eメール",
"password": "パスワード",
"account": "アカウント",
"or": "または"
},
"auth": {
"sign-in": "サインイン",
"sign-up": "登録",
"sign-out": "サインアウト",
"create-your-account": "アカウントを作成してください",
"host-tip": "管理者として登録されています。",
"sign-in-with": "{{provider}}でサインイン"
},
"analytics": {
"self": "分析",
"top-sources": "トップソース",
"source": "ソース",
"visitors": "訪問者",
"devices": "デバイス",
"browser": "ブラウザ",
"browsers": "ブラウザ",
"operating-system": "オペレーティングシステム"
},
"shortcut": {
"visits": "{{count}} 回訪問",
"visibility": {
"workspace": {
"self": "ワークスペース",
"description": "ワークスペースメンバーがアクセスできます"
},
"public": {
"self": "公開",
"description": "誰でもアクセスできます"
}
}
},
"filter": {
"all": "全て",
"personal": "個人",
"compact-mode": "コンパクトモード",
"order-by": "順序",
"direction": "方向"
},
"user": {
"self": "ユーザー",
"nickname": "ニックネーム",
"email": "Eメール",
"role": "役割",
"profile": "プロフィール"
},
"settings": {
"self": "設定",
"preference": {
"self": "プリファレンス",
"color-theme": "カラーテーマ"
},
"workspace": {
"self": "ワークスペースの設定",
"disallow-user-registration": {
"self": "ユーザーの登録を有効にする"
},
"default-visibility": "デフォルトの表示",
"member": {
"self": "メンバー",
"add": "メンバーを追加"
}
}
}
}