Skip to content

Commit

Permalink
Update q1301.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Feb 24, 2024
1 parent ac33378 commit c9656fe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/data/political_party.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const getPoliticalParties = () => [
environmental: 35,
societal: 30,
sovereignty: 30,
us_vs_china: 40,
us_vs_china: 35,
},
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@
"description": "A referendum should be held immediately to join the U.S. as the 51st state of them."
},
"q1202": {
"description": "The U.S. military will definitely help Taiwan against China when a war breaks out in the Taiwan Strait."
"description": "The U.S. military will definitely help Taiwan against P.R.C when a war breaks out in the Taiwan Strait."
},
"q1301": {
"description": "The goverment should claim that South China Sea are both China's territory."
"description": "The government should communicate with P.R.C on the premise of 1992 Consensus."
},
"q1302": {
"description": "All U.S. personnel stationed in Taiwan should be expelled and any arms sales and military assistance provided by the U.S. should be rejected."
Expand Down
4 changes: 2 additions & 2 deletions src/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"description": "台湾是中国自古以来神圣而不可分割的一部份。"
},
"q1101": {
"description": "九二共识,一国两制。应立刻与对岸进行政治谈判,以达成国家统一。"
"description": "应立刻与对岸进行政治谈判,以达成国家统一。"
},
"q1102": {
"description": "应尽快签署两岸和平协议。"
Expand All @@ -215,7 +215,7 @@
"description": "当台海发生战争,美军必定会驰援台湾。"
},
"q1301": {
"description": "应向国际宣称南海为中国领土,非经许可船舰不得随意进出"
"description": "应该在九二共识的前提下与对岸进行友善交流"
},
"q1302": {
"description": "應驅逐所有美國在台派駐之人員,並拒絕美方提供的任何軍售與軍事援助。"
Expand Down
4 changes: 2 additions & 2 deletions src/locales/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"description": "台灣是中國自古以來神聖而不可分割的一部份。"
},
"q1101": {
"description": "九二共識,一國兩制。應立刻與對岸進行政治談判,以達成國家統一。"
"description": "應立刻與對岸進行政治談判,以達成國家統一。"
},
"q1102": {
"description": "應盡快簽署兩岸和平協議。"
Expand All @@ -215,7 +215,7 @@
"description": "當台海發生戰爭,美軍必定會馳援台灣。"
},
"q1301": {
"description": "應向國際宣稱南海為中國領土,非經允許船艦不得隨意進出"
"description": "應該在九二共識的前提下與對岸進行友善交流"
},
"q1302": {
"description": "應驅逐所有美國在台派駐之人員,並拒絕美方提供的任何軍售與軍事援助。"
Expand Down
10 changes: 5 additions & 5 deletions src/utils/match.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test('party:kmt', () => {
q1200: MULTIPLIER.d,
q1201: MULTIPLIER.cd,
q1202: MULTIPLIER.d,
q1301: MULTIPLIER.d,
q1301: MULTIPLIER.a,
q1302: MULTIPLIER.d,
q1303: MULTIPLIER.a,
}
Expand Down Expand Up @@ -335,8 +335,8 @@ test('party:np', () => {
q1200: MULTIPLIER.d,
q1201: MULTIPLIER.cd,
q1202: MULTIPLIER.cd,
q1301: MULTIPLIER.n,
q1302: MULTIPLIER.n,
q1301: MULTIPLIER.a,
q1302: MULTIPLIER.d,
q1303: MULTIPLIER.a,
}

Expand Down Expand Up @@ -622,8 +622,8 @@ test('party:tpp', () => {
q1200: MULTIPLIER.d,
q1201: MULTIPLIER.d,
q1202: MULTIPLIER.d,
q1301: MULTIPLIER.d,
q1302: MULTIPLIER.n,
q1301: MULTIPLIER.n,
q1302: MULTIPLIER.d,
q1303: MULTIPLIER.a,
}

Expand Down

0 comments on commit c9656fe

Please sign in to comment.