mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/LocalizationData.git
synced 2025-06-29 06:35:38 +08:00
Compare commits
40 Commits
3.24.3(PU)
...
4.0.2(PTU)
Author | SHA1 | Date | |
---|---|---|---|
647c8e00f7 | |||
9258161726 | |||
fc40c49ad2 | |||
f6d4287b05 | |||
6850f86cad | |||
8f7856bc82 | |||
7964f75156 | |||
cb12d7e853 | |||
95a1968f51 | |||
76617255e6 | |||
852f63e7d3 | |||
70d1507f6e | |||
8ef95279c8 | |||
c2ca675b9e | |||
f2ecac069b | |||
726a07f859 | |||
80398ab472 | |||
99f29f924f | |||
64080599aa | |||
e83c8cd0ca | |||
e7a2be6c34 | |||
84228929ca | |||
079d2853fc | |||
6ada48bd03 | |||
7d0c69bf1f | |||
6457e0815d | |||
a36ff1d603 | |||
3df5369fd0 | |||
79c8fa82f3 | |||
6548002f33 | |||
d92b734729 | |||
4ba3e12d76 | |||
3eb4690ea2 | |||
c481a14505 | |||
f86c498416 | |||
5b9325366a | |||
7d9861cd2a | |||
c7d460bc69 | |||
249472b4c6 | |||
918d9dcbe0 |
37
.github/workflows/pr_check.yml
vendored
Normal file
37
.github/workflows/pr_check.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
name: PR Check
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
rust-pr-check:
|
||||||
|
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: PR Check
|
||||||
|
env:
|
||||||
|
GH_REPO: ${{ github.repository }}
|
||||||
|
GH_PR_NUMBER: ${{ github.event.pull_request.id }}
|
||||||
|
GH_PR_TITLE: ${{ github.event.pull_request.title }}
|
||||||
|
run: localization -m pr_check
|
@ -3,6 +3,9 @@
|
|||||||
主翻@Qianniye
|
主翻@Qianniye
|
||||||
精校/核对/发布@Northern_Lights
|
精校/核对/发布@Northern_Lights
|
||||||
|
|
||||||
|
## 4.0.1.PU.V1
|
||||||
|
1.同步PTU版汉化
|
||||||
|
2.文本更新至 4.0.1-live.9499080
|
||||||
|
|
||||||
## V2.5 3.24.3(PU)_CNRSUI_V1
|
## V2.5 3.24.3(PU)_CNRSUI_V1
|
||||||
1.文本更新至live最新版
|
1.文本更新至live最新版
|
||||||
|
@ -1,7 +1,65 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## 4.0.2.ptu.V4
|
||||||
|
1.文本更新至4.0.2-ptu9576843
|
||||||
|
|
||||||
|
## 4.0.2.ptu.V3
|
||||||
|
1.文本更新至4.0.2ptu-9569712
|
||||||
|
2.与汉化组同步新名词译名
|
||||||
|
|
||||||
|
## 4.0.2.ptu.V2
|
||||||
|
1.文本更新至4.0.2ptu-9546858
|
||||||
|
|
||||||
|
## 4.0.2.ptu.V1
|
||||||
|
1.文本更新至4.0.2ptu-9518844
|
||||||
|
|
||||||
|
## 4.0.1.ptu.V3
|
||||||
|
1.文本更新至4.0.1-ptu.9493308
|
||||||
|
|
||||||
|
## 4.0.1.ptu.V2
|
||||||
|
1.文本更新至4.0.1-ptu9486737
|
||||||
|
|
||||||
|
## 4.0.1.ptu.V1
|
||||||
|
1.更新文本至 4.0.1-ptu9482684
|
||||||
|
2.为斯坦度的赏金任务添加飞船/地面赏金标识
|
||||||
|
3.微调部分数字格式
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V10
|
||||||
|
1.与汉化组同步所有任务名
|
||||||
|
2.为货运任务等级添加声望等级数字
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V9
|
||||||
|
1.调整部分译名
|
||||||
|
2.文本更新至4.0 并行版
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V8
|
||||||
|
1.文本更新至最新版 4.0.0-ptu.9462348
|
||||||
|
2.与汉化组同步部分派罗地面名称
|
||||||
|
3.微调部分旧文本格式
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V7
|
||||||
|
1.文本更新至最新版 4.0.0-ptu.9462348
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V6
|
||||||
|
1.更新文本至 4.0.0-ptu9461556
|
||||||
|
2.与汉化组同步部分派罗地面名称
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V5
|
||||||
|
1.更新文本内容至 4.0.0-ptu.9458608
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V4
|
||||||
|
1.更新文本到 4.0.0-ptu.9455327
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V3
|
||||||
|
1.文本更新至 4.0.0-ptu.9450491
|
||||||
|
2.对所有飞船涂装添加双语
|
||||||
|
3.修正部分文本错误
|
||||||
|
|
||||||
|
## 4.0.0.eptu.V2
|
||||||
|
1.文本更新至最新版 4.0.0-ptu.9442861
|
||||||
|
|
||||||
## 4.0.0.eptu.V1
|
## 4.0.0.eptu.V1
|
||||||
1.更新至4.0文本
|
1.更新文本至4.0
|
||||||
|
|
||||||
## 3.24.3.eptu.V3
|
## 3.24.3.eptu.V3
|
||||||
1.更新文本到最新版
|
1.更新文本到最新版
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user