Skip to content

Commit

Permalink
🔖 update v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kayanouriko committed Apr 14, 2023
1 parent a4fd81f commit fe0e68e
Show file tree
Hide file tree
Showing 25 changed files with 713 additions and 622 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chrome-extension-ink-calendar-3",
"private": true,
"version": "1.3.0",
"version": "1.4.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
13 changes: 13 additions & 0 deletions public/images/coop_bigrun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/images/coop_eggstra.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ink Calendar 3",
"description": "Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.",
"version": "1.3.0",
"version": "1.4.1",
"manifest_version": 3,
"action": {
"default_icon": {
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Verfügbare Waffen",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Team-Wettkampf"
},
"splatfest": {
"name": "Tricolor Turf War",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Supplied Weapons",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Eggstra Work"
},
"splatfest": {
"name": "Tricolor Turf War",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Supplied Weapons",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Eggstra Work"
},
"splatfest": {
"name": "Tricolor Turf War",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Armas asignadas",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Alianza alevínica"
},
"splatfest": {
"name": "Combate tricolor",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/es-MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Armas disponibles",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Recolección extra"
},
"splatfest": {
"name": "Territorial tricolor",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/fr-CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Armes fournies",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Défi œuf sup'"
},
"splatfest": {
"name": "Guerre tricolore",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Armes fournies",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Défi œuf sup'"
},
"splatfest": {
"name": "Guerre tricolore",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Armi fornite",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Sfida tra colleghi"
},
"splatfest": {
"name": "Partita tricolore",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "支給ブキ",
"bigrun": "ビッグラン"
"bigrun": "ビッグラン",
"eggstrawork": "バイトチームコンテスト"
},
"splatfest": {
"name": "トリカラバトル",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "지급 무기",
"bigrun": "빅 런"
"bigrun": "빅 런",
"eggstrawork": "아르바이트 팀 콘테스트"
},
"splatfest": {
"name": "트리컬러 배틀",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Beschikbare wapens",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Bedrijfseitje"
},
"splatfest": {
"name": "Driekleurenoorlog",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "Табельное оружие",
"bigrun": "Big Run"
"bigrun": "Big Run",
"eggstrawork": "Икорный овертайм"
},
"splatfest": {
"name": "Трехцветный бой",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "发放武器",
"bigrun": "大型跑"
"bigrun": "大型跑",
"eggstrawork": "团队打工竞赛"
},
"splatfest": {
"name": "三色夺宝比赛",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"salmonrun": {
"weapons": "派發武器",
"bigrun": "大型跑"
"bigrun": "大型跑",
"eggstrawork": "團隊打工競賽"
},
"splatfest": {
"name": "三色奪寶對戰",
Expand Down
Loading

0 comments on commit fe0e68e

Please sign in to comment.