Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Sep 16, 2024
2 parents 51074af + 03de3f7 commit efcc5d7
Show file tree
Hide file tree
Showing 12 changed files with 273 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm run-script build --no-progress

- name: Upload ASF-WebConfigGenerator
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.4.0
with:
if-no-files-found: error
name: ${{ matrix.os }}_ASF-WebConfigGenerator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
show-progress: false

- name: Upload latest strings for translation on Crowdin
uses: crowdin/github-action@v2.1.1
uses: crowdin/github-action@v2.1.2
with:
crowdin_branch_name: main
config: '.github/crowdin.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}

- name: Download latest translations from Crowdin
uses: crowdin/github-action@v2.1.1
uses: crowdin/github-action@v2.1.2
with:
upload_sources: false
download_translations: true
Expand Down
2 changes: 1 addition & 1 deletion docs/js/main.js

Large diffs are not rendered by default.

525 changes: 207 additions & 318 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.25.3",
"@babel/preset-env": "7.25.4",
"babel-loader": "8.3.0",
"css-loader": "6.11.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"sass": "1.77.8",
"sass": "1.78.0",
"sass-loader": "12.6.0",
"style-loader": "3.3.4",
"url-loader": "4.1.1",
"vue-loader": "15.11.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.16",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
},
Expand Down
1 change: 1 addition & 0 deletions src/locale/ca-ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
13 changes: 12 additions & 1 deletion src/locale/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,16 @@
"schema.security": "Zabezpečení",
"schema.trading": "Obchodování",
"schema.updates": "Aktualizace",
"static.add": "Přidat"
"static.add": "Přidat",
"validators.required": "Pole je povinné!",
"validators.number": "Neplatné číslo!",
"validators.number-big": "Číslo je příliš velké!",
"validators.number-small": "Číslo je příliš malé!",
"validators.string": "Není platný text!",
"validators.string-big": "Text je příliš dlouhý!",
"validators.string-small": "Text je příliš krátký!",
"validators.steamid": "Neplatné SteamID!",
"validators.clan": "Neplatné ClanID!",
"validators.url": "Neplatná URL!",
"validators.uuid": "Neplatné UUID!"
}
13 changes: 12 additions & 1 deletion src/locale/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,16 @@
"schema.security": "Sicherheit",
"schema.trading": "Handel",
"schema.updates": "Aktualisierungen",
"static.add": "Hinzufügen"
"static.add": "Hinzufügen",
"validators.required": "Feld erforderlich!",
"validators.number": "Keine gültige Zahl!",
"validators.number-big": "Zahl zu groß!",
"validators.number-small": "Zahl zu klein!",
"validators.string": "Kein gültiger Text!",
"validators.string-big": "Text zu lang!",
"validators.string-small": "Text zu kurz!",
"validators.steamid": "Keine gültige SteamID!",
"validators.clan": "Keine gültige ClanID!",
"validators.url": "Kein gültiger URL!",
"validators.uuid": "Geine gültige UUID!"
}
11 changes: 10 additions & 1 deletion src/locale/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,14 @@
"schema.security": "Sécurité",
"schema.trading": "Échange",
"schema.updates": "Mises à jour",
"static.add": "Ajouter"
"static.add": "Ajouter",
"validators.required": "Champ obligatoire !",
"validators.number": "Nombre invalide !",
"validators.number-big": "Nombre trop grand !",
"validators.number-small": "Nombre trop petit !",
"validators.string": "Le texte n'est pas valide !",
"validators.string-big": "Texte trop long !",
"validators.string-small": "Texte trop court !",
"validators.steamid": "SteamID invalide !",
"validators.url": "Ceci n'est pas une adresse URL valide !"
}
13 changes: 12 additions & 1 deletion src/locale/lol-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,16 @@
"schema.security": "SECURITY",
"schema.trading": "TRADIN",
"schema.updates": "UPDATEZ",
"static.add": "ADD"
"static.add": "ADD",
"validators.required": "FIELD REQUIRD!",
"validators.number": "NOT VALID NUMBR!",
"validators.number-big": "NUMBR 2 HOOJ!",
"validators.number-small": "NUMBR 2 SMALL!",
"validators.string": "NOT VALID TEXT!",
"validators.string-big": "TEXT 2 LONG!",
"validators.string-small": "TEXT 2 SHORT!",
"validators.steamid": "NOT VALID SteamID!",
"validators.clan": "NOT VALID ClanID!",
"validators.url": "NOT VALID URL!",
"validators.uuid": "NOT VALID UUID!"
}
13 changes: 12 additions & 1 deletion src/locale/vi-VN.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,16 @@
"schema.security": "Bảo mật",
"schema.trading": "Trao đổi",
"schema.updates": "Các cập nhật",
"static.add": "Thêm"
"static.add": "Thêm",
"validators.required": "Dòng bắt buộc!",
"validators.number": "Số không hợp lệ!",
"validators.number-big": "Số quá lớn!",
"validators.number-small": "Số quá nhỏ!",
"validators.string": "Văn bản không hợp lệ!",
"validators.string-big": "Văn bản quá dài!",
"validators.string-small": "Văn bản quá ngắn!",
"validators.steamid": "SteamID không hợp lệ!",
"validators.clan": "ClanID không hợp lệ!",
"validators.url": "URL không hợp lệ!",
"validators.uuid": "UUID không hợp lệ!"
}

0 comments on commit efcc5d7

Please sign in to comment.