Compare commits

..

36 Commits

Author SHA1 Message Date
64d39d92dc Merge pull request #128 from TheWanderingCitizen/cn_pinyin
4.0 EPTU 9461556 cn_pinyin
2024-12-16 20:22:17 +08:00
750f68c911 4.0 EPTU 9461556 2024-12-16 12:16:35 +00:00
f74ef3287b Merge pull request #122 from TheWanderingCitizen/cn_pinyin
4.0 EPTU 9458608 cn_pinyin
2024-12-12 16:38:51 +08:00
6440564975 4.0 EPTU 9458608 2024-12-12 08:16:31 +00:00
f622b34afe bump: runner_tools v1.0.1 2024-12-04 15:06:26 +08:00
baced3a2ae 3.24.3 LIVE 9423704 cn_pinyin (#110)
* feat: runner

* 3.24.3 LIVE 9423704

---------

Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
Co-authored-by: runner <runner@fv-az1198-211.olij14r4f4eezasrnq2weippdh.phxx.internal.cloudapp.net>
2024-12-04 14:33:10 +08:00
9e4b4b0c24 feat: runner 2024-11-28 18:18:40 +08:00
3338d67817 Merge pull request #105 from TheWanderingCitizen/cn_pinyin
3.24.3 LIVE 9423704 cn_pinyin
2024-11-28 09:07:47 +08:00
e1c686b42f 3.24.3 LIVE 9423704 2024-11-27 17:06:59 +00:00
a875109460 Merge pull request #101 from TheWanderingCitizen/cn_pinyin
3.24.3 LIVE 9423704 cn_pinyin
2024-11-23 17:35:57 +08:00
433796cba6 3.24.3 LIVE 9423704 2024-11-23 07:45:59 +00:00
8fdecb671f Merge pull request #5 from StarCitizenToolBox/cn_pinyin
fork sync
2024-11-22 23:16:57 +08:00
6f705c6591 Merge pull request #97 from TheWanderingCitizen/cn_pinyin
3.24.3 LIVE 9423704 cn_pinyin
2024-11-22 20:20:26 +08:00
ff7f0641e9 3.24.3 LIVE 9423704 2024-11-22 12:12:11 +00:00
87acff4d9b Merge pull request #93 from TheWanderingCitizen/cn_pinyin
3.24.3 LIVE 9423704
2024-11-22 12:29:42 +08:00
e6df4c6005 3.24.3 LIVE 9423704 2024-11-22 04:26:48 +00:00
16619dc578 Merge pull request #73 from LeonRay297/cn_pinyin
Update 3.24.2v2
2024-11-13 10:55:11 +08:00
dc2624672e Update 3.24.2v2 2024-11-13 10:53:58 +08:00
8f2eb6b4a0 Merge pull request #58 from LeonRay297/cn_pinyin
Update 3.24.2
2024-10-21 00:04:05 +08:00
458aa2d510 Update 3.24.2 2024-10-20 23:46:36 +08:00
c6d5745b87 Merge pull request #49 from LeonRay297/cn_pinyin
更新 3.24.1 v2 pinyin
2024-09-25 14:05:33 +08:00
a2c1f9b234 更新 3.24.1 v2 pinyin 2024-09-25 13:46:37 +08:00
1fea7b80cc Merge pull request #45 from LeonRay297/cn_pinyin
Update 3.24.1
2024-09-14 08:12:57 +08:00
aff6c60329 Update 3.24.1 2024-09-14 07:19:37 +08:00
022098ac03 Merge pull request #42 from LeonRay297/cn_pinyin
修复货币符号与数字重叠的问题
2024-09-09 21:13:14 +08:00
2cb6ae1a18 修复货币符号与数字重叠问题 2024-09-09 14:24:13 +08:00
b9d890316f Merge pull request #36 from LeonRay297/cn_pinyin
Update 3.24.0v2
2024-08-30 11:23:14 +08:00
121fa87682 Update 3.24.0v2 2024-08-30 02:35:40 +08:00
e1c5782af2 Merge pull request #35 from LeonRay297/cn_pinyin
Update 3.24.0pinyin-
2024-08-29 19:41:13 +08:00
d5fa1cab3b Update 3.24. 2024-08-29 18:00:52 +08:00
21816829de Merge pull request #28 from LeonRay297/cn_pinyin
update 3.23.1a v2
2024-06-16 12:29:53 +08:00
b99b34420c update 3.23.1a v2 2024-06-16 12:28:05 +08:00
493204b1b4 Merge pull request #23 from LeonRay297/patch-5
Update 3.23.1a live
2024-06-14 09:09:17 +08:00
1ef8c3e179 Update global.ini
3.23.1a live
2024-06-14 08:12:18 +08:00
d9f10d17ea Merge pull request #20 from LeonRay297/patch-4
Update global.ini
2024-05-22 20:20:04 +08:00
d450abf9e2 Update global.ini 2024-05-22 20:12:18 +08:00
4 changed files with 11000 additions and 15027 deletions

View File

@ -1,34 +0,0 @@
name: Check Auto Release
on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
auto-release:
if: github.repository == 'StarCitizenToolBox/LocalizationData'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
prefix-key: "rs_cache"
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
shared-key: "share"
- name: Setup localization runner tools
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization
- name: Auto Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
run: localization -m auto_release

File diff suppressed because one or more lines are too long

View File

@ -1,115 +0,0 @@
{
"update_time": "2025-06-27 23:00",
"languages": [
{
"name": "chinese_(simplified)",
"localizations": [
{
"enabled": true,
"branch": "main",
"version": "4.2.0(PU)_CN_V1.1",
"info": "[汉化组] 简中全汉化",
"note": "该版本由星际公民汉化组提供,纯中文版汉化"
},
{
"enabled": true,
"branch": "cn_search",
"version": "4.2.0(PU)_CN_SEARCH_V1.1",
"info": "[汉化组] 简中地点双语版",
"note": "该版本由星际公民汉化组提供,为地点增加英文双语,便于搜索"
},
{
"enabled": true,
"branch": "cn_rsui",
"version": "4.2.0(PU)_CNRSUI_V1",
"info": "[社区] 简中双语增强汉化",
"note": "由RSUI红星联合工业舰队提供的双语修改版本基于社区汉化、游戏文本二次修改翻译。"
},
{
"enabled": true,
"branch": "cn_e",
"version": "4.2.0(PU)_CNE_V1.1",
"info": "[汉化组] 简中半汉化",
"note": "该版本由星际公民汉化组提供,在全汉化的基础上保留了地面名称,载具名称,物品名称为英文。"
},
{
"enabled": true,
"branch": "cn_en",
"version": "4.2.0(PU)_CNEN_V1.1",
"info": "[汉化组] 简中双语汉化",
"note": "该版本由星际公民汉化组提供,提供中英文双语显示。"
},
{
"enabled": true,
"branch": "cn_pinyin",
"version": "4.2.0(PU)_CN_PINYIN_V1.1",
"info": "[汉化组] 简中拼音搜索汉化",
"note": "由星际公民汉化组提供,为地点名称增加了拼音首字母后缀,便于搜索。"
},
{
"enabled": true,
"branch": "main",
"version": "4.2.1(PTU)_CN_0",
"info": "[汉化组] 简中全汉化",
"note": "该版本由星际公民汉化组提供,纯中文版汉化"
},
{
"enabled": true,
"branch": "cn_search",
"version": "4.2.1(PTU)_CN_SEARCH_V0",
"info": "[汉化组] 简中地点双语版",
"note": "该版本由星际公民汉化组提供,为地点增加英文双语,便于搜索"
},
{
"enabled": true,
"branch": "cn_rsui",
"version": "4.2.1(PTU)_CNRSUI_V2",
"info": "[社区] 简中双语增强汉化",
"note": "由RSUI红星联合工业舰队提供的双语修改版本基于社区汉化、游戏文本二次修改翻译。"
},
{
"enabled": true,
"branch": "cn_e",
"version": "4.2.1(PTU)_CNE_V0",
"info": "[汉化组] 简中半汉化",
"note": "该版本由星际公民汉化组提供,在全汉化的基础上保留了地面名称,载具名称,物品名称为英文。"
},
{
"enabled": true,
"branch": "cn_en",
"version": "4.2.1(PTU)_CNEN_V0",
"info": "[汉化组] 简中双语汉化",
"note": "该版本由星际公民汉化组提供,提供中英文双语显示。"
},
{
"enabled": true,
"branch": "cn_pinyin",
"version": "4.2.1(PTU)_CN_PINYIN_V0",
"info": "[汉化组] 简中拼音搜索汉化",
"note": "由星际公民汉化组提供,为地点名称增加了拼音首字母后缀,便于搜索。"
}
]
},
{
"name": "chinese_(traditional)",
"localizations": [
{
"enabled": true,
"branch": "tw",
"version": "4.2.0(PU)_TW_V1",
"info": "繁體中文本地化TW",
"note": "星際公民繁體中文台灣本地化修正翻譯計畫(TCTP) 提供了一個基於星際公民漢化組簡體中文翻譯版本所翻譯的品質穩定的台灣本地化繁體中文版本,並且持續穩定的進行更新。"
},
{
"enabled": true,
"branch": "tw",
"version": "4.2.1(PTU)_TW_V0",
"info": "繁體中文本地化TW",
"note": "星際公民繁體中文台灣本地化修正翻譯計畫(TCTP) 提供了一個基於星際公民漢化組簡體中文翻譯版本所翻譯的品質穩定的台灣本地化繁體中文版本,並且持續穩定的進行更新。"
}
]
}
],
"target_api_repo": "StarCitizenToolBox/Api",
"target_api_branch": "main"
}