Steven
4c1d1c70d1
refactor: rename workspace to instance throughout codebase
...
Remove work-related terminology by renaming "workspace" to "instance"
across the entire application. This change better reflects that Memos
is a self-hosted tool suitable for personal and non-work use cases.
Breaking Changes:
- API endpoints: /api/v1/workspace/* → /api/v1/instance/*
- gRPC service: WorkspaceService → InstanceService
- Proto types: WorkspaceSetting → InstanceSetting
- Frontend translation keys: workspace-section → instance-section
Backend Changes:
- Renamed proto definitions and regenerated code
- Updated all store layer methods and database drivers
- Renamed service implementations and API handlers
- Updated cache from workspaceSettingCache to instanceSettingCache
Frontend Changes:
- Renamed service client: workspaceServiceClient → instanceServiceClient
- Updated all React components and state management
- Refactored stores: workspace.ts → instance.ts
- Updated all 32 locale translation files
All tests pass and both backend and frontend build successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 23:35:35 +08:00
Johnny
e93f3cbb8b
refactor: unify theme and apperance
2025-08-17 11:27:59 +08:00
XIN_____
9c60165ba1
chore: update zh-Hans.json ( #4940 )
2025-08-03 19:10:49 +08:00
XIN_____
79c7fcc8b6
chore: update zh-Hans.json ( #4933 )
2025-07-31 19:50:29 +08:00
XIN_____
84eacebfbb
chore: update zh text i18n ( #4844 )
2025-07-16 21:46:09 +08:00
XIN_____
cf16795a98
chore: update zh text ( #4797 )
2025-07-05 11:28:30 +08:00
XIN_____
98d1238674
chore: update i18n text for zh-hans ( #4790 )
2025-06-28 16:06:32 +08:00
XIN_____
e93d695aa8
chore: update i18n for zh text ( #4785 )
...
* Update zh-Hans.json
* Update zh-Hant.json
Co-authored-by: @kiss-fire <iamtaoxin@gmail.com>
---------
Co-authored-by: @kiss-fire <iamtaoxin@gmail.com>
2025-06-26 08:44:32 +08:00
XIN_____
3a7995c733
chore: update i18n text for zh-hans and zh-hant ( #4784 )
...
chore: update i18n text for zh-hant
2025-06-24 21:59:03 +08:00
XIN_____
bbd984a754
chore: update i18n for zh ( #4780 )
...
* feat: add i18n text for zh
* feat: add i18n text for zh-hant
2025-06-23 09:14:49 +08:00
XIN_____
d27639f147
chore: update i18n zh-Hans and zh-Hant ( #4778 )
...
* Update zh-Hans.json
* Update zh-Hant.json
Co-authored-by: @kiss-fire <iamtaoxin@gmail.com>
---------
Co-authored-by: @kiss-fire <iamtaoxin@gmail.com>
2025-06-18 20:46:37 +08:00
XIN_____
d386b83b7b
chore: update i18n text for zh ( #4771 )
...
* feat: add i18n text
* feat: add i18n text for zh
2025-06-12 23:09:04 +08:00
Johnny
d63ef81c9d
chore: update common locale
2025-03-18 09:04:47 +08:00
XIN_____
b79755dd09
feat: update zh-hans i18n ( #4531 )
...
* feat: update zh-hans i18n
* Update zh-Hans.json
Co-authored-by: taosin <xinxintao@foxmail.com>
---------
Co-authored-by: KissFire <53330905+kiss-fire@users.noreply.github.com>
2025-03-17 18:22:13 +08:00
XIN_____
be18a7b77b
chore: update i18n for resource page ( #4505 )
...
* chore: update i18n for resources
* Update Resources.tsx
Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
---------
Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
2025-03-14 13:04:07 +08:00
Lincoln Nogueira
e8e393a9cb
chore(i18n): tidy ( #4497 )
...
- sort all keys alphabetically for easier side-by-side translation
- remove keys from other locales that don't exist anymore in `en.json`
- remove keys from other locales that have missing {{interpolations}}
- add missing entries to pt-BR
2025-03-13 20:37:50 +08:00
XIN_____
1762496e79
chore: update zh-hans text for rename-tag ( #4496 )
...
* Update RenameTagDialog.tsx
Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
* Update zh-Hans.json
Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
---------
Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
2025-03-13 20:00:22 +08:00
XIN_____
81e40d9b18
chore: update i18n for tag reame ( #4493 )
...
* feat: update i18n for zh-hans
* Update zh-Hans.json
---------
Co-authored-by: KissFire <53330905+kiss-fire@users.noreply.github.com>
2025-03-13 09:20:46 +08:00
XIN_____
1edb9e6774
feat: update i18n for zh-hans ( #4488 )
...
* chore:memo filter support i18n for zh-hans
* feat: restore addFilter method value field in StatisticsView.tsx
* chore: change getFilterDisplayText for i18n
* chore: add string type in utils/i18n
* feat: using switch to avoid change TranslationType
* feat: eslint check
* feat: eslint fix
2025-03-12 16:54:04 +08:00
Johnny
7123a2cf51
chore: remove sort by pinned
2025-03-10 21:32:17 +08:00
XIN_____
6ed6b86a75
chore: update i18n zh-hans ( #4467 )
...
* Update MemoDisplaySettingMenu.tsx
Masonry View
* Update en.json
* Update zh-Hans.json
2025-03-04 22:43:48 +08:00
xt
7651c454fd
chore: chinese localization enhancements ( #4450 )
...
* Chinese localization enhancements
* Fix for eslint
* Chinese localization fixed
2025-02-28 17:45:50 +08:00
XIN_____
a0fabaf012
chore: update cn-zh i18n ( #4435 )
2025-02-24 10:43:24 +08:00
XIN_____
1ebe2e9aae
chore: update chinese i18n for settings section ( #4424 )
2025-02-20 20:21:59 +08:00
taosin
00932d18f5
feat: update i18n zh-hans ( #4416 )
2025-02-18 10:47:01 +08:00
taosin
6fdfe6b118
chore: update chinese i18n ( #4414 )
2025-02-17 17:52:18 +08:00
MHZ
174b8b048a
feat: support blur processing for NSFW content with customizable NSFW tags ( #4407 )
2025-02-16 23:35:31 +08:00
taosin
a7fef80384
chore: update chinese i18n at member setting section ( #4405 )
2025-02-16 21:00:37 +08:00
taosin
3c71ee9d7b
chore: update i18n chinese ( #4400 )
2025-02-12 16:43:44 +08:00
xt
4cd2aa6f32
chore: chinese localization enhancements ( #4397 )
...
* Chinese localization enhancements
* Fix for eslint
2025-02-12 10:13:09 +08:00
CyberSlinger
01a9bb2d49
feat: add zh hans text ( #4384 )
...
* feat: test dev push
* feat: add zh Hans text
* feat: restore readme
* feat: update zh hans text
* feat: add tag for properties label
* feat: updarte zh hans translation
* feat: add tab
2025-02-10 10:19:19 +08:00
RoccoSmit
54ee2bf3ab
feat: show less when memo expanded ( #4143 )
...
* Added show less action and language files
* Renaming type as suggested in pr review
2024-11-24 22:24:58 +08:00
lcdgit
f00751a6e0
feat: allow to remove done items ( #4126 )
...
* add remove done items
* i18n en add
* bug fix
* add i18n
* Modify the description
* Modify the description
* Modify the description
* remove remove_done_check_items setting
* fix the static checks
* fix the static checks
---------
Co-authored-by: mozhu <lcl_em@163.com>
2024-11-17 09:33:39 +08:00
Steven
f5a0827a3f
chore: update explore translate of `zh-hans`
2024-11-04 21:38:34 +08:00
johnnyjoy
085995ec3d
chore: update setting title
2024-10-19 20:32:55 +08:00
d0zingcat
e5cb2037e4
feat: allow to disable markdown shortcuts ( #4025 )
...
* add settting to disable markdown keymap
Signed-off-by: d0zingcat <leewtang@gmail.com>
* rename disable markdown shortcuts
Signed-off-by: d0zingcat <leewtang@gmail.com>
* fix lint
Signed-off-by: d0zingcat <leewtang@gmail.com>
---------
Signed-off-by: d0zingcat <leewtang@gmail.com>
2024-10-16 23:27:54 +08:00
ElTopo
0ba36ed7e0
chore: updated zh-Hans.json from current version of en.json ( #3966 )
2024-09-30 10:48:36 +08:00
boojack
7b7ecc2daa
chore: update i18n with Weblate ( #3533 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Yuri <isyuricunha@duck.com>
2024-06-07 05:10:12 +08:00
Michael
48546f05b3
chore: update i18n with Weblate ( #3492 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Apply suggestions from code review
---------
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-06-01 08:42:01 +08:00
Steven
719c22fef8
chore: update i18n
2024-05-29 07:39:16 +08:00
Michael
ee984a8872
chore: translated using Weblate (Chinese (Simplified)) ( #3345 )
...
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-05-11 16:00:33 +08:00
Michael
fe5a0fe98a
chore: update i18n with Weblate ( #3335 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-05-09 22:40:27 +08:00
Michael
4e12744811
chore: update translation files ( #3332 )
...
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-05-08 21:35:19 +08:00
Michael
d57e7d5a0b
chore: update translation files ( #3331 )
...
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-05-08 20:06:05 +08:00
Michael
da535c8dc6
chore: translated using Weblate (Chinese (Simplified)) ( #3307 )
...
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Co-authored-by: Sung Kim <1740603900@qq.com>
2024-05-04 11:52:26 +08:00
Michael
355ea352aa
chore: translated using Weblate (Chinese (Traditional)) ( #3304 )
...
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (303 of 303 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (303 of 303 strings)
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
Translation: memos-i18n/i18n
Co-authored-by: Yuri <isyuricunha@duck.com>
2024-05-02 20:23:12 +08:00
Michael
cc2370e01e
chore: update i18n with Weblate ( #3287 )
...
* Translated using Weblate (Japanese)
Currently translated at 91.0% (276 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: mirukupc <mirukupc.jp@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-04-27 00:32:58 +08:00
Michael
404751f378
chore: update i18n with Weblate ( #3230 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-04-15 11:19:52 +08:00
Michael
4aa72306ff
chore: update i18n with Weblate ( #3227 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (308 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (307 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-04-14 21:27:55 +08:00
Michael
17e8fc5408
chore: update i18n with Weblate ( #3220 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (302 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (302 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Coisini-H <2972186196@qq.com>
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
2024-04-12 22:45:12 +08:00