mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 21:26:08 -05:00
new home page
This commit is contained in:
@@ -12,7 +12,11 @@ const MyLink: React.FC<Props> = ({ children, href, isExternal }) => {
|
||||
const { themeColorShade } = useMyTheme();
|
||||
|
||||
if (isExternal) {
|
||||
return <ChakraLink color={themeColorShade}>{children}</ChakraLink>;
|
||||
return (
|
||||
<ChakraLink href={href} color={themeColorShade}>
|
||||
{children}
|
||||
</ChakraLink>
|
||||
);
|
||||
}
|
||||
return (
|
||||
<NextLink href={href}>
|
||||
|
||||
@@ -28,7 +28,6 @@ export const navIcons: {
|
||||
displayName: t`Top 500`,
|
||||
menuItems: [
|
||||
{ code: "xsearch", displayName: t`Browser` },
|
||||
{ code: "xtrends", displayName: t`Trends` },
|
||||
{ code: "xleaderboards", displayName: t`Leaderboards` },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr "External links"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr "Top 500"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr "Browser"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr "Trends"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr "Leaderboards"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr "Builds"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr "Analyzer"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr "Calendar"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr "Free Agents"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr "Map Planner"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr "Tournaments"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr "Plus Server"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr "Voting"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr "Suggested and vouched players"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr "Voting history"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr "Draft Cup"
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr "FAQ"
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr "Choose language"
|
||||
|
||||
@@ -868,6 +871,7 @@ msgid "translation"
|
||||
msgstr "translation"
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr "Build Analyzer"
|
||||
|
||||
@@ -907,6 +911,50 @@ msgstr "builds"
|
||||
msgid "hidden"
|
||||
msgstr "hidden"
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr "All the Top 500 results and leaderboards derived from them."
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr "View builds by some of the best players in the world and submit your own."
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr "What exactly is the effect of your builds? Guess no more."
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr "User Search"
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr "You can make your own page. Use this tool to find other users' pages."
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr "All the events happening in the community in one place."
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr "Find your next teammates."
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr "Make your battle plans by drawing on over 100 maps."
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr "All art by <0>borzoic</0>"
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -99,73 +99,76 @@ msgid "External links"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:11
|
||||
#: pages/index.tsx:19
|
||||
msgid "Top 500"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:13
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
#: components/layout/IconNavBar.tsx:22
|
||||
msgid "Browser"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:14
|
||||
msgid "Trends"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:15
|
||||
msgid "Leaderboards"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:21
|
||||
#: components/layout/IconNavBar.tsx:20
|
||||
#: pages/builds/[[...slug]].tsx:16
|
||||
#: pages/index.tsx:24
|
||||
msgid "Builds"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:24
|
||||
#: components/layout/IconNavBar.tsx:23
|
||||
msgid "Analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: components/layout/IconNavBar.tsx:26
|
||||
#: pages/index.tsx:41
|
||||
msgid "Calendar"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:28
|
||||
#: components/layout/IconNavBar.tsx:27
|
||||
#: pages/index.tsx:44
|
||||
msgid "Free Agents"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: components/layout/IconNavBar.tsx:29
|
||||
#: components/plans/index.tsx:243
|
||||
#: pages/index.tsx:47
|
||||
msgid "Map Planner"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:31
|
||||
#: components/layout/IconNavBar.tsx:30
|
||||
#: pages/index.tsx:50
|
||||
msgid "Tournaments"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:34
|
||||
#: components/layout/IconNavBar.tsx:33
|
||||
#: pages/index.tsx:55
|
||||
msgid "Plus Server"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:38
|
||||
#: components/layout/IconNavBar.tsx:37
|
||||
msgid "Voting"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
#: components/layout/IconNavBar.tsx:44
|
||||
msgid "Suggested and vouched players"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
#: components/layout/IconNavBar.tsx:45
|
||||
msgid "Voting history"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
#: components/layout/IconNavBar.tsx:46
|
||||
msgid "Draft Cup"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/IconNavBar.tsx:48
|
||||
#: components/layout/IconNavBar.tsx:47
|
||||
msgid "FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: components/layout/LanguageSelector.tsx:26
|
||||
#: components/layout/LanguageSelector.tsx:29
|
||||
msgid "Choose language"
|
||||
msgstr ""
|
||||
|
||||
@@ -866,6 +869,7 @@ msgid "translation"
|
||||
msgstr ""
|
||||
|
||||
#: pages/analyzer.tsx:50
|
||||
#: pages/index.tsx:30
|
||||
msgid "Build Analyzer"
|
||||
msgstr ""
|
||||
|
||||
@@ -905,6 +909,50 @@ msgstr ""
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:20
|
||||
msgid "All the Top 500 results and leaderboards derived from them."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:25
|
||||
msgid "View builds by some of the best players in the world and submit your own."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:31
|
||||
msgid "What exactly is the effect of your builds? Guess no more."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:35
|
||||
msgid "User Search"
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:36
|
||||
msgid "You can make your own page. Use this tool to find other users' pages."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:42
|
||||
msgid "All the events happening in the community in one place."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:45
|
||||
msgid "Find your next teammates."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:48
|
||||
msgid "Make your battle plans by drawing on over 100 maps."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:51
|
||||
msgid "Data on tournaments spanning over years gathered by ganbawoomy."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:56
|
||||
msgid "Information related to +1 and +2. Voting results, suggested players and FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: pages/index.tsx:63
|
||||
msgid "All art by <0>borzoic</0>"
|
||||
msgstr ""
|
||||
|
||||
#: pages/links.tsx:16
|
||||
#: pages/links.tsx:17
|
||||
msgid "Links"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import "./styles.css";
|
||||
|
||||
import { ChakraProvider, extendTheme } from "@chakra-ui/react";
|
||||
import { mode } from "@chakra-ui/theme-tools";
|
||||
import { i18n } from "@lingui/core";
|
||||
|
||||
105
pages/index.tsx
105
pages/index.tsx
@@ -1,5 +1,108 @@
|
||||
import { Box, Container, Flex, Heading, useColorMode } from "@chakra-ui/react";
|
||||
import { t, Trans } from "@lingui/macro";
|
||||
import MyLink from "components/common/MyLink";
|
||||
import { useMyTheme } from "lib/useMyTheme";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
const Home = () => {
|
||||
return <div>hello</div>;
|
||||
const { gray } = useMyTheme();
|
||||
const { colorMode } = useColorMode();
|
||||
return (
|
||||
<>
|
||||
<Box textAlign="center">
|
||||
<Image
|
||||
className="rgb"
|
||||
src={`/layout/posterGirl_${colorMode}.png`}
|
||||
width={481}
|
||||
height={400}
|
||||
priority
|
||||
/>
|
||||
<Heading size="2xl">Sendou.ink</Heading>
|
||||
<Box fontWeight="semibold" letterSpacing="wide" color={gray}>
|
||||
Competitive Splatoon Hub
|
||||
</Box>
|
||||
</Box>
|
||||
<Container>
|
||||
<PageInfoSection location="xsearch" title={t`Top 500`}>
|
||||
<Trans>
|
||||
All the Top 500 results and leaderboards derived from them.
|
||||
</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="builds" title={t`Builds`}>
|
||||
<Trans>
|
||||
View builds by some of the best players in the world and submit your
|
||||
own.
|
||||
</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="analyzer" title={t`Build Analyzer`}>
|
||||
<Trans>
|
||||
What exactly is the effect of your builds? Guess no more.
|
||||
</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="u" title={t`User Search`}>
|
||||
<Trans>
|
||||
You can make your own page. Use this tool to find other users'
|
||||
pages.
|
||||
</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="calendar" title={t`Calendar`}>
|
||||
<Trans>All the events happening in the community in one place.</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="freeagents" title={t`Free Agents`}>
|
||||
<Trans>Find your next teammates.</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="plans" title={t`Map Planner`}>
|
||||
<Trans>Make your battle plans by drawing on over 100 maps.</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="tournaments" title={t`Tournaments`}>
|
||||
<Trans>
|
||||
Data on tournaments spanning over years gathered by ganbawoomy.
|
||||
</Trans>
|
||||
</PageInfoSection>
|
||||
<PageInfoSection location="plus" title={t`Plus Server`}>
|
||||
<Trans>
|
||||
Information related to +1 and +2. Voting results, suggested players
|
||||
and FAQ.
|
||||
</Trans>
|
||||
</PageInfoSection>
|
||||
</Container>
|
||||
<Box textAlign="center" mt={24} fontSize="sm" color={gray}>
|
||||
<Trans>
|
||||
All art by{" "}
|
||||
<MyLink href="https://twitter.com/borzoic_" isExternal>
|
||||
borzoic
|
||||
</MyLink>
|
||||
</Trans>
|
||||
</Box>
|
||||
</>
|
||||
);
|
||||
|
||||
function PageInfoSection({
|
||||
location,
|
||||
title,
|
||||
children,
|
||||
}: {
|
||||
location: string;
|
||||
title: string;
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<Flex mt={12} alignItems="center" flexDir="column" textAlign="center">
|
||||
<Link href={`/${location}`}>
|
||||
<a>
|
||||
<Image src={`/layout/${location}.png`} width={128} height={128} />
|
||||
</a>
|
||||
</Link>
|
||||
<Heading mb={2}>
|
||||
<Link href={`/${location}`}>
|
||||
<a>{title}</a>
|
||||
</Link>
|
||||
</Heading>
|
||||
{children}
|
||||
</Flex>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default Home;
|
||||
|
||||
65
pages/styles.css
Normal file
65
pages/styles.css
Normal file
@@ -0,0 +1,65 @@
|
||||
.rgb {
|
||||
background: linear-gradient(
|
||||
124deg,
|
||||
#ff2400,
|
||||
#e81d1d,
|
||||
#e8b71d,
|
||||
#e3e81d,
|
||||
#1de840,
|
||||
#1ddde8,
|
||||
#2b1de8,
|
||||
#dd00f3,
|
||||
#dd00f3
|
||||
);
|
||||
|
||||
-webkit-animation: rainbow 18s ease infinite;
|
||||
-z-animation: rainbow 18s ease infinite;
|
||||
-o-animation: rainbow 18s ease infinite;
|
||||
animation: rainbow 18s ease infinite;
|
||||
background-size: 1800% 1800%;
|
||||
}
|
||||
|
||||
@-webkit-keyframes rainbow {
|
||||
0% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 19%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
}
|
||||
@-moz-keyframes rainbow {
|
||||
0% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 19%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
}
|
||||
@-o-keyframes rainbow {
|
||||
0% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 19%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
}
|
||||
@keyframes rainbow {
|
||||
0% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 19%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 82%;
|
||||
}
|
||||
}
|
||||
BIN
public/layout/analyzer.png
Normal file
BIN
public/layout/analyzer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
BIN
public/layout/u.png
Normal file
BIN
public/layout/u.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user