i18n(desktop): name the project-less bucket "Home"

The sidebar row is a place you enter, not a status line, so it reads as a
destination rather than "No project".
This commit is contained in:
Brooklyn Nicholson 2026-07-27 16:05:10 -05:00
parent 60b6ea237f
commit ef0f4763e3
6 changed files with 6 additions and 6 deletions

View file

@ -1546,11 +1546,11 @@ export const ar = defineLocale({
allPinned: 'كل الجلسات مثبتة',
shiftClickHint: 'استخدم Shift للتحديد المتعدد',
noWorkspace: 'بدون مساحة عمل',
noProject: 'لا يوجد مشروع',
projectEmpty: 'لا توجد جلسات بعد',
noSessions: 'لا توجد جلسات بعد',
projects: {
sectionLabel: 'المشاريع',
home: 'الرئيسية',
newButton: 'مشروع جديد',
createTitle: 'مشروع جديد',
createDesc: 'سمِّ مساحة العمل وأضف مجلدا أو أكثر.',

View file

@ -1804,11 +1804,11 @@ export const en: Translations = {
allPinned: 'Everything here is pinned. Unpin a chat to show it in recents.',
shiftClickHint: 'Shift-click a chat to pin',
noWorkspace: 'No workspace',
noProject: 'No project',
projectEmpty: 'No sessions yet',
noSessions: 'No sessions yet',
projects: {
sectionLabel: 'Projects',
home: 'Home',
newButton: 'New project',
createTitle: 'New project',
createDesc: 'Name a workspace and add one or more folders.',

View file

@ -1668,11 +1668,11 @@ export const ja = defineLocale({
allPinned: 'ここにあるものはすべてピン留めされています。チャットのピン留めを解除すると最近のものに表示されます。',
shiftClickHint: 'Shift クリックでピン留め · ドラッグで並べ替え',
noWorkspace: 'ワークスペースなし',
noProject: 'プロジェクトなし',
projectEmpty: 'セッションはまだありません',
noSessions: 'セッションはまだありません',
projects: {
sectionLabel: 'プロジェクト',
home: 'ホーム',
newButton: '新規プロジェクト',
createTitle: '新規プロジェクト',
createDesc: 'ワークスペースに名前を付け、1つ以上のフォルダを追加します。',

View file

@ -1508,11 +1508,11 @@ export interface Translations {
allPinned: string
shiftClickHint: string
noWorkspace: string
noProject: string
projectEmpty: string
noSessions: string
projects: {
sectionLabel: string
home: string
newButton: string
createTitle: string
createDesc: string

View file

@ -1616,11 +1616,11 @@ export const zhHant = defineLocale({
allPinned: '這裡的全部已釘選。取消釘選某個聊天即可在最近中顯示。',
shiftClickHint: 'Shift + 點擊聊天以釘選 · 拖曳以重新排序',
noWorkspace: '無工作區',
noProject: '無專案',
projectEmpty: '尚無工作階段',
noSessions: '尚無工作階段',
projects: {
sectionLabel: '專案',
home: '主頁',
newButton: '新增專案',
createTitle: '新增專案',
createDesc: '為工作區命名並新增一個或多個資料夾。',

View file

@ -1994,11 +1994,11 @@ export const zh: Translations = {
allPinned: '这里的全部已置顶。取消置顶某个对话即可在最近中显示。',
shiftClickHint: 'Shift+ 单击对话以置顶 · 拖动以重新排序',
noWorkspace: '无工作区',
noProject: '无项目',
projectEmpty: '暂无会话',
noSessions: '暂无会话',
projects: {
sectionLabel: '项目',
home: '主页',
newButton: '新建项目',
createTitle: '新建项目',
createDesc: '为工作区命名并添加一个或多个文件夹。',