Skip to content

Commit

Permalink
Merge branch 'tonybaloney:master' into random-ball-location-and-speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Hopkinson authored Apr 12, 2023
2 parents d54093a + 6f6c690 commit 5c30ded
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Extract cats
run: cd media && unzip -P ${{ secrets.CAT_ASSETS_PASSWORD }} cat.zip
if: ${{ secrets.CAT_ASSETS_PASSWORD }}
- run: npm ci
- run: npm run compile
- run: npm run lint
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 33 additions & 0 deletions l10n/bundle.l10n.zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"Spawn Pet": "建立寵物",
"Pet Panel": "寵物面板",
"Select a pet": "選擇寵物",
"Select a color": "選擇顏色",
"Select the pet to remove.": "選擇要移除的寵物。",
"Leave blank for a random name": "留空會隨機一個名稱",
"Name your pet": "為您的寵物命名",
"Cancelled Spawning Pet": "取消建立寵物",
"A Pet Playground has been created. You can now use the \"Spawn Additional Pet\" Command to add more pets.": "已經建立了一個寵物遊樂場。 現在,您可以使用 \"Spawn Additional Pet\" 指令新增更多寵物。",
"A Pet Playground has been created. You can now use the \"Remove All Pets\" Command to remove all pets.": "已經建立了一個寵物遊樂場。 現在,您可以使用 \"Remove All Pets\" 指令去掉所有寵物。",
"black": "黑色",
"brown": "棕色",
"lightbrown": "淺棕色",
"green": "綠色",
"yellow": "黃色",
"gray": "灰色",
"purple": "紫色",
"red": "紅色",
"white": "白色",
"cat": "",
"clippy": "迴紋針",
"cockatiel": "鸚鵡",
"crab": "螃蟹",
"dog": "",
"mod": "Mod(.NET 機器人)",
"rat": "老鼠",
"rocky": "岩石",
"rubber-duck": "橡皮鴨",
"snake": "",
"totoro": "龍貓",
"zappy": "活力小子"
}

0 comments on commit 5c30ded

Please sign in to comment.