remove tsconfig.2.json, update translations

This commit is contained in:
Dawid Wysokiński 2020-12-24 14:11:07 +01:00
parent 8523c70bb5
commit 430c6ff668
6 changed files with 41 additions and 44 deletions

View File

@ -17,7 +17,7 @@ const translations = {
},
},
todaysBestStatsPlayers: {
title: `Players - Daily stats`,
title: `Daily stats (players)`,
modes: {
scoreAtt: 'ODA',
scoreDef: 'ODD',
@ -33,7 +33,7 @@ const translations = {
},
},
todaysBestStatsTribes: {
title: `Tribes - Daily stats`,
title: `Daily stats (tribes)`,
modes: {
scoreAtt: 'ODA',
scoreDef: 'ODD',
@ -49,7 +49,7 @@ const translations = {
},
},
top5Players: {
title: '5 best players',
title: 'Top 5 players',
columns: {
rank: 'Rank',
name: 'Player',
@ -58,7 +58,7 @@ const translations = {
},
},
top5Tribes: {
title: '5 best tribes',
title: 'Top 5 tribes',
columns: {
rank: 'Rank',
tag: 'Tribe',
@ -67,7 +67,7 @@ const translations = {
},
},
odRankingPlayers: {
title: 'OD ranking - players',
title: 'OD ranking (players)',
modes: {
rankAtt: 'ODA',
rankDef: 'ODD',
@ -81,7 +81,7 @@ const translations = {
},
},
odRankingTribes: {
title: 'OD ranking - tribes',
title: 'OD ranking (tribes)',
modes: {
rankAtt: 'ODA',
rankDef: 'ODD',

View File

@ -22,7 +22,7 @@ const translations = {
scoreAtt: 'Agresor',
scoreDef: 'Obrońca',
scoreSup: 'Wspierający',
scoreTotal: 'Ogólnie',
scoreTotal: 'Pokonani ogólnie',
points: 'Punkty',
villages: 'Wioski',
},
@ -37,7 +37,7 @@ const translations = {
modes: {
scoreAtt: 'Agresor',
scoreDef: 'Obrońca',
scoreTotal: 'Ogólnie',
scoreTotal: 'Pokonani ogólnie',
points: 'Punkty',
villages: 'Wioski',
members: 'Członkowie',
@ -72,7 +72,7 @@ const translations = {
rankAtt: 'Agresor',
rankDef: 'Obrońca',
rankSup: 'Wspierający',
rankTotal: 'Ogólnie',
rankTotal: 'Pokonani ogólnie',
},
columns: {
rank: 'Ranking',
@ -86,7 +86,7 @@ const translations = {
rankAtt: 'Agresor',
rankDef: 'Obrońca',
rankSup: 'Wspierający',
rankTotal: 'Ogólnie',
rankTotal: 'Pokonani ogólnie',
},
columns: {
rank: 'Ranking',

View File

@ -6,7 +6,7 @@ const translations = {
totalVillages: 'Wioski',
scoreAtt: 'Agresor',
scoreDef: 'Obrońca',
scoreTotal: 'Ogólnie',
scoreTotal: 'Pokonani ogólnie',
},
},
fields: {

View File

@ -13,7 +13,7 @@ const translations = {
scoreAtt: 'Agresor',
scoreDef: 'Obrońca',
scoreSup: 'Wspierający',
scoreTotal: 'Ogólnie',
scoreTotal: 'Pokonani ogólnie',
},
},
};

View File

@ -1,31 +0,0 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@common/*": ["src/common/*"],
"@config/*": ["src/config/*"],
"@features/*": ["src/features/*"],
"@libs/*": ["src/libs/*"],
"@theme/*": ["src/theme/*"],
"@utils/*": ["src/utils/*"]
},
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"exclude": ["node_modules"],
"include": ["src"]
}

View File

@ -1,3 +1,31 @@
{
"extends": "./tsconfig.2.json"
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@common/*": ["src/common/*"],
"@config/*": ["src/config/*"],
"@features/*": ["src/features/*"],
"@libs/*": ["src/libs/*"],
"@theme/*": ["src/theme/*"],
"@utils/*": ["src/utils/*"]
},
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"exclude": ["node_modules"],
"include": ["src"]
}