Skip to content

Commit

Permalink
Merge branch 'main' into creation-autofill
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jan 13, 2025
2 parents 9f511e3 + b147c53 commit 2859ce5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
4 changes: 4 additions & 0 deletions frontend/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"tree": {
"no_locations": "Nincs elérhető hely. Adj hozzá új helyet a\n `<`span class=\"link-primary\"`>`Létrehozás`<`/span`>` gombbal a navigációs sávon."
}
},
"quick_menu": {
"shortcut_hint": "Használd a számgombokat egy művelet gyors kiválasztásához."
}
},
"global": {
Expand All @@ -114,6 +117,7 @@
"locations": "Helyek",
"maintenance": "Karbantartás",
"name": "Név",
"navigate": "Navigáció",
"password": "Jelszó",
"read_docs": "Olvasd el a dokumentációt",
"save": "Mentés",
Expand Down
4 changes: 4 additions & 0 deletions frontend/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"tree": {
"no_locations": "Geen locaties beschikbaar. Voeg een nieuwe locatie toe\n via de `<`span class=\"link-primary\"`>`Creeer`<`/span`> knop op het navigatie menu."
}
},
"quick_menu": {
"shortcut_hint": "Gebruik de numerieke toetsen om snel een actie te selecteren."
}
},
"global": {
Expand All @@ -114,6 +117,7 @@
"locations": "Locaties",
"maintenance": "Onderhoud",
"name": "Naam",
"navigate": "Navigeer",
"password": "Wachtwoord",
"read_docs": "Lees de documentatie",
"save": "Opslaan",
Expand Down
4 changes: 4 additions & 0 deletions frontend/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"tree": {
"no_locations": "没有可用的位置。请添加新的位置\n `<`span class=\"link-primary\"`>`创建`<`/span`>` 按钮在导航栏上"
}
},
"quick_menu": {
"shortcut_hint": "使用数字键快速选择一个操作。"
}
},
"global": {
Expand All @@ -114,6 +117,7 @@
"locations": "位置",
"maintenance": "维护",
"name": "名称",
"navigate": "导航",
"password": "密码",
"read_docs": "查阅文档",
"save": "保存",
Expand Down

0 comments on commit 2859ce5

Please sign in to comment.