1
Fork 0
photoview/ui
ryanpenber efbc54017b config🔧: Improved Simplified Chinese language translation
Modified the translation to fit the simplified Chinese user's habit
while paying respect to the predecessor

Change Explained:
- type 种类 (catagory) → 文件类型 (file type) or 格式 (file format)
- all of 'faces' 脸孔 (Traditional Chinese) → 面孔 (Simplified Chinese)
- search placeholder 搜寻 (Traditional Chinese) → 查找 (Simplified Chinese)
-  Simple and User-friendly Photo Gallery for Personal Servers
old: 简单及易用的照片库给个人服务器 (grammar mistake)
→ 为个人服务器 打造的 简单及易用的照片库 (put the "for..." part upfront)
- detach image:
分离照片脸孔 is confusing, may indicate to remove literal face from photo
解除标记:remove tag (from the photo)
- (scanner) jobs: 工作 ( has the meaning of employment in most scenario)
→  任务 (tasks)
- all of the 'iser':使用者 (correct but low word frequency) → 用户
- action:动作 (means movement in most scenario) → 操作 (operation)
- capabilities: 能力(capable of) → 权限 (access to)
- release: 释出版本(Traditional Chinese) → 发行版 (Simplified Chinese)

- add translation to the face label
- add translation to the preference page
- add translation to sidebar
- add translation to media EXIF info
- add translation to timeline filter

translation media EXIF info reference:
https://bbs.zol.com.cn/dcbbs/d167_107631.html
2022-09-14 10:49:08 +08:00
..
public Update UI deps + replace create-react-app with vite 2022-07-08 00:33:35 +02:00
src config🔧: Improved Simplified Chinese language translation 2022-09-14 10:49:08 +08:00
testing Fix UI tests by replacing jest with vitest 2022-07-08 15:23:34 +02:00
.eslintignore Make eslint check for typescript errors 2022-07-13 18:02:06 +02:00
.eslintrc.js Make eslint check for typescript errors 2022-07-13 18:02:06 +02:00
apollo.config.js Start on typescript transition 2021-04-12 00:14:48 +02:00
example.env Fix Docker builds 2021-07-15 17:43:07 +02:00
i18next-parser.config.js Further work on people section + refactor translations 2021-10-21 13:04:47 +02:00
index.html Update UI deps + replace create-react-app with vite 2022-07-08 00:33:35 +02:00
package-lock.json Manual merge of changes from react-swipeable branch, update react-swipeable version 2022-08-12 07:00:05 +01:00
package.json Manual merge of changes from react-swipeable branch, update react-swipeable version 2022-08-12 07:00:05 +01:00
postcss.config.js Update UI deps + replace create-react-app with vite 2022-07-08 00:33:35 +02:00
tailwind.config.js Update UI deps + replace create-react-app with vite 2022-07-08 00:33:35 +02:00
tsconfig.json Make eslint check for typescript errors 2022-07-13 18:02:06 +02:00
vite.config.js Attempt to fix Docker again 2022-07-08 17:56:52 +02:00