summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_zh-HK.ini
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-291-2/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-061-2/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-031-2/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-111-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-081-2/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-231-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-191-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-101-3/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-021-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-291-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-201-538/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-161-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-121-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-02-181-17/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-151-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-121-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-091-20/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-151-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-141-34/+780
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-011-0/+16
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-011-342/+13
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-011-25/+25
|
* '[skip ci] Updated translations via Crowdin'appleboy2017-11-011-40/+27
|
* update translation from crowdin (#2368)Lunny Xiao2017-08-231-6/+1
|
* Sync latest translations from crowdin (#2104)Lauris BH2017-07-031-215/+27
|
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
|
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-141-2/+2
| | | | | | | | | Also renames `forgot_password` translation key to `forgot_password_title` and `forget_password` to `forgot_password` Includes entry in CHANGELOG about the breaking change (and some markdown fixes in there)
* fix ini format incomiptable with crowdin (#1177)Lunny Xiao2017-03-101-1/+1
|
* merge locale files from crowdin, updated to 2017-03-09 19:28 +08 (#1162)Lunny Xiao2017-03-091-17/+16
|
* feat: add git version on admin panel. (#921)Bo-Yi Wu2017-02-131-0/+1
|
* social_register_hepler_msg -> social_register_helper_msg (#855)Sandro Santilli2017-02-071-2/+2
| | | | | | * social_register_hepler_msg -> social_register_helper_msg * register_hepler_msg -> register_helper_msg
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-1/+0
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* feat: add search repository on dashboard. (#773)Bo-Yi Wu2017-01-301-0/+1
|
* Add ability to fork your own repos (#761)Bwko2017-01-261-1/+0
|
* docs: fix translation for zh-tw and zh-hk (#668)Bo-Yi Wu2017-01-141-43/+43
|
* docs: update zh-tw translation (#651)Bo-Yi Wu2017-01-131-73/+75
|
* docs: update zh-tw and zh-hk translations. (#604)Bo-Yi Wu2017-01-081-328/+340
|
* At the locales replaced 6 with MIN_PASSWORD_LENGTHBwko2016-12-261-1/+1
|
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-221-0/+1200
* Moved conf assets into options folder * Dropped old bindata * Started to integrate options bindata and accessors * Do not enforce a builtin app.ini * Replaced bindata calls with options * Dropped bindata task from makefile, it's the generate task now * Always embedd app.ini to provide sane config defaults * Use sane defaults for the configuration * Defined default value for SSH_KEYGEN_PATH * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini * Fixed new paths in latest test additions * Drop bindata with make clean task * Set more proper default values