[PR #1047] [CLOSED] Chinese language pack update 20181006 #5757

Closed
opened 2026-02-05 10:16:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1047
Author: @qianmengnet
Created: 10/6/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

36 files changed (+6601 additions, -3207 deletions)

View changed files

📝 app/Auth/UserRepo.php (+1 -1)
📝 app/Entities/ExportService.php (+1 -0)
app/Entities/Repos/EntityRepo.php (+811 -0)
app/Entities/Repos/PageRepo.php (+508 -0)
📝 app/Http/Controllers/AttachmentController.php (+1 -1)
📝 app/Http/Controllers/BookController.php (+1 -1)
📝 app/Http/Controllers/BookshelfController.php (+2 -2)
📝 app/Http/Controllers/ChapterController.php (+1 -1)
📝 app/Http/Controllers/CommentController.php (+2 -2)
📝 app/Http/Controllers/HomeController.php (+1 -1)
📝 app/Http/Controllers/ImageController.php (+2 -2)
📝 app/Http/Controllers/PageController.php (+69 -67)
📝 app/Http/Controllers/SearchController.php (+2 -2)
📝 app/helpers.php (+6 -1)
📝 composer.json (+1 -1)
📝 composer.lock (+609 -150)
📝 package-lock.json (+4393 -2910)
📝 package.json (+20 -20)
📝 phpunit.xml (+1 -0)
📝 resources/lang/zh_CN/activities.php (+8 -0)

...and 16 more files

📄 Description

Chinese language pack update 20181006


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1047 **Author:** [@qianmengnet](https://github.com/qianmengnet) **Created:** 10/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`3f906fa`](https://github.com/BookStackApp/BookStack/commit/3f906fa943bbe7d6d983df7d434034812e2fd033) update chinese activities.php - [`bb4ddf6`](https://github.com/BookStackApp/BookStack/commit/bb4ddf657939eecfe41913ecab54c3c555234cef) Update common.php - [`a42da2f`](https://github.com/BookStackApp/BookStack/commit/a42da2f54d7f1869c6f319e89d66a154396ecc08) Update components.php - [`bba8cc6`](https://github.com/BookStackApp/BookStack/commit/bba8cc6c09d730ca30462f9f9b9ba78798afe16b) Update entities.php - [`05e36be`](https://github.com/BookStackApp/BookStack/commit/05e36be2e83b22a4f6e73d01fe4a338a374f2cf1) Update entities.php - [`8e89f46`](https://github.com/BookStackApp/BookStack/commit/8e89f4621842447de71dc224dc4a6f441025041f) Update errors.php - [`36bbeda`](https://github.com/BookStackApp/BookStack/commit/36bbeda7fc4a33a28ba281cbf9e8d365d75c2c90) Update settings.php - [`0cbd4ef`](https://github.com/BookStackApp/BookStack/commit/0cbd4eff4ca48f5d0de1fef089c292642d6297d1) Update profile.blade.php - [`438e5eb`](https://github.com/BookStackApp/BookStack/commit/438e5eb2de002e979c3de71d6d5d5335d8727a6c) Add anchor links in personal information page - [`cbdcdcc`](https://github.com/BookStackApp/BookStack/commit/cbdcdcc9111d09bddc2cabb67f34e05441a52585) Update errors.php ### 📊 Changes **36 files changed** (+6601 additions, -3207 deletions) <details> <summary>View changed files</summary> 📝 `app/Auth/UserRepo.php` (+1 -1) 📝 `app/Entities/ExportService.php` (+1 -0) ➕ `app/Entities/Repos/EntityRepo.php` (+811 -0) ➕ `app/Entities/Repos/PageRepo.php` (+508 -0) 📝 `app/Http/Controllers/AttachmentController.php` (+1 -1) 📝 `app/Http/Controllers/BookController.php` (+1 -1) 📝 `app/Http/Controllers/BookshelfController.php` (+2 -2) 📝 `app/Http/Controllers/ChapterController.php` (+1 -1) 📝 `app/Http/Controllers/CommentController.php` (+2 -2) 📝 `app/Http/Controllers/HomeController.php` (+1 -1) 📝 `app/Http/Controllers/ImageController.php` (+2 -2) 📝 `app/Http/Controllers/PageController.php` (+69 -67) 📝 `app/Http/Controllers/SearchController.php` (+2 -2) 📝 `app/helpers.php` (+6 -1) 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+609 -150) 📝 `package-lock.json` (+4393 -2910) 📝 `package.json` (+20 -20) 📝 `phpunit.xml` (+1 -0) 📝 `resources/lang/zh_CN/activities.php` (+8 -0) _...and 16 more files_ </details> ### 📄 Description Chinese language pack update 20181006 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:16:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5757