Skip to content

Commit

Permalink
🐞 fix(messages): 补充部分翻译的百分号
Browse files Browse the repository at this point in the history
  • Loading branch information
lutinglt committed Dec 12, 2024
1 parent 04f9869 commit e7f0cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
build-push:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -42,7 +39,6 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
" to visualize your data.": ["将您的数据可视化"],
"!= (Is not equal)": ["不等于(!=)"],
"% calculation": ["% 计算"],
"% of parent": ["父类"],
"% of total": ["显示总计"],
"% of parent": ["% 父类"],
"% of total": ["% 总计"],
"%(dialect)s cannot be used as a data source for security reasons.": [
"出于安全原因,%(dialect)s SQLite数据库不能用作数据源。"
],
Expand Down

0 comments on commit e7f0cc6

Please sign in to comment.