Skip to content

Commit e7f0cc6

Browse files
committed
🐞 fix(messages): 补充部分翻译的百分号
1 parent 04f9869 commit e7f0cc6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
build-push:
1616
runs-on: ubuntu-latest
1717
steps:
18-
-
19-
name: Checkout
20-
uses: actions/checkout@v4
2118
-
2219
name: Set up QEMU
2320
uses: docker/setup-qemu-action@v3
@@ -42,7 +39,6 @@ jobs:
4239
uses: docker/build-push-action@v6
4340
with:
4441
platforms: linux/amd64,linux/arm64
45-
context: .
4642
push: ${{ github.event_name != 'pull_request' }}
4743
tags: ${{ steps.meta.outputs.tags }}
4844
labels: ${{ steps.meta.outputs.labels }}

messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
" to visualize your data.": ["将您的数据可视化"],
4343
"!= (Is not equal)": ["不等于(!=)"],
4444
"% calculation": ["% 计算"],
45-
"% of parent": ["父类"],
46-
"% of total": ["显示总计"],
45+
"% of parent": ["% 父类"],
46+
"% of total": ["% 总计"],
4747
"%(dialect)s cannot be used as a data source for security reasons.": [
4848
"出于安全原因,%(dialect)s SQLite数据库不能用作数据源。"
4949
],

0 commit comments

Comments
 (0)